• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [GSM] Random reboots with evo 3d

I recently downgraded my evo 3d to hboot 1.49.007 and i do the jupunut s-off wiretrick
Today I tried some jelly bean roms and the kitkat rom,every time i installed the rom its worked fine but after about 10 minutes the phone is rebooting,after reboot i'm waited 10 minutes again and the phone is rebooted again,i think the problem is with my phone because i tried the pacman 4.3,kitkat 4.4 miui 4.2 and same results with all,pleas help me
 
does your phone work properly with a stock rom?

you might try runnuing a full ruu with 1.49.xxxx hboot and then perform a factory reset from hboot. then re-install recovery and try your roms again.

speaking more generally,make sure you are wiping cache,dalvik cache,and data/factory reset prior to each rom flash.

last and not least,make sure youre getting complete downloads by comparing md5 sums,if one is provided for each of your roms.
 
The official European RUU 1.20 gives me error 131
it shows me that i have 1.22 img version and i can update'' to 1.20
my bootloader is relocked
 
you are s off,correct?

131 is the cid error. try using this guide to supercid: http://androidforums.com/gsm-evo-3d-all-things-root/640069-how-supercid.html

aside from that,the .exe utilities can be finicky. if you have trouble getting them to run:

you can extract rom.zip in this manner:
the .exe utilities can be finicky,so if you have trouble getting it to run, you can extract "rom.zip" in the following manner:
-start the utility
-check the "i understand" box to move on to the next screen
-hide the utility temporarily out of site
-search your C drive for "rom.zip". you will find it in a temporary location(it will be in a different spot each time you run the utility)
-open the folder location,and transfer rom.zip to a safe location on your PC.
-unhide and cancel the utility,youre done with it.
-rom.zip can be renamed to PxxxIMG and flashed in hboot,from a FAT32 sd card

you can flash it from hboot,via a FAT32 sd card,or you can flash it using fastboot/ruu mode in this manner:
if youre working with a booted,operational phone,you can flsh the file in the following manner:

-open a cmd window

-change to adb/fastboot directory
cd c:\foldername
(cd c:\mini-adb if youve used any of my guides :))

-place the zip file you want to flash into adb/fastboot directory

-enable usb debug,disable fastboot,plug in phone

-check for connectivity
adb devices (should return serial number)

-boot to fastboot
adb reboot bootloader

-check for connectivity again
fastboot devices

-flash the file
fastboot erase cache

fastboto oem rebootRUU (will put you in ruu mode,black screen silver htc letters)

fastboot flash zip zipfilename.zip (will send and flash the file. dont interupt it while the cmd window shows its writinging,and the green status bar is moving on the phone screen)

*sometimes a file will fail with a pre-update error. this is normal,just enter again:
fastboot flash zip zipfilename.zip
and this time it will finish

-when you get "finished" and "OK"
fastboot reboot-bootloader (takes you back to fastboot)

-reboot back to the OS
fastbooot reboot

you can use this if you dont have an operational phone as well. you just need to manually put the phone in fastboot(select from hboot menu) then skip the "adb" commands and start with fastboot devices
 
Back
Top Bottom