How to Flash Kaymera Device Back to native Android
Print Created by: Shay Golan
- Download to your PC (Windows10) the following:
- Fastboot tools: https://drive.google.com/file/d/1u2z81fMYawqBkeCoeQIGzSBt77SsluBm/view
- Android images
it is possible to download a suitable image for a specific Android version for a specific device from this location: https://developers.google.com/android/images
- Extract the Android image zip file
- Extract the Fastboot and ADB tools zip file in to the directory where all the image files are located
- Open CMD (click the windows button and write CMD + enter )
- In the command window go to the location when the fastboot and the image files are located
- Copy the location from the address bar in the windows explorer
- In the CMD window write “cd” and paste the address and press enter
- Copy the location from the address bar in the windows explorer
- Put the device in fastboot mode (press and hold the volume down and the power buttons for 20 seconds)
- Connect the device to the PC with USB type C to Normal USB cable
- In the CMD write the following “fastboot devices” + Enter
you suppose to see one serial number (one device connected in fastboot mode) - If previous step passed OK, the next step is to unlock the bootloader with the command “fastboot flashing unlock” + Enter
on your device you will be asked to approve unlocking the bootloader, to do so you click one click on the volume up, validate that it say “unlockboot loader” and approve by clicking the power button - If previous step passed OK you can start the flashing
from the directory of the image look for the file “flash-all.bat”
drag and drop this file into the CMD window and click enter - The flashing start
when its finished you will see press enter to exit - Open the CMD window again and go to the same directory (steps 4-5)
- The Device may already started, you need to put the device back in fastboot mode (step6)
- Lock the bootloader
In the CMD write “fastboot flashing lock”
on the device you will be asked to lock the bootloader, you need to click one click on the volume up, make sure it say “lock boot loader” and click the power button to approve
You now can disconnect the USB cable and start the device
