[HOW TO] ADB Sideload/Push if you Wipe Internal Storage & No ROM to Flash [19 May 15]

Onethirtytwo

Senior Member
Aug 6, 2010
298
37
0
Orange
Awesome, worked like a charm! Thanks, was thinking I had to do adb push, but came across this thread when I was searching for adb drivers for my current computer. Good to know I have this option as well in the future.:)
 

solnoy

Senior Member
Jul 4, 2012
71
1
0
Last edited:

StormyNight

Senior Member
Dec 31, 2013
619
177
0
Hyderabad
thank you finally i can use the adb push now :)


---------------------
Update****

got this error how can i fix this?

Try getting out of sideload, staying in the Advanced menu of TWRP, and doing the following commands.

adb /kill-server
adb usb
adb push ROM.zip /sdcard


Replace ROM.zip with your custom ROM zip.
 

bdorr1105

Senior Member
Sep 6, 2008
4,129
3,112
0
thank you finally i can use the adb push now :)


---------------------
Update****

got this error how can i fix this?

I dont see your zip in the folder. Rename your Bad Boys zip file to just rom.zip and ensure its just in the root of the platform-tools folder....

then the command should be just adb sideload rom.zip
 

alexvv

Senior Member
Jan 13, 2013
135
18
0
Athens
it's working properly and then it doesn't complete sending the rom.... what's the problem ??

---------- Post added at 03:38 PM ---------- Previous post was at 03:02 PM ----------

worked after a few tries. you're a lifesaver, no other recovery transfer method worked. thanks, really !