- Enable developer features
- Allow USB debugging
- Get adb permissions(handshake) atleast once
- Enable OEM unlocking
Unlock the device recovery by painstakingly following the steps for the respective model.
Mostly VolDown+Power
for fastboot mode and VolUp+Power
for recovery mode
Get into fastboot and boot twrp image
fastboot boot twrp.img
Wipe to your hearts content. Encrypted errors can be seen if the device isn't unlocked.
Start the sideload
adb sideload rom.zip
- If the ROM booted perfectly, no need to flash twrp
- If you love twrp, then flash it
- Get into fastboot and run
fastboot flash recovery twrp.img
- Optionally install twrp app
- Get into fastboot and run
- If the device allows you to lock the recovery after installing an unsigned boot.img, then do so