Soft bricked phone need help with side loading

Search This thread

veener79

Senior Member
Mar 9, 2008
1,143
127
Chicago Area
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. :( I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.

In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how. :(

Thank you for any help.
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. :( I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.

In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how. :(

Thank you for any help.

What rom did you flashed? What TWRP version are you using?
 

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.

http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul


From fastboot

fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader

in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip

Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip
 
Last edited:

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.

flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader

then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp

or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip
 
  • Like
Reactions: veener79

veener79

Senior Member
Mar 9, 2008
1,143
127
Chicago Area
OK nothing wants to work today!!!!!

Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.

Getting "Error can not load twrp.img"
 

veener79

Senior Member
Mar 9, 2008
1,143
127
Chicago Area
Last edited:

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
Yes



How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.

Typed in fastbood devices and get ht344w910402 fastboot

can you post a screanshot of your cmd prompt when it fail plz
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
4.4 roms need latest twrp to be flashed correctly

either twrp 2.6.6.3 or 2.6.6.4

So download and flash latest version and flash the rom again.

http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul


From fastboot

fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader

in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip

Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip

flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp

or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip

OK nothing wants to work today!!!!!

Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.

Getting "Error can not load twrp.img"

Yes



How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.

Typed in fastbood devices and get ht34xxxxxxxxx fastboot

Sorry guys ( @clsA and @alray), I don't know why I keep getting the urge to bug in :eek:

M7U/UL TWRP:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
verify MD5, that site does not play nice with download managers


Typed in fastbood devices and get ht34xxxxxxxxx fastboot
-> means your device is in fastboot
go ahead, as suggested
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader

-> enter recovery

then as suggested
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or use sideload, whatever makes you happy


sorry again guys :eek:

i'll bug out now :)

PS: "cannot load" = the filename is wrong!! that's all
 
Last edited:

veener79

Senior Member
Mar 9, 2008
1,143
127
Chicago Area
Ok got home and I tried a different USB port. I did a sideload of a older version on the ROM that I knew was good and phone is back up and working. :) Thank you all! Thanks are given out!
 

Top Liked Posts