How to Flash Kaymera Device Back to native Android

How to Flash Kaymera Device Back to native Android

Print Created by: Shay Golan

 

  1. Download to your PC (Windows10) the following:
    1. Fastboot tools: https://drive.google.com/file/d/1u2z81fMYawqBkeCoeQIGzSBt77SsluBm/view
    2. 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

    3. Extract the Android image zip file
    4. Extract the Fastboot and ADB tools zip file in to the directory where all the image files are located
    5. Open CMD (click the windows button and write CMD + enter )
    6. In the command window go to the location when the fastboot and the image files are located
      1. Copy the location from the address bar in the windows explorer
      2. In the CMD window write “cd” and paste the address and press enter
    7. Put the device in fastboot mode (press and hold the volume down and the power buttons for 20 seconds)
    8. Connect the device to the PC with USB type C to Normal USB  cable
    9. In the CMD write the following “fastboot devices” + Enter
       you suppose to see one serial number (one device connected in fastboot mode)
    10. 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
    11. 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
    12. The flashing start
       when its finished you will see press enter to exit
    13. Open the CMD window again and go to the same directory (steps 4-5)
    14. The Device may already started, you need to put the device back in fastboot mode (step6)
    15. 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
     

    S Shay is the author of this solution article.