Bricked XT925 - RAZR HD Q&A, Help & Troubleshooting

Hi all, first post here.
I have a bricked XT925 which I'm trying to recover.
It will go into fastboot and I can access it with ADB/Fastboot/mFastbootv2/RazorHDToolkit5.0/RSD lite etc, but none of these will write a new recovery to flash.
I was able to unlock the bootloader using the Motorola website and the phone will talk to the PC software, but it's as though the internal flash memory is trashed.
In fact lots of commands to the flash result in a "fastboot max download size 30mb" error.
Can anyone help?
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery twrp-2.8.6.0-xt925.img
(bootloader) Variable not supported!
target reported max download size of 31457280 bytes
sending 'recovery' (9154 KB)...
OKAY [ 0.730s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 0.871s
Click to expand...
Click to collapse

I would start with obtaining a clean working flash of the official ROM, before trying to flash anything custom.
Just a guess, but if you went to the unlock website after the phone was soft-bricked, the bootloader may still be locked. I assume that the phone needs a full working OS to receive and implement the unlock signal from Motorola. Since it hasn't booted the OS since it was bricked, it hasn't had a chance to do so.

I would start with obtaining a clean working flash of the official ROM, before trying to flash anything custom.
Click to expand...
Click to collapse
Would that I could. All the links I've found so far are dead.
I have another XT925 in working order, anyone know how to extract the image from it?
Just a guess, but if you went to the unlock website after the phone was soft-bricked, the bootloader may still be locked. I assume that the phone needs a full working OS to receive and implement the unlock signal from Motorola. Since it hasn't booted the OS since it was bricked, it hasn't had a chance to do so.
Click to expand...
Click to collapse
I think the Bootloader error messages are to be expected, everything I've since read suggests I should ignore them.

ddichiera said:
Would that I could. All the links I've found so far are dead.
I have another XT925 in working order, anyone know how to extract the image from it?
I think the Bootloader error messages are to be expected, everything I've since read suggests I should ignore them.
Click to expand...
Click to collapse
I have one of the old Canadian leaked KK stock sbf (I was using it to see if I could bring anything to my AHD). I can post it to my GDrive and post the link this afternoon.

palmbeach05 said:
I have one of the old Canadian leaked KK stock sbf (I was using it to see if I could bring anything to my AHD). I can post it to my GDrive and post the link this afternoon.
Click to expand...
Click to collapse
Any image would be welcome, GDrive is fine.

ddichiera said:
Any image would be welcome, GDrive is fine.
Click to expand...
Click to collapse
https://drive.google.com/open?id=0B52pkPIFU2dRWFRXOU9UQlhHZ3c

Thanks for that, unfortunately my situation has become worse.
Whilst the phone was connected and in fastboot mode, I deleted the ADB driver in Device Manager and now the PC, or more specifically ADB and Fastboot wont talk to the phone. Grrrrr.
Oh, and the other handset has decided to die as well.
One thing at a time. Anyone know how to restore the driver/get-the-phone-talking-to-ADB/Fastboot again?

Related

TF700 stuck in Boot loop ... have access to bootloader

Hi,
I've posted on this topic on transformerforums website but have not had any success (despite valiant attempts from the guys on the forums).
I am unable to post the link here, please PM me for a link to my original post.
Basically my TF700T got stuck in a bootloop. I have unlocked the bootloader but have not flashed it so it's on stock ROM. I have not been able to flash a recovery ROM and am at a dead end as to what to do.
I am able to get to bootloader and I when I run
Code:
fastboot devices
I get the following output
Code:
015d2a506733f618 fastboot
Which all seems correct. I have access to the tablet when connected to my pc.
When I try to flash the recovery rom, it takes a very short amount of time and on my tablet the device hangs (i.e the RCK icon is no longer flashing). I have checked the blob, it is the correct one and the MD5 hash is correct.
Code:
C:\androidsdk\platform-tools>fastboot -i 0x0B05 flash recovery twrp-2.7.1.1-tf700t.blob
sending 'recovery' (6894 KB)...
OKAY [ 0.868s]
writing 'recovery'...
OKAY [ 0.089s]
finished. total time: 0.958s
I can get back into the bootloader if I restart again but attempting to flash it results in a hang.
I have tried to insert an sd with the stock ROM and boot in RCK mode but this has not worked either.
Has anyone any suggestions as to what to do?
The tablet is 2 years old now so not under warranty.
thanks in advance.
anyone have any suggestions?
I'm going on holidays on Thursday and would really love to get this resolved before I go.
deleted
Shameless bump .... are my only options to return this to the manufacturer?
Anyone any suggestions, do you need more info from me?
What you did looks correct, only the short time for "writing" looks suspicious. Try the fastboot command again, but replace "recovery" with "staging", maybe that works better. At the next reboot you should see a blue progress bar on the boot screen for a few seconds and it should reboot again.
Hi,
Thanks for the reply.
I tried as you suggested and looks like the same results. I'm doing this in windows 7 and have opened the command prompt as Administrator.
Code:
C:\adb>fastboot -i 0x0B05 flash staging twrp-2.7.1.1-tf700t.blob
sending 'staging' (6894 KB)...
OKAY [ 0.869s]
writing 'staging'...
OKAY [ 0.084s]
finished. total time: 0.955s
Is there any way I get get logs from the tablet itself?
I had been thinking was this a permissions thing although I am able to run
Code:
fastboot boot
Code:
fastboot boot-bootloader
and they work correctly. So I do have access but for some reason the partition is not getting flashed correctly.
Does anyone know what the partitions are used for?
I assume the system partition is used for the actual system image but what is the staging partition used for?
knoxor said:
I had been thinking was this a permissions thing although I am able to run
Code:
fastboot boot
Code:
fastboot boot-bootloader
and they work correctly. So I do have access but for some reason the partition is not getting flashed correctly.
Does anyone know what the partitions are used for?
I assume the system partition is used for the actual system image but what is the staging partition used for?
Click to expand...
Click to collapse
When blobs are written to the staging partition, on next boot. the bootloader flashes the contents to the relevant partitions (i.e., kernel, system, bootloader)
knoxor said:
Hi,
Thanks for the reply.
I tried as you suggested and looks like the same results. I'm doing this in windows 7 and have opened the command prompt as Administrator.
Code:
C:\adb>fastboot -i 0x0B05 flash staging twrp-2.7.1.1-tf700t.blob
sending 'staging' (6894 KB)...
OKAY [ 0.869s]
writing 'staging'...
OKAY [ 0.084s]
finished. total time: 0.955s
Is there any way I get get logs from the tablet itself?
Click to expand...
Click to collapse
Hi sbdags,
So it looks like I'm stuck at this point. The above command seems to work but the time for flashing the recovery blob to staging seems very short which probably indicates that this has not happened correctly. After the above command, on next boot when selecting RCK from the bootloader menu the tablet attempts to perform the update but then I get the android error screen (android dude on his back and error message).
Any suggestions as to what I can do next?
thanks
Paul
knoxor said:
Hi sbdags,
So it looks like I'm stuck at this point. The above command seems to work but the time for flashing the recovery blob to staging seems very short which probably indicates that this has not happened correctly. After the above command, on next boot when selecting RCK from the bootloader menu the tablet attempts to perform the update but then I get the android error screen (android dude on his back and error message).
Any suggestions as to what I can do next?
thanks
Paul
Click to expand...
Click to collapse
Well shoot me a PM, Lets see if we can find a solution to your issue ...
Thx Josh
bump again.
Is there anyone there who can help me on this please ?
knoxor said:
Is there anyone there who can help me on this please ?
Click to expand...
Click to collapse
I don't think I can help you, but can you post the build number of your bootloader? I remember someone had a bootloader for the TF300 on his TF700 and was then unable to flash blobs.
_that said:
I don't think I can help you, but can you post the build number of your bootloader? I remember someone had a bootloader for the TF300 on his TF700 and was then unable to flash blobs.
Click to expand...
Click to collapse
Hi, I fairly sure I have the correct bootloader (WW_epad-10.6.1.14.10-20130801 A03).
Just to clarify, this is a stock rom I have on the tab. I have it unlocked but not rooted.
thanks
knoxor said:
Hi, I fairly sure I have the correct bootloader (WW_epad-10.6.1.14.10-20130801 A03).
Just to clarify, this is a stock rom I have on the tab. I have it unlocked but not rooted.
thanks
Click to expand...
Click to collapse
Your bootloader is ok.
Did you PM Josh? What did you guys try?
If he couldn't help you, I doubt I can...
Aside from the suggestions I gave you on the Transformer Forum, I'm stumped...
So again:
Do not use USB 3.0 ports
Uninstall the fastboot drivers and use the one from here: http://forum.xda-developers.com/showthread.php?t=2646279
Check the fastboot.exe version and see if you can find a later one.
That's all I can think of right now....
berndblb said:
Your bootloader is ok.
Did you PM Josh? What did you guys try?
If he couldn't help you, I doubt I can...
Aside from the suggestions I gave you on the Transformer Forum, I'm stumped...
So again:
Do not use USB 3.0 ports
Uninstall the fastboot drivers and use the one from here: http://forum.xda-developers.com/showthread.php?t=2646279
Check the fastboot.exe version and see if you can find a later one.
That's all I can think of right now....
Click to expand...
Click to collapse
Yes I contacted Josh and shared my desktop with him one evening. We didn't resolve it. I've tried the flashing on 3 different computers.
One of them is an old laptop running ubuntu that I know only has USB2 ports on it.
The only thing I can think of is that I lost my original charger/cable but I spent the extra money to get an OEM one again so I hope that is not
the issue.
Could the cable be the issue??
knoxor said:
Yes I contacted Josh and shared my desktop with him one evening. We didn't resolve it. I've tried the flashing on 3 different computers.
One of them is an old laptop running ubuntu that I know only has USB2 ports on it.
The only thing I can think of is that I lost my original charger/cable but I spent the extra money to get an OEM one again so I hope that is not
the issue.
Could the cable be the issue??
Click to expand...
Click to collapse
If you got the charger from anywhere else but Asus - yes, that could be the issue. And the only one left I can think of....

Huawei P8 (L09) bricked TWRP no OS

I tried to do reset my phone for battery issues. The thing is that it seems i don't have operating system now and i can't flash the phone because TWRP is the only loader and it doesn't recognizes the update app. Any idea to install at least a custom rom via TWRP or any way to unbrick the phone? Thanks. Any other detail you need please ask me. It is the first time i need help to fix a phone.
icemann1908 said:
I tried to do reset my phone for battery issues. The thing is that it seems i don't have operating system now and i can't flash the phone because TWRP is the only loader and it doesn't recognizes the update app. Any idea to install at least a custom rom via TWRP or any way to unbrick the phone? Thanks. Any other detail you need please ask me. It is the first time i need help to fix a phone.
Click to expand...
Click to collapse
If you know the version of the rom, simply download that version stock rom and then extract from it the recovery using Huawei extractor tool and flash that recovery using adb. After that put the stock rom in a dload folder and put it on your sdcard or internal memory after that turnoff the device hold power and vol up and vol down at the same to make the flash process start and flash the stock rom. Sorry I am on the road and quite busy otherwise I would have written a detailed guide. But if you Google what I suggested you will find the tools needed to make it work. If still you can't manage to make it work let me know. After 2 days I would be around a pc to write a better guide.
Sent from my Nexus 6P using XDA-Developers mobile app
Rashad83 said:
If you know the version of the rom, simply download that version stock rom and then extract from it the recovery using Huawei extractor tool and flash that recovery using adb. After that put the stock rom in a dload folder and put it on your sdcard or internal memory after that turnoff the device hold power and vol up and vol down at the same to make the flash process start and flash the stock rom. Sorry I am on the road and quite busy otherwise I would have written a detailed guide. But if you Google what I suggested you will find the tools needed to make it work. If still you can't manage to make it work let me know. After 2 days I would be around a pc to write a better guide.
Goood Afternoon,
I have the same problem but i tried what you said and when i try to flash my device i would get:
C:\Users\Ebonique\Downloads\fastboot>fastboot flash recovery RECOVERY.img
target reported max download size of 471859200 bytes
sending 'recovery' (28228 KB)...
OKAY [ 0.640s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.648s
C:\Users\Ebonique\Downloads\fastboot>
And Honestly i do not know what to do. Any suggestions?
Click to expand...
Click to collapse
ebbytay said:
Rashad83 said:
If you know the version of the rom, simply download that version stock rom and then extract from it the recovery using Huawei extractor tool and flash that recovery using adb. After that put the stock rom in a dload folder and put it on your sdcard or internal memory after that turnoff the device hold power and vol up and vol down at the same to make the flash process start and flash the stock rom. Sorry I am on the road and quite busy otherwise I would have written a detailed guide. But if you Google what I suggested you will find the tools needed to make it work. If still you can't manage to make it work let me know. After 2 days I would be around a pc to write a better guide.
Goood Afternoon,
I have the same problem but i tried what you said and when i try to flash my device i would get:
C:\Users\Ebonique\Downloads\fastboot>fastboot flash recovery RECOVERY.img
target reported max download size of 471859200 bytes
sending 'recovery' (28228 KB)...
OKAY [ 0.640s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.648s
C:\Users\Ebonique\Downloads\fastboot>
And Honestly i do not know what to do. Any suggestions?
Click to expand...
Click to collapse
You need to make sure your bootloader is unlocked otherwise it won't work. If your bootloader is indeed unlocked then it could be a PC communication issue try to reinstall drivers of the phone, even better try it on another PC/Laptop with a fresh install of drivers and applications needed.
Click to expand...
Click to collapse
Rashad83 said:
ebbytay said:
You need to make sure your bootloader is unlocked otherwise it won't work. If your bootloader is indeed unlocked then it could be a PC communication issue try to reinstall drivers of the phone, even better try it on another PC/Laptop with a fresh install of drivers and applications needed.
Click to expand...
Click to collapse
My bootloader is unlocked
I have tried to install the usb drivers but im not sure if i am currently installing them correctly.
When i type enter fastboot devices i get:
C:\Users\Ebonique\Downloads\fastboot>fastboot devices
S7M0215B19000640 fastboot
C:\Users\Ebonique\Downloads\fastboot>
but when i enter adb devices i get:
C:\Users\Ebonique\Downloads\fastboot>adb devices
List of devices attached
C:\Users\Ebonique\Downloads\fastboot>
Is there any possibility that you can walk me through installation of the devices? I have a Huawei Gra-L09 (P8)
Click to expand...
Click to collapse
ebbytay said:
Rashad83 said:
My bootloader is unlocked
I have tried to install the usb drivers but im not sure if i am currently installing them correctly.
When i type enter fastboot devices i get:
C:\Users\Ebonique\Downloads\fastboot>fastboot devices
S7M0215B19000640 fastboot
C:\Users\Ebonique\Downloads\fastboot>
but when i enter adb devices i get:
C:\Users\Ebonique\Downloads\fastboot>adb devices
List of devices attached
C:\Users\Ebonique\Downloads\fastboot>
Is there any possibility that you can walk me through installation of the devices? I have a Huawei Gra-L09 (P8)
Click to expand...
Click to collapse
That's normal, in order to see your device using adb commands it needs to be turned on and working properly also the developer mode needs to be enabled in order to see your device code serial number so in other words it's not possible at your current situation.
Regarding the device drivers just connect the device to the PC and let it auto install the drivers needed make sure Hisuite package is installed before that.
The only commands you can use at your current case with the phone in bootloader mode is only fastboot commands. So just try to flash the stock recovery like before and hopefully it will work out. If it does try to flash the same stock rom using the dload method. I cannot at the Moment give you a step by step I am really sorry but if you google the things you need you will find it easily.
Edit:
Similar issue maybe it can help you.
http://forum.xda-developers.com/showpost.php?p=68037081&postcount=304
Click to expand...
Click to collapse
Rashad83 said:
ebbytay said:
That's normal, in order to see your device using adb commands it needs to be turned on and working properly also the developer mode needs to be enabled in order to see your device code serial number so in other words it's not possible at your current situation.
Regarding the device drivers just connect the device to the PC and let it auto install the drivers needed make sure Hisuite package is installed before that.
The only commands you can use at your current case with the phone in bootloader mode is only fastboot commands. So just try to flash the stock recovery like before and hopefully it will work out. If it does try to flash the same stock rom using the dload method. I cannot at the Moment give you a step by step I am really sorry but if you google the things you need you will find it easily.
Edit:
Similar issue maybe it can help you.
http://forum.xda-developers.com/showpost.php?p=68037081&postcount=304
Click to expand...
Click to collapse
Thank you very much for the link it actually helped me and I was able to fix my phone.
I had no clue which stock version my phone came with so I downloaded all and then use the dload method. The phone was able to update to its original form.
I Really appreciate all of your responses, thank you once again.
Click to expand...
Click to collapse
ebbytay said:
Rashad83 said:
Thank you very much for the link it actually helped me and I was able to fix my phone.
I had no clue which stock version my phone came with so I downloaded all and then use the dload method. The phone was able to update to its original form.
I Really appreciate all of your responses, thank you once again.
Click to expand...
Click to collapse
You're welcome. Good luck.
Click to expand...
Click to collapse

Fastboot FAILED (remote: failed to erase partition )

I have OPO 64GB and unlocked via fastboot. Every fastboot command related to flash or erase or format gave same error, unable to erase or write the partition.
I was able to fastboot boot <custom_recovery.img> into TWRP 2.7 I believe but TWRP gives errors, unable to mount <partition>, etc. Any command in TWRP results into a failure to mount or write.
I tried ADB Sideload <zip> and at 12% it rebooted back into Cyanogen Mod ready logo.
TWRP only runs if I boot to it via fastboot, it can't write to the bootloader via fastboot. One strange thing under TWRP storage it shows Internal Storage 0MB and USB-OTG 0MB, the partitions also show 0MB excep for system, but can't format anything or resize.
I feels like there is no storage in this device, is this something that can be fixed or is this a DOA device? It was working fine and a Cyanogen update ran and bricked it!
When I try to fastboot flash I get this error, fail to write. I even tried the OnePlusRestoreTool and it fails to write to the phone.
fastboot flash recovery twrp3.img
target reported max download size of 1073741824 bytes
sending 'recovery' (13326 KB)...
OKAY [ 0.422s]
writing 'recovery'...
FAILED (remote: flash write failure)
finished. total time: 5.479s
Thoughts?
Thank You
It seems that your partitions are corrupt.
I had the same issue and solved it by restoreing completley to stock Rom. There must be a thread for this anywhere out, if not download a fastboot image from cyanogen support site extract it and try to flash it.
That is what I was leaning towards, but in every solution to restore the stock ROM I have to use fastboot and fastboot just fails to write anything. I can't even get TWRP to stick, fails to write every time. I tried the OnePlusRestoreTool but the driver installs ok but the tool can't find the phone, tried 2 different PCs. I was hoping for another solution other than fastboot or the OnePlusRestoreTool, I searched but could not find another method, I was hoping someone could point me in the right direction.
Thanks
newpop1_android said:
I have OPO 64GB and unlocked via fastboot. Every fastboot command related to flash or erase or format gave same error, unable to erase or write the partition.
I was able to fastboot boot <custom_recovery.img> into TWRP 2.7 I believe but TWRP gives errors, unable to mount <partition>, etc. Any command in TWRP results into a failure to mount or write.
I tried ADB Sideload <zip> and at 12% it rebooted back into Cyanogen Mod ready logo.
TWRP only runs if I boot to it via fastboot, it can't write to the bootloader via fastboot. One strange thing under TWRP storage it shows Internal Storage 0MB and USB-OTG 0MB, the partitions also show 0MB excep for system, but can't format anything or resize.
I feels like there is no storage in this device, is this something that can be fixed or is this a DOA device? It was working fine and a Cyanogen update ran and bricked it!
When I try to fastboot flash I get this error, fail to write. I even tried the OnePlusRestoreTool and it fails to write to the phone.
fastboot flash recovery twrp3.img
target reported max download size of 1073741824 bytes
sending 'recovery' (13326 KB)...
OKAY [ 0.422s]
writing 'recovery'...
FAILED (remote: flash write failure)
finished. total time: 5.479s
Thoughts?
Thank You
Click to expand...
Click to collapse
Try this
geowolf1000 said:
Try this
Click to expand...
Click to collapse
So I tried the link but also their method uses FastBoot and FastBoot fails to write to the OPO every time no matter what, see below. I can put TWRP in memory but can't write to the SD I guess. Any tool that can reformat the storage and put it back together since FastBoot and ADB can't write to it?
Thx
target reported max download size of 1073741824 bytes
sending 'persist' (4244 KB)...
OKAY [ 0.137s]
writing 'persist'...
FAILED (remote: flash write failure)
finished. total time: 5.208s
Has a second method from terminal
Run command from twrp rerminal
Στάλθηκε από το A0001 μου χρησιμοποιώντας Tapatalk
Try this http://forum.xda-developers.com/oneplus-one/general/guide-unbrick-oneplus-one-t3013732 , it will rewrite all the partition and then change the rom and recovery you want, it should work
Chinaroad said:
Try this http://forum.xda-developers.com/oneplus-one/general/guide-unbrick-oneplus-one-t3013732 , it will rewrite all the partition and then change the rom and recovery you want, it should work
Click to expand...
Click to collapse
He tried that one, but as the PC doesn't detect his phone that ain't gonna work...
@newpop1_android could you sent me a PM, I'll try to resolve your issue in a teamviewer session.
Chinaroad said:
Try this http://forum.xda-developers.com/oneplus-one/general/guide-unbrick-oneplus-one-t3013732 , it will rewrite all the partition and then change the rom and recovery you want, it should work
Click to expand...
Click to collapse
Hello, so I managed to get an older PC to do all this in as well and tried another PC anyway. I ran the color.zip install, drivers installed OK and phone is detected, I ran the Msm8974DownloadTool.exe and it found the phone in COM3, I see a progress bar in one file, the image file and then it reboots the phone but it comes back to the Cyanogen splash screen and it does not go anywhere, so I reboot it again manually power+VUp and the tool finds it again and tries to send the *same* file again, and then I tried this loop at least 10 times.
I conclude that it is unable to write the image to the cell, same symptom I encountered with Fastboot flash boot img. Does this mean that the cell is bricked since nothing can write to the SD?
Do the progressbars you see in Msm8974DownloadTool.exe become green?
Maybe see there:
http://www.technobuzz.net/guide-to-recover-from-hard-bricked-oneplus-one/
It is nearly the same like the one posted before, but has some screenshots.
After doing this color OS should boot up, not cyanogen os.
If only one image file is "flashed", check if your color.zip is downloaded correctly
Hope this helps
Flo9818 said:
Do the progressbars you see in Msm8974DownloadTool.exe become green?
Maybe see there:
http://www.technobuzz.net/guide-to-recover-from-hard-bricked-oneplus-one/
It is nearly the same like the one posted before, but has some screenshots.
After doing this color OS should boot up, not cyanogen os.
Hope this helps
Click to expand...
Click to collapse
Hello, not really, it does one file and then I see progress bar move on the first file, progress bar finished and then the phone boots to the cyanogen screen again, then i tried again, it still shows the same file again. It does not save the file, fails to write pretty much, same thing as fastboot.
There should be serveral progressbars. One for each image in color.zip. Try to reinstall the qualcomm 2012 drivers.
Have you restarted your PC?
Flo9818 said:
There should be serveral progressbars. One for each image in color.zip. Try to reinstall the qualcomm 2012 drivers.
Click to expand...
Click to collapse
I actually did that and tried one plus one as well, I also tried the other unbrick toll as well with other drivers. The phone is recognized no problem, but nothing can write to it, just like fastbook flash , write denied every time.
Restarted your PC after qualcomm driver install?
Maybe there be driver problems related to win10.
Also check
fastboot oem device-info if your bootloader is really unlocked
Flo9818 said:
Restarted your PC after qualcomm driver install?
Maybe there be driver problems related to win10.
Also check
fastboot oem device-info if your bootloader is really unlocked
Click to expand...
Click to collapse
It won't work, his device is not recognized by adb or fastboot.
My device is in the same state, I rebooted it and it hard bricked, I tried using the ColorOS flash tool but, when I start it, it is stuck in a loop trying to flash "8974_msimage.mbn", any solution would be appreciated, because I hard bricked it in the first day after receiving my OPO (I bought an used one).
I already tried on two different computers, the same issue happens, I also tried to find a fix, but everyone that had this issue never replied, so I think this state is really THE hard brick, with no ways to go back to the original state.
@newpop1_android did you find a solution for your problem?
MrPowerGamerBR said:
It won't work, his device is not recognized by adb or fastboot.
My device is in the same state, I rebooted it and it hard bricked, I tried using the ColorOS flash tool but, when I start it, it is stuck in a loop trying to flash "8974_msimage.mbn", any solution would be appreciated, because I hard bricked it in the first day after receiving my OPO (I bought an used one).
I already tried on two different computers, the same issue happens, I also tried to find a fix, but everyone that had this issue never replied, so I think this state is really THE hard brick, with no ways to go back to the original state.
@newpop1_android did you find a solution for your problem?
Click to expand...
Click to collapse
Did you run the programm as administrator?
Someone in the oneplus forum had the same problem with loop flashing the 8974_msiimage.mbn and solved it with
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Maybe a try?
Flo9818 said:
Did you run the programm as administrator?
Someone in the oneplus forum had the same problem with loop flashing the 8974_msiimage.mbn and solved it with
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Maybe a try?
Click to expand...
Click to collapse
Yes, I did.
I also tried that tool before, same issue.
Flo9818 said:
Did you run the programm as administrator?
Someone in the oneplus forum had the same problem with loop flashing the 8974_msiimage.mbn and solved it with
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Maybe a try?
Click to expand...
Click to collapse
The problem is that the device gets disconnected when flashing for some reason. I tried two different drivers, both didn't work.
I'm willing to pay 5$ to someone who can fix this issue for me.
MrPowerGamerBR said:
The problem is that the device gets disconnected when flashing for some reason. I tried two different drivers, both didn't work.
I'm willing to pay 5$ to someone who can fix this issue for me.
Click to expand...
Click to collapse
Which Windows Version do you use? I would try with win7. With win 8.1 and 10 you have to disable driver verification.
Have you disabled your antivirus?
Have you disabled UAC?
Maybe another USB cable?
If all this does not work see here:
https://forums.oneplus.net/threads/solution-bricked-oneplus-one-recovery.306306/
Flo9818 said:
Did you run the programm as administrator?
Someone in the oneplus forum had the same problem with loop flashing the 8974_msiimage.mbn and solved it with
http://forum.xda-developers.com/oneplus-one/general/tool-oneplusrecovery-tool-v1-0-restore-t2991851
Maybe a try?
Click to expand...
Click to collapse
Flo9818 said:
Which Windows Version do you use? I would try with win7. With win 8.1 and 10 you have to disable driver verification.
Have you disabled your antivirus?
Have you disabled UAC?
Maybe another USB cable?
If all this does not work see here:
https://forums.oneplus.net/threads/solution-bricked-oneplus-one-recovery.306306/
Click to expand...
Click to collapse
Windows 7, but Windows 7 also needs to disable driver verification.
I don't use any antivirus.
No, but I ran the tool as administrator.
I already tried that, I tried with the original cable that came with the device and my Moto G 2014 cable, same issue on both.
It isn't a missing driver issue tho, Qualcomm drivers are installed and working because the ColorOS flash tool detects the device.
Anyway, thanks for helping

Asus Memopad bricked (ME581CL) ...... only fastboot is accessible and bootloader ...

... bootloader is locked.
fastboot oem .... doesn't work.
recovery mode doesn't work.
I can only give fastboot command to the tablet.
The problem is simple ... I need to flash recovery but to do that I need unlocked
bootloader (even if I try to flash recovery.img from original image downloaded from asus).
I get
Code:
fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (11320 KB)...
OKAY [ 2.305s]
writing 'recovery'...
(bootloader) Non-official image. FAILED (remote: Cannot flash non-official image without unlocking first. ) finished. total time: 4.252s
Any idea???
I tried also with asus flash tool today .... no way .... flash_cms error! when it tried to flash the device (the same it said when I tried to flash it with flashboot ... it's locked and doesn't accept anything ... everything is non-official for it!!
I solved: first, I get the signed images from the RAW firmware .... then I tried to use fastboot to reconfigured the device but some of the fastboot command doesn't work and sice I tried to upload droidboot I bricked (USB symbol at boot) completely the device. Then I use xFSTK to recover fastboot ... and then the device start to work much better understanding also "oem" commands. So I repartitioned the device and flash the various images.
saronno76 said:
I solved: first, I get the signed images from the RAW firmware .... then I tried to use fastboot to reconfigured the device but some of the fastboot command doesn't work and sice I tried to upload droidboot I bricked (USB symbol at boot) completely the device. Then I use xFSTK to recover fastboot ... and then the device start to work much better understanding also "oem" commands. So I repartitioned the device and flash the various images.
Click to expand...
Click to collapse
How's your Me581 now? I am an owner of one and would be glad to get any help trying to update the system at least to MM.
keeeper said:
How's your Me581 now? I am an owner of one and would be glad to get any help trying to update the system at least to MM.
Click to expand...
Click to collapse
Where exactly are you stucked?
saronno76 said:
Where exactly are you stucked?
Click to expand...
Click to collapse
Simple - tablet is not as fast as it used to be, still on Android 5.0, no idea how to root it. Curious if anyone has found any way to unlock the bootloader, install any custom rom (MM or newer) or at least root it.
I tought your tablet was bricked .... Sincerely, I didn't look for modded ROM and how to root the device because I just use it to watch youtube and browsing a bit when I am not at home.
saronno76 said:
I tought your tablet was bricked .... Sincerely, I didn't look for modded ROM and how to root the device because I just use it to watch youtube and browsing a bit when I am not at home.
Click to expand...
Click to collapse
Tablet is OK, just getting old - 2GB of RAM is definitely not enough for multitasking (background apps are killed almost immediately after switching to something else!), Lollipop sometimes prevents me from installing some newer software, lack of root doesn't help either - some apps that could make device faster can't be used.
I really like to play with custom roms on my old toys and this situation it's rather annoying so once a while I try to google if somebody found a way to do something interesting with this Memopad.
may i know what u use to flash all the firmware ?
how to!?
can you write a complete tutorial?what software have you used?
Asus MemoPad ME581CL unblock from Droidboot
saronno76 said:
... bootloader is locked.
fastboot oem .... doesn't work.
recovery mode doesn't work.
I can only give fastboot command to the tablet.
The problem is simple ... I need to flash recovery but to do that I need unlocked
bootloader (even if I try to flash recovery.img from original image downloaded from asus).
I get
Code:
fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (11320 KB)...
OKAY [ 2.305s]
writing 'recovery'...
(bootloader) Non-official image. FAILED (remote: Cannot flash non-official image without unlocking first. ) finished. total time: 4.252s
Any idea???
Click to expand...
Click to collapse
Christmas in coming...
First, have a look on this website :
(copy the link in google search bar and select "translate this page" or click here for english)
Asus MeMO Pad 8 ME581CL - Официальная прошивка - 4PDA
Asus MeMO Pad 8 ME581CL - Официальная прошивка
4pda.ru
you'll find everything you need.
> Thanx to log-123 who does a perfect job
My MemoPad 8 ASUS ME581CL was blocked in Droidboot mode (KitKat). Here is what I've done to get out of this brick:
- start a Windows OS
- download and unzip "OPEN_ME581CL_V_11_8_0_83_1_32_1_eng-rawdata.zip" from the above 4pda link
- read and apply "L to KK image downgrade SOP.pdf" file located in the extraction
after the step 4, have a wide smile, followed by a deep breath, the MemoPad revives
at the step 7, download and unzip the raw firmware "WW_ME581CL_V11.8.2.68-user-201412081744-rawdata.zip" from same 4pda link, flash it with the "PR-flashall.cmd" in the extraction of this raw firmware in order to replace the service firmware we flashed temporarly.
- if you wish, upgrade to the last update of Lollipop (or KitKat) with the stock firmware from Asus website :
UL-K015-WW-12.14.2.26-user.zip for Lollipop Europe/USA/etc..
UL-K015-TW-12.14.2.26-user.zip for Lollipop Asia
or press "See All Downloads" for displaying all firmwares (Kitkat..)
To update firmware just paste the zip file in the root of internal storage of the memopad (sdcard), a notification will propose you to upgrade.​​- if you want to have root access, just look again in the gods-blessed-4pda link for "ROOT_LP.rar" for Lollipop (another is available for KitKat) and follow instructions.
Nota: if you have trouble with downloading the "ROOT_LP.rar" file, just browse inside by clicking "view" on it and save the files one by one.
It works for me.

Bootloop on Motorola Moto G4 Play (Verizon) XT1609

I would like to recover the ROM on this Android this device it keeps bootlooping I tryed to Root the Device and I did a factory reset on it after I did a root... I thought everything was going find and it started to keep reloading the logo (Moto)...
I basically tried everything to recover the ROM on it using the following programs...
ADB Setup
MFastBoot (Error Message with Bootloader)
it seems to be locked device I can't seem to unlock the device... I seen someone that you don't have to have it unlock it to install TWRP or something....
Am all new to this stuff and I just got my phone I did not want anything happen to this phone for important use I would like to get this phone back up and running again...
Thanks
Moto G4 Play XT1609 Bootloop after rooting
travisbrown9201 said:
I would like to recover the ROM on this Android this device it keeps bootlooping I tryed to Root the Device and I did a factory reset on it after I did a root... I thought everything was going find and it started to keep reloading the logo (Moto)...
I basically tried everything to recover the ROM on it using the following programs...
ADB Setup
MFastBoot (Error Message with Bootloader)
it seems to be locked device I can't seem to unlock the device... I seen someone that you don't have to have it unlock it to install TWRP or something....
Am all new to this stuff and I just got my phone I did not want anything happen to this phone for important use I would like to get this phone back up and running again...
Thanks
Click to expand...
Click to collapse
Am in the same boat. My Verizon Moto G4 Play XT1609 Bootloops after rooting and restarting. I have tried all else including repairing via Verizon Upgrade Assistant tool with no success (Ugrade Assistant tool detected my phone, flashed latest firmware and cleared user data only for the phone to resume bootloop :crying.
I had to try Upgrade Assistant tool since this model does not qualified for bootloader unlocking ("fastboot getvar all" returned cid: 0x0002)
I trust that all hope is not lost, having confidence someone would turn up something somehow :laugh:
So, any help would be appreciated.
Re-run autoinitroot and then follow the instructions to unroot, thats all!
conquesoextra said:
Re-run autoinitroot and then follow the instructions to unroot, thats all!
Click to expand...
Click to collapse
Thanks too much! you just saved my Motorola!
bullracing said:
Thanks too much! you just saved my Motorola!
Click to expand...
Click to collapse
Hi,
I asked a related question in https://forum.xda-developers.com/g4-play/help on 4/9 and have yet to receive any responses. I didn't see this question before. It looks like a very similar situation to mine.
My XT1609 also is bootlooping and the bootloader also is locked, so I assume that this is why I'm getting "Preflash validation failed" errors when I try to download stock images to it. I found harpia_vzw_oem_vzw_user_7.1.1_NPI26.48-38_48_release-keys-cid2_vzw.tar.gz through this site and have been attempting to use Linux/fastboot to download images from the tar. I am able to download and reflash one of the images, logo.img, but I get the prevalidation errors for everything else I've tried.
I'm not familiar with mfastboot or autoinitroot. Can someone tell me where I can get these and how to use them? Should I just need to use autoinitroot to fix the bootlooping or does this somehow allow me to flash images to the phone?
Thanks!
thalwegz said:
Hi,
I asked a related question in https://forum.xda-developers.com/g4-play/help on 4/9 and have yet to receive any responses. I didn't see this question before. It looks like a very similar situation to mine.
My XT1609 also is bootlooping and the bootloader also is locked, so I assume that this is why I'm getting "Preflash validation failed" errors when I try to download stock images to it. I found harpia_vzw_oem_vzw_user_7.1.1_NPI26.48-38_48_release-keys-cid2_vzw.tar.gz through this site and have been attempting to use Linux/fastboot to download images from the tar. I am able to download and reflash one of the images, logo.img, but I get the prevalidation errors for everything else I've tried.
I'm not familiar with mfastboot or autoinitroot. Can someone tell me where I can get these and how to use them? Should I just need to use autoinitroot to fix the bootlooping or does this somehow allow me to flash images to the phone?
Thanks!
Click to expand...
Click to collapse
Hi, again
I was able to download the autoinitroot package from http://downloads.codefi.re/autoprime/Motorola/autoinitroot/XT1609 and extract and run the Linux version of the script. Here's what happened:
2102d sudo ./auto#initroot.linux.sh
#initroot and cve-2016-10277 by https://twitter.com/roeehay
magisk by https://twitter.com/topjohnwu
auto#initroot by https://twitter.com/@utoprime
.
..
...
....to uninstall auto#initroot, press <any> key within 3 seconds
...
..
.
-start auto#initroot
-send fastboot oem config fsg-id a initrd=0x91000000,2064196
...
FAILED (remote failure)
finished. total time: 0.017s
-send fastboot flash initroot xt1609_harpia_vzw_mpis24.241-2.35-1-17.initroot
target max-download-size: 256MB
sending 'initroot' (19531 KB)...
OKAY [ 24.421s]
writing 'initroot'...
(bootloader) Permission denied
FAILED (remote failure)
finished. total time: 24.431s
-send fastboot continue
resuming boot...
OKAY [ 0.097s]
finished. total time: 0.097s
-finish moto boot
I have Android 7.1.1 installed on my phone, the stock Verizon OTA version. Could there be an incompatibility between this initroot image and the other software on the phone?
Thanks

Categories

Resources