Bootloader help - RAZR HD Q&A, Help & Troubleshooting

So I have root access and my phone has that Motorola warning that your phones bootloader is unlocked I downloaded cwm but don't know how to flash it. I get stuck on the command promt part and can't get to the part that it asks you to find where you saved android adj tools? I'm really confused? Is there any videos on what commands to put in the command promt?
Sent from my HTC6435LVW using xda app-developers app

They have released a one click cwm install. Google it. It worked great for me.
Sent from my XT926 using Tapatalk 2

Related

Can't Root

I've been using the guide for preparing my One X for ROMs, but I can't get the root tool to root my phone. When I launch the promt, it shows a list of a few items and it says failure across them all and says permission denied.
What can I do to get my phone to root?
Sent from my HTC One X using xda app-developers app
mrb1946 said:
I've been using the guide for preparing my One X for ROMs, but I can't get the root tool to root my phone. When I launch the promt, it shows a list of a few items and it says failure across them all and says permission denied.
What can I do to get my phone to root?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
I havent updated that guide in a while. Heres what I suggest you do:
1. Update to the latest official software (1.85) if you arent already on it, assuming you are on AT&T
2. Root using this tool: http://forum.xda-developers.com/showthread.php?t=1709424
3. Unlock the bootloader using this tool: http://forum.xda-developers.com/showthread.php?t=1734558
5. Flash TWRP using this tool: http://forum.xda-developers.com/showthread.php?t=1777773
6. Install whatever custom ROMs you want
Thanks for being so fast! I'll give it a try tonight and let you know how it goes!
Sent from my HTC One X using xda app-developers app
rohan32 said:
5. Flash TWRP using this tool: http://forum.xda-developers.com/showthread.php?t=1777773
Click to expand...
Click to collapse
This tool is still coded to install ClockworkMod Recovery so in order to use it you will need to right click the install.bat and click edit. Change line 7 to: fastboot.exe flash recovery openrecovery-twrp-2.2.0-evita.img
Or after you unlock your bootloader, download GooManager from the market and after you open the app press menu and hit Install OpenRecoveryScript and it will install TWRP for you.
I am so confused by the thread in your third post on unlocking the bootloader. I can't figure out how to do it. Where do I get the Unlock_Code.bin file without going to HTCDEV.com?

Any important thing to know about before/after rooting and unlocking

As above, is there any good tips or useful tips that I should know before rooting and unlocking this device? I mean things such as not doing a factory reset in the bootloader as that can cause a brick
Thanks
Sent from my R800i using xda app-developers app
+1
i also want to know that
EDIT:
Is a good idea make a sticky thread where we can see what we should't do....to prevent brick the device while nvflash isn't available on jb bootloaders
Is there anything that can't be done in TWRP that can be done in CWM?
cwm can't do any backup in my device (search in this forum)
twrp work fine
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Thanks for the reply. Do they both have the exact same functions? Can TWRP read the SD card?
http://forum.xda-developers.com/showthread.php?t=1672108
+external sd
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Thank you.
Sent from my R800i using xda app-developers app
From my recent experience with unlocking my Tf300T:
1. Read all directions slowly and multiple times.
2. Only method to flash TWRP was putting recovery.blob in C:\android\platform-tools no other method would work. All i would get was soft
brick. You don't need all the one step tools, videos. etc. While these might be helpful to some, once I put blob in correct folder and pushed via ADB it was simple.
3. Once you unlock you can not go back and you loose your warranty.
4. Root has to come in your ROM. Currently there is not root method for us.
Good luck and have fun. May I suggest Energy Rom. I love it.
+1 for TWRP.
CWM wouldn't work properly on my tab. It wouldn't flash zips or make backups properly. I'm not putting CWM down by any means because I use it on my phone and it works flawlessly. It just didn't work the way it should for me on my TF300T.
Thanks for the help but I thought you had to put TWRP.blob in the root of the SD card?
Sent from my R800i using xda app-developers app
No you don't put it on SD card. It needs to go in the sdk platform tools folder on your c drive
Sent from my HTC EVARE_UL using xda premium
You put in on the root of the SD card if you're using terminal emulator on the tablet don't you?
Sent from my R800i using xda app-developers app
How would I go about getting TWRP without root? Just realised I'll need a recovery to root the tablet since I'm upgraded to JB
Sent from my R800i using xda app-developers app
UndisputedGuy said:
How would I go about getting TWRP without root? Just realised I'll need a recovery to root the tablet since I'm upgraded to JB
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
You must.....
Unlock the bootloader
Reboot into the bootloader - power plus vol down
In the bootloader select the USB icon while having your tablet connected to a PC that can do adb
Flash twrp using fastboot per instructions on the twrp site.
You now have recovery for flashing other zip files, like the superuser zip to get root.
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Thank you for the assistance. I don't suppose there are any guides for TWRP on this forum or is it relatively straight forward?
Sent from my R800i using xda app-developers app
UndisputedGuy said:
Thank you for the assistance. I don't suppose there are any guides for TWRP on this forum or is it relatively straight forward?
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
As long as you put the blob in the right folder and flash it correctly it should take you less than 5 min to get recovery. Then toy just have to wait until your first ROM is downloaded to flash it. Just follow directions on Twrp site. Quicker way to get cmd line in sdk-platform tools is, while in that file, right click on empty white space and hold ctrl. Will open adb in correct directory and make it stupid simple.
Sent from my HTC EVARE_UL using xda premium
I found this:
You will need fastboot for this method. Download the above file, check the md5, rename to twrp.blob and put the file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere). Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm). The device will now be in fastboot mode. Plug the device into your computer. Run the following command via the command line:
fastboot -i 0x0B05 flash recovery twrp.blob
Which does help but I'm not sure where on my PC I have to enter the command line?
Sent from my R800i using xda app-developers app
UndisputedGuy said:
I found this:
You will need fastboot for this method. Download the above file, check the md5, rename to twrp.blob and put the file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere). Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm). The device will now be in fastboot mode. Plug the device into your computer. Run the following command via the command line:
fastboot -i 0x0B05 flash recovery twrp.blob
Which does help but I'm not sure where on my PC I have to enter the command line?
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
open the terminal and go to fastboot file using cd command (windows)...exemple cd:\fastboot
when you are in that place run
fastboot -i 0x0B05 flash recovery twrp.blob
So do I just need to type those two commands on terminal? Is there anything else I need to download besides the TWRP file? I appreciate the help, thanks.
Sent from my R800i using xda app-developers app
UndisputedGuy said:
So do I just need to type those two commands on terminal? Is there anything else I need to download besides the TWRP file. I appreciate the help, thanks.
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
yes i think so.
i never do this so im typing what i read.
i belive in god so im wainting for nvflash on jb bootloader :laugh:

No update.....

Can any one tell the reason why am i not getting the update of 4.1.2 on i9020........i have listened mostly have got it......and also my phone is unrooted
Sent from my Nexus S using xda premium
umarshafi said:
Can any one tell the reason why am i not getting the update of 4.1.2 on i9020........i have listened mostly have got it......and also my phone is unrooted
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
What carrier are you on? Is it 9020a or 9020t? Are you on the stock rom and stock recovery? Have you manually looked for an update? (Clearing Google Services Framework data then going to Settings > About phone > System updates)
Yes i have checked manually by settings........from where to check the i9020a or i9020t......
Sent from my Nexus S using xda premium
Plz tell whats the meaning of clearing google services framework data........and how to do it.....
Sent from my Nexus S using xda premium
umarshafi said:
Plz tell whats the meaning of clearing google services framework data........and how to do it.....
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Go to the Settings, Applications, swipe to all and search for Google Services Framework.
Then clear data.
Still its showing system is up to date
Sent from my Nexus S using xda premium
umarshafi said:
Yes i have checked manually by settings........from where to check the i9020a or i9020t......
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Check the IMEI sticker at the back of phone under the battery.
Sorry but couldnt find only written there is a3lGTI9020..........
Sent from my Nexus S using xda premium
Yes its i9020a.......plz can any one tell why am i not getting an update
Sent from my Nexus S using xda premium
Odp: No update.....
Update it manually using fastboot tool with google android images.
Sent from my Nexus S
Does it require root....????
Sent from my Nexus S using xda premium
Can you plz tell the most easy way of rooting my mobile......
Sent from my Nexus S using xda premium
umarshafi said:
Does it require root....????
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Root not required to update factory images, but device must be unlocked (see step 9)
Install Android SDK Tools
When SDK Manager runs, select Android SDK Platform Tools and Google USB Driver, see attached pic
If missed, run SDK Manager again as Administrator
Download Google Factory Images for your device (eg. sojua for i9020a) and JB4.1.2
Extract (7-zip or whatever) the tar file (.tgz) into C:\Program Files\Android\android-sdk\platform-tools folder
Open Windows Prompt, change directory to platform-tools folder
Put your Nexus S in Bootloader (fastboot) mode. (Power off, press power-on while holding Vol-Up)
Test fastboot connectivity, should show your nexus device
Code:
fastboot devices
Unlock bootloader if not already unlocked. This will wipe all data. So backup first.
Code:
fastboot oem unlock
Run flash-all.bat. This will flash bootloader, radio(baseband) and system rom. You can execute the commands within manually if desired.
To root, I like the manual way.
Download Clockworkmod Recovery and save into platform-tools folder
Download Superuser and copy into SD/USB of your Nexus S.
Boot into fastboot and flash Clockworkmod Recovery
Code:
fastboot flash recovery recovery-clockwork-5.0.2.0-crespo.img
Select RECOVERY in fastboot menu and boot into clockworkmod recovery.
Install zip from sdcard -> choose zip from sdcard, select the Superuser-3.2-arm-signed.zip that you copied in step 2.
Reboot and you are rooted.

[Q] Will factory reset, relock my bootloader?

Hello all. I just unlocked my bootloader and rooted my phone, or so I thought. Somehow, I did not completely root my phone. Busybox installer would not load. I ran root checker and it said my root was not complete. My questio is, if I were to do a factory reset, would my bootloader relock? Thanks
quicksilver53 said:
Hello all. I just unlocked my bootloader and rooted my phone, or so I thought. Somehow, I did not completely root my phone. Busybox installer would not load. I ran root checker and it said my root was not complete. My questio is, if I were to do a factory reset, would my bootloader relock? Thanks
Click to expand...
Click to collapse
No it wouldn't. Does it say unlocked in purple? Can't remember the specific exploit directions. But you can flash twrp using "fastboot flash recovery twrp.IMG" (obviously change twrp.img to the name or hit tab) and flash a rooted ROM. Haven't done any of the exploits up here, but of you clicked on rooted in my SIG, its a great site you out. Skip to the part after unlocking the bootoader.
Sent from my Carbon-ize Evita using xda-developers app
Herc08 said:
No it wouldn't. Does it say unlocked in purple? Can't remember the specific exploit directions. But you can flash twrp using "fastboot flash recovery twrp.IMG" (obviously change twrp.img to the name or hit tab) and flash a rooted ROM. Haven't done any of the exploits up here, but of you clicked on rooted in my SIG, its a great site you out. Skip to the part after unlocking the bootoader.
Sent from my Carbon-ize Evita using xda-developers app
Click to expand...
Click to collapse
Yes. When I have it in bootloader mode, it had changed from locked to unlocked. Thanks for your help.
Did you install custom recovery (CWM or TWRP) and flash SuperSU or SU, or flash a rooted ROM. Because you need to do that to actually have root (after unlocking the bootloader).
redpoint73 said:
Did you install custom recovery (CWM or TWRP) and flash SuperSU or SU, or flash a rooted ROM. Because you need to do that to actually have root (after unlocking the bootloader).
Click to expand...
Click to collapse
That's right. When he said thanks, I thought he figured it out.
Sent from my Carbon-ize Evita using xda-developers app
Also, I believe the only thing that will relock the bootloader, is you relocking it yourself.
redpoint73 said:
Also, I believe the only thing that will relock the bootloader, is you relocking it yourself.
Click to expand...
Click to collapse
I am fairly certain that is correct. An RUU won't run with a bootloader unlocked unless you are S-OFF and still would not relock. nothing else would touch the bootloader.
I followed the instructions and slashed the recovery, twrp I think it was and I got stumped after there. I am relatively new to rooting. I unlocked both my N7 and N4 a week ago with Wugfresh's toolkit and that was relatively simple for and old guy like me. I will most likely have to go to his website and get complete instructions and try it again.
Sent from my Nexus 4 using xda app-developers app
quicksilver53 said:
I followed the instructions and slashed the recovery, twrp I think it was and I got stumped after there. I am relatively new to rooting. I unlocked both my N7 and N4 a week ago with Wugfresh's toolkit and that was relatively simple for and old guy like me. I will most likely have to go to his website and get complete instructions and try it again.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
well i can help you, i recommend going with twrp and flashing a SU zip file. this post is reserved, and will be back to edit...
Edit; Ok, so in this post is two files you need.
http://forum.xda-developers.com/attachment.php?attachmentid=1907931&d=1366808637
and http://download.chainfire.eu/310/SuperSU/UPDATE-SuperSU-v1.04.zip
Download both of these files.
Put UPDATE-SuperSU-v1.04.zip on the root on your SD card (basically transfer the zip to your phone)
I downloaded the 2.3.3 twrp img file, since that is the most stable for me. If you want to upgrade to 2.5, then be my guess, but others say it is a problem. i have flashed sense roms and aosp roms with no problems. also, pleae read both paragraphs before attempting to do something. if you do not understand, feel free to comment or pm me. i tried to make it as simple as possible.
So first off download the zip, and extract the folder to a simple location (desktop or c:\). i am going to assume you extracted it to c:\. open up a command prompt by going to Start and typing in "cmd" a black window should pop up. type in "cd c:\rootphone." you are already rooted, but it was already the name of my folder. anywho, turn your phone completely off, and go into the bootloader. i assume you know how to do this, since you were able to read off your hboot details. it is the white screen with colorful text. then select fastboot in red. once a usb connection is plugged in, it should turn to fastboot usb. now in the command prompt (black window on the pc), you need to type fastboot flash recovery openrecovery-twrp-2.3.3.0-evita.img (hint: you can type open and hit tab, and it will finish it for you). now you have twrp installed. now boot into recovery, and go tap on Install. find the UPDATE-SuperSU-v1.04.zip, tap it, and then slide to flash. your if successful, your phone should be rooted. go ahead hit reboot, and re-run root checker.
To anyone else (i.e. Venomtester or exad) if i have incorrect info, please let me know
Looks good to me lol. But a more simple method to open the command window is to download adb to desktop. Then all they have to do is open the folder and right-click somewhere away from the files and it will give the option to open command window here. That way they can put the images in the folder and never have to leave it. They tend to mess up hunting the folder down from windows cmd.
Sent from my HTC One X using xda premium
Venomtester said:
Looks good to me lol. But a more simple method to open the command window is to download adb to desktop. Then all they have to do is open the folder and right-click somewhere away from the files and it will give the option to open command window here. That way they can put the images in the folder and never have to leave it. They tend to mess up hunting the folder down from windows cmd.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
When I write guides, I write with assumptions. But I guess you are right.
Sent from my Carbon-ize Evita using xda-developers app
Thanks a lot for the info guys. I will have another go at it when I get home from work tonight.
Sent from my Nexus 4 using xda app-developers app
Well I thought it was a very good guide.
Sent from my HTC One X using xda premium
Venomtester said:
Well I thought it was a very good guide.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Thanks again guys. I have tried several times since last night to get my phone into bootloader mode. I power it off and the push volume down and power and keep holding both. It starts up and the capacitive buttons flash as I get the quietly brilliant screen and the it just goes black with no flashing. I don't know why it will not go any further. I also get an error report every time. Any guggestions? I have tried to use the commands on the tool kit to get it into bootloader mode but no success.
quicksilver53 said:
Thanks again guys. I have tried several times since last night to get my phone into bootloader mode. I power it off and the push volume down and power and keep holding both. It starts up and the capacitive buttons flash as I get the quietly brilliant screen and the it just goes black with no flashing. I don't know why it will not go any further. I also get an error report every time. Any guggestions? I have tried to use the commands on the tool kit to get it into bootloader mode but no success.
Click to expand...
Click to collapse
Ok I got it into bootloader mode. I forgot to let go of the power buton when the screen went black.
OK just re do it again. Hold down power and volume down (or is it up? I get this confused with Samsung sometimes)
Sent from my Carbon-ize Evita using xda-developers app
Down...
Sent from my HTC One X using xda app-developers app
31ken31 said:
Down...
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Thanks. Figured that.
Sent from my Carbon-ize Evita using xda-developers app

Which root method to use?

Hi. Forgive me if I am in the wrong section. I want to door my Rogers one x. I went to the Rogers one x compilation and could not find the right one. My firmware is 3.17.631.2. Can I use the root method listed for 3.18? I do not want to mess things up. I previously used Hassoons toolkit to unlock the boot loader. Now when I use it to install tarp, I do not think it recognizes my phone. Any help would be greatly appreciated. Think you.
Sent from my Nexus 7 using xda app-developers app
I meant twrp.
Sent from my HTC One using xda app-developers app
All you need to do is go to htcdev and unlock your bootloader there, then you can flash TWRP 2.6, and flash a custom ROM, smooth sailing!
Sent from my Evita
I have already unlocked my bootloader previously. It is flashing twrp that I am having problems with.
Sent from my HTC One using xda app-developers app
I had downloaded a twrp zip file and unzipped it as well as an SU file. From there I am unsure how to flash them onto my phone. I did plug my phone into my PC and tried to locate the internal SD but could not. If you could give me any clearer directions, that would be great. Thank you.
Sent from my HTC One using xda app-developers app
I am usually pretty good at following instructions. I just rerooted my N7 following the latest updates. But this one x has me stumped thus far.
Sent from my HTC One using xda app-developers app
Well, I went to Team Win's website and downloaded TWRP and Goo Manager. I now have tampered status and have installed twrp through GooManager but have yet to find it on my device. Sometimes it is a struggle.
Sent from my HTC One using xda app-developers app
I have success!
Sent from my HTC One using xda app-developers app
quicksilver53 said:
I had downloaded a twrp zip file and unzipped it as well as an SU file. From there I am unsure how to flash them onto my phone. I did plug my phone into my PC and tried to locate the internal SD but could not. If you could give me any clearer directions, that would be great. Thank you.
Click to expand...
Click to collapse
I know you were able to install TWRP using Goo Manager. But the proper way to install using your PC, would be using fastboot, with the command:
fastboot flash recovery filename.img
Where "filename" is the actual name of the recovery .img file.
Another thing to note, you don't need to unzip the recovery zip file.
Sent from my Evita

Categories

Resources