Xoom Stuck on red M! - Xoom General

Please help!!! After I was able to unlock my xoom and went reboot just before the adb remount command it just stays on the red M screen. I am able to get Starting RSD Protocol and Starting fastboot protocol at the top left but that is it. Also I have been able to connect with rsd lite but I dont have the sbf file and can't find it on the web anywhere. Please help!
Thanks in Advance

mhobbs82 said:
Please help!!! After I was able to unlock my xoom and went reboot just before the adb remount command it just stays on the red M screen. I am able to get Starting RSD Protocol and Starting fastboot protocol at the top left but that is it. Also I have been able to connect with rsd lite but I dont have the sbf file and can't find it on the web anywhere. Please help!
Thanks in Advance
Click to expand...
Click to collapse
If you are able to boot into Fastboot Protocol, you probably dont need rsd lite. You should be able to flash all of the files in the command prompt. Try re-locking your Xoom to see if that get you out of the soft brick. If it does, you can then try to unlock it again.
You can re-lock your Xoom by typing the following in the command prompt (while booted into fastboot protocol):
Code:
fastboot oem lock
Once you do this, follow the instructions on your Xoom's screen.
If it works, your Xoom should restart back into factory state once it's finished flashing the files.

I got it to lock back now I have Failed image LNX 0x0002 at the top??

Reboot in fastboot mode (power + vol up, after ~2 secs keep pressing vol-down repeadetly, until Fastboot appears; confirm selection with vol-up) and flash stock via fastboot
Code:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
You may re-unlock your XOOM after successful update, re-root it, etc.

After the first line of code all I get is (cannot load 'system.img'). I really appreciate the help that I have gotten so far!
I now have managed to get it into CWM recovery... I am going to flash the rest of the steps in the universal root method.

Thanks again! I ended up reflashing the rom from CWM recovery and now I am rooted and back running! !!!

Im glad you were able to fix it.

Xoom wifi rooted but OEM locked again without any img files copied
I unlocked using fastboot oem unlock. But was trying to copy CM zip file using adb push. But I was getting stuck at fastboot screen where it says "starting fasboot protocol support" and nothing happens.
So I wiped /data and /cache
it did not help.
so I locked back again (fastboot oem lock). Now I am stuck with the message
Failed to boot LNX 0x0004
starting RSD mode 2
OneWire: Charger is connected....
Battery charge level: 92% (last two lines are irrelevant anyway)
SO I assume now that I dont have any image it wont boot normal. And since its locked I am not even able to get into fastboor or recovery which were installed correctly before.
help pls.
_TB_TB_ said:
Reboot in fastboot mode (power + vol up, after ~2 secs keep pressing vol-down repeadetly, until Fastboot appears; confirm selection with vol-up) and flash stock via fastboot
Code:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
You may re-unlock your XOOM after successful update, re-root it, etc.
Click to expand...
Click to collapse
---------- Post added at 06:19 PM ---------- Previous post was at 05:54 PM ----------
I ca run fastboot command. fastboot reboot command does reboot the device. But then it comes back to the screen like this:
--> Fastboot
Starting Fastboot protocol support.
with the Red M in middle.
So I cam not able to run adb but can run fastboot commands. Due to this I can not copy the CM and flash using recovery.
I am able to get to recovery screen too by pressing volume down while rebooting.
But when I try adb push to copy the CM zip, it says error: device not found
Pl help. How do I get the CM zip to the device and run it using recovery (using clockwork).
sashykanth said:
I unlocked using fastboot oem unlock. But was trying to copy CM zip file using adb push. But I was getting stuck at fastboot screen where it says "starting fasboot protocol support" and nothing happens.
So I wiped /data and /cache
it did not help.
so I locked back again (fastboot oem lock). Now I am stuck with the message
Failed to boot LNX 0x0004
starting RSD mode 2
OneWire: Charger is connected....
Battery charge level: 92% (last two lines are irrelevant anyway)
SO I assume now that I dont have any image it wont boot normal. And since its locked I am not even able to get into fastboor or recovery which were installed correctly before.
help pls.
Click to expand...
Click to collapse
---------- Post added at 07:13 PM ---------- Previous post was at 06:19 PM ----------
Problem was I was using the wrong recovery image. Did not realize latest one does not work with xoom. Thanks. found the xoom recovery version in this forum.
sashykanth said:
I unlocked using fastboot oem unlock. But was trying to copy CM zip file using adb push. But I was getting stuck at fastboot screen where it says "starting fasboot protocol support" and nothing happens.
So I wiped /data and /cache
it did not help.
so I locked back again (fastboot oem lock). Now I am stuck with the message
Failed to boot LNX 0x0004
starting RSD mode 2
OneWire: Charger is connected....
Battery charge level: 92% (last two lines are irrelevant anyway)
SO I assume now that I dont have any image it wont boot normal. And since its locked I am not even able to get into fastboor or recovery which were installed correctly before.
help pls.
---------- Post added at 06:19 PM ---------- Previous post was at 05:54 PM ----------
I ca run fastboot command. fastboot reboot command does reboot the device. But then it comes back to the screen like this:
--> Fastboot
Starting Fastboot protocol support.
with the Red M in middle.
So I cam not able to run adb but can run fastboot commands. Due to this I can not copy the CM and flash using recovery.
I am able to get to recovery screen too by pressing volume down while rebooting.
But when I try adb push to copy the CM zip, it says error: device not found
Pl help. How do I get the CM zip to the device and run it using recovery (using clockwork).
Click to expand...
Click to collapse

Related

[Q] problems with clockworkmod recovery (device almost dead)

ok, so i wanted to try Cyanogenmod 7.
i followed the steps:
1- rooted the device
2- downgraded to Froyo firmware
3- installed Cyanogenmod 7.20.
all worked fine for almost one week until i updated rom manager from the market.
since the the device led flickers in green and orange. I can get into clockworkmod recovery menu but it lasts for a few seconds and disappears. it appears again and so on.
adb devices returns:
List of devices attached
SH0BHRT09137 recovery
but because it's not stable the same command doesn't return any devices few seconds later.
what shall i do now ?
steps one and two i assume are switched around, try booting into fastboot
if your hboot is still stable you may have more luck here
fastboot works in similar ways as adb - so fastboot devices
if you see yours
then wipe and flash a new recovery via fastboot
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot
(replace recovery.img with whatever name you give that recovery image)
demkantor said:
steps one and two i assume are switched around, try booting into fastboot
if your hboot is still stable you may have more luck here
fastboot works in similar ways as adb - so fastboot devices
if you see yours
then wipe and flash a new recovery via fastboot
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot
(replace recovery.img with whatever name you give that recovery image)
Click to expand...
Click to collapse
Thanks for the info. after i installed fastboot and ran "fastboot devices" i don't get any devices.
are you in fastboot mode within hboot? does your phone say fastboot usb?
write down everything on your phone when you boot into bootloader
demkantor said:
are you in fastboot mode within hboot? does your phone say fastboot usb?
write down everything on your phone when you boot into bootloader
Click to expand...
Click to collapse
strange enough "adb reboot" go the device working ! not sure why it was stuck at ClockMod.
hope this thread help somebody later.

Returning to stock

Wanting to go back to stock on the nexus 7. I have downloaded the factory image but for the life of me cannot figure out how to flash it. I am in the bootloader and i've extracted the image to my adb and fastboot directory. there is a "flash-all.sh" file but I'm unsure what to do with it. Any help would be appreciated. Thanks.
I personally don't remember how to use the .sh files.
But open the file with a text editor such as Notepad++, and you'll see the commands the script will run. You can run them manually.
sh files are purely for Linux users (it's the equivalent of batch files in Windows). Just run the commands in the sh file in your command prompt (or alter them so that it matches your fastboot).
I downloaded the images and looked at the script. Here is what it does.
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot flash bootloader bootloader-grouper-3.34.img
fastboot reboot-bootloader
<Wait for it to reboot>
fastboot -w update image-nakasi-jrn84d.zip
And you're done.
Thanks to all three of you. I am now back to stock. I appreciate the help at this crazy hour in the morning.
chris.wueste said:
Thanks to all three of you. I am now back to stock. I appreciate the help at this crazy hour in the morning.
Click to expand...
Click to collapse
Help asap....trying to flash stock file... in adb, I've typed all fast boot commands...I get an error at the " boot loader boot loader grouper" command. It says error, cannot load etc.
gmen78 said:
Help asap....trying to flash stock file... in adb, I've typed all fast boot commands...I get an error at the " boot loader boot loader grouper" command. It says error, cannot load etc.
Click to expand...
Click to collapse
Are you still stuck? What is going on at the moment? What have you tried? PM me if you would rather.
Ya I'm still stuck....tried using wugfresh toolkit to get back to stock but drivers ain't working correctly. I'd rather just flash stock Google image if possible and be done.
Sent from my Galaxy Nexus using Tapatalk 2
Can you use ADB and Fastboot???
Do you know how to use ADB and Fastboot???
If you are stuck returning to stock, I have just posted a full guide in the development section. I just did it myself to make sure that it works. Enjoy.

Q| secure boot

Hello,
Ive got a phone from a customer saying it wont boot up, also said he just OTAed, It only enter bootloader mod (stuck on black screen when trying yo enter recovery).
It also says Secure Boot - enable
and I cant flash anything of course , What can I do to boot it up ?
is his bootloader unlocked?
---------- Post added at 01:09 PM ---------- Previous post was at 01:08 PM ----------
try and use this https://developers.google.com/android/nexus/images
---------- Post added at 01:09 PM ---------- Previous post was at 01:09 PM ----------
try and use this https://developers.google.com/android/nexus/images
theyau said:
is his bootloader unlocked?
---------- Post added at 01:09 PM ---------- Previous post was at 01:08 PM ----------
try and use this https://developers.google.com/android/nexus/images
---------- Post added at 01:09 PM ---------- Previous post was at 01:09 PM ----------
try and use this https://developers.google.com/android/nexus/images
Click to expand...
Click to collapse
Its always locked, if I unlock the bootloader its automatically re-locking after reboot
Bump
any one has any idea please ?
deadwolf666 said:
Hello,
Ive got a phone from a customer saying it wont boot up, also said he just OTAed, It only enter bootloader mod (stuck on black screen when trying yo enter recovery).
It also says Secure Boot - enable
and I cant flash anything of course , What can I do to boot it up ?
Click to expand...
Click to collapse
Secure boot is enabled on all Nexus 4's, and you cannot disable it. By the way, Secure boot has nothing to do with the lock state of the bootloader -- it has to do with the secure boot chain of the AQP8064 chipset.
Unlock the booloader using "fastboot oem unlock" and then flash the factory images. See here.
If simply flashing factory images, an unlock should not be necessary. Is customer wanting you to try and preserve data?
efrant said:
Secure boot is enabled on all Nexus 4's, and you cannot disable it. By the way, Secure boot has nothing to do with the lock state of the bootloader -- it has to do with the secure boot chain of the AQP8064 chipset.
Unlock the booloader using "fastboot oem unlock" and then flash the factory images. See here.
Click to expand...
Click to collapse
Thanks for the answer but the wierd problem is that after I unlock the bootloader and try to flash any thing I get":
sending 'bootloader' (2188 KB)... FAILED (command write failed (Unknown error))
Click to expand...
Click to collapse
and after I reboot it shows that the bootloader is locked
I managed to boot into twrp recovery but no screen by "fastboot boot recovery.img" and I get adb access.
ant thing I can do from here ?
deadwolf666 said:
I managed to boot into twrp recovery but no screen by "fastboot boot recovery.img"
Click to expand...
Click to collapse
You are seeing a black screen because you are not using the correct command. It should be: fastboot -c "lge.kcal=0|0|0|x" boot recovery.img
efrant said:
You are seeing a black screen because you are not using the correct command. It should be: fastboot -c "lge.kcal=0|0|0|x" boot recovery.img
Click to expand...
Click to collapse
Thank you it helped abit
now I tryed twrp and it asked me for decryd pass, and cant mount any partition.
cwm can sideload but wipe will give errors (cant mount) and after reboot the bootloader is locked againg and wont boot.
stock just reboots.
can it be HW ? or any other solution ?
btw where did you learend this switch and where can I read about it ? "lge.kcal=0|0|0|x"
Thanks again
deadwolf666 said:
Thank you it helped abit
now I tryed twrp and it asked me for decryd pass, and cant mount any partition.
cwm can sideload but wipe will give errors (cant mount) and after reboot the bootloader is locked againg and wont boot.
stock just reboots.
can it be HW ? or any other solution ?
btw where did you learend this switch and where can I read about it ? "lge.kcal=0|0|0|x"
Thanks again
Click to expand...
Click to collapse
Two options before we decide it's hardware.
Procedure #1:
1) Download the LATEST version of fastboot.exe from here and extract it to C:\android.
2) Download the latest factory image from Google's dev page and verify the checksum with what is posted on the website.
3) Extract all the images from all the .tgz, .tar, .zip files within and put the 6 image files in C:\android
4) Reboot your device into the bootloader and plug into your PC.
5) Open a command prompt in that same directory and type the following commands:
Code:
fastboot oem unlock
fastboot reboot-bootloader
fasltboot flash bootloader bootloader-mako-makoz20i.img
fastboot reboot-bootloader
Does that work? If so then continue with flashing the radio, boot, system and recovery images. If not, then go to procedure number 2:
Procedure #2
Follow the instructions in this thread.
deadwolf666 said:
btw where did you learend this switch and where can I read about it ? "lge.kcal=0|0|0|x"
Thanks again
Click to expand...
Click to collapse
Have a look here.
efrant said:
Two options before we decide it's hardware.
Procedure #1:
1) Download the LATEST version of fastboot.exe from here and extract it to C:\android.
2) Download the latest factory image from Google's dev page and verify the checksum with what is posted on the website.
3) Extract all the images from all the .tgz, .tar, .zip files within and put the 6 image files in C:\android
4) Reboot your device into the bootloader and plug into your PC.
5) Open a command prompt in that same directory and type the following commands:
Code:
fastboot oem unlock
fastboot reboot-bootloader
fasltboot flash bootloader bootloader-mako-makoz20i.img
fastboot reboot-bootloader
Does that work? If so then continue with flashing the radio, boot, system and recovery images. If not, then go to procedure number 2:
Procedure #2
Follow the instructions in this thread.
Have a look here.
Click to expand...
Click to collapse
Procedure #1 is not working I get FAILED command write failed unknown error
Procedure #2 I tryed a few times on different pc (also different OS) and never got the software to recognize the phone (any way Ill try again and update)
thanks for the link will read it soon ^^
Cant make the NPST recognize the phone ;\
while booting custom recovery I cant mount any partition and the bootloader remains locked after reboot.
Any thing else to try ?

Boot Loop - ZE550KL

Hello guys,
Sorry for my bad English
My phone just turned off even if the battery is almost full. When I turned it on its stuck in a boot loop. Sometimes it's goes to a screen where it would say process not responding. It's still on the stock ROM and recovery. I didn't try to root it or flash anything on it.
I tried some troubleshooting like flashing the firmware from the Asus website but it didn't work. Please help
Have you try flashing from Micro SD card in stock recovery?
M Huzaifah said:
Have you try flashing from Micro SD card in stock recovery?
Click to expand...
Click to collapse
Thank you for the reply bro. I already did and it's still not working.
To reset the phone in cases like this, one could also use fastboot.
Boot in fastboot mode by pressing VolumeUp button while switching on the phone, then connect the phone to a PC with a usb cable (you must have fastboot/adb drivers installed). You can now open a command prompt and use the commands:
Code:
fastboot erase cache
fastboot erase userdata
fastboot erase system
The second command erase all the user's data on the phone.
The last command erases the operating system and you must install the full firmware in zip format from the recovery afterward (with a microSD card or with a PC via ADB sideload).
you can install custom recovery?
I had a boot loop issue too. I could solve it by entering fastboot and trying using the defaut roms boot.img through fastboot. You can extract the boot.img from any firmware image file from the Asus site.
Code:
fastboot boot boot.img
BubuXP said:
To reset the phone in cases like this, one could also use fastboot.
Boot in fastboot mode by pressing VolumeUp button while switching on the phone, then connect the phone to a PC with a usb cable (you must have fastboot/adb drivers installed). You can now open a command prompt and use the commands:
Code:
fastboot erase cache
fastboot erase userdata
fastboot erase system
The second command erase all the user's data on the phone.
The last command erases the operating system and you must install the full firmware in zip format from the recovery afterward (with a microSD card or with a PC via ADB sideload).
Click to expand...
Click to collapse
After these commands, had to do a wipe data/factory reset prior to update from sd card (adb sideload not work at alll).
but no luck, keep boot looping...
---------- Post added at 11:26 PM ---------- Previous post was at 11:23 PM ----------
sofamensch said:
I had a boot loop issue too. I could solve it by entering fastboot and trying using the defaut roms boot.img through fastboot. You can extract the boot.img from any firmware image file from the Asus site.
Code:
fastboot boot boot.img
Click to expand...
Click to collapse
this command result error:
downloading 'boot.img'...
OKAY [ 0.796s]
booting...
FAILED (remote: unlock device to use this command)
finished. total time: 0.802s
used this instead: fastboot flash boot boot.img (with boot.img extracted from firmware)
target reported max download size of 268435456 bytes
sending 'boot' (24547 KB)...
OKAY [ 0.813s]
writing 'boot'...
OKAY [ 0.733s]
finished. total time: 1.550s
but my case is serious, giving up
maybe you should unlock the bootloader before trying those commands
why don't u try, adb sideload option once, give it a try
i dont know what firmware my dads ze550kl is...
and it is bootlooping continously....
what is best files to flash via recovery update from sd card method?
i want to save my dads internal memory
Try this:
fastboot boot recovery.img
Click to expand...
Click to collapse
This may result an error if you don't flash the right file,it depends on your firmware version. I have a file that works on lolipop (twrp.).
I had the same issue, as my device was on warranty period i took it to the service centre and they said the mother board is damaged
Im facing the same problem I installed a new ROM from SD card and it was successfully done but the phone is still stuck in boot loop and unfortunately my USB debugging is disabled my bootloader is locked and my phone is not rooted and it's in stock recovery can anyone please help me
BubuXP said:
To reset the phone in cases like this, one could also use fastboot.
Boot in fastboot mode by pressing VolumeUp button while switching on the phone, then connect the phone to a PC with a usb cable (you must have fastboot/adb drivers installed). You can now open a command prompt and use the commands:
Code:
fastboot erase cache
fastboot erase userdata
fastboot erase system
The second command erase all the user's data on the phone.
The last command erases the operating system and you must install the full firmware in zip format from the recovery afterward (with a microSD card or with a PC via ADB sideload).
Click to expand...
Click to collapse
heyy, even i deleted recovery by using
fastboot erase recovery
then, after that my phone stucked on fastboot mode..
and when i flash the recovery , it finished propery but there is nothing happen in my phone still stucked into fastboot mode..
when i press power+volume(-) only fastboot mode is opened..
what to do now??
how to reinstall bootloader (recovery or twrp)??
plz help guyzz//:crying::crying:
I face the same bootloop problem with my mother's cellphone. The bootloader is locked and USB debug is disabled.
I tried to flash stock img via adb sideload, and although it succeed, after factory reset in Recovery (and pull battery several time) I could finally get into the "setup wizard" of Android system.
However, the system will go into bootloop again when the wizard goes to "wifi" setup. The phone will not go into setup wizard again unless I do a factory reset (and battery pull) again...
It seems there are some hardware failure at Wifi component (Since I already erase all \data, \cache), and this failure caused reboot of the system...
Any idea?
mayankarya837 said:
heyy, even i deleted recovery by using
fastboot erase recovery
then, after that my phone stucked on fastboot mode..
and when i flash the recovery , it finished propery but there is nothing happen in my phone still stucked into fastboot mode..
when i press power+volume(-) only fastboot mode is opened..
what to do now??
how to reinstall bootloader (recovery or twrp)??
plz help guyzz//:crying::crying:
Click to expand...
Click to collapse
hey did u finnd any solution for this>???

Huawei p8 lite stuck in rescue mode

Hi i have the problem, yesterday i tried to root the phone. I unlocked bootloader succefully but after root i got bootloop so i tried to wipe the data and reinstall stock ROM. And i think this is where i messed something up. After this my telefon just go to rescue mode with errors Func NO: 10 boot image and Error NO: 2 load image. But when i try to go to the recovery i have Func NO : 11 recovery image. Help me i am very sad. :C
halk15 said:
Hi i have the problem, yesterday i tried to root the phone. I unlocked bootloader succefully but after root i got bootloop so i tried to wipe the data and reinstall stock ROM. And i think this is where i messed something up. After this my telefon just go to rescue mode with errors Func NO: 10 boot image and Error NO: 2 load image. But when i try to go to the recovery i have Func NO : 11 recovery image. Help me i am very sad. :C
Click to expand...
Click to collapse
Try flashing stock ROM using fastboot
use Huawei update extractor select boot ,system,cust,recovery ,extract them and flash them with fastboot like this
fastboot flash system system.img
fastboot flash boot boot.img etc....
just make sure that you place those img files in same folder as adb is.
---------- Post added at 06:50 PM ---------- Previous post was at 06:46 PM ----------
halk15 said:
Hi i have the problem, yesterday i tried to root the phone. I unlocked bootloader succefully but after root i got bootloop so i tried to wipe the data and reinstall stock ROM. And i think this is where i messed something up. After this my telefon just go to rescue mode with errors Func NO: 10 boot image and Error NO: 2 load image. But when i try to go to the recovery i have Func NO : 11 recovery image. Help me i am very sad. :C
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=2277112 check this if you dont know how to setup fastboot
Nikola6511 said:
Try flashing stock ROM using fastboot
use Huawei update extractor select boot ,system,cust,recovery ,extract them and flash them with fastboot like this
fastboot flash system system.img
fastboot flash boot boot.img etc....
just make sure that you place those img files in same folder as adb is.
---------- Post added at 06:50 PM ---------- Previous post was at 06:46 PM ----------
https://forum.xda-developers.com/showthread.php?t=2277112 check this if you dont know how to setup fastboot
Click to expand...
Click to collapse
Well, if i only could go into fastboot mode. I have only rescue mode (no fastboot and rescue). ADB don't see the phone.
halk15 said:
Well, if i only could go into fastboot mode. I have only rescue mode (no fastboot and rescue). ADB don't see the phone.
Click to expand...
Click to collapse
Seems like your boot image is damaged but check this thread maybe it helps https://forum.xda-developers.com/p8lite/help/stuck-rescue-mode-screen-please-help-t3244872
usually you should always get into fastboot mode. Turn off your phone, connect it to PC, press power and volume down, after screen turns on release the PowerButton and keep holding VolumeDown, until you are in fastboot mode. Then use fastboot to flash a new boot, recovery and system
Hello all,
I have a similar problem on my old P8 lite phone, but I can enter into fastboot mode. No idea how it turned out like this... I bought a P20 lite and stoped using P8 lite for several months. Some days ago, tried to use the phona and it was unresponsive. Wiped data and some more options, and the phone got stuck on rescue mode.
I've read this and other threads and tried to use fastboot to flash stock ROM again. I downloaded update file, extracted boot.img, system.img, cust.img and recovery.img but when I try, to start flashing boot.img I get:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot BOOT.IMG
target reported max download size of 471859200 bytes
sending 'boot' (22688 KB)...
OKAY ( 0.588s)
writing 'boot'...
FAILED (remote: Command not allowed)
finished. total time: 0.592s
When I enter fastboot & rescue mode I get the messagem "PHONE Locked" (green letters). What can I do to recover the phone?
TIA for your help.

Categories

Resources