• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Zte][warp7]Permroot[kingroot]

madvane20

Newbie
Will type up better guide later on gonna include my ota i pulled as well maybe help someone
btw do at ur own risk im not responsable if u mess the phone up
added batch script hope it works to automate the process and guide u.
you can download it this https://forum.xda-developers.com/attachment.php?attachmentid=4181698&stc=1&d=1497456929 extract it go into the folder find root.bat double click file.
or just follow the guide below

1.need to get temp root with king root first grab that here https://kingroot.net/ grab file for android not windows version
grab this file https://forum.xda-developers.com/att...1&d=1497364232
2.once extracted go inside folder. hold down sift key and right click inside the folder. click open command window here
24e42l5.png

3.type this "su
otndpg.png

then continue guide
4. type this "getprop ro.product.name"
should show output "ZTE_BEAM"
5. type this "setprop persist.sys.k ZTE_BEAM"
6. type this "getprop persist.sys.k"
output "ZTE_BEAM"
7. type this "cd /dev/block/platform/soc.0/7824900.sdhci/by-name/"
Lets backup recovery
8. type this "dd if=recovery of=/sdcard/recovery.img"
Lets write boot to recovery!
9. type this "dd if=boot of=recovery"
10. type this inside of adb shell "reboot recovery"

if u get black screen just hold power down to reboot

once booted up
11. type this "adb shell"
12. type this "su"
13. type this "id"
should show this output
"uid=0(root) gid=0(root) context=u:r:shell:s0"
then to set permissive
14. type this "setenforce 0"
15. type this "getenforce"
output "Permissive"

16. to test if mount system rw while still root type "mount -o remount,rw /system"
if it mounts no errors then system is writeable
reboot
if for some reason u cant write to system u can try
run this command in adb shell or terminal

reboot disemmcwp


to re-enable write protection issue this command

reboot emmcwpenab
working on replacing king with supersu til then perm root with kingroot
enjoy
and u wanna donate for my hard work click here http://paypal.me/riley60
to restore recovery back to stock u can do once u have perm root do this to restore recovery
type this inside of adb shell dd of=recovery if=/sdcard/recovery.img
i dunno if root stays though after that also hit the thanks button if my post was helpful
original guide here
thanks jcase for his guide for me to base on
https://plus.google.com/+JustinCaseA...ts/KzgyHLgVhwo


ota file attached may help some that are bricked
 

Attachments

  • attachment.php.png
    attachment.php.png
    116.3 KB · Views: 261
  • r.png
    r.png
    108.7 KB · Views: 307
  • t.png
    t.png
    123.1 KB · Views: 588
  • update.zip
    update.zip
    10.4 MB · Views: 1,020
Last edited:
that is my device i had to modify his guide for it to work on the warp 7 i can try fix his link but all the info u need is there i can record a video if u like
 
After this step:

10. then type "reboot recovery"

if u get black screen just hold power down to reboot


Mine always goes to black screen so I'm forced to reboot. Do you just continue with the guide after rebooting? Because when I test the write mount line it always comes up with an error and when I reboot my phone I lose root.


Also after "uid=0(root) gid=0(root) context=u:r:shell:s0"

it shows an error of : syntax error: 'gid=0' unexpected.
 
After this step:

10. then type "reboot recovery"

if u get black screen just hold power down to reboot


Mine always goes to black screen so I'm forced to reboot. Do you just continue with the guide after rebooting? Because when I test the write mount line it always comes up with an error and when I reboot my phone I lose root.


Also after "uid=0(root) gid=0(root) context=u:r:shell:s0"

it shows an error of : syntax error: 'gid=0' unexpected.
i fixed that it should display after typing id. if u follow the guide kingroot temp root then step by step type reboot recover while in shell still black screen hold power let it reboot continue guide. i added some to guide that may or may not help
 
Last edited:
Any progress on installing Supersu? Can't you just install supersu after you get root? I am trying to get wifi tether for root working and it does not appear to work with Kingroot.

Also if anyone knows of working hotspot app it would be appreciated.
 
Still looking for a supersu method. Have not tried any methods yet but want to see if anyone has succeeded before giving it a try.
 
I have a Boost Warp Sync and this phone seems like it would be a nice upgrade with the extra storage. I was thinking about getting one as they are fairly cheap to get, but I am surprised there does not seem to be much interest here. Was hoping it would catch on and folks would start posting recoveries, custom roms and such.
 
The problem I'm seeing here, is that it looks like you're having to write the boot.img (kernel) to the recovery partition to get RW capabilities. Just like the original Zmax Root methods (before @hroark13 found the disemmc terminal cmds). No, you can't "just install" SuperSu over KingRoot. Sorry.. Not without a custom recovery like TWRP. You probably don't have RW permissions on the boot partition either, hence the Root difficulty.. Madd props to you guys having gotten Root tho, I really thought it wasn't happening and quit watching the forum. Well done.
 
Back
Top Bottom