Quote:
/* * Your warranty is now void. * I am not responsible for bricked devices, dead SD cards and so on. YOU are choosing to make these modifications. * Bug reports or confirmation of working things are welcome. */ |
FAQ
What will I need?
First off you are going to need ADB and Fastboot, these can be aquired by downloading THIS for your OS, you do not need Android Studio you only need SDK tools. Once installed open Android SDK Manager and download platform-tools. You can untick everything else.
Now here is the tricky part, the part I had issues with. If you have a ZUI device you can install the ShenQi USB driver which is located on a partition of your phone which should mount as a CD when connected via USB, if you're running Cyanogen OS and your phone isn't mounted properly in Device Manager (Windows) then you can use the Google USB Driver ZIP, if it will not let you. Say for example if returns an error claiming the best driver is already installed. Then open the spoiler below if not continue on.
Next step is to check your device is mounted for ADB, open CMD and CD to the platform-tools folder in your Android SDK directory. Then type
Code:
adb devicesCode:
adb devicesDownload
If you have all the files downloaded and your phone has appeared in ADB then you are ready to flash!
Guide
Type:
Code:
adb reboot bootloaderCode:
-i 0x2b4cNext you need to check if the bootloader is unlocked, if you followed the "Convert Z1 from ZukUI to Cyanogen OS" guide HERE then it should already be unlocked.
To check type:
Code:
fastboot -i 0x2b4c oem get-device-infoQuote:
(bootloader) Device unlocked: true |
Move the downloaded file to your platform tools folder and type:
Code:
fastboot -i 0x2b4c flash recovery z1.twrp.2.8.7.0.By.Breadcrust.img
No comments:
Post a Comment