[Q] Help!! Phone always boots into CWM [SOLVED] - Atrix 4G Q&A, Help & Troubleshooting

EDIT# FIXED
If you come across this problem this how you fix it.
Make sure you have a ROM installed that you can boot to with "Boot Android (No BP)" or "BP HW Diag & Boot AP"
Download ADB (you should have this as you would of used it to unlock the phone). Once downloaded open CMD and CD to the folder.
Boot the phone up and set it to Fastboot.
Then:
type "fastboot devices" Press Enter.
type "fastboot erase recovery" Press Enter.
type "fastboot reboot"
The phone will reboot as normal now. Once you are back into Android you can flash CWM with ROM Manager or TeamWin Recovery with GooManager.

So am I screwed?

Related

What do to when my Evo 3D doesn't charge?[SW PROB]

This thread is only for people who "pseudo" bricked it(like me) because of a non-working CWM.
1. get ADB Tools and a working/suppoted CWM (I'll post mine)
2. navigate through CMD to the folder. example: cd C:\ADB
3. bring your device in the bootloader mode through "adb reboot bootloader" (without the "" ofc)
4. in bootloader mode your device should be recognized as "FASTBOOT USB", if it doesnt just plug out and in the USB cable and wait some seconds.
5. Once it is recognized as FASTBOOT USB you can start flashing your custom recovery through "fastboot flash recovery recovery.img" (again, w/o "" ofc)
6. To test if everything went well go into RECOVERY using your volume buttons for navigation & power for choose. Now you can restart your device and be happy with it!

[Q] SVF:105:1:2 but got fastboot/RSD

Hello,
I've rooted my atrix today using rootzwiki without any problems and there was a boot loader unlock tutorial, my device is 2.3.4 4.5.91 at&t but unfortunately I used .sbf for international users and not for at&t..ending up with "no os" no boot/recovery so tried to flash "1FF-olympus-user-2.3.4-4.5.91-110625-release-keys-signed-ATT-US-GAS_NA_OLPSGBATTSPE_P011.sbf" (mistake?) with no success, then flash "4547-fix-try2.sbf" for at&t but no success.
Don't know what to do Plz help me
Download fastboot here:
http://dl.dropbox.com/u/30173981/fastboot.zip
Download a ROM such as
CM7 Based ROM (Neutrino ROM)
http://forum.xda-developers.com/showthread.php?t=1398819
CM9 Alpha/Beta
http://forum.xda-developers.com/showthread.php?t=1445052
http://forum.xda-developers.com/showthread.php?t=1500535
OR Blur Based Rom (NottachTrix4G)
http://forum.xda-developers.com/showthread.php?t=1567241
Have the ZIP file ready
Extract contents of the fastboot zip in the c drive root in a folder called "fastboot" without the quotes
Install the Motorola Drivers, included in the fastboot folder I provided
Next, download a recovery, such as romracer's recovery
http://forum.xda-developers.com/showthread.php?t=1204500
(Rename img file to recovery.img)
And put the recovery.img file in the fastboot folder
Open a command window (Start > Run > CMD OR Start > type 'Command Prompt'), type "cd\fastboot" without the quotes > Press enter
Next power on phone, in fastboot mode (hold power button and volume down and press volume down to look for fastboot, volume up to select it), plug it in
Go to your command window and type
"fastboot flash recovery recovery.img” without the quotes
Once that is done, do
"fastboot reboot" without the quotes
Once the phone is at the Motorola logo, power it off.
Power it back on and go into Android Recovery (hold power button and volume down and press volume down to look for Android Recovery, volume up to select it), plug it in
(recovery navigation is volume up/down is up and down, select is power button)
From here, go to mount and storage and mount USB and dump the rom zip in the root and go back on the phone and factory reset, wipe cache and install zip from SD card. Find the zip file and install it. Once that’s done reboot and your phone should boot up in the ROM of your choice.
TNX! but it fails to flash recovery
Leonoduzit said:
TNX! but it fails to flash recovery
Click to expand...
Click to collapse
You did not unlock your boot loader, download this if you have an at&t atrix
http://diamantephoto.com/pudding.rar
or if its an international atrix
http://diamantephoto.com/IHOP_Bell.rar
download the sbf and flash using rsdlite and retry my steps again
OK OK
Once you enter that line, if you don't get an error make sure the command prompt says "C:\path\to\fastboot\ > __" confirming that you are working in the right directory. Now type 'fastboot oem unlock' (fastboot tells command prompt to work with fastboot.exe and oem unlock is a command within the program). It will reply a warning about breaking warranty, etc., and also a lengthy ID for your phone.
Now type 'fastboot oem unlock ####' where #### is your ID. And finally 'fastboot reboot'. Your phone will obviously restart and you can close out of the command prompt.
When turning on your phone will say! "Unlocked" on the Motorola boot screen, jump up and down in joy!!!
Sorry, I did not give the link to the pudding thread; those are the instructions
Sent from my MB860 using XDA

***root*** huawei y6 pro (tit-al00)

You have own risk​
<<<<ROOT HUAWEI Y6 PRO>>>>>
Prerequisites:
Huawei Y6 pro (TIT-AL00)
ADB drivers (link: https://drive.google.com/file/d/0BzFHE8ZlasNyX2hLRlZLX2hBc1k/view?usp=sharingg)
ADB / Fastboot software (link: https://drive.google.com/file/d/0BzFHE8ZlasNyOWVsTVdLZ0hRQ1k/view?usp=sharing)
CWM Recovery file (link: https://drive.google.com/file/d/0BzFHE8ZlasNyekNYLWhuTE5sLXc/view?usp=sharing )
PreRoot Stock Rom put sd card (link: https://drive.google.com/file/d/0BzFHE8ZlasNyMUFydW9HbnRIY0U/view?usp=sharing
Steps to complete:
1. Install ADB Drivers
2. Unzip ADB software in C: drive
3. put CWM.img in C: drive
---------------------------------------------
4. now
5.Go to settings>about phone>press 7 times builder number
6.Go to developer options, turn on OEM unlock,turn on USB Debugging.
7. Connect phone by USB to computer
-------------------------------------------------------------------------------
8. Startup command prompt (Windows key + R, type cmd, enter)
9. In command prompt, type "cd "
10.In command prompt “adb” to get to the adb directory
11. In command prompt check if device is recognized (typing "adb devices" in the command prompt should show you this)
12. Now reboot the phone into fastboot by typing "adb reboot bootloader"
13. This should reboot the phone into fastboot mode (black screen, only showing "fastboot>" on the bottom
14. In the command prompt, type "fastboot devices" to see if the device is recognized. and get device id number
15.just copy this id number
Your screen should look something like this:
The next command will unlock your phone AND make a hard reset... if any data or settings would need to be preserved, please make a backup!
16. Now type in the command prompt:"fastboot oem unlock XXXXXXXXX " where XXXXXXXX is the unlock code you copied
17,Now unlock conformation for volume + button.
18. Then type in command prompt: "fastboot reboot". After this, your phone will reboot and reset.
19. When Phone is rebooted, make sure USB debugging is on again
(same as point 7)
20. Now reboot the phone into fastboot by typing "adb reboot bootloader"
21. This should reboot the phone into fastboot mode (black screen, only showing "fastboot>" on the bottom
22. In the command prompt, type "fastboot devices" to see if the device is recognized.
23. Now we are going to flash CWM Recovery: type in command prompt: "fastboot flash recovery CWM.img"
24. reboot into recovery by typeing into command prompt: " "fastboot reboot" while holding VOL+ on the phone.
25. When the options screen on the phone appears, press VOL- to select the recovery mode. This will boot into CWM recovery.
26. In CWM recovery mod and wipe menu, wipe data and go back to menu and go to munt... and format System and go back to menu
-You should install the Rom( Install zip... and select the PreRoot Stock Rom) and waiting for install be finish there in step .
27. When flashing is done, type into the command prompt: "adb reboot" to reboot the phone.
7-Your phone boot after 5 until 8 minute.
Credit of: Mahmoud Khorsan(IRAN) andrik22
ArEvoun

Can't access recovery after 7.0

Hey there!
so, I just upgraded my z5c from MM CyanogenMod to this nougat ROM > [ROM][7.0][Stock][.33][3.7 b7][Deodex][DeBloat][Font][Stereo][Vulkan™] Xperia Loop™
Before the update I could enter TWRP without any problems.
Now, everytime I try to boot into recovery the phone simply reboots...
Things I've tried:
• Typed "adb reboot recovery" on CM
• Downloaded TWRP App to re-flash and click on "recovery reboot"
• Power up phone holding Volume Down
The phone is rooted with SuperSU.
The main reason I wanted to regain access to recovery is to re-root the phone with Magisk.
Thanks for your time.
1. install fastboot and fastboot drivers on your pc (if you don't have them obviously)
2. plug the phone into the pc using the usb cable while holding the volume + button (this way you will skip the adb part)
3. wait for the notification light to go blue
4. go into the fastboot directory
5. download the twrp "recovery.img" file and put it into the fastboot directory
6. hold shift while right-clicking into the directory where fastboot is
7. use the option to open a cmd into the directory
8. type in "fastboot boot recovery.img"
if your phone's fastboot drivers don't have signature (like it happened to me) download Zadig and create a signature for the driver
Hope this helps... i had the same problem and solved by doing this

[Help] How to acces at the bootloader mode on Android

Hi, i have an Android device. I can enter at the recovery mode using Minimal and Adb Fastboot, the recovery have an option called "Reboot at Bootloader" I select it but the device reboot normally :/. And if I use the command "adb reboot bootloader" the device don't enter in this mode.

Categories

Resources