How bad am I screwed? Bricked?

Search This thread

xxddaaohnoes

New member
Jun 11, 2012
4
2
CURRENT STATUS -- PHONE BACK TO STOCK AND WORKING. WILL ROOT AGAIN AND PROBABLY WAIT A FOR THE FINE DEVS AT TO RELEASE THE ROMS I WANT INSTEAD OF MANUAL MODS HA!


PLEASE NOTE, AT THE TIME OF WRITING THIS THREAD, THE ROM MANAGER INSTALLATION OF CLOCKWORKMOD HAS SERIOUS ISSUES. YOU DO NOT HAVE A WORKING RECOVERY EVEN THOUGH IT FLASHES THE RECOVERY SOFTWARE. SEE XDA THREAD showthread.php?t=1695967 CHECK YOUR CLOCKWORKMOD BEFORE YOU DO ANY MODS


SUMMARY OF FIX --> USE FASTBOOT TO RELOAD WORKING RECOVERY --> ATTEMPT ROM INSTALL, FAILED --> RELOCK BOOTLOADER --> RUN APPROPRIATE RUU...PHONE IS NOW BACK TO STOCK CONDITION WORKING GREAT. XDA WILL SAVE YOU FROM YOURSELF







What happened?

-Rooted phone with regawMOD. Everything fine.

-Install rommanager -- decide to flash clockworkmod via rom manager, since I'm used to that recovery in the past.

-Use phone for 2 days.

-See thread about editing build.prop for links related to apple lawsuit.

-used root explorer file manager, backup build.prop, edit build.prop, HIT THE PERMISSIONS BUTTON ON THE FOLDER TO R/W and then back to R/O (DAMN DAMN DAMN)...reboot phone. Phone boots HTC white screen and then just black. Won't boot android.


What I tried to fix?

-Thinking sucks, but no biggie, I reboot and go to recovery clockworkmod 5.8.3.5 DOES NOT WORK...go search, find more forum posts about this version for our phone not working...DAMMIT CLOCKWORKMOD!

-Go to "Factory Reset", who cares at this point, just reset everything? Nope...white HTC screen, boots into clockworkmod v5.8.3.5 -- again, broken worthless recovery, no menus do anthing. Why did I forsake you TWRP?!?!



Now I'm gun shy on just hopping down and trying new things without consulting you guys first. What are my options? Don't want to make this worse.
Fine




TL;DR

EVO 4GLTE, rooted.

Screwed permissions and/or build.prop system folder

clockworkmod recovery version is worthless

Afraid to go forward.
 
Last edited:

husker91

Senior Member
What happened?

-Rooted phone with regawMOD. Everything fine.

-Install rommanager -- decide to flash clockworkmod via rom manager, since I'm used to that recovery in the past.

-Use phone for 2 days.

-See thread about editing build.prop for links related to apple lawsuit.

-used root explorer file manager, backup build.prop, edit build.prop, HIT THE PERMISSIONS BUTTON ON THE FOLDER TO R/W and then back to R/O (DAMN DAMN DAMN)...reboot phone. Phone boots HTC white screen and then just black. Won't boot android.


What I tried to fix?

-Thinking sucks, but no biggie, I reboot and go to recovery clockworkmod 5.8.3.5 DOES NOT WORK...go search, find more forum posts about this version for our phone not working...DAMMIT CLOCKWORKMOD!

-Go to "Factory Reset", who cares at this point, just reset everything? Nope...white HTC screen, boots into clockworkmod v5.8.3.5 -- again, broken worthless recovery, no menus do anthing. Why did I forsake you TWRP?!?!



Now I'm gun shy on just hopping down and trying new things without consulting you guys first. What are my options? Don't want to make this worse.
Fine




TL;DR

EVO 4GLTE, rooted.

Screwed permissions and/or build.prop system folder

clockworkmod recovery version is worthless

Afraid to go forward.

yeah, download twrp and move it to your fastboot folder.
use the command "fastboot flash recovery (recovery name).img"

replace (recovery name) with whatever twrp is called, and remove the quotes.
 

xxddaaohnoes

New member
Jun 11, 2012
4
2
yeah, download twrp and move it to your fastboot folder.
use the command "fastboot flash recovery (recovery name).img"

replace (recovery name) with whatever twrp is called, and remove the quotes.




THANK YOU BOTH OF YOU!

For posterity, those that are reading this with a similar problem in the future, go here for the EVO LTE:

teamw.in
/project/twrp2/98

1> make sure your HTC drivers are up to date
2> download the TWRP img file
3>find fastboot.exe
4>put TWRP img file with fastboot.exe
5>run commands as on that TWRP page


I now have TWRP recovery! But not a running phone yet

The plan at this time was to wipe everything and just flash a stock ROM and count my blessings. Problems though with sd-ext and new ROM.

Wipe cache -- works.
Wipe Dalvik-cache -- /sd-ext not present, skipping
Factory Reset -- failed to mount /sd-ext (No such file or directory)

I've got the stock ROM img sitting in /sdcard via USB mount on my PC. Just copied it over.

Then I install it and everything acts like it works.
Restart phone, hangs at HTC screen for 20 minutes, never fully booting.

And now I'm here again.

When I go into the TWRP file manager I can see /sd-ext

Any thoughts?
 

xHausx

Inactive Recognized Developer
Jul 5, 2010
6,778
4,519
Central Florida
The /sd-ext errors are normal, it's only used if you reformatted your sdcards to add it.

If the ROM you flashed is good and it still won't boot you'll want to run the RUU and bring it back to stock. All you have to do is connect it in fastboot mode and run:
fastboot oem lock

Then, once it's relocked, leave it in fastboot mode and run the RUU that can be found here.

You may need to run it twice if the phone reboots half way through, but that's fine. Just run it a second time and it should finish. When it's done your phone will be completely stock again.
 
Last edited:

xxddaaohnoes

New member
Jun 11, 2012
4
2
fugard Dollin's

The /sd-ext errors are normal, it's only used if you reformatted your sdcards to add it.

If the ROM you flashed is good and it still won't boot you'll want to run the RUU and bring it back to stock. All you have to do is connect it in fastboot mode and run:
fastboot oem lock

Then, once it's relocked, leave it in fastboot mode and run the RUU that can be found [

You may need to run it twice if the phone reboots half way through, but that's fine. Just run it a second time and it should finish. When it's done your phone will be completely stock again.



Will try that now and report back.

Thank you for the quick answer and vote of confidence. I know what is "supposed" to happen along this path, but this is the first time in 5 years and as many devices that I've made such a bone headed mistake rooting. So now I'm a little overly timid as to what is normal and what I caused in screwing up some permissions.
Thanks again!


WORKING! OP updated. Thanks everyone for your time and help!
 
Last edited:

reverepats

Senior Member
Dec 22, 2010
6,552
5,264
Boston,MA
The /sd-ext errors are normal, it's only used if you reformatted your sdcards to add it.

If the ROM you flashed is good and it still won't boot you'll want to run the RUU and bring it back to stock. All you have to do is connect it in fastboot mode and run:
fastboot oem lock

Then, once it's relocked, leave it in fastboot mode and run the RUU that can be found here.

You may need to run it twice if the phone reboots half way through, but that's fine. Just run it a second time and it should finish. When it's done your phone will be completely stock again.

Haus are we lucky enough to have you join us here? Or u still rocking the 3D? Hope things are well buddy

Edit...OP glad to hear things worked out.

Sent from my EVO using Tapatalk 2
 

shook187

Senior Member
Oct 1, 2010
3,569
1,074
Haverhill MA
Samsung Galaxy S23 Ultra
Not sure why people insist on having CW even when they know its broken. Even if it wasn't broken, just using TWRP one time, one will realize how much better it is compared to CW. Anyways dude, you're not fully bricked. You just need to find a way to get TWRP flashed.

Sent from my EVO using XDA
 

erikivy

Senior Member
May 7, 2010
595
128
Central VA
Samsung Galaxy Z Flip3
Not sure why people insist on having CW even when they know its broken. Even if it wasn't broken, just using TWRP one time, one will realize how much better it is compared to CW. Anyways dude, you're not fully bricked. You just need to find a way to get TWRP flashed.

Sent from my EVO using XDA


dont_know.gif
dont_know.gif


run_away.gif