[Tutorial]Wifi Error Fix 1.49.0000.11 - HTC EVO 3D

-Unzip the ROM
-copy boot.img unzipped
-paste onto adb file folders
-turn your phone into fastboot, connect your phone with computer
-fastboot usb shown on display
-open CMD
-type: fastboot flash boot boot.img
-reboot
Wifi should be recovered.

boot.img from which ROM? Is it stock ROM?

imranz said:
boot.img from which ROM? Is it stock ROM?
Click to expand...
Click to collapse
the ROM you flashed
Sent from my HTC EVO 3D X515m using XDA App

It really works! Thanks dude!

Thank you very much!! Works like charm with my LeeDroid ROM

Thank you it works

Going to try this with leedroid. Thanks million for this tip.
sadly didnt work for me with leedroid. Thanks anyways.

It really works!! After about 1 months my wifi is error,finally i got it back by flashing boot.img....Thanks A Lot Dude...Appreciate It!!!

Thanks!!!!! I didn't find a solution for this error anywhere, and you solved my problem immediately!!! Thank u!!!
Sent from my HTC EVO 3D X515m using XDA App

chinesedavid said:
-Unzip the ROM
-copy boot.img unzipped
-paste onto adb file folders
-turn your phone into fastboot, connect your phone with computer
-fastboot usb shown on display
-open CMD
-type: fastboot flash boot boot.img
-reboot
Wifi should be recovered.
Click to expand...
Click to collapse
Awesome - worked for me too on 1.49.0000.17 (father in law bought a Taiwanese version Off Ebay) - was thinking i'd have to roll back hboot , use my goldcard etc to get the wwe on there..
Just had to htc unlock, flash clockwork recovery, flash the stock eu rom via clockwork and flash the boot img from the zip.
Quick and painless for a change

damn i cant find my leedroid v4 rom...
and dont want to redownload it again for a boot.img.
plz someone give me boot.img in leedroid v4.
it will be appreciate.

hello! boot.img from leodroid 4 will not help you. try to flash kernel from m-deejay unity_v2_shooter_u.zip via Flash Image GUI

Just a quick response!
I had this problem with the Prime XLS Rom.
Looking inside the rom zip, there are two boot.img files, under shooter and shooterru.
I used the shooterru one and it worked first attempt!
Thanks for the tip and hopefully I have helped someone as well!

chinesedavid said:
-Unzip the ROM
-copy boot.img unzipped
-paste onto adb file folders
-turn your phone into fastboot, connect your phone with computer
-fastboot usb shown on display
-open CMD
-type: fastboot flash boot boot.img
-reboot
Wifi should be recovered.
Click to expand...
Click to collapse
certainly work for me as well
thanks
EDIT
just tried it again, didnt work
i am using ROMEOS3D ROM, and i extracted the boot.img
and flashed
my WIFI broke
HBOOT 1.49.0011 S-ON

I run into the wifi problem with ledroidrom. I followed this guide very carefully but with no success. The cmd only shows something about error.

Awesome1
awesome!! works for me on hboot 1.49.0001 with LeeDroid v5

chinesedavid said:
-Unzip the ROM
-copy boot.img unzipped
-paste onto adb file folders
-turn your phone into fastboot, connect your phone with computer
-fastboot usb shown on display
-open CMD
-type: fastboot flash boot boot.img
-reboot
Wifi should be recovered.
Click to expand...
Click to collapse
Worked like a charm for correcting my hboot 1.49.0012 Wifi error

thx
thanks you so much

Another way
You can do it this way too (I have tried 2 times and it turned out to be a success):
0. Get a custom recovery image (I recommend Revolutionary)
1. Reboot into bootloader mode
2. Select fastboot and connect your phone to your computer
3. Open CMD and navigate to the directory where the fastboot binary is stored
4. Execute this command:
-fastboot boot recovery.img
(Change recovery.img with the path of your recovery image)
5. Flash the ROM as you usually do

this worked for me too

Related

how do I flash gsmfix.zip in my rezound?

from
http://forum.xda-developers.com/showthread.php?p=26199933
I already dl the gsmfix.zip file but I don't know how to flash it.
thx
gabox99 said:
from
http://forum.xda-developers.com/showthread.php?p=26199933
I already dl the gsmfix.zip file but I don't know how to flash it.
thx
Click to expand...
Click to collapse
Flash in recovery. You need Amon Ra installed or any other recovery like TWRP or CWM. Boot into recovery and choose zip from SD.
zac41189 said:
Flash in recovery. You need Amon Ra installed or any other recovery like TWRP or CWM. Boot into recovery and choose zip from SD.
Click to expand...
Click to collapse
thx
now the phone gets stuck in the
white screen
with the words
htc one
p.d.
my ROM is BAMF-33112-RELEASE-KEYS.zip
don't flash gsmfix.zip there. that is only for sense 4 ROM developed by Joel.
On the same page of download link you can find stockgsmfix.zip, try to flash that as bamf-33112-release-keys.zip is based on sense 3.6. hope this helps you!
kancherlapraneeth said:
don't flash gsmfix.zip there. that is only for sense 4 ROM developed by Joel.
On the same page of download link you can find stockgsmfix.zip, try to flash that as bamf-33112-release-keys.zip is based on sense 3.6. hope this helps you!
Click to expand...
Click to collapse
I flash stockgsmfix.zip and the phone still gets stuck in the white screen
with the words htc one
It should work. anyway you are running BAMF sense 3.6 ROM right?
IF that is the case , do clean wipe, flash ROM again, change below values in /system/build.prop file using any editor and reboot once( better do factory reset )
ro.config.lte=false
ro.telephony.default_network=3
kancherlapraneeth said:
It should work. anyway you are running BAMF sense 3.6 ROM right?
IF that is the case , do clean wipe, flash ROM again, change below values in /system/build.prop file using any editor and reboot once( better do factory reset )
ro.config.lte=false
ro.telephony.default_network=3
Click to expand...
Click to collapse
ro.config.lte=false
ro.telephony.default_network=3
I made those changes inside the BAMF-33112-RELEASE-KEYS.zip file and save it
I did the steps and the same, gets stuck after reboot
in the white htc screen.
were you able to boot atleast once? if you are s-on you need extract boot.img (kernel) and need to flash it via fastboot usb ( fastboot flash boot boot.img)
below are steps
- extract boot.img from your downloaded zip file
- place it in android-sdk/platform tools folder- you will have fastboot executable there ( need to have android sdk and HTC driver installed on your pc)
- open command prompt ( right click on cmd -> run ad admin) and navigate to platform-tools folder
- reboot your phone to booltloader and select fastboot
- run command "fastboot flash boot boot.img"
- reboot the phone
If a flashable boot,img is provided in BAMF thread you can just flash it via bootloader
kancherlapraneeth said:
were you able to boot atleast once? if you are s-on you need extract boot.img (kernel) and need to flash it via fastboot usb ( fastboot flash boot boot.img)
below are steps
- extract boot.img from your downloaded zip file
- place it in android-sdk/platform tools folder- you will have fastboot executable there ( need to have android sdk and HTC driver installed on your pc)
- open command prompt ( right click on cmd -> run ad admin) and navigate to platform-tools folder
- reboot your phone to booltloader and select fastboot
- run command "fastboot flash boot boot.img"
- reboot the phone
If a flashable boot,img is provided in BAMF thread you can just flash it via bootloader
Click to expand...
Click to collapse
I extract boot.img from PH98IMGnewfirmwarepeople.zip
I did it and the same, it gets stuck in white HTC screen.
Extract boot.img from your downloaded rom zip file and flash
Sent from my PI86100 using Board Express
gabox99 said:
I extract boot.img from PH98IMGnewfirmwarepeople.zip
I did it and the same, it gets stuck in white HTC screen.
Click to expand...
Click to collapse
the issue is with the STOCKGSMFIX.zip, it seems doesn't work with
BAMF-33112-RELEASE-KEYS ROM
dont flash that. just change the build.prop values and flash ROM and boot.img. that should be good enough!
kancherlapraneeth said:
dont flash that. just change the build.prop values and flash ROM and boot.img. that should be good enough!
Click to expand...
Click to collapse
Finally!
It works!
I can send SMS!
thank you!

HELP!!! I think i bricked my phone!!

OK so I have the Sprint EVO 4G LTE with 1.22.651.3 on it, rooted, S-ON. I have the Team Win Recovery Project v.2.1.8 on it as well with hboot 1.15. I tried loading the newest rooted software 2.13.651.1 710RD and voila.... paperweight. I tried reloading 1.22.651.3 and nothing. I can still boot to the bootloader and TWRP recovery, but nothing seems to work and now because sprint screwed up and removed my total equipment protection service from my plan, I don't have insurance on the phone. PLEASE HELP!!!
You just need to flash the kernel, extract it from the Rom (boot.img) and place it in adb folder, connect phone I'm bootloader and type fastboot flash boot boot.img
You can also flash meanrom, it has a working kernel installer, just let it sit because the kernel installer does take awhile 5-10 minutes
om4 said:
You just need to flash the kernel, extract it from the Rom (boot.img) and place it in adb folder, connect phone I'm bootloader and type fastboot flash boot boot.img
You can also flash meanrom, it has a working kernel installer, just let it sit because the kernel installer does take awhile 5-10 minutes
Click to expand...
Click to collapse
Can you explain how to do this in greater detail? I'm experienced only enough to be dangerous to myself lol
This program should install the kernel that you need. If not you are supposed to be able to swap boot.img files that it will install.
http://forum.xda-developers.com/showthread.php?t=1917106
http://forum.xda-developers.com/showthread.php?t=1752270
This is for the One S but it's the same process for our phones also.
Sorry I've been in a low coverage area and just got home. Open the Rom, extract the boot.img, open adb folder or SDK, hold shift and right click, select open command window here, connect phone in fastboot and type fastboot flash boot boot.img
So I tried to use that program to flash the boot.img from the fastboot screen but the computer wouldnt connect to the phone... now what?
Boot from system into hboot and fast boot while plugged in via USB. Helps your PC determine drivers.
Also, if you need a guide for setting up adb/fastboot, Google a YouTube vid by qbking77 on how to unlock galaxy nexus bootloader, it links to a great tutorial.
from my flying AOKP'd Evo LTE and xda premium
do you have SDK installed on your computer? If not install it. Go through the setup (set up your your environment variables) for fastboot.
Make a copy of the boot.img from a ROM of your choice. Place it in a folder on your desktop name the folder (android) leave the folder open.
Open cmd
Type cd Desktop press enter
Type cd android press enter
Type fastboot flash boot boot.img
After that it should say sending then OK
After that go into recovery then flash the ROM
you should be good to go then...
Sent from my EVO using xda app-developers app
The full SDK is not necessary, just the debug tools
ADB Tools
Also you can directly open the command prompt from within the folder by holding shift and opening the context menu (shift+right click) then select open command window here
i keep getting a message in windows "usb device not recognized" so i switched usb cables and finally got that program to load the boot.img file, then flashed a rom in bootloader but its still not booting... any ideas?
Did you make sure to wipe the phone first? What rom are you trying to flash?
wiped phone first and now trying to flash 2.13.651.1 after loading boot.img thru that program
you have to find a way to update your twrp to version 2.2.0 cause this is the culprit that gave you the issues. did you make a backup try doing a restore to get back up and running then download goomanager from the google play store and install the latest twrp here is a video to update to the latest twrp through goomanager.
twrp downloads I dont know if you have to be s-off to install in bootloader or not. maybe someone could clarify that
ok so i tried flashing twrp 2.2.2.0 and got a message saying "main verison is older" then it said "update failed!" which is weird since i had version 2.1.8.0 to begin with i think.
anyone? any ideas? I feel like my only resort is to have it replaced
You could fastboot flash the recovery image. Thats how I usually do it
So download the recovery image from twrp website and place it in your a dB folder. I don't have my PC but I think the command is fastboot flash recovery "recovery image"
Sent from my EVO using xda premium
corcgaigh said:
You could fastboot flash the recovery image. Thats how I usually do it
So download the recovery image from twrp website and place it in your a dB folder. I don't have my PC but I think the command is fastboot flash recovery "recovery image"
Sent from my EVO using xda premium
Click to expand...
Click to collapse
this should be the correct code to type
fastboot flash recovery openrecovery-twrp-2.1.8-jewel.img
Or
fastboot flash recovery openrecovery-twrp-2.2.2-jewel.img
Depending on how twrp names their recovery image
Sent from my EVO using xda app-developers app
Ok so i updated the twrp by changing the txt file to the proper software number.... then i flashed the lastest software version and NOW IT STARTS!!! WOOOHOOO!!!! Thanks everyone!!

[Q] stuck in hboot

I rooted my htc evo 4g lte and have twrp installed, and tried to flash a rom, when i rebooted it always takes me back to hboot screen and is stuck there, won't actually boot up. I am able to go to recovery and use twrp including usb mount (maybe a zip i could flash to help). I have searched for awhile but haven't found any real solution for my phone yet.
I have S-on, no external sd card.
If you need any more info just ask.
Thanks in advance for the help!
Extract the boot.img from the rom, place it in adb folder and put phone in fastboot
Type fastboot flash boot boot.img and restart the phone
solved!!!!!!!
om4 said:
Extract the boot.img from the rom, place it in adb folder and put phone in fastboot
Type fastboot flash boot boot.img and restart the phone
Click to expand...
Click to collapse
Thankyou so much for the fast reply, and fix!! I did what you said and it worked! The funny thing is that it was my first flash, is there something i did or should avoid to have this happen to me again? Any way I am so grateful and now am going to try out team venoms viper4g 2.0.2 new rom!
If others have the same problem and want more detailed info about what I did:
1. downloaded sdk manager developer.android.com/sdk/index. html opened the program and installed platform tools
2. Since I have twrp I put into recovery and mounted usb found the zip of the rom i wanted to flash opened it found the boot.img and copied it to the folder where platform tools where installed (C:\Users\yourname\AppData\Local\Android\android-sdk\platform-tools)
3. got back to hboot screen
4. opened cmd to the folder by typing: cd then file path like mine above
5. then in cmd typed fastboot flash boot boot.img it will do its thing
6. restart phone and hopefully work for you too!
vipomorge said:
Thankyou so much for the fast reply, and fix!! I did what you said and it worked! The funny thing is that it was my first flash, is there something i did or should avoid to have this happen to me again? Any way I am so grateful and now am going to try out team venoms viper4g 2.0.2 new rom!
If others have the same problem and want more detailed info about what I did:
1. downloaded sdk manager developer.android.com/sdk/index. html opened the program and installed platform tools
2. Since I have twrp I put into recovery and mounted usb found the zip of the rom i wanted to flash opened it found the boot.img and copied it to the folder where platform tools where installed (C:\Users\yourname\AppData\Local\Android\android-sdk\platform-tools)
3. got back to hboot screen
4. opened cmd to the folder by typing: cd then file path like mine above
5. then in cmd typed fastboot flash boot boot.img it will do its thing
6. restart phone and hopefully work for you too!
Click to expand...
Click to collapse
If you are s-on, the kernel won't flash with the rom so you have to flash it separately like om4 showed you. Some roms, like MeanRom have modified their install script to automatically load the kernel to avoid this extra step.
The latest Mean installer failed for me, as did the latest Viper, something to keep in mind if you try those and they don't boot

Help flashing Kernel for CM10

Hi guys please help.
Dont know if I posted it in the right placed.
I cant post it in the relevant thread since it is a dev thread and i'm a noob
So this is my first android so i'm basically super noob (my technical record was to Jailbreak an iPhone)
My error seem pretty simple but I could not figure it out.
I'm trying to flash the CM10 ROM according to this:
http://forum.xda-developers.com/showthread.php?t=2027304
What i have managed to do:
Unlock bootloader.
root with RootBoot V5.
install SU and flashed TWRP recovery for Intl version with the amazing Hasson2000 all-in-one tool.
Where I got stuck:
now i downloaded the CM rom zip file and the its specific kernel.
changed the kernel name to: boot.img
placed the file in the kernel folder (of the tool).
hit the flash kernerl (marked the 'with this command').
the CMD window opened, and showed this error:
error: cannot load 'Kernels/boot.img'
picture - http://sdrv.ms/YtPHoU
triple checked the file name and the right directory
I would appreciate any help!
Thanks
My device:
HTC One X+ international unbranded
1.14.401.16
I think your making things too complicated using this kernel flasher software.
Just download and install the Android SDK. Once installed find the platform-tools folder, copy your kernel .img to that folder, connect your phone in fastboot mode. Then hold shift and right click, choose open command window from the contex menu. Then just type into the prompt "fastboot flash boot boot.img" (or the name of the .img).
Done
Sent from my HTC One X+ using Tapatalk 2
ummmm why are you adb pushing?? the command is:
just put it in the folder where ever fastboot and adb is
fastboot flash boot boot.img
Lloir said:
ummmm why are you adb pushing?? the command is:
just put it in the folder where ever fastboot and adb is
fastboot flash boot boot.img
Click to expand...
Click to collapse
AndroHero said:
I think your making things too complicated using this kernel flasher software.
Just download and install the Android SDK. Once installed find the platform-tools folder, copy your kernel .img to that folder, connect your phone in fastboot mode. Then hold shift and right click, choose open command window from the contex menu. Then just type into the prompt "fastboot flash boot boot.img" (or the name of the .img).
Done
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
Thank you guys for helping me.
I tried both methods and recieved the same error in both of them in CMD:
error: cannot load boot.img
Lloyr method:
4 files in fastboot folder:
adb
AdbWinApi.dll
fastboot
boot.img
entered fastboot from device ----> plug in to pc (debugging is on by default) ----> run CMD from this folder----> writing command "fastboot flash boot boot.img" -----> error message
AndroHero method:
download the Android SDK (zip file named adt-bundle-windows-x86) and exract it to desktop.
in the folder adt-bundle-windows-x86, i went to "sdk" and then "platform tools".
copied the boot.img file to "platform tool" folder and ran the CMD from this folder.
typed the command "fastboot flash boot boot.img" and boom ----> error: cannot load boot.img
thanks again
>.< you NEED to be in bootloader
type in adb reboot bootloader and make sure you are in fastboot usb (select it if it's not already done for you)
then
fastboot flash boot boot.img
Lloir said:
>.< you NEED to be in bootloader
type in adb reboot bootloader and make sure you are in fastboot usb (select it if it's not already done for you)
then
fastboot flash boot boot.img
Click to expand...
Click to collapse
Sorry if I didn't mention that.
i was on fastboot USB.
showed fastboot USB on a red backround.
I tried once again with both methods and i recieved another error message in the SDK methos:
error: cannot load 'boot.img': Unknown error
I attached file with step by step screen shot for the whole process (both methods).
Just thought...did you rename it boot.img? If so and file extensions are hidden then it will be boot.IMG.IMG so remove .IMG and it should work fine
Sent from my HTC One X+ using xda app-developers app
Make sure you installed HTC Sync (htc site) and the drivers will come with it. (you can later remove sync, drivers will stay)
Then enter fastboot trough vol down + power > choose fastboot ... plug your phone to PC and wait sec for driver install.
Make sure u see Fastboot USB in fastboot
Go prompt admin mode and go to your c:/fastboot map (put boot.img in there)
And type
Code:
fastboot flash boot boot.img
After that install recovery and rom and boot.
Lloir said:
Just thought...did you rename it boot.img? If so and file extensions are hidden then it will be boot.IMG.IMG so remove .IMG and it should work fine
Sent from my HTC One X+ using xda app-developers app
Click to expand...
Click to collapse
WORKED!!!!!!!
Lloir YOU R the best!!
flashed the kernel
then followed instruction how to backup and flash from the TWRP
running joyfully your CM10 ROM right now.
It's Amazing!
Thank you thank you thank you!!

Boot loop problem! Please help!

I'm pretty inexperienced with rooting.. I think I may have messed my brother's phone up. I rooted his rezound and got cwm recovery working. I tried to flash a "TACHYON-1.2.zip" rom I found here and now it won't boot past the white background with green htc screen when I try to boot the phone. Please help me try to fix this! I can still boot into cwm recovery.
[EDIT] When I wipe data/factory rest it says error mounting /sdcard/.android_secure!
This was probably a mistake but I'm freaking out. I put CleanROM Standard 4.5.zip from here https://www.copy.com/s/uYOSaNCntCvx/CleanROM on another sd card and installed it after tying to wipe again. Now it boots past the htc screen and the CleanROM screen boots for a minute, then sticks..
Cap'n Jazz said:
I'm pretty inexperienced with rooting.. I think I may have messed my brother's phone up. I rooted his rezound and got cwm recovery working. I tried to flash a "TACHYON-1.2.zip" rom I found here and now it won't boot past the white background with green htc screen when I try to boot the phone. Please help me try to fix this! I can still boot into cwm recovery.
[EDIT] When I wipe data/factory rest it says error mounting /sdcard/.android_secure!
This was probably a mistake but I'm freaking out. I put CleanROM Standard 4.5.zip from here https://www.copy.com/s/uYOSaNCntCvx/CleanROM on another sd card and installed it after tying to wipe again. Now it boots past the htc screen and the CleanROM screen boots for a minute, then sticks..
Click to expand...
Click to collapse
You need to extract and flash the boot.img file from the ROM zip separately via fastboot. Extract the file and place it in an easy to access place on the drive (like same place as fastboot/adb) , then after flashing the ROM reboot into hboot and start fastboot, and use:
fastboot flash boot boot.img
Then reboot and be patient, sometimes the first boot seems to take forever.
Sent from my Nexus 4 using Tapatalk
acejavelin said:
You need to extract and flash the boot.img file from the ROM zip separately via fastboot. Extract the file and place it in an easy to access place on the drive (like same place as fastboot/adb) , then after flashing the ROM reboot into hboot and start fastboot, and use:
fastboot flash boot boot.img
Then reboot and be patient, sometimes the first boot seems to take forever.
Click to expand...
Click to collapse
Thank you for the reply, and sorry if I ask too many questions, but how exactly do I flash the boot.img file? In CMD? There isn't a flash option in my fastboot section of the phone, just BOOTLOADER, REBOOT, REBOOT BOOTLOADER and POWER DOWN.
http://img854.imageshack.us/img854/6248/ismh.png
This is how far I got in cmd if I'm headed in the right direction at all..
Cap'n Jazz said:
Thank you for the reply, and sorry if I ask too many questions, but how exactly do I flash the boot.img file? In CMD? There isn't a flash option in my fastboot section of the phone, just BOOTLOADER, REBOOT, REBOOT BOOTLOADER and POWER DOWN.
This is how far I got in cmd if I'm headed in the right direction at all..
Click to expand...
Click to collapse
You start fastboot in the phone, that puts it in a mode to enter fastboot commands from a PC... You Don't do anything in the phone in fastboot, you use the fastboot command that is part of the ADB package. The same way you would have unlocked the phone on HTCdev.com to allow root or CWM to be installed.
Sent from my Nexus 4 using Tapatalk
To borrow from the CM11 thread.
- Place the boot.img into the platform-tools folder of the Android SDK's install directory.
- Boot to the bootloader.
- Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
- Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
- Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
- Watch the output of the terminal, it should say something like "sent successfully".
- Finally send this command:
Code:
fastboot reboot
Since you're s-on, you'll need to do this whenever you install a new rom.
mjones73 said:
To borrow from the CM11 thread.
- Place the boot.img into the platform-tools folder of the Android SDK's install directory.
- Boot to the bootloader.
- Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
- Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
- Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
- Watch the output of the terminal, it should say something like "sent successfully".
- Finally send this command:
Code:
fastboot reboot
Since you're s-on, you'll need to do this whenever you install a new rom.
Click to expand...
Click to collapse
Thank both of you so much! I'm sorry I had to have you completely spell it out for me, but I appreciate the help and this forum in general so much!
I hate to bring this thread back, but it's the best place to ask about my problem. I'm trying to switch from Clean Rom on an HTC Rezound to Venasaur Rom v3.2.0 because I read that it will work with a Straight Talk sim. I tried installing with ClockWork and I get the new rom's boot screen, but it won't boot past that. I don't know what I'm doing wrong. I would really appreciate it if somebody could help me out again!
Did you flash the boot.img this time? I would suggest after you get booted, trying rumrunner to go S-off... It saves sooo much time... I'm always switching between multiple ROMs because I'm s-off....
Sent from my HTC EVO 4G Running AOKP 4.2.2
Cap'n Jazz said:
I hate to bring this thread back, but it's the best place to ask about my problem. I'm trying to switch from Clean Rom on an HTC Rezound to Venasaur Rom v3.2.0 because I read that it will work with a Straight Talk sim. I tried installing with ClockWork and I get the new rom's boot screen, but it won't boot past that. I don't know what I'm doing wrong. I would really appreciate it if somebody could help me out again!
Click to expand...
Click to collapse
... you should remember one thing for sure. Because you are s-on whenever you flash any custom rom, you have to flash its corresponding boot.img file in fastboot separately otherwise you are gonna get bootloop ...
---------- Post added at 11:50 AM ---------- Previous post was at 11:49 AM ----------
... and yeah. you should try to get s-off as you are already been suggested above ...

Categories

Resources