-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I just rooted and flashed my ZTE, but it took some time.
I was using a zip package from the main page, hope it was the latest version.
First of all, the provided adb binary couldn't load libncurses and wouldn't run on my xubuntu14.04 (libncurses installed), had to replace the binary with a link to one installed from repo. You might add a switch to the script to use adb installed in the system.
The inari images were swapped. I had to install the signed first and the not-signed later, opposite to what the script told me to do.
After rooting, the script would just try and try to root again, and wouldn't progress to installation. I stopped it and updated through "advanced" menu.
The update didn't work too, because it tried to install /sdcard/update.zip while the file was in your specific folder not in the root of sdcard. But installing manually did the job.
Hope this helps. Unfortunately I didn't save console output (thought about it watching the system shut down...).