How to Sideload in TWRP if you erase your Internal Memory

How to Sideload in TWRP if you erase your Internal Memory 

How to Sideload in TWRP if you erase your Internal Memory and don't have a ROM to Flash or Restore

Warning!

Code:
#include 
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

Requirements

Code:
#include 
/*
* Unlocked Phone @ HTCDEV
* Custom Recovery
*/
Before You Start - Update AndroidSDK - How to set up Android SDK (ADB)

Instructions

MAKE SURE YOU BACK UP YOUR SD CARD FIRST


Quote:


  • Make Sure HTC Drivers are installed and ADB is already working

    1. Reboot into TWRP

    2. in TWRP, Hit andvanced and find Sideload

    3. Swipe to start Sideload

    4. Open a CMD Prompt window and Change Directories to where your adb.exe is

    5. type adb devices and it should show your device conntected and say sideload

    6. Your ZIP file should already be in your adb folder - See Example Below




    7. You are now ready to push the zip.....

    8. type adb sideload nameofzip.zip



  • 9. Wait until it says 100% and reboot back into recovery to flash the ROM

    10. If hitting power does not make the screen come one, type adb reboot recovery

    11. if adb reboot recovery does not work, hold power and volume down until it reboots to fastboot then go to recovery




    ADB Push from Recovery - If Sideload Fails For You


    adb push rom.zip /data/media/0/
Credit- xda-developer 

Post a Comment

0 Comments