build.prop help - Sprint HTC EVO 4G LTE

So I made the changes some changes to the build.prop file on my EVO 4G LTE from an androidcentral post to restore the functionality from the whole apple vs htc feud. This is exactly what I did:
Found the line ro.da1.enable=true
Changed it to ro.da1.enable=false
Directly under it I added the line ro.da1.method=false
​I rebooted.
This is where my problem is. After I rebooted I got the HTC boot screen and then my phone gets stuck on a black screen. I was being and idiot and used Root Explorer (since I had already had it installed) to make the changes to the build.prop file instead of using my computer. I would like to know if there is a way to get my phone past this black screen, I can still pull up hboot so I don't think it's bricked but I'm not entirely sure. Can anybody help me? Thanks in advance for any help and thank you for your time.

You didn't nandroid first? (Admittedly, I didn't either, but mine booted fine after edits)
When you edited it with Root Explorer, it should have created a backup of original with .bak added to it. So, you could reflash a stock ROM, or if you have adb set up, there are commands to replace with the backup RE made. Unfortunately, I haven't used adb enough to know the commands. I'm sure someone more knowledgeable will post the commands.
Sent from my EVO using xda premium

did u save the file afterwards?

Thanks for the reply scottspa74!
Unfortunately I didn't do a nandroid backup, but I do have the .bak file as well as the original build.prop file on an sdcard. As far as reflashing a stock ROM would I need to have access to recovery or can I flash through hboot? Also if you dont mind me asking, where can I find a stock ROM to flash?

flex360 said:
did u save the file afterwards?
Click to expand...
Click to collapse
Yes I did, I clicked the save and exit option afterwards.

try wiping caches in recovery

flex360 said:
try wiping caches in recovery
Click to expand...
Click to collapse
I can't get into recovery mode from hboot, I'm guessing it is because I don't have a custom recovery maybe?

You should be able to flash a custom recovery from fastboot.
Fastboot flash recovery <insert file name of recovery>.IMG
TWRP recovery is the one currently working the best for the EVO LTE atm. Once you download and flash you should be good to go.
Sent from my EVO LTE using XDA premium

OP, are unlocked, or rooted only?
If rooted only, DO NOT flash any recoveries as you'll probably end up having to do a RUU to recover.
A recovery can ONLY be flashed after the phone has been unlocked (htcdev or other means). Unfortunately right now, there are no other methods, so htcdev is your only option (to unlock).

Whoops shouldn't have assumed he was rooted and htcdev unlocked.
Sent from my EVO LTE using XDA premium

Ok so I did the HTCDev unlock, flashed stock ROM, and my evo is back to normal, a little better actually since it has custom recovery now. Anyways, thank you everyone for your input, you guys have been a big help!

Related

(Q) How To Flash A Recovery From Bootloader 1.5

I'm on CDMA Evo 3d with hboot 1.5 S-ON, unlocked bootloader via HTC METHOD, & on software 2.17. I'm not near a computer so I can't use adb etc & I don't even know how to do that. I've tried several ways to do this from bootloader! I tried renaming the TWRP to PG86IMG.zip & it told me "main version older, press power to reboot now" several times. I tried clockworkmod as PG86IMG.zip & it says "parsing" but nothing ever happens. People say these worked for them but it hasn't at all for me. Could any of you expert rooters help me please so I can use custom rom? I been stock for too damn long since OG EVO Launch when I had one! Much appreciated & I'll thank
Sent from my PG86100 using xda premium
KaoMinerva said:
I'm on CDMA Evo 3d with hboot 1.5 S-ON, unlocked bootloader via HTC METHOD, & on software 2.17. I'm not near a computer so I can't use adb etc & I don't even know how to do that. I've tried several ways to do this from bootloader! I tried renaming the TWRP to PG86IMG.zip & it told me "main version older, press power to reboot now" several times. I tried clockworkmod as PG86IMG.zip & it says "parsing" but nothing ever happens. People say these worked for them but it hasn't at all for me. Could any of you expert rooters help me please so I can use custom rom? I been stock for too damn long since OG EVO Launch when I had one! Much appreciated & I'll thank
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
FYI...http://www.teamw.in/project/twrp2/67 - Use the Download Image Method since you are on hboot 1.5.
KaoMinerva said:
I'm on CDMA Evo 3d with hboot 1.5 S-ON, unlocked bootloader via HTC METHOD, & on software 2.17. I'm not near a computer so I can't use adb etc & I don't even know how to do that. I've tried several ways to do this from bootloader! I tried renaming the TWRP to PG86IMG.zip & it told me "main version older, press power to reboot now" several times. I tried clockworkmod as PG86IMG.zip & it says "parsing" but nothing ever happens. People say these worked for them but it hasn't at all for me. Could any of you expert rooters help me please so I can use custom rom? I been stock for too damn long since OG EVO Launch when I had one! Much appreciated & I'll thank
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
There are definitely a few options and a few things to be aware of.
HTC official unlock does NOT unlock kernel/boot write access while in the custom recovery mode. Still is helpful to flash the custom recovery as all other features will work from recovery mode, just not the ability to write to the kernel/boot partition.
This means there are only two modes you can flash the kernel from, either fastboot mode (requiring a computer) or standard Android mode, for which I made a handy application, Flash Image GUI.
1) Using my application, Flash Image GUI, will allow you to flash custom kernels and also select ROM .zip files, and then load the kernel out of the ROM .zip, while then booting into recovery mode to load the rest of the ROM (system portion). My application will also allow you to flash the recovery.img or any .zip file containing the recovery .img.
2) Using the fastboot mode there are two ways to flash a kernel, both require being connected to another device, generally a computer.
2-A) fastboot boot c:\downloads\recovery.img . This command will temporary load the custom recovery with write access to the kernel partition and allow a full kernel .zip or ROM .zip to be loaded correctly.
2-B) fastboot boot c:\downloads\boot.img . This command will flash just the kernel boot.img file. The associated kernel modules, such as WiFi will not be loaded and must be loaded by the ROM .zip in the custom recovery, otherwise WiFi will not work.
HTC unlock is definitely very helpf when compared to no official option, but has a few quirks forcing us to take a few extra steps.
Hope that helps clarify a bit!
I have tried this & it says "main version older" idk what that means but it didn't work!
Sent from my PG86100 using xda premium
I have been able to use flash GUI you can find it on here or pay a dollar for it on the market here man let me get you two links http://forum.xda-developers.com/showthread.php?t=1045797 download this on your phone flash gui.... install it with es strong file explore http://www.clockworkmod.com/rommanager then get the touch screen one CWM download it. Flash it through flash gui you should be good to go...
Bro the only reason I haven't gotten flash img GUI is because I don't have money in my credit card. I have +$20 in my sprint account but nothing on my armed forces bank card! That's also why I haven't donated to you reaper for all your help!
Sent from my PG86100 using xda premium
KaoMinerva said:
Bro the only reason I haven't gotten flash img GUI is because I don't have money in my credit card. I have +$20 in my sprint account but nothing on my armed forces bank card! That's also why I haven't donated to you reaper for all your help!
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Its free grab the free one on that page i sent ya man .... no ads it's legit I used it today. The one for a dollar in the market is the same one as the free one just make sure you keep the apk file if you buy it from the market it will always install on your phone. The free one you have to install your self lol pretty easy man.. I have been messing with it all day lol..
Flash Image GUI
---------- Post added at 05:15 PM ---------- Previous post was at 04:58 PM ----------
Did you download it ? From the link I sent ya and download the latest touch screen touch of CWM for the evo 3d recovery...
IM SO CLOSE BRO. I GOT BOTH BUT FLASH IMG GUI SAYS IT NEEDS ROOT PERMISSION FROM SUPER USER. Remember dude I'm S-On & don't have a custom recovery yet! What do I do now? I also already have ROM manager
Sent from my PG86100 using xda premium
KaoMinerva said:
IM SO CLOSE BRO. I GOT BOTH BUT FLASH IMG GUI SAYS IT NEEDS ROOT PERMISSION FROM SUPER USER. Remember dude I'm S-On & don't have a custom recovery yet! What do I do now? I also already have ROM manager
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Either download superusers from the market free version works fine or just click okay on it.. May need superusers from the market. Didn't have any issues.
Got it, but how do I get superuser to give them the permissions? In the app I see the "app" catergory with nothing there.
Remember, all I've done is HTC unlock to unlock bootloader. I'm still s-on with no custom recovery, if I can get that I'll be fine. I got everything you said also
Sent from my PG86100 using xda premium
KaoMinerva said:
Got it, but how do I get superuser to give them the permissions? In the app I see the "app" catergory with nothing there.
Remember, all I've done is HTC unlock to unlock bootloader. I'm still s-on with no custom recovery, if I can get that I'll be fine. I got everything you said also
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Now run the flash gui thing it should work now...
Tried it & this is what I get! I also have superuser from android market
Sent from my PG86100 using xda premium
KaoMinerva said:
Tried it & this is what I get! I also have superuser from android market
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
This is gonna sound retarted man sorry just need to know does your hboot say unlocked at the top?
I know alot of folks were having issues when they applied the unlock code bin part using the HTC Dev way and it would say sucess but nothing would happen the phone would sit in hboot and no new screen would come up and say do you wish to unlock the bootloader.... Only way around that was to download the latest RUU exe 2.17 and use it then reapply the unlock code bin
I am trying to figure out why TWRP 2.0 was havin issues along with CWM and so I I have been swapping recoverys around on my phone all day to see if I could get the same issue you have been having...
I am running outta ideas since everything isn't wanting to flash over it's acting like the boot is still locked even tho you unlocked it.
Im hboot 1.5 S-ON
If nothing works you could try this then redo the custom recovery.. by fastboot flash.
reaper24 said:
This is gonna sound retarted man sorry just need to know does your hboot say unlocked at the top?
I know alot of folks were having issues when they applied the unlock code bin part using the HTC Dev way and it would say sucess but nothing would happen the phone would sit in hboot and no new screen would come up and say do you wish to unlock the bootloader.... Only way around that was to download the latest RUU exe 2.17 and use it then reapply the unlock code bin
I am trying to figure out why TWRP 2.0 was havin issues along with CWM and so I I have been swapping recoverys around on my phone all day to see if I could get the same issue you have been having...
I am running outta ideas since everything isn't wanting to flash over it's acting like the boot is still locked even tho you unlocked it.
Im hboot 1.5 S-ON
If nothing works you could try this then redo the custom recovery.. by fastboot flash.
Click to expand...
Click to collapse
yea bro I'm unlocked alright, I remember doing this through HTC method. I know that much I did do. I'm not near a computer btw, for that recovery can I do pg86img?
Sent from my PG86100 using xda premium
KaoMinerva said:
yea bro I'm unlocked alright, I remember doing this through HTC method. I know that much I did do. I'm not near a computer btw, for that recovery can I do pg86img?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
Might be able too. PC86IMG.ZIP I just can't figure out why nothing is flashin over to your phone recovery wise...
I did the same thing took the OTA software update before I rooted and did the HTC DEV applied the unlock code and chose to unlock boot even tho said it could void my warranty. Then I downloaded TWRP 2.0 which I don't recommend using put that in my platform tools folder and fastboot flash recovery recovery.img or what ever you renamed the file tooo.
This is the recovery I was using worked fine just copy the file that is in the zip to your platform tools folder and fastboot flash recovery cwm.img
I really am tryin to figure out what is going wrong with the recoverys not wanting to flash over....
I dunno why cwm isn't flashing right..
Tried to pg86img with stock recovery & failed. When dad gets here I'll take a pic proving I unlocked with HTC method. Idk what's going on really because people say these steps worked for them & nothing has worked for me at all!
Sent from my PG86100 using xda premium
KaoMinerva said:
Tried to pg86img with stock recovery & failed. When dad gets here I'll take a pic proving I unlocked with HTC method. Idk what's going on really because people say these steps worked for them & nothing has worked for me at all!
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
I believe you on the unlocked part. Man im just stumped on this part the way it's acting up seems like the phone is still locked....
I have been tryin to screw up mine to see if I have the same issue as you...
I am really tryin to figure this out lol.
When you did the HTC Dev method you had latest java JDK and HTC sync 3.0 I think was the latest and ADB and the tools it needs downloaded...
Also you don't have two pc86img.zip files on your SD card right?
Some of the PC86IMG.ZIP files might error or not work due to them being named PC86IMG.ZIP.ZIP
Does the computer you were using have ADB installed on it with the tools you can download when you open up SDK manager there called SDK tools or platform tools...
Since you need these to work adb and make sure debug is on in the main menu of your phone under applications development.
I dunno why superusers wouldn't flash either.. Might be something with ADB or SDK tools or Platform tools aren't downloaded. On windows 7 if your right click on your platform tools while holding down shift it will open up a quick path to adb
The stock recovery I used astro zip to zip the stock signed recovery.img. It was named stock signed recovery.zip when I zipped it. Then I renamed it to PG86IMG.zip & powered off phone. I went to bootloader & it found the file like before, said "parsing" & nothing else happens but it goes back to the bootloader highlighting fastboot. I did this several times by clicking on fastboot & then clicking bootloader so it can load the file again. Still it said "parsing" & nothing else. Like before, the only one that said something different was twrp which said "main version outdated" & the only option after that was to reboot using power button!
Also, I'm not near a computer & the super user I downloaded is from the market! I'm on hboot 1.5 unlocked WITH software 2.17. Do you think it's because the ota?
Sent from my PG86100 using xda premium
KaoMinerva said:
The stock recovery I used astro zip to zip the stock signed recovery.img. It was named stock signed recovery.zip when I zipped it. Then I renamed it to PG86IMG.zip & powered off phone. I went to bootloader & it found the file like before, said "parsing" & nothing else happens but it goes back to the bootloader highlighting fastboot. I did this several times by clicking on fastboot & then clicking bootloader so it can load the file again. Still it said "parsing" & nothing else. Like before, the only one that said something different was twrp which said "main version outdated" & the only option after that was to reboot using power button!
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
There isn't a folder on the SD card called recovery is there?
Nope there isn't. It's not a folder named recovery on the root of the SD card or on the main root of the SD card where you see the really important files & you can see the system apks etc! What does this mean?
Sent from my PG86100 using xda premium

Please Help Me! Totally Soft Bricked!

I am a complete noob. Sprint Evo 3d 1.5 s-on, I have been running Viper IC3D for a month now, loving it,should have stuck with that. I wanted to try one of the Jelly Bean Roms, specifically the Team D.I.R.T. one, but I didn't want to have to keep flashing the two roms back and forth. Found out about Boot Manager Pro on here, and found a thread about using it with hboot 1.5 s-on. followed the instructions, booted into D.I.R.T. rom. fiddled with it, decided to go back to my phone rom. Boot Manager kept unexpectedly closing on me, wouldn't stay open long enough to do anything. So I went into recovery and restored my nandroid of Viper. But D.I.R.T. loaded! Said screw it, and wiped and reflashed Viper. D.I.R.T. loaded! Couldn't get anything but that ROM to load no matter what I did. Uninstalled Boot Manager, nothing but D.I.R.T.So I hunted around here and found a thread that said if all else failed, to manually remove Bootloader from sd and go from there. Did that, and it soft bricked my phone. I can get into recovery, but no matter what I do when I reboot it hangs in HTC white boot screen. I cannot afford another phone and don't get an upgrade til next year. Please Say there is a solution to this! I cried all last night, couldn't sleep, and I'm crying again. Side note, i accidentally erased half the C; Drive on my laptop trying things I found on another android forum,and system restore didn't work. So I'm back here, and I'm scared to try anything else, but I have to do something. Help!!!!!!
Flash the kernel. All will be well.
Viper rom should include boot.img.
Extract it to sdk-tools folder.
Open terminal, cd to sdk-tools directory.
Hold volume plus down on phone. Hit power button on fastboot option.
Plug in phone to computer. It should say fastboot usb on phone screen now. If not, install htc drivers.
Go to terminal. Type "fastboot flash boot boot.img
Should see some stuff happen on computer screen, phone will reboot.
Do that then report back.
Sent from my PG86100 using Tapatalk 2
can I do this using my rootevo3dnew package? I had a bad experience trying to install android sdk
You don't install sdk-tools. It's just a bunch if exe's in a folder.
That other thing you said, never heard of it.
Sent from my PG86100 using Tapatalk 2
Marta9227 said:
can I do this using my rootevo3dnew package? I had a bad experience trying to install android sdk
Click to expand...
Click to collapse
Yes you can, as long as you have fastboot and adb in there you'll be good, just put the boot.img in the same folder
Sent from my EVO 3DMA with a little "Common Sense"
please read my post carefully again and again it will solve your problem, I had the same problem
http://forum.xda-developers.com/showthread.php?t=1853065
I'm doomed. I was able to flash CWM this way, although it didn't help me at all. But I tried to flash the boot img and it didn't work. Didn't seem to recognize the command.
I'm cdma s-on? So basically you relocked and flashed an RUU and then relocked?
try to relock and flash with RUU it will work
At first when you were unable to boot back to phone rom, you should have went into recovery and flash the update.zip located in the sdcard/bootmanager/phonerom.
Anyway try to flash back to viperrom again then boot your recovery via fast boot since you are not s-off. And flash the update.zip from the phone rom folder. If everything fails just relock your bootloader and use the ruu.exe and you should be fine.
Marta9227 said:
I'm doomed. I was able to flash CWM this way, although it didn't help me at all. But I tried to flash the boot img and it didn't work. Didn't seem to recognize the command.
Click to expand...
Click to collapse
The command is: fastboot flash boot c:\(navigate to the sdk map with boot.img)\boot.img
For instance. for me it's c:\Users\(my name)\boot.img
Because i have my sdk and boot.img in my User map.
I believe boot manager creates the files for the second rom on the sd card. maybe thats why the D.I.R.T rom is loading.. My advice, try a different sdcard and see if the viper rom starts (you still might have to flash the boot.img via adb because of s-on)
I have no idea where the files for second rom are created so maybe if someone else could help out here. Then it should be a simple matter of deleting the second rom from the sd card and then go ahead and flash your viper rom.
http://init2winitapps.com/stories/BMManual.html
^^ this tell you all you need to know about dual booting.
Thanks to everyone! Relocked and ran RUU safely back to stock now debating if I have the guts to unlock again lol
Sent from my PG86100 using xda app-developers app
Do it!
Do it! The RUU will save you anyways lol
Should I do the stock ics ota first? I know that will make me hboot 1.58. Can I still HTC dev unlock 1.58? And can I get a new code? Didn't save the old one
Sent from my PG86100 using xda app-developers app
Yes you will have to get new code from htcdev. Though i wouldn't recommend updating hboot cause its known to cause some issues with some roms

Need serious help asap

i rooted my htc evo lte in the midst of installing the rom it wouldnt load, i deleted the os by accident now trying to figure out how to get back into the phone to reinstall it but cant figure it out any help is appreciated thanks
sickamoose239 said:
i rooted my htc evo lte in the midst of installing the rom it wouldnt load, i deleted the os by accident now trying to figure out how to get back into the phone to reinstall it but cant figure it out any help is appreciated thanks
Click to expand...
Click to collapse
did you try holding down the power and volume buttons to load your recovery?
---------- Post added at 02:54 PM ---------- Previous post was at 02:25 PM ----------
May I ask if you can be more specific? such as; what build OTA you have, hboot version, what recovery you have, which rom and/or kernel you are trying to flash, and if you are s-on or s-off
I had a similar problem. I unlocked and rooted my EVO LTE ... Then I tried to install a custom ROM and it just got stuck at the boot animation. I didnt do a back up or anything so I was just stuck. I was able to get into Recovery. As a matter of fact I fixed it last night by loading up flashing that superwipe zip and flashing Stock with Goodies ROM. Now my EVO LTE works fine.
Sent from my PC36100 using xda app-developers app
lmvcorp said:
I had a similar problem. I unlocked and rooted my EVO LTE ... Then I tried to install a custom ROM and it just got stuck at the boot animation. I didnt do a back up or anything so I was just stuck. I was able to get into Recovery. As a matter of fact I fixed it last night by loading up flashing that superwipe zip and flashing Stock with Goodies ROM. Now my EVO LTE works fine.
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
Alright so I am having the same problem with the Paranoid Android ROM it won't boot past the boot animation. I don't have the superwipe zip and the only other ROM I have on my phone is ViperROM which won't even flash. Any help would be appreciated.
You most likely need to flash the kernel. I'm assuming you're s-on?
metalfan78 said:
You most likely need to flash the kernel. I'm assuming you're s-on?
Click to expand...
Click to collapse
I am S-on. how do I flash the Kernel? and where do I find it? thanks again for all your help.
There are a lot of guides in the development section. I'm s-off, I've never had to do it. Sorry I can't help more.
metalfan78 said:
There are a lot of guides in the development section. I'm s-off, I've never had to do it. Sorry I can't help more.
Click to expand...
Click to collapse
it's cool. thanks man. yeah, i had my other EVO 4G LTE that was s-off and rooted a friend's phone that was s-off. just recently recieved a replacement phone for my stolen one and followed the same method but s-on. so frustrating. thanks for all your help though!
extract the boot image from the rom, place it in adb folder and open cmd in that folder
shift+right click, open command window here
then connect phone in fastboot and type fastboot flash boot boot.img
Om4 is always around to rescue people!
randmc562 said:
I am S-on. how do I flash the Kernel? and where do I find it? thanks again for all your help.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1917106 this might help it's an image flasher run from your PC
Hey there
I had the same problem, just when I loaded the goodies rom it crashed. Can't do anything, except boot into TWRP. Basically if I try to reflash a rom it should solve my problem?
Most likely you need to flash the kernel, use that image flash app or adb tools/android SDK to flash it in fastboot
I had a feeling
First, thanks
Ok, can I use TWRP to flash the Kernel or is there an app or pc that ill have to use?
You can use fastboot to flash the kernel or the image flash app, I havent got a link for it right now but its probably in themes and apps or original development
No PC
I don't have a PC to use. I'm wondering if I could go recovery->advance->terminal command. I see a fast lot process, but requires a PC.
Not that I know of, you need access to fastboot
Dumlock?
Reading on dumlock, else return to project when computer is available. Thanks for the help.
You can't use dumlock without access to android
So it appears
*sigh* got all excited flashed a rom without a kernel, and now **** out of luck. Seemed so much easier for my OGEVO. So my only option is to do a fast boot with a PC using the .zip I have on the sdcard?

[Q] Rezound Stuck At Lock Screen

Hi,
I am new here and this is my first post so forgive me if starting a new thread for this topic was wrong but I found my own situation slightly different from the others here who had the same problem.
I have a gsm unlocked rezound and was trying to get rid of the unknown sim error message at lock screen. I followed the steps mentioned on this thread --> http://forum.xda-developers.com/showthread.php?t=1882355. I rooted the phone, downloaded the apk. Deleted the .odex file and replaced the existing apk with the downloaded one and rebooted. Now, I am stuck at the lock screen with no icons. But for the other people who faced similiar issue, they were able to open the home screen. I can't. I can see pop ups for sms/mail. I get ring when a call comes in but I cant pick. I tried hard reset. Tried booting without sim/sd card. Still no luck. I tried connecting the phone to my pc but now my pc wont recognise the phone when its connected. I can see icon on top of the phone which says USB connected and I also see sync icon, but it will not go any further. I dont know how to get into the phone's menu now.
I may have bitten more than I can chew, silly me :crying:
If you guys can help me in any way, I would appreciate that a lot.
OS : 4.0.3 ICS Running HTC Sense 3.6.
A quick fix:
http://forum.xda-developers.com/showthread.php?t=2017932
Flash my debloater, choosing the Sense option(will be brought to a widget removal screen if you don' use them all) & AOSP lockscreen. Disadvantage to that though, you will have to unlock to see the caller id when it rings.
Snuzzo said:
A quick fix:
http://forum.xda-developers.com/showthread.php?t=2017932
Flash my debloater, choosing the Sense option(will be brought to a widget removal screen if you don' use them all) & AOSP lockscreen. Disadvantage to that though, you will have to unlock to see the caller id when it rings.
Click to expand...
Click to collapse
Thank you for the quick response. I have downloaded the file. I know this sounds stupid but I am a real rookie. I don't know how to do the flashing or how to get to the AOSP lock screen. If you could guide me through the process or maybe give me a link where I can learn it myself, it would be great.
Essentially since you already have rooted, you will(should) also have a custom recovery (TWRP, AmonRa, CWM). Install it as you would a regular rom but without any wipes until after flash of the zip. Dependent on which recovery you will want to look up their FAQ/QnA on how to wipe dalvik/cache.
Once you get inside the script, you will see what I meant by "Choose Sense & AOSP Lockscreen".
Snuzzo said:
Essentially since you already have rooted, you will(should) also have a custom recovery (TWRP, AmonRa, CWM). Install it as you would a regular rom but without any wipes until after flash of the zip. Dependent on which recovery you will want to look up their FAQ/QnA on how to wipe dalvik/cache.
Once you get inside the script, you will see what I meant by "Choose Sense & AOSP Lockscreen".
Click to expand...
Click to collapse
Yes the phone was rooted, but I used a rooting software from google apps from the phone. After I downloaded that app, it rooted the phone and brought in an extra icon. I remember it as SU root something, but I didnt do it from the pc. So I dont have any recovery on the pc. I used to sync the phone with htc sync. Unfortunately, right now, my pc wont recognise the phone. I tried root explorer for android from pc, it wont recognise the device. HTC sync too will not. But my phone seems to know when a USB is connected, it brings the usb icon on top but thats about it. ((
Ok, best suggestion at this point is to follow the instruction in the OP for installing TWRP in the Rezound development section.
Snuzzo said:
Ok, best suggestion at this point is to follow the instruction in the OP for installing TWRP in the Rezound development section.
Click to expand...
Click to collapse
Could you kindly provide me a link to the right topic. Do you think my phone is beyond repair ? Have I bricked it ?
I am running 4.0.3 ICS on Sense 3.6
http://forum.xda-developers.com/showthread.php?t=1902381
You are far FAR from being bricked. Softbricked yes, hardbricked no.
Snuzzo said:
http://forum.xda-developers.com/showthread.php?t=1902381
You are far FAR from being bricked. Softbricked yes, hardbricked no.
Click to expand...
Click to collapse
Thank you for the help buddy. I am glad you said its not. I dont know what I would have done if it had. This is my first android phone and I took it a week back. I was beginning to miss my iPhone . Unfortunately the link you provided wont help me because I have no way of restarting phone other than by removing battery. Even when in fastboot, the pc does not recognise the device even when device shows fastboot usb. I doubt if I can get past step 1 in that link.
I found that I am on Vigor H Boot 2.27.000 and Radio 2.22.10.0803r with S-ON. I tried to turn S-Off after reading and educating myself on android from this forum till now. But even to S-Off, I need to be able to enable USB in debug mode which I am not able to. Any suggestions ?
Device still not fixed
hi,
I took the phone to a couple of places to check if it can be fixed, No one was able to fix it thus far, Any other advice or suggestions to fix this would be great. Any admins/mods have something to add ? Please, I am desperate to fix this phone. Anyway of doing this ?
Have you tried flashing a different rom?
If he's S-on and locked, he can simply flash the latest RUU can't he(just to get the phone working again). From there someone can help him set up adb, and s-off.
Sent from my ADR6425LVW using xda app-developers app
From what they posted, somehow they don't have a custom recovery even though they are rooted?
Can you put a PH98IMG.zip file of a recovery (either Amon Ra or TWRP) on your SD card and flash it in hboot? Then flash a custom ROM the same way from recovery.
You can take the SD card out and mount it on your pc and use your pc to copy over the recovery PH98IMG.zip file.
And oh yeah, I see what Obaterista... was saying. You should be able to flash the latest RUU from hboot. Here's a link for it:
http://www.androidpolice.com/2012/0...ull-ruu-build-4-03-605-2-for-the-htc-rezound/
That's global too, which seems to be what you'll need.
jon7701 said:
Have you tried flashing a different rom?
Click to expand...
Click to collapse
Yes I have vigor, tried AmonRa, that did not work mate. It starts fastboot, gets stuck @ unpacking PH98IMG.diag and then nothing happens.
Obaterista93 said:
If he's S-on and locked, he can simply flash the latest RUU can't he(just to get the phone working again). From there someone can help him set up adb, and s-off.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
The bootloader screen says S-On. On top it says ***Tampered*** and below it ***UNLOCKED***.
feralicious said:
From what they posted, somehow they don't have a custom recovery even though they are rooted?
Can you put a PH98IMG.zip file of a recovery (either Amon Ra or TWRP) on your SD card and flash it in hboot? Then flash a custom ROM the same way from recovery.
You can take the SD card out and mount it on your pc and use your pc to copy over the recovery PH98IMG.zip file.
And oh yeah, I see what Obaterista... was saying. You should be able to flash the latest RUU from hboot. Here's a link for it:
http://www.androidpolice.com/2012/0...ull-ruu-build-4-03-605-2-for-the-htc-rezound/
That's global too, which seems to be what you'll need.
Click to expand...
Click to collapse
Yes I rooted from a tool I found on android market. Noob me. So I do not have a recovery. I had downloaded the PH98IMG.zip and put it in my sd card and tried. The recovery starts and then shows a red exclamation and then nothing happens.
I was just trying different pages for help. Someone has mentioned that I should add the PH98IMG.zip as just PH98IMG and I shud not add the .zip. Thats the only thing left to try. I will post what happens when I do that.
lllR2-D2lll said:
Yes I have vigor, tried AmonRa, that did not work mate. It starts fastboot, gets stuck @ unpacking PH98IMG.diag and then nothing happens.
The bootloader screen says S-On. On top it says ***Tampered*** and below it ***UNLOCKED***.
Yes I rooted from a tool I found on android market. Noob me. So I do not have a recovery. I had downloaded the PH98IMG.zip and put it in my sd card and tried. The recovery starts and then shows a red exclamation and then nothing happens.
I was just trying different pages for help. Someone has mentioned that I should add the PH98IMG.zip as just PH98IMG and I shud not add the .zip. Thats the only thing left to try. I will post what happens when I do that.
Click to expand...
Click to collapse
What you'll have to do is relock your boot loader, flash the RUU and then unlock again. From there you should be able to flash a recovery and flash a rom.
Sent from my ADR6425LVW using xda app-developers app
My phone is also soft bricked. I relocked the phone and now it just sits in hboot and won't do anything no matter if I yet to flash the ruu zip file or use the exe ruu.
Currently
Relocked
Hboot 2.10.0000
Believe I am 4.03.605.2 main version, at least that's what the exe file said.
I'm pulling my hair out just trying to any software installed. Help please!
Sent from my SCH-I535 using xda app-developers app
1967ls2 said:
My phone is also soft bricked. I relocked the phone and now it just sits in hboot and won't do anything no matter if I yet to flash the ruu zip file or use the exe ruu.
Currently
Relocked
Hboot 2.10.0000
Believe I am 4.03.605.2 main version, at least that's what the exe file said.
I'm pulling my hair out just trying to any software installed. Help please!
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Are you trying with the stock ROM ? If ure saving stock ROM as PH98IMG.zip, then try PH98IMG without the .zip typed in.
Obaterista93 said:
What you'll have to do is relock your boot loader, flash the RUU and then unlock again. From there you should be able to flash a recovery and flash a rom.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Thanks a tonne. That helped. I am back in the menu now. I am so grateful for ure help. But my problems dont seem to end just yet. Now, my htc sync wont detect the phone. The phone is relocked. I will try unlocking and see if it works, but is that the cause ?
lllR2-D2lll said:
Are you trying with the stock ROM ? If ure saving stock ROM as PH98IMG.zip, then try PH98IMG without the .zip typed in.
Click to expand...
Click to collapse
I'm trying to install any Rom. I find can of it is ics or gb. Nothing will load.
Sent from my SCH-I535 using xda app-developers app
1967ls2 said:
I'm trying to install any Rom. I find can of it is ics or gb. Nothing will load.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
I am no expert to give u any suggestions but maybe if you could explain how it got bricked in the first place, someone might be able to give u a better solution mate.

[Q] Trying to root EVO 4G LTE, not working

I've been trying to root my EVO 4G LTE using various guides from this board, and I'm not having a lot of luck. I have HBOOT 2.09 and it's S-ON. It seems like the easiest way to root the device is to go S-OFF, but then it appears that the device needs to be rooted to get S-OFF. So I'm a little confused at this point. I've unlocked the bootloader and installed TWRP, but when I try to install the SuperSU root utility it gives me an error about mounting partitions and fails. My bootloader screen also displays "TAMPERED" which seems to be a problem but I'm not having a lot of luck finding a way to resolve it.
So... can anyone tell me what my next step is?
Thanks in advance.
Are you using Facepalm, Moonshine, or DirtyRacun? You haven't really provided enough details to help, at this point. What's your software version? I assume you're running the stock ROM?
I was running the stock ROM, I think it was 3.16. I tried using Facepalm but again it seems like it needs root to work which I haven't been able to achieve just yet. I tried installing the ROM from this thread through TWRP but it just hangs on the HTC screen so I'm not sure what's on there now. I can still get into the bootloader and recovery though.
You can't use Facepalm on 3.16 software. Use Moonshine.
Try flashing this stock rooted to get back to a working state: http://d-h.st/users/Captain_Throwback/?fld_id=10308#files
You may need to fastboot flash the boot.img to make sure it fully boots.
OK, I downloaded that ROM and extracted the boot.img. I booted the phone into the bootloader and ran "fastboot flash boot boot.img". It seems to have completed correctly, no errors at least, but now the phone just sits at the HTC screen with the red text at the bottom. Clearly I'm doing something wrong...
Did you flash the ROM too? Or did it reboot on you when you tried?
I just did the boot.img. Should I also do "fastboot flash zip 3.16.651.3_stock_rooted_odex_CPTB.zip"?
davel23 said:
I just did the boot.img. Should I also do "fastboot flash zip 3.16.651.3_stock_rooted_odex_CPTB.zip"?
Click to expand...
Click to collapse
You have to flash the ROM in recovery.
Ok, so I went into recovery which is still TWRP, adb pushed that ROM to the phone then tried to install it. It gives a bunch of error messages about being unable to mount various items, says it's unable to find path for partition [name of the zip] and fails.
Thanks for your help and patience so far...
You do not extract the file, leave it as a zip and do not open it. Move it to your SD card while in fastboot (mount sd) and from there use twrp and select the correct zip to flash. But above all... DO NOT EXTRACT THE FILR
Sent from my EVO using xda app-developers app
roscoepcoltra said:
You do not extract the file, leave it as a zip and do not open it. Move it to your SD card while in fastboot (mount sd) and from there use twrp and select the correct zip to flash. But above all... DO NOT EXTRACT THE FILR
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
He's S-on. He can't flash kernels from recovery with Hboot 2.09.
davel23 said:
Ok, so I went into recovery which is still TWRP, adb pushed that ROM to the phone then tried to install it. It gives a bunch of error messages about being unable to mount various items, says it's unable to find path for partition [name of the zip] and fails.
Thanks for your help and patience so far...
Click to expand...
Click to collapse
I don't understand what you're doing here. Boot to recovery, mount storage, copy the ROM zip over, and then flash it.
Ok, so I mounted storage from recovery, or least I tried to, my PC said it needed to be formatted. So I did so, copied the file over and flashed it which completed successfully this time. My phone now boots properly, I'll give Moonshine a try now. Hopefully I won't need to bug you again, thanks for all the help.
Captain_Throwback said:
You can't use Facepalm on 3.16 software. Use Moonshine.
Try flashing this stock rooted to get back to a working state: http://d-h.st/users/Captain_Throwback/?fld_id=10308#files
You may need to fastboot flash the boot.img to make sure it fully boots.
Click to expand...
Click to collapse
my friend wants to buy im rooted unlocked evo. it is on viper now can I flash this an it will be stock rooted ?
Tigerstown said:
my friend wants to buy im rooted unlocked evo. it is on viper now can I flash this an it will be stock rooted ?
Click to expand...
Click to collapse
Yes.
Captain_Throwback said:
Yes.
Click to expand...
Click to collapse
S-on Ok? Or do I need to moonshine first?
Tigerstown said:
S-on Ok? Or do I need to moonshine first?
Click to expand...
Click to collapse
You need to use Flash Image GUI or fastboot flash the kernel.
FinZ28 said:
You need to use Flash Image GUI or fastboot flash the kernel.
Click to expand...
Click to collapse
Ok I got that app I use that. An for my other one I'm selling is s-off so I can just flash this on that one..it's been fun on the Evo with the helpful fellow xda's on the jewel. But the wife's work now cover half your bill if you have verizon so we had no choice
Captain_Throwback said:
Yes.
Click to expand...
Click to collapse
Omg I just moonshine(easy thing I ever did) this phone my wife didn't want s-off before. So now I'm s-off I will just flash thanks once again throwback. Hope there is someone in vzw htc one thread that breaks down firmware like you.
Sent from my EVO using XDA Premium 4 mobile app
I'm having a little trouble with Moonshine. It reboots the phone a couple of times, gets to step 3 then just keeps printing periods in the program window. I've been reading through the Moonshine thread and it seems other people have had the same problem, but I haven't seen a solid fix yet. Anyone know what I need to do or should I stick with the Moonshine thread?

Categories

Resources