Installation Guide
Keep a backup of your data! Make sure to keep a backup of your files as the installaton will wipe your data.
Unlocked bootloader required, Read here on how to unlocking your device before continuing.
Use Google ADB Driver! Make sure to install Google ADB Drivers before continuing.
To obtain the required platform-tools, Read here.
To obtain the required installkit press here.
Connect your device
-
Enter Fastboot mode, make sure your phone turned off. Press and hold the Power and Volume buttons for 3 seconds until the phone turns on. You will be in Fasboot mode.
-
Once your phone is in Fastboot mode, connect your phone to a computer using a USB Cable.
-
Once you connected your phone to a computer using a USB Cable, check your phone connection to the computer by executing
fastboot devices
-
Once the device showed up in fastboot devices, continue with Sideloading the boot image with the following commands:
It is completely normal for the erasing process of avb_custom_key
to fail if there's no key flashed. You can safely ignore and continue with the next commands.
- Google Silicon 1 (gs101)
- Google Silicon 2 (gs201) and 3 (zuma)
cd {directory where you extracted the installkit files}
fastboot erase avb_custom_key
fastboot flash avb_custom_key pkmd.bin
cd {directory name of the device you are using}
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
cd {directory where you extracted the installkit files}
fastboot erase avb_custom_key
fastboot flash avb_custom_key pkmd.bin
cd {directory name of the device you are using}
fastboot flash init_boot init_boot.img
fastboot flash vendor_boot vendor_boot.img
Installing
-
Enter Bootloader mode. Press and hold the Volume Down button and Power button at the same time for 10-15 seconds.
-
Use the volume buttons to change the menu options until "Recovery Mode" is displayed on screen. To select, press the Power button once.
-
On your screen, “No command” is displayed. Press and hold the Power button. While you hold Power, press the Volume Up button and let go of both buttons quickly.
-
Android Recovery options should be displayed. With the volume buttons, scroll to "Wipe data/factory reset" and press the Power button.
-
With the volume buttons, scroll to "Factory data reset" and press the Power button.
-
Factory reset should start. At the bottom of your screen, when the reset is finished, "Data wipe complete" is displayed.
-
Use the volume buttons to move through the menu options, when “Apply update from ADB” is highlighted, press the Power button.
-
Flash the ROM through recovery with adb sideload command from your Mac/PC.
-
With the volume buttons, scroll to "Reboot system now" and press the Power button.
-
After the OS is flashed and the device has booted, you have the option to reboot into the bootloader and lock it by running the following command:
fastboot flashing lock
Once this is complete, you can reboot the device back into the system. Please note that locking or unlocking the bootloader will erase all data on your phone.