Hey guys.
I am new to this forum
I need help in installing xposed framework for my phone.
It is Galaxy E7 SM-E700f.
My rom is TouchWiz ROM.
Lollipop 5.1.1
Arm
32-bit.
Guys pls provide correct files to flash with TWRP Manager.
Also uninstaller of xposed framework.
I tried doing this myself.
But when i do it .
It says.
E:Signature verification failed.
Guys provide correct file link.
Also do explain simpler
Sent from my SM-E700F using Tapatalk
aj122526 said:
Hey guys.
I am new to this forum
I need help in installing xposed framework for my phone.
It is Galaxy E7 SM-E700f.
My rom is TouchWiz ROM.
Lollipop 5.1.1
Arm
32-bit.
Guys pls provide correct files to flash with TWRP Manager.
Also uninstaller of xposed framework.
I tried doing this myself.
But when i do it .
It says.
E:Signature verification failed.
Guys provide correct file link.
Also do explain simpler
Sent from my SM-E700F using Tapatalk
Click to expand...
Click to collapse
The Framework for your device is:
http://dl-xda.xposed.info/framework/sdk22/arm/
Download the latest one (not the one that has the ".asc" extension) and flash the zip file via the TWRP Recovery.
Sent from my Communicator (SCH-I535) on the Bridge of the U.S.S. Enterprise (N.C.C. 1701).
Bro when i flash the zip file.
It gets over fast and later i press the reboot button.
I installed xposed apk.
It says that the framework not installed
Sent from my SM-E700F using Tapatalk
aj122526 said:
Bro when i flash the zip file.
It gets over fast and later i press the reboot button.
I installed xposed apk.
It says that the framework not installed
Sent from my SM-E700F using Tapatalk
Click to expand...
Click to collapse
Screenshots?
aj122526 said:
Bro when i flash the zip file.
It gets over fast and later i press the reboot button.
I installed xposed apk.
It says that the framework not installed
Sent from my SM-E700F using Tapatalk
Click to expand...
Click to collapse
sachin n said:
Screenshots?
Click to expand...
Click to collapse
@sachin n, Exactly what I was thinking but, also, do this too...
@aj122526, After flashing the Framework via TWRP, go back to the main TWRP menu and select Advance (bottom left), then copy log (top left), then move the slider to the right (at the bottom) and then reboot.
Once booted up, go to your external MicroSD card and locate the file named "recovery.log" and upload it here.
That log file has more details as to what was performed while in recovery.
Sent from my Communicator (SCH-I535) on the Bridge of the U.S.S. Enterprise (N.C.C. 1701).
Related
Hi,
Tired of using old recovery for ZR?
Download latest TWRP/CWM/Philz and install it in fota of your DOGO aka ZR.The recovery won't change even if you flash new roms or kernels
Requirements
Latest TWRP img for Yuga(Link Attached)
Unlocked Bootloader
Terminal Emulator
Instructions
Download TWRP for Yuga from http://techerrata.com/file/twrp2/yuga/openrecovery-twrp-2.8.5.0-yuga.img
Rename the file as "fotakernel.img" and place it in SD card.
Open Terminal Emulator.
Type the following.Press enter after each one.
su
dd if=/sdcard/fotakernel.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
DONE!!
Reboot To recovery.You'll see the latest TWRP(It'll survive custom rom flashes)
Cheers
THANKS
For anyone having error while flashing rom zip with TWRP from above link..Try the modded TWRP for dogo from @uncomment
Link:http://forum.xda-developers.com/attachment.php?attachmentid=3202919&d=1425958937
Thanks to @Daedroza and @uncomment
vaisakh7 said:
Hi,
Tired of using old recovery for ZR?
Download latest TWRP and install it on your DOGO aka ZR.
Requirements
Root Explorer
Latest TWRP img for Yuga(Link Attached)
Unlocked Bootloader
Terminal Emulator
Instructions
Download TWRP for Yuga from http://techerrata.com/file/twrp2/yuga/openrecovery-twrp-2.8.5.0-yuga.img
Rename the file as "fotakernel.img" and place it in SD card.
Open root/system/build.prop.
Replace all "C5502/03"with"C6603".
Replace all "dogo" with "yuga".
Replace ZR with Z.
Move the build.prop.bak to a safer location.
Open Terminal Emulator.
Type the following.Press enter after each one.
su
dd if=/sdcard/fotakernel.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
DONE!!
Reboot To recovery.You'll see the latest TWRP(It'll survive custom rom flashes)
If you want to see the device name as dogo and Xperia ZR in About Device..delete the build.prop from root/system and replace it with the one you've backup and set the permissions to rw-r-r
Cheers
THANKS
Thanks to @Daedroza
Click to expand...
Click to collapse
Not need to edit build.prop. Just flash it cause it auto resize to fit our screen
Changlog:
What's new in 2.8.5.0:
Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolutionBackups*can now be cancelled while the backup is in progress (does not include restore because we don't want to leave your device in a bad state)Improve thread handling and move input handling into the main rendering thread to improve stabilityMake MTP work even if unplugged and plugged back inUnify scrollable list code and make kinetic scrolling feel more naturalFix handling of mapped zip files for OTA updates (CM12 updater)USB keyboards should now work on all devices that support USB host mode via a USB OTG cableOther small fixes and improvements
Sent from my Xperia ZR using XDA Free mobile app
uncomment said:
Not need to edit build.prop. Just flash it cause it auto resize to fit our screen
Changlog:
What's new in 2.8.5.0:
Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolutionBackups*can now be cancelled while the backup is in progress (does not include restore because we don't want to leave your device in a bad state)Improve thread handling and move input handling into the main rendering thread to improve stabilityMake MTP work even if unplugged and plugged back inUnify scrollable list code and make kinetic scrolling feel more naturalFix handling of mapped zip files for OTA updates (CM12 updater)USB keyboards should now work on all devices that support USB host mode via a USB OTG cableOther small fixes and improvements
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
The installer may check with the build.prop for device matching
Tapped from my furious ZR
vaisakh7 said:
The installer may check with the build.prop for device matching
Tapped from my furious ZR
Click to expand...
Click to collapse
No, cause you flash it by terminal, not by zip (updater_script inside zip maybe contain command to check device before install). I use this menthod not problem
Sent from my Xperia ZR using XDA Free mobile app
uncomment said:
No, cause you flash it by terminal, not by zip (updater_script inside zip maybe contain command to check device before install). I use this menthod not problem
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
Ok thanks bro
Tapped from my furious ZR
Good work @vaisakhc7
Sent from my Xperia ZR using XDA Free mobile app
Xperia recovery manager app
Ive downloaded and im using the twrp image,which is working absolutely fine through the Xperia Recovery Manager app (unfortunately not free in the Play store) but a good app to have on your ZR's... I renamed the FOTAkernel image and renamed it to twrp.img and placed it in root/system/data/media/0/twrpxperia folder and flashed through the app.. Works abolutely fine without anything else being done... Massive thanks to you all for this..
hagar006 said:
Ive downloaded and im using the twrp image,which is working absolutely fine through the Xperia Recovery Manager app (unfortunately not free in the Play store) but a good app to have on your ZR's... I renamed the FOTAkernel image and renamed it to twrp.img and placed it in root/system/data/media/0/twrpxperia folder and flashed through the app.. Works abolutely fine without anything else being done... Massive thanks to you all for this..
Click to expand...
Click to collapse
Have u tried flashing a dogo rom from that recovery?
Does it work?
Sent from my Xperia ZR using XDA Free mobile app
If anyone got trouble in TWRP when install rom for dogo (with device check before install),
try TWRP edited by me below and reflash rom
uncomment said:
If anyone got trouble in TWRP when install rom for dogo (with device check before install),
try TWRP edited by me below and reflash rom
Click to expand...
Click to collapse
Added to OP
Sent from my Xperia ZR using XDA Free mobile app
vaisakh7 said:
Have u tried flashing a dogo rom from that recovery?
Does it work?
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
Yes mate, confirmed working... To test i wiped the cache/dalvik etc and flashed resurrection port including gapps etc...
set the phone up, wiped and flashed again with xenius9's latest build before flashing back to validus.. All working as it should.
i don't understand how to do it. a youtube video tutorial would have been better
Thanks.. How do I revert to original??
ariftwister said:
Thanks.. How do I revert to original??
Click to expand...
Click to collapse
You can use Xperia Recovery Manager to clear fotakernel partition.
Tapped from my furious ZR
vaisakh7 said:
You can use Xperia Recovery Manager to clear fotakernel partition.
Tapped from my furious ZR
Click to expand...
Click to collapse
Its paid app, currently my debit card doesn't work. Can you tell the Terminal commands ??
ariftwister said:
Its paid app, currently my debit card doesn't work. Can you tell the Terminal commands ??
Click to expand...
Click to collapse
If you have used flash tool to flash a stock rom image, follow the procedure to flash the stock rom. When you get to the page in which you select the components to flash, deselect everything except for FOTAKernel, and flash.
Can I use this method to stock rom?
vergaril said:
Can I use this method to stock rom?
Click to expand...
Click to collapse
No it wont. I already tried.
hi how can i enter flashmode with this recovery? thx.
nostupidthing said:
hi how can i enter flashmode with this recovery? thx.
Click to expand...
Click to collapse
You cannot enter flashmode with recovery.
Turn off the phone,hold VOL+ while connecting to PC.You'll see a green notification light.
Done!
Edit:VOL- .Was not focused
Sent from my GT-P3100 using XDA Free mobile app
Q&A for Rom Lollipop AOSP 5.1.0 (Released 2015-03-13) port for ZR testing
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Rom Lollipop AOSP 5.1.0 (Released 2015-03-13) port for ZR testing. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Thanks for your post
tonytee said:
@uncomment : Did u test it? How about battery and free ram?
Click to expand...
Click to collapse
I just Flash the rom , its smooth , free ram is 1.3 GB thanks a lots
but there is no battery percentage , cant change drawable shortcuts , i need clipboard too could u help me to bring this item ?
Xperia zr said:
I just Flash the rom , its smooth , free ram is 1.3 GB thanks a lots
but there is no battery percentage , cant change drawable shortcuts , i need clipboard too could u help me to bring this item ?
Click to expand...
Click to collapse
Its AOSP, cause that no much options. Waiting xposed for 5.1 release
Sent from my Xperia ZR using XDA Free mobile app
Hi Dear
uncomment said:
Its AOSP, cause that no much options. Waiting xposed for 5.1 release
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
I have another problem ,after i turn airplane mode on , i have to reboot my phone to detect sim card, how can i fix it ?
sorry for my bad english
Xperia zr said:
I have another problem ,after i turn airplane mode on , i have to reboot my phone to detect sim card, how can i fix it ?
sorry for my bad english
Click to expand...
Click to collapse
Its a known bug from Z noticed here:
http://forum.xda-developers.com/showpost.php?p=59458446&postcount=17
Sent from my Xperia ZR using XDA Free mobile app
anyone know when we will have a update to lol 5.0 original ?
Cant Flash Rom
Omni Rom 5.1 - Cant Flash zip through TWRP.
The error i get is failed Sym link. Some Simlinks failed.??
Shray said:
Omni Rom 5.1 - Cant Flash zip through TWRP.
The error i get is failed Sym link. Some Simlinks failed.??
Click to expand...
Click to collapse
It say symlinks fail or it say script updater fail ?
Try install my twrp from RR rom v5.4.0 CM5.1 base
Let me check about 2days cause im not near my copmputer
Sent from my Xperia ZR using XDA Free mobile app
uncomment said:
It say symlinks fail or it say script updater fail ?
Try install my twrp from RR rom v5.4.0 CM5.1 base
Let me check about 2days cause im not near my copmputer
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
Okay, so this is what it says.
Symlink: Some symlinks failed
E: Error executing updater binary in zip.
Used TWRP from RR rom v5.4.0 and got the same error.
I also tried flashing with old Twrp. It didn't work.
Fixed for Rom zip
Shray said:
Okay, so this is what it says.
Symlink: Some symlinks failed
E: Error executing updater binary in zip.
Used TWRP from RR rom v5.4.0 and got the same error.
I also tried flashing with old Twrp. It didn't work.
Click to expand...
Click to collapse
I checked: my zip upload is old script-updater
TO fixed:
- download script-updater below and rename it by delete .zip
- Use 7zip on your PC to open rom zip and follow path:
omni-5.1-20150330-dogo-EXPERIMENTAL.zip\META-INF\com\google\android\
- Replace updater-script in zip by: Drag new updater-script from Explorer to zip
- Done!
Sorry for my fault! :angel:
uncomment said:
I checked: my zip upload is old script-updater
TO fixed:
- download script-updater below and rename it by delete .zip
- Use 7zip on your PC to open rom zip and follow path:
omni-5.1-20150330-dogo-EXPERIMENTAL.zip\META-INF\com\google\android\
- Replace updater-script in zip by: Drag new updater-script from Explorer to zip
- Done!
Sorry for my fault! :angel:
Click to expand...
Click to collapse
Its all okay, mate. Its how things progress.
Also, thank you for providing the steps for the fix.
I tried them just as you mentioned (exactly word to word) and this is what i got.
Formatting /system
Mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: device or resource busy
Symlinking
Symlink: some symlinks failed
E: Error executing updater binary in zip
Tried with some variations and still got the same message.
Shray said:
Its all okay, mate. Its how things progress.
Also, thank you for providing the steps for the fix.
I tried them just as you mentioned (exactly word to word) and this is what i got.
Formatting /system
Mount: failed to mount /dev/block/platform/msm_sdcc.1/by-name/system at /system: device or resource busy
Symlinking
Symlink: some symlinks failed
E: Error executing updater binary in zip
Tried with some variations and still got the same message.
Click to expand...
Click to collapse
Enter twrp and tick mount system. Try it again. I did it before show you how to fix
Sent from my Xperia ZR using XDA Free mobile app
uncomment said:
Enter twrp and tick mount system. Try it again. I did it before show you how to fix
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
I tried it, again.
Checked that the system is mounted and flashed the Rom.
This time its able to extract the system but some symlinks still fail and the error is still the same (E: error executing UPDATER BINARY in zip)
I deleted the extension (.zip) from the file you uploaded before using 7zip to replace it.
Shray said:
I tried it, again.
Checked that the system is mounted and flashed the Rom.
This time its able to extract the system but some symlinks still fail and the error is still the same (E: error executing UPDATER BINARY in zip)
I deleted the extension (.zip) from the file you uploaded before using 7zip to replace it.
Click to expand...
Click to collapse
Oh, it like as be crazy! I check script again and see it call mount program from sbin but not found
Forget it! Hope you enjoy with resurrection remix 5.4.0
Olivier release new omni 5.1 with video fix. I will do it later.
Thank you for testing!
Sent from my Xperia ZR using XDA Free mobile app
uncomment said:
Oh, it like as be crazy! I check script again and see it call mount program from sbin but not found
Forget it! Hope you enjoy with resurrection remix 5.4.0
Olivier release new omni 5.1 with video fix. I will do it later.
Thank you for testing!
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
Anytime.
Thanks again for RR.
uncomment said:
Oh, it like as be crazy! I check script again and see it call mount program from sbin but not found
Forget it! Hope you enjoy with resurrection remix 5.4.0
Olivier release new omni 5.1 with video fix. I will do it later.
Thank you for testing!
Sent from my Xperia ZR using XDA Free mobile app
Click to expand...
Click to collapse
I'm not sure if it was my mistake or TWRP had problems while installing.
I flashed TWRP 2.8.5.0 (Uploaded by you previously) and tried flashing again Omni 5.1.
This time it worked.
Shray said:
I'm not sure if it was my mistake or TWRP had problems while installing.
I flashed TWRP 2.8.5.0 (Uploaded by you previously) and tried flashing again Omni 5.1.
This time it worked.
Click to expand...
Click to collapse
Thank for testing.
I will not upload AOSP rom more. For me it less bug but not much options for me like CM base rom.
I don't seem to have mount system as RW as well. I'm rooted with dual recoveries installed.
Thanks.
timvonlee said:
I don't seem to have mount system as RW as well. I'm rooted with dual recoveries installed.
Thanks.
Click to expand...
Click to collapse
hi, xposed working fine on my z1 with latest 14.6.A.1.236 firmware , current i use xposed-v78-sdk22-arm version and XposedInstaller_3.0_alpha4.apk from here
Problem your phone cant mount as RW, try reinstall pre-root , follow this step.
1. Flash Pre-root.zip
2. flash Dual recovery, (i use Z1-lockeddualrecovery2.8,23-released.combine.zip)
3. Flash Update-SuperSU-V2.46.zip
4. Reboot - Done
after boot you can check whether your phone can mount system as RW , if everything okey, you can flash xposed and install xposed module without problem.
Hope its help..
iedafarha said:
hi, xposed working fine on my z1 with latest 14.6.A.1.236 firmware , current i use xposed-v78-sdk22-arm version and XposedInstaller_3.0_alpha4.apk from here
Problem your phone cant mount as RW, try reinstall pre-root , follow this step.
1. Flash Pre-root.zip
2. flash Dual recovery, (i use Z1-lockeddualrecovery2.8,23-released.combine.zip)
3. Flash Update-SuperSU-V2.46.zip
4. Reboot - Done
after boot you can check whether your phone can mount system as RW , if everything okey, you can flash xposed and install xposed module without problem.
Hope its help..
Click to expand...
Click to collapse
Did you deodex?
timvonlee said:
Did you deodex?
Click to expand...
Click to collapse
no , i run odex rom, just certain apk and framwwork use deodex file, like service.jar (superusermod) , Settings.apk and systemUI.apk
to prevent bootloop , try debloat your rom , u can manually remove blaotware using file manager rootxplorer or using flashable script here
iedafarha said:
no , i run odex rom, just certain apk and framwwork use deodex file, like service.jar (superusermod) , Settings.apk and systemUI.apk
to prevent bootloop , try debloat your rom , u can manually remove blaotware using file manager rootxplorer or using flashable script here
Click to expand...
Click to collapse
Worked but this is how...
Clean install and used xposed from this post. http://forum.xda-developers.com/showpost.php?p=64231801&postcount=2
Its version 75.
iedafarha said:
hi, xposed working fine on my z1 with latest 14.6.A.1.236 firmware , current i use xposed-v78-sdk22-arm version and XposedInstaller_3.0_alpha4.apk from here
Problem your phone cant mount as RW, try reinstall pre-root , follow this step.
1. Flash Pre-root.zip
2. flash Dual recovery, (i use Z1-lockeddualrecovery2.8,23-released.combine.zip)
3. Flash Update-SuperSU-V2.46.zip
4. Reboot - Done
after boot you can check whether your phone can mount system as RW , if everything okey, you can flash xposed and install xposed module without problem.
Hope its help..
Click to expand...
Click to collapse
guys to you with mount problems you have either to put this on prf creator either unzip the zip and run the script!
http://nut.xperia-files.com/?ql=8eaa3680cad126279a904a0c4bc68109ba7c3b28
Στάλθηκε από το SM-T310 μου χρησιμοποιώντας Tapatalk
kos25k said:
guys to you with mount problems you have either to put this on prf creator either unzip the zip and run the script!
http://nut.xperia-files.com/?ql=8eaa3680cad126279a904a0c4bc68109ba7c3b28
Στάλθηκε από το SM-T310 μου χρησιμοποιώντας Tapatalk
Click to expand...
Click to collapse
I tried to flash this via recovery and still can't mount system as rw. I suppose the only wat to apply this would be running the script thru PC? I'm really desperate to mount the system as rw on my Z1....
Thanks in advance!
CoolJandee said:
I tried to flash this via recovery and still can't mount system as rw. I suppose the only wat to apply this would be running the script thru PC? I'm really desperate to mount the system as rw on my Z1....
Thanks in advance!
Click to expand...
Click to collapse
It's a flashable zip. Just use dual recovery to flash it on your phone.
motorazrv3 said:
It's a flashable zip. Just use dual recovery to flash it on your phone.
Click to expand...
Click to collapse
Yea I flashed it first. Also tried to run the script via PC. No luck on mounting /system as RW. Any ways you could suggest? I'm running on the latest firmware for Z1 with root and NUT's dualrecovery.
Thanks again
hello devs
i wanted to install xposed installer on htc one m7 . last tme when i did it I stuck in a bootloop and then i had to flash a new rom. so can any one help me to install xposed installer without getting into any trouble.
[*]Download and install this APK - http://loadbalancing.modaco.com/download.php?file=XposedInstaller_2.1.4.apk
[*]In the app do 'Install / Update'
[*]Download this zip file and copy to your internal SD card - http://loadbalancing.modaco.com/download.php?file=xposedinstall-2.1.4.zip (ROMraid)
[*]Install the downloaded zip from your custom recovery
That's it, you're done! To uninstall, use the 'Clean Up' option in the app and then run the uninstall zip from the main Xposed Framework app.
Enjoy!
masterleron said:
[*]Download and install this APK - http://loadbalancing.modaco.com/download.php?file=XposedInstaller_2.1.4.apk
[*]In the app do 'Install / Update'
[*]Download this zip file and copy to your internal SD card - http://loadbalancing.modaco.com/download.php?file=xposedinstall-2.1.4.zip (ROMraid)
[*]Install the downloaded zip from your custom recovery
That's it, you're done! To uninstall, use the 'Clean Up' option in the app and then run the uninstall zip from the main Xposed Framework app.
Enjoy!
Click to expand...
Click to collapse
again got into bootloop and I did all steps correctly
Which ROM are you currently on?
masterleron said:
Which ROM are you currently on?
Click to expand...
Click to collapse
viper 9.0.0
amir_khan007 said:
viper 9.0.0
Click to expand...
Click to collapse
and what framework version did you flashed? Viper 9 is android SDK 21 and the M7 is using an ARM cpu so you must use the sdk21-arm.zip version.
and btw @masterleron linked you an outdated installer (2.1.4). You need 3.0
Official and up-to-date xposed thread and files here. Remove everything you just installed, then install the 3.0-a4 xpsoed installer and then reboot in recovery and flash the xposed-v80-sdk21-arm.zip framework.
alray said:
and what framework version did you flashed? Viper 9 is android SDK 21 and the M7 is using an ARM cpu so you must use the sdk21-arm.zip version.
and btw @masterleron linked you an outdated installer (2.1.4). You need 3.0
Official and up-to-date xposed thread and files here. Remove everything you just installed, then install the 3.0-a4 xpsoed installer and then reboot in recovery and flash the xposed-v80-sdk21-arm.zip framework.
Click to expand...
Click to collapse
Are sure I wont get into a bootloop again
because i have now flashed the rom 3 times once due a "unfornately playStore has stopped" error.
Twice because of bootloops.
amir_khan007 said:
Are sure I wont get into a bootloop again
Click to expand...
Click to collapse
There are always some risks of softbrick/bootloop when modding your phone, its easily recoverable with a simple nandroid backup made before any modification. Learning to mod your phone = sometime making errors = need to reflash. This is the game you agreed to play when you first unlocked your bootloader. The only thing I'm sure is that you were not using the correct installer and possibly not the right framework (you didn't confirmed) and that using the right files should reduce the chances of bootloop
i have mtk android phone .i unpack system.
But i need to know where should i pull supersu zip in system.
Install supersu from play store and open it and go to settings and click in install as system app
Sent from my SM-A9100 using Tapatalk
suz_won said:
Install supersu from play store and open it and go to settings and click in install as system app
Sent from my SM-A9100 using Tapatalk
Click to expand...
Click to collapse
HUZEDFAKHAN786 said:
i have mtk android phone .i unpack system.
But i need to know where should i pull supersu zip in system.
Click to expand...
Click to collapse
1、root your phone
2、flash cwm recovery
3、reboot cwm recovery mode
4、install supersu.zip from sdcard
5、wait supersu.zip intall finshed
6、reboot your phone