Related
Welcome to EternityProject's Flash-IT: RAZR XT910 RSD Flash Alternative Thread!
What do we have here?
This is an alternative to the RSD Flash, especially for those who are getting errors while flashing CDT. Generally, starting from the OTA that is installing the bootloader 0A.6C, you'll have problems flashing CDT with RSD Lite.. so, EternityProject Flash-IT is what you need for flashing.
It will work on every old and new bootloader, anyway.
Details:
RSD Lite is using XML files for interpreting what file it has to flash and passing the commands to FastBoot. We're going to flash this manually, without passing from RSD.
How-To:
0. Extract the package you've downloaded
1. Extract the Motorola ROM package
2. Copy the whole content of the EternityProject Flash-IT package into the folder where you've extracted the Moto ROM
3. Boot in AP FastBoot Mode
4. Connect your RAZR to the PC
5. Execute "FlashME.bat" (Windows) or "FlashNIX.sh" (Linux)
6. Enjoy!
Download:
EternityProject Flash-IT for Windows and Linux: EternityProject Website
The EternityProject Team Manager & Main Developer,
--kholk
HIP, HIP, - HURRA ..... for a drunking Sailor
I will say "HURRA" for anything Alternative" to this MOTO !!
Heh, thank you!
But more than an alternative, this was for making possible to flash official Motorola packages to the people with the new bootloader
kholk said:
Heh, thank you!
But more than an alternative, this was for making possible to flash official Motorola packages to the people with the new bootloader
Click to expand...
Click to collapse
Looks like some typo in the FlashME.bat
Each command starts with "eprj-mfastboot.exe" flash ...
However there is no eprj-mfastboot.exe in the rar - it is actually moto-fastboot.exe...
Package modified.
Redownload it!
Wow!
Thanks a lot kholk!
It will help me a lot!
But it seems the downlaod link for the Windows version doesn't work.
Can you please check if it's the same on your side?
I've checked now and it works... retry!
It's all good now!
Sorry for the disturbance!
No problem at all!
Enjoy it!
Just to tell you it worked like a charm for me!
I was on the new OTA update without root access and I could downgrade into 651.73.30 without any problem!
Just a suggestion though : is it possible to have a finish message when all is over?
For now, the DOS windows only disappears right?
Thanks a lot for your great efforts for the RAZR community!
Thank`s a lot ,
I love you XDA guys you save my phone from this bastard OTA ....
help
where must I put the fast boot file.
can someone explain it to me.
I want to upgrade.
thanks.
yeah, same here. ^^^ I'm stuck on ROM Island because my damn stock ROM is inaccessible/not reading correctly, so I'm on droidth3ory's ROM with no way home except fastboot, BUT the RSD lite method is NOT working for me for some odd reason. and i'm doing everything they say to do, except I don't have the RAZR charger drivers installed...idk if that's a problem.
Just download and extract the tar file(window) and copy contents to your rom(fastboot) folder. Then double click on flashME batchs file..... That all....
Thank to Kholk for saving us......
You can modifiy the .bat file with additional @pause in the end of command line
so the DOS windows will stay appear after the process done.
the end of the bat is like this:
Code:
....
eprj-mfastboot.exe reboot
echo
echo
echo Greets from the EternityProject!
[B]@pause[/B]
ichi go said:
Just to tell you it worked like a charm for me!
I was on the new OTA update without root access and I could downgrade into 651.73.30 without any problem!
Just a suggestion though : is it possible to have a finish message when all is over?
For now, the DOS windows only disappears right?
Thanks a lot for your great efforts for the RAZR community!
Click to expand...
Click to collapse
Thank you very much. Works like a charm!
a4t said:
You can modifiy the .bat file with additional @pause in the end of command line
so the DOS windows will stay appear after the process done.
the end of the bat is like this:
Code:
....
eprj-mfastboot.exe reboot
echo
echo
echo Greets from the EternityProject!
[B]@pause[/B]
Click to expand...
Click to collapse
That's a good idea
I forgot to add it because since I'm always on Linux, when you execute a script here your terminal won't disappear :°)
EDIT: Okay, BAT fixed, I've added the @pause
Hello kholk.
Our Razr is Korean Razr.(XT910S UMTS_Spyder)
But, all UMTS_Spyder Fastboot files are not flash.(All the same Korean Razr)
Please, advice to me.
failed message for example:
Code:
Flashing EBR....
sending 'ebr' (16 KB)... OKAY [ 0.277s]
writing 'ebr'... INFOPreflash validation failure
FAILED (remote: )
Flashing MBR....
sending 'mbr' (16 KB)... OKAY [ 0.279s]
writing 'mbr'... INFOPreflash validation failure
FAILED (remote: )
Flashing DevTree....
sending 'devtree' (512 KB)... OKAY [ 0.186s]
writing 'devtree'... INFOPreflash validation failure
FAILED (remote: )
adb and fastboot are the only tools I am using for flashing and updating firm/software since I got the N1, 2 years ago. I really glad that Motorola also using the same technique for updating firmware, because I am not using MS WIndows anymore.
Here are another tips which I frequently used.
1)
Code:
$ adb reboot bootloader
# Rebbot the phone and put it in FASTBOOT mode.
2)
Code:
$ adb reboot recovery
# Reboot the phone and put it in RECOVERY mode. Still need to push Vol up + Vol down to use the stock recovery.
3)
Code:
$ adb reboot
# Normal reboot
With the tips, you able to put your phone to the modes without touching it,
Thank you.
After a failed update, no programs recognize my RAZR, and I could not make it work, until I decided to read the file. XML ROM folder that was downloaded.
I tried using RSD Lite but without success, always gave errors 1/20, 13/20.
I tried one last action: executed line by line what was done by the XML file I downloaded from the SBF http://forum.xda-developers.com/showthread.php?t=1362956 topic.
I created a. Bat file with the contents
Code:
moto-fastboot flash mbm allow-mbmloader-flashing-mbm.bin
moto-fastboot reboot-bootloader
moto-fastboot flash mbmloader mbmloader.bin
moto-fastboot flash mbm mbm.bin
moto-fastboot reboot-bootloader
moto-fastboot flash cdt.bin cdt.bin_signed
moto-fastboot reboot-bootloader
moto-fastboot erase cache
moto-fastboot erase userdata
moto-fastboot flash logo.bin logo.bin
moto-fastboot flash ebr ebr_signed
moto-fastboot flash mbr mbr_signed
moto-fastboot flash devtree devtree_signed
moto-fastboot flash system system_signed
moto-fastboot flash radio radio.img
moto-fastboot flash boot boot_signed
moto-fastboot flash recovery recovery_signed"
moto-fastboot flash cdrom cdrom_signed"
moto-fastboot flash preinstall preinstall"
moto-fastboot flash webtop webtop_signed"
moto-fastboot
I put the folder where you extracted the file "Branding: en.BR VIVO," along with the files from ADB + moto.fastboot.exe, and run the .BAT after connecting the phone in fastboot mode.
Okay, my phone went back to the LIVE STOCK ROM
sry for my bad english, i use translator in some parts
So this gets you back to dead stock vivo? Couldn't you just use fastboot?
Sent from my miui xt910
xxBrun0xx said:
So this gets you back to dead stock vivo? Couldn't you just use fastboot?
Sent from my miui xt910
Click to expand...
Click to collapse
His RSD lite in AP fastboot got damaged. There's a similar script by kholk as an alternative to moto flashing tool.
Thanks
Sent from my XT910 using Tapatalk 2
magraun said:
After a failed update, no programs recognize my RAZR, and I could not make it work, until I decided to read the file. XML ROM folder that was downloaded.
I tried using RSD Lite but without success, always gave errors 1/20, 13/20.
I tried one last action: executed line by line what was done by the XML file I downloaded from the SBF http://forum.xda-developers.com/showthread.php?t=1362956 topic.
I created a. Bat file with the contents
I put the folder where you extracted the file "Branding: en.BR VIVO," along with the files from ADB + moto.fastboot.exe, and run the .BAT after connecting the phone in fastboot mode.
Okay, my phone went back to the LIVE STOCK ROM
Click to expand...
Click to collapse
Hi
I have same problem.....RSD Always error 3/21....
i want flash "SPDIRD-40_MEA_RT_1C.91P_CFC_P2B_Signed.xml.zip"
Can you share me .Bat File.....
Thanks
Ok
finally find moto-fastboot...and flash frimware with fastboot command
but Always error on writing "mbmloader".........who know,why?
I have very big problem, delete every data on internal mass memory after rebooting phone.....also remove any installed app's after reboot phone
or remove old app's from phone,but old app's back to phone after reboot
so,i can't change anything..like data,app's.etc....Also i can't change firmware version after flashing new firmware
EX: my phone have a 2.3.5 (65.1.12.XT910.MERetail.en.06------Build 6.5.1_73-spd-ird-12) BUT After flash with 2.3.6 (6.5.1-167-SPD-IRD-40) I HAVE STILL OLD FIRMWARE
Please help me...mu phone is dead
BABAK236 said:
Ok
finally find moto-fastboot...and flash frimware with fastboot command
but Always error on writing "mbmloader".........who know,why?
I have very big problem, delete every data on internal mass memory after rebooting phone.....also remove any installed app's after reboot phone
or remove old app's from phone,but old app's back to phone after reboot
so,i can't change anything..like data,app's.etc....Also i can't change firmware version after flashing new firmware
EX: my phone have a 2.3.5 (65.1.12.XT910.MERetail.en.06------Build 6.5.1_73-spd-ird-12) BUT After flash with 2.3.6 (6.5.1-167-SPD-IRD-40) I HAVE STILL OLD FIRMWARE
Please help me...mu phone is dead
Click to expand...
Click to collapse
Try to read this if RSD doesnt work:
http://forum.xda-developers.com/showthread.php?t=1453660
elias.parasini said:
Try to read this if RSD doesnt work:
http://forum.xda-developers.com/showthread.php?t=1453660
Click to expand...
Click to collapse
Hi
Of Course Try this,but not solve my problem
i did try with fastboot command,,,all file's writed but always error when run this:
moto-fastboot flash mbmloader mbmloader.bin
Code:
sending 'mbmloader' (42 KB)... OKAY [ 0.016s]
writing 'mbmloader'... INFOCommand restricted
FAILED (remote: )
BABAK236 said:
Ok
finally find moto-fastboot...and flash frimware with fastboot command
but Always error on writing "mbmloader".........who know,why?
I have very big problem, delete every data on internal mass memory after rebooting phone.....also remove any installed app's after reboot phone
or remove old app's from phone,but old app's back to phone after reboot
so,i can't change anything..like data,app's.etc....Also i can't change firmware version after flashing new firmware
EX: my phone have a 2.3.5 (65.1.12.XT910.MERetail.en.06------Build 6.5.1_73-spd-ird-12) BUT After flash with 2.3.6 (6.5.1-167-SPD-IRD-40) I HAVE STILL OLD FIRMWARE
Please help me...mu phone is dead
Click to expand...
Click to collapse
I have the same EXACT problem! It is strange when I delete apps and wipe data, but after reboot it comes back. Have you had any luck on resolving this???
BABAK236 said:
Hi
Of Course Try this,but not solve my problem
i did try with fastboot command,,,all file's writed but always error when run this:
moto-fastboot flash mbmloader mbmloader.bin
Code:
sending 'mbmloader' (42 KB)... OKAY [ 0.016s]
writing 'mbmloader'... INFOCommand restricted
FAILED (remote: )
Click to expand...
Click to collapse
sory for delay
check this line: moto-fastboot flash mbm allow-mbmloader-flashing-mbm.bin.
your file probably have another name, like "allow_mbmloader_flashing_mbm.bin"
All right here is the Issue I have a Droid X2 that got flashed with a Milestone X2 2.3.6 sbf thinking it was for Droid X2. Since then I rooted it and tried using the Atrix 4g System Recovery and i can not get it to load to try and put a Droid X2 rom on. Root checker says it is rooted. http://forum.xda-developers.com/showthread.php?t=1405077 is what i used to root it since the One click ones did not work. I used the Motorola rsd Lite newest one i could find and updated drivers to load os since System Recovery app did not work. But get a error code 0x703e. I have been working on this for over week with no luck. I have rooted it before to run CM7 but i wanted to run different rom and ended up getting in to this mess. Any help would greatly be appreciated thanks so much.
update: BootStrap i install and restart with phone plug in to outlet and it reboots but stuck at Moto icon Dual Core boot screen.
update: i can reboot not reboot into os
try wiping cache or data
if phone reboots correct, try redownloading dx2 bootstrap
if that does not get phone to reboot
you need to flash sbf again
Sent from my XT862 using xda premium
sd_shadow said:
try wiping cache or data
if phone reboots correct, try redownloading dx2 bootstrap
if that does not get phone to reboot
you need to flash sbf again
Sent from my XT862 using xda premium
Click to expand...
Click to collapse
I tried I used the Motorola rsd Lite newest one i could find and updated drivers to load os since System Recovery app did not work. But get a error code 0x703e. will not work. when in os before this issues since Milestone Os the bootstrap dx2 installed but would not restart into it.
And other ideas?
Thanks
try http://www.droidxforums.com/forum/droid-x2-hacks/41697-tool-ezsbf-dx2.html
Used it before but i get error with program
usb_bulk_write -110
Phone Error (Same Shows when try RSD Lite)
svf: 106:1:3
sec_exception: b655, eddc, eb
Thanks for trying.
which rsd lite 5.7
which sbfs 2.2.2/ 1.2.148, 2.3.3/1.3.232, 2.3.4/1.3.380, 2.3.5/1.3.418
which moto drivers 5.0 or MOTOROLA DEVICE MANAGER
have you checked the model # DX2 mb870, MX2 mb867 or other
---------- Post added at 12:52 AM ---------- Previous post was at 12:37 AM ----------
if you have try several of the dx2 sbfs, and no luck
you can try flashing the boot.img
you should have moto-fastboot.exe
place them in same folder I used c:root
boot phone to fastboot
open command prompt
cd/
cd c:root
moto-fastboot.exe flash boot.img
moto-fastboot.exe reboot
phone likely still won't boot up, but you should be able to flash a sbf.
RSD Lite 5.7
in
(Device Properties:
IMEI/ESN/MEID: N / A
Technology: N / A
Software Version: N/a
Flex Version: N/a
Bootloader Version: v0x000007
DRM Version: N / A)
MotorolaDeviceManager_2.3.4
C:\Users\Crash\Downloads\root>moto-fastboot flash boot
unknown partition 'boot.img'
error: cannot determine image filename for 'boot.img'
tried:
C:\Users\Crash\Downloads\root>moto-fastboot flash system preinstall.img
sending 'system' (30720 KB)... OKAY [ 2.893s]
writing 'system'... FAILED (remote: (00180002))
also tried:
C:\Users\Crash\Downloads\root>moto-fastboot flash system boot.img
sending 'system' (3010 KB)... OKAY [ 0.281s]
writing 'system'... FAILED (remote: (00180002))
Error on phone for both cmd errors:
Failed to process command flash:system error(0x180002)
But
C:\Users\Crash\Downloads\root>moto-fastboot flash boot boot.img
sending 'boot' (3010 KB)... OKAY [ 0.285s]
writing 'boot'... OKAY [ 0.714s]
Fixed kinda:
I had to reinstall Milestone x2 2.3.6 rom but from what i read when cell turned back on will not work on verizon.
Is there a way to flash down back to a droid x2 rom?
AYPCN said:
RSD Lite 5.7
in
(Device Properties:
IMEI/ESN/MEID: N / A
Technology: N / A
Software Version: N/a
Flex Version: N/a
Bootloader Version: v0x000007
DRM Version: N / A)
MotorolaDeviceManager_2.3.4
C:\Users\Crash\Downloads\root>moto-fastboot flash boot
unknown partition 'boot.img'
error: cannot determine image filename for 'boot.img'
tried:
C:\Users\Crash\Downloads\root>moto-fastboot flash system preinstall.img
sending 'system' (30720 KB)... OKAY [ 2.893s]
writing 'system'... FAILED (remote: (00180002))
also tried:
C:\Users\Crash\Downloads\root>moto-fastboot flash system boot.img
sending 'system' (3010 KB)... OKAY [ 0.281s]
writing 'system'... FAILED (remote: (00180002))
Error on phone for both cmd errors:
Failed to process command flash:system error(0x180002)
But
C:\Users\Crash\Downloads\root>moto-fastboot flash boot boot.img
sending 'boot' (3010 KB)... OKAY [ 0.285s]
writing 'boot'... OKAY [ 0.714s]
Fixed kinda:
I had to reinstall Milestone x2 2.3.6 rom but from what i read when cell turned back on will not work on verizon.
Is there a way to flash down back to a droid x2 rom?
Click to expand...
Click to collapse
As to bootstraping
http://forum.xda-developers.com/showpost.php?p=20985934&postcount=3
Goto the paragraph "milestone x2 users "
No way back. It will fail to write or "take".
AYPCN said:
All right here is the Issue I have a Droid X2 that got flashed with a Milestone X2 2.3.6 sbf thinking it was for Droid X2. Since then I rooted it and tried using the Atrix 4g System Recovery and i can not get it to load to try and put a Droid X2 rom on. Root checker says it is rooted. http://forum.xda-developers.com/showthread.php?t=1405077 is what i used to root it since the One click ones did not work. I used the Motorola rsd Lite newest one i could find and updated drivers to load os since System Recovery app did not work. But get a error code 0x703e. I have been working on this for over week with no luck. I have rooted it before to run CM7 but i wanted to run different rom and ended up getting in to this mess. Any help would greatly be appreciated thanks so much.
update: BootStrap i install and restart with phone plug in to outlet and it reboots but stuck at Moto icon Dual Core boot screen.
update: i can reboot not reboot into os
Click to expand...
Click to collapse
I know it was a long time ago but do you know where you got the SBF for the Milestone because i need that file to repair a phone that is failing to boot all the way.
superblitz said:
I know it was a long time ago but do you know where you got the SBF for the Milestone because i need that file to repair a phone that is failing to boot all the way.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2101633
Hello I inadvertently flashed his XT910 XML firmware 4.1.2 for XT912. The telephone does not work. I tried unbrick, but it does not work, does not start recovery. Runs only bootloader error "Invalid CG OTV".
Help restore the phone, please.
Thank you!
I am sorry for my bad English, I use Google Translate
UPD:
Through RSD Lite to flash now can only XT912 JB.
The phone turns on, but does not load launcher etc.
Other firmware via RSD not even installed. An error "failed flashing process 13/18 flash system".
I got that error too, try downloading the file again ut was a bad download or corrupted file...
Sent from my XT910 using xda premium
Steven87 said:
I got that error too, try downloading the file again ut was a bad download or corrupted file...
Sent from my XT910 using xda premium
Click to expand...
Click to collapse
Thanks for the reply! Unfortunately, this does not resolve the problem.
I think we should wait for the XML JB XT910.
I had the same problem, i switched from ICS to JB.vodafone and kept my root with Voodoo root keeper. One time my phone got into bootloop after restart (messed with build.prop a bit ).
Well i flashed a lot of stupid firmwares over RSD even x912 jellybean fastboot files on my x910 . But it just doesnt work
So a guy came to XDA forums and wrote this http://forum.xda-developers.com/showthread.php?t=2194825 I fallowed this instruction and got unbricked
I lost my Root, but i can atleast use my phone, which is more important :victory:
So there is one more side note to this tutorial
(as i flashed all sorts of files into my phone by trying to unbrick it, my partitions were a mess so)
So Before You use HDA-Pilot's instructions flash all partitions that you still have access to by hand.
Download EuroperRETAIL fastboot files that HDA gives you in his thread and flash with fastboot like this:
->fastboot flash recovery recovery.img
->fastboot flash cdrom cdrom_signed.img
...........
.....
...
Do this too all files and you will get error on system_signed and Boot.img, but your partitions will be ready to house euRetail JB and you will get System and Boot flashed on HSD-Pilot's tutorial, just before unbricking your doodles
TeddyOFLove said:
I had the same problem, i switched from ICS to JB.vodafone and kept my root with Voodoo root keeper. One time my phone got into bootloop after restart (messed with build.prop a bit ).
Well i flashed a lot of stupid firmwares over RSD even x912 jellybean fastboot files on my x910 . But it just doesnt work
So a guy came to XDA forums and wrote this http://forum.xda-developers.com/showthread.php?t=2194825 I fallowed this instruction and got unbricked
I lost my Root, but i can atleast use my phone, which is more important :victory:
So there is one more side note to this tutorial
(as i flashed all sorts of files into my phone by trying to unbrick it, my partitions were a mess so)
So Before You use HDA-Pilot's instructions flash all partitions that you still have access to by hand.
Download EuroperRETAIL fastboot files that HDA gives you in his thread and flash with fastboot like this:
->fastboot flash recovery recovery.img
->fastboot flash cdrom cdrom_signed.img
...........
.....
...
Do this too all files and you will get error on system_signed and Boot.img, but your partitions will be ready to house euRetail JB and you will get System and Boot flashed on HSD-Pilot's tutorial, just before unbricking your doodles
Click to expand...
Click to collapse
Thank you very much for your reply!
Unfortunately, nothing happened. Maybe we did something wrong, I do not know.
superdeman said:
Thank you very much for your reply!
Unfortunately, nothing happened. Maybe we did something wrong, I do not know.
Click to expand...
Click to collapse
What region are you from?
Is it XT910 you are using?
Did you try to fallow HSD guide and flash FF manually before hand? If so then what happened what is the issue after doing so|?
TeddyOFLove said:
What region are you from?
Is it XT910 you are using?
Did you try to fallow HSD guide and flash FF manually before hand? If so then what happened what is the issue after doing so|?
Click to expand...
Click to collapse
Device regoin EMEA. I'm from Belarus.
Yes, i use XT910.
Tried to do the instructions, but after that nothing changes. Loaded only bootloader with an error partition system.
If you is not difficult, please write how you restore your phone, step by step with links.
I would be very grateful!
superdeman said:
Device regoin EMEA. I'm from Belarus.
Yes, i use XT910.
Tried to do the instructions, but after that nothing changes. Loaded only bootloader with an error partition system.
If you is not difficult, please write how you restore your phone, step by step with links.
I would be very grateful!
Click to expand...
Click to collapse
I will try. But remember this is all HSD-Pilots work, i only try to make it clear to you.
1) download These fastboot files.rar (clink on text)
2)download retailEU. jellybean OTA
3)Download HSD-pilots UNBRICK.rar
4)UNRAR HSD-pilots UNBRICK.rar from step (3) to any new folder (lets name it UNBRICK)
5) UNRAR Fastboot files:
cdrom_signed
cdt.bin_signed
devtree_signed
ebr_signed
mbr_signed
recovery_signed
radio.img
system_signed
from step (1) to Folder from step (4) we named UNBRICK ONLY extract files i said
6)Connect your device to pc
7)open UNBRICK folder Hold shift and right click on white space -> then press OPEN COMMAND WINDOW HERE
8)flash files from step (5) by writing in the command window you opened:
mfastboot flash cdrom cdrom_signed
mfastboot flash cdt.bin cdt.bin_signed
mfastboot flash devtree devtree_signed
mfastboot flash ebr ebr_signed
mfastboot flash mbr mbr_signed
mfastboot flash recovery recovery_signed
mfastboot flash radio radio.img
9)with the phone still connected to PC open UNBRICK folder and tun Unbrick.bat.
10) after unbrick.rar flashed press power button once, and immediately hold volume up + volume down and press power again
11) go down to recovery and press volume up
12) when you just follow instructions in bat file. see android picture press volume down and volume up at the same time and wait for radio to install
13) after installation of radio wipe data and catch -> navigate to factory reset and do it
14) Then go to install update from external memory and install retailEU. jellybean OTA that you downloaded (you have to put it to your external SD card)
15) If all is fine it will update, just reboot and its unbricked
TeddyOFLove said:
I will try. But remember this is all HSD-Pilots work, i only try to make it clear to you.
1) download These fastboot files.rar (clink on text)
2)download retailEU. jellybean OTA
3)Download HSD-pilots UNBRICK.rar
4)UNRAR HSD-pilots UNBRICK.rar from step (3) to any new folder (lets name it UNBRICK)
5) UNRAR Fastboot files:
cdrom_signed
cdt.bin_signed
devtree_signed
ebr_signed
mbr_signed
recovery_signed
radio.img
system_signed
from step (1) to Folder from step (4) we named UNBRICK ONLY extract files i said
6)Connect your device to pc
7)open UNBRICK folder Hold shift and right click on white space -> then press OPEN COMMAND WINDOW HERE
8)flash files from step (5) by writing in the command window you opened:
mfastboot flash cdrom cdrom_signed
mfastboot flash cdt.bin cdt.bin_signed
mfastboot flash devtree devtree_signed
mfastboot flash ebr ebr_signed
mfastboot flash mbr mbr_signed
mfastboot flash recovery recovery_signed
mfastboot flash radio radio.img
9)with the phone still connected to PC open UNBRICK folder and tun Unbrick.bat.
10) after unbrick.rar flashed press power button once, and immediately hold volume up + volume down and press power again
11) go down to recovery and press volume up
12) when you just follow instructions in bat file. see android picture press volume down and volume up at the same time and wait for radio to install
13) after installation of radio wipe data and catch -> navigate to factory reset and do it
14) Then go to install update from external memory and install retailEU. jellybean OTA that you downloaded (you have to put it to your external SD card)
15) If all is fine it will update, just reboot and its unbricked
Click to expand...
Click to collapse
Thank you! Excellent manual! It's simple and clear.
But, unfortunately:
Code:
mfastboot flash cdt.bin cdt.bin_signed
sending 'cdt.bin' (16 KB)... OKAY [ 0.000s]
writing 'cdt.bin'... INFOPreflash validation failure
FAILED (remote: )
superdeman said:
Thank you! Excellent manual! It's simple and clear.
But, unfortunately:
Code:
mfastboot flash cdt.bin cdt.bin_signed
sending 'cdt.bin' (16 KB)... OKAY [ 0.000s]
writing 'cdt.bin'... INFOPreflash validation failure
FAILED (remote: )
Click to expand...
Click to collapse
Just ignore it
it doesnt matter as long as you fallow all at steps. the end should be unbricked, and it was bad tutorial just didnt have much time to make it easier to read.
i think cdt.bin was supposed to fail others will not, i just didnt remember the details as i did it week ago
So as i said just do it from start and copy all errors you get, as it may just be something i overlooked and it will still unbrick your phone hopefully, other wise we get more data on what might be wrong. Actually if you would agree on live session on team-viewer so i can control your pc and do it for you it would be ok too .
hi, i have an european gsm xt910 with deleted CID and verizion us jb (http://forum.xda-developers.com/showthread.php?t=2182674).
i've been using it for a couple of weeks with no problem, but today, after i turned off the phone, each time i try to turn it on it appears a black screen with the following white things (like the fastboot mode):
AP Fastboot Flash Mode (S) (Boot Failure)
0A.6c
To return to normal mode - first press power key to power down
Device is LOCKED. Status code: 0
Battery OK
OKto Program
Connect USB
Data Cable
Invalid CG OTV (CG: webtop): Invalid SP Data
Invalid CG HAV (CG: wbtop, status: 0X004E)
Invalid CG OTV (CG: webtop)
Click to expand...
Click to collapse
is it bricked? do i have to follow HDA-Pilot's instructions or is it something different since i deleted my CID (although i have a backup, i can't recover it because i can't boot into recovery)?
if there's another way to recover my phone with keeping root would be great, but of course it's better to have a working phone without root than a rooted brick
this evening i'm leaving for the whole weekend, so it would be awesome if you could answer me asap, so i can (hopefully!) fix my phone before departing. TY!
AW: Bricked XT910
http://forum.xda-developers.com/showthread.php?p=38189529
Gesendet von meinem XT890 mit Tapatalk 2
HSD-Pilot said:
http://forum.xda-developers.com/showthread.php?p=38189529
Gesendet von meinem XT890 mit Tapatalk 2
Click to expand...
Click to collapse
thanks a lot man!! i solved it by simply running the whirleyes's razr_bl_mbm_*.zip you linked me to.
Me too! jeje
ok, i got a new message similar to the previous one. this is the situation:
i have an italian gsm xt910 with deleted CID and verizion us jb (http://forum.xda-developers.com/show....php?t=2182674) and i tried to install the CM10.1 xt910 version. i use BMM.
- during boot i went to BMM and restored CID
- wiped everything
- installed the lastest CM10.1 nightly (0430) + gapps
and after i booted the phone it appeared the following message:
AP Fastboot Flash Mode (S) (Boot Failure)
0A.77
eMMC Info: Size 16G
To return to normal mode - first press power key to power down
Device is LOCKED. Status code: 0
Battery OK
OKto Program
Connect USB
Data Cable
Invalid CG HAB (CG: boot, status: 0X0056)
Click to expand...
Click to collapse
and i can't go to recovery anymore, since this message appears ASAP the phone starts. what happened? how can i fix this? ty in advance.
i found this thread (http://forum.xda-developers.com/showthread.php?t=2194825), but i'd rather not lose root + recover it using linux (never used linux), if it is possibile. is it enought to go here and install the retail UK firmware using RSD lite?
edit: ok i used rsd lite 6.15 + the UK JB firmware. now i'm fighting (using this thread) to gain my root rights back
From Mrom.
Playing with stock sbf 141 which i have RSDlite'ed a few times - last time after updating to 145 I tried to root and it said no room left, so this time after clearing data/cache/dalvic, I formatted system.
That apparently cost me my bootloaders and now when I boot I get "failed 1", vol up yields fastboot (RSDlite recognizes it as fastboot), vol down yields a quick flash of failed 1, entering recovery, and then blank screen and nothingness (RSDlite doesn't recognize it. It will not let me flash a 4.0.0.2 image.
mhelpmmmm
Thanks!
Your boot is fine. Just flash a custom recovery via fastboot.
ravilov said:
Your boot is fine. Just flash a custom recovery via fastboot.
Click to expand...
Click to collapse
1. power on and vol up:
failed to boot 1
PwrReason: PWR_KEY_PRESS
Starting Fastboot Protocol Support
(connect to PC)
fastboot devices:
"TA207.... fastboot"
fastboot flash recovery recovery-en-goapk-0630-1029.img
pause
"E:\My Documents\CELL PHONE and WAP\MOTO ATRIX 4G\CWM RECOV 4.0.0.2\atrix4gcwm2>f
astboot flash recovery recovery-en-goapk-0630-1029.img
sending 'recovery' (4612 KB)...
OKAY [ 0.287s]
writing 'recovery'...
FAILED (remote: (00180004))
finished. total time: 0.357s
E:\My Documents\CELL PHONE and WAP\MOTO ATRIX 4G\CWM RECOV 4.0.0.2\atrix4gcwm2>p
ause
Press any key to continue . . ."
That particular flash I have used many times with no probs.
Path to disaster:
wipe data/cache/Dalvic
format /system
boot (successfully) to RSD (Power+vol up)
use RSDlite to flash 141 sbk as I have done about 6 times with no prob. (sbk is in root of PC partition and dragged it to RSDlite window)
Went through 99% and rebooted for switch to BP Pass through and hung until fail because phone did not reboot, but stopped at failed to boot 1.
EDIT: phone showed :
Flashing partition recovery
Flashing MBR to device
Failed to process command flash: recovery error (0x180004)
KrisM22 said:
1. power on and vol up:
failed to boot 1
PwrReason: PWR_KEY_PRESS
Starting Fastboot Protocol Support
(connect to PC)
fastboot devices:
"TA207.... fastboot"
fastboot flash recovery recovery-en-goapk-0630-1029.img
pause
"E:\My Documents\CELL PHONE and WAP\MOTO ATRIX 4G\CWM RECOV 4.0.0.2\atrix4gcwm2>f
astboot flash recovery recovery-en-goapk-0630-1029.img
sending 'recovery' (4612 KB)...
OKAY [ 0.287s]
writing 'recovery'...
FAILED (remote: (00180004))
finished. total time: 0.357s
E:\My Documents\CELL PHONE and WAP\MOTO ATRIX 4G\CWM RECOV 4.0.0.2\atrix4gcwm2>p
ause
Press any key to continue . . ."
That particular flash I have used many times with no probs.
Path to disaster:
wipe data/cache/Dalvic
format /system
boot (successfully) to RSD (Power+vol up)
use RSDlite to flash 141 sbk as I have done about 6 times with no prob. (sbk is in root of PC partition and dragged it to RSDlite window)
Went through 99% and rebooted for switch to BP Pass through and hung until fail because phone did not reboot, but stopped at failed to boot 1.
EDIT: phone showed :
Flashing partition recovery
Flashing MBR to device
Failed to process command flash: recovery error (0x180004)
Click to expand...
Click to collapse
Jw, why use 4.0.0.2 when 5.0.2.0 and 5.0.2.7 are available?
Try renaming the img to just recovery and then flash it via fastboot
Sent from my MB860 using xda app-developers app
palmbeach05 said:
Jw, why use 4.0.0.2 when 5.0.2.0 and 5.0.2.7 are available?
Try renaming the img to just recovery and then flash it via fastboot
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
Thanks for your time. I have 5020 and 5027 as zip. I d/l'ed 5020 as image and tried it and same thing, even with the rename to just recovery.
KrisM22 said:
Thanks for your time. I have 5020 and 5027 as zip. I d/l'ed 5020 as image and tried it and same thing, even with the rename to just recovery.
Click to expand...
Click to collapse
Odd, idk why that is happening
Sent from my MB860 using xda app-developers app
palmbeach05 said:
Odd, idk why that is happening
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
ditto, but huge thanks for your looking in!!!
any ideas? anybody? anything I can do in fastboot?
fleshing this out, I find that if I power on with no vol buttons pressed, I get failed boot 1, I am in RSD mode. So I can re-RSDlite 141, but again get failed boot 1. The reason for this is that when I was last on 141, I ota (wifi) updated a 20mb file to 145. And as it is reported across the net, you can't go backward.
Anyone found a fix for "going backward"?
Nevermind, I'm up. The solution may have been to remove the SD card while doing stuff. Or else I got lucky.