Help, wiped ROM without having a flashable one to flash on the phone.

jharo

Well-known member
Apr 19, 2010
379
16
0
Help, I got a replacement phone and wiped the ROM without having a flashable one replace it. I had a backup from my from my old phone, but I zipped it to get it off my old phone. I was going to restore the back up, but I forgot to unzip it. I now can only boot into TWRP Recovery, and I don't know how to get the unzipped backup or a flashable ROM on the phone. Any help would be appreciated.
 
Help, I got a replacement phone and wiped the ROM without having a flashable one replace it. I had a backup from my from my old phone, but I zipped it to get it off my old phone. I was going to restore the back up, but I forgot to unzip it. I now can only boot into TWRP Recovery, and I don't know how to get the unzipped backup or a flashable ROM on the phone. Any help would be appreciated.

Boot into TWRP (from the bootloader).

Then use Wug's or adb to push a rom to the device--

Code:
adb push ROM.zip /sdcard/ROM.zip

ROM.zip = whatever your rom zip is called; you can use this command for pretty much anything.

Here's a quickie guide too:

[HOW-TO] ADB Push a ROM to your phone - xda-developers