Accidentally Erased internal storage, phone only booting to bootloader, please help!!

Search This thread

Gja88

Senior Member
Oct 6, 2010
448
28
Just rooted/s-off my device and decided to factory reset it to start using it for regular usage. I accidentally clicked erase internal storage in tmrp recovery and deleted the whole os on the phone as well. Is there any way to side load a rom with recovery to get the phone to boot up again or is my phone practically a brick till a RUU is released. I have the tmobile version.

Please Help!!
 

Gja88

Senior Member
Oct 6, 2010
448
28
You can adb push a ROM then flash it or fastboot flash a rom directly from you computer.

Care to share how, I'm trying to sideload a rom through adb but it keeps failing at 100%. This is what im doing

adb devices shows my device and sideload next to it. Next I do

Adb sideload rom_name.zip.

it hits 100% and the phone says sideload failed. Dunno what im doing wrong
 

rashad1

Senior Member
Jun 22, 2010
812
94
New York
Care to share how, I'm trying to sideload a rom through adb but it keeps failing at 100%. This is what im doing

adb devices shows my device and sideload next to it. Next I do

Adb sideload rom_name.zip.

it hits 100% and the phone says sideload failed. Dunno what im doing wrong

i don't know why it would be failing at 100%...check to see if it copied, and if it didn't then try to fastboot flash it
 

exad

Senior Member
Jan 26, 2010
3,459
1,518
Montreal
I would just adb push. Much more reliable.

Sent from my HTC One_M8 using xda app-developers app
 

exad

Senior Member
Jan 26, 2010
3,459
1,518
Montreal
adb push romfilename.zip /sdcard/
It will look like it's hanging for about 5-10 mins. Then it will give a confirmation with bytes sent
Sent from my HTC One_M8 using xda app-developers app
 

Gja88

Senior Member
Oct 6, 2010
448
28
adb push romfilename.zip /sdcard/
It will look like it's hanging for about 5-10 mins. Then it will give a confirmation with bytes sent
Sent from my HTC One_M8 using xda app-developers app

trying it now, ill keep u guys updated, I'm ****ting bricks over here.
 

Gja88

Senior Member
Oct 6, 2010
448
28
trying it now, ill keep u guys updated, I'm ****ting bricks over here.

Alright I got it up and running bro. I appreciate it. Apprently the rom i was sideloading was the problem and failed to install when I tried installing it. ARHD is installing as I'm typing this. Thanks again.
 

exad

Senior Member
Jan 26, 2010
3,459
1,518
Montreal
Np. For future reference you cannot flash a rom using fastboot.

Sent from my HTC One_M8 using xda app-developers app