[Q] Jelly Bean FLASH FAILURE!! AAAH! - Motorola Droid RAZR

Well, I feel like there's no way out of this one.... I updated to JB on my XT912 about a few months ago and now I got a flash failure. I can't use RSD Lite or RazrUtility because they don't work with JB. What do I do???!!!! AHhhhhhhh!!

you have to use fastboot (not rsd) to flash ICS system.img, recovery.img, preinstall.img, then boot into recovery and flash jb update zip.
Sent from my DROID RAZR using xda premium

yoyurik said:
you have to use fastboot (not rsd) to flash ICS system.img, recovery.img, preinstall.img, then boot into recovery and flash jb update zip.
Sent from my DROID RAZR using xda premium
Click to expand...
Click to collapse
Thank you so much for the reply. So how do I install them without rsd?

Google for motorola-fastboot.
Extract ics images from zip with firmware and use commands:
fastboot flash preinstall preinstall.img
fastboot flash recovery recovery.img
fastboot flash system system.img
Sent from my DROID RAZR using xda premium

yoyurik said:
Google for motorola-fastboot.
Extract ics images from zip with firmware and use commands:
fastboot flash preinstall preinstall.img
fastboot flash recovery recovery.img
fastboot flash system system.img
Sent from my DROID RAZR using xda premium
Click to expand...
Click to collapse
Does it matter where I open the command prompt? And I have to be in AP Fastboot mode, correct? Thanks.

extract motorola-fastboot and ICS images into same directory. run commands from there.
yes, should be in ap fastboot.
Sent from my DROID RAZR using xda premium

yoyurik said:
extract motorola-fastboot and ICS images into same directory. run commands from there.
yes, should be in ap fastboot.
Sent from my DROID RAZR using xda premium
Click to expand...
Click to collapse
okay thanks a lot!! If you can send me a link of the zip that contains the images that would be great. Thanks again.

The process did not work. My phone still has a flash failure. Shouldn't I use the JB Images instead of the ICS Images? What do you think I should do? Thanks.

there are no jb images yet. only ICS images and jb update zip.
did you run fastboot commands? did it flashed images? or you have low batt error?
after success flash you should be able to boot into recovery and flash jb update
Sent from my DROID RAZR using Tapatalk 2

I did have low battery error but luckily I have a factory cable already. I fixed my phone using mattlgroff's amazing xt912JBUnbrick utility. Thanks anyway
Sent from my DROID RAZR using xda app-developers app

Related

[Q] help..error cannot load 'recovery.img in flashing tenfar's cwm

i got "error cannot load 'recovery.img" when flashing tenfar's cwm. i got no problem when i flashed other img file.
anyone can help?
R u trying to flash via fastboot?
Sent from my MB860 using XDA App
yes. i've tried flashing using fastboot and moto-fastboot but all results the same
I take it you DID rename it recovery.img, and you placed the file in the same directory as fastboot?
Sent from my MB860 using XDA Premium App
Yup. I really did. But still the results are the same
Sent from my MB860 using XDA App
Do you mind typing in here what exactly you're typing into the command line?
Sent from my MB860 using XDA Premium App
leonardusbayu said:
i got "error cannot load 'recovery.img" when flashing tenfar's cwm. i got no problem when i flashed other img file.
anyone can help?
Click to expand...
Click to collapse
what's the destination of fastboot and the .img files on ur computer..
I located the fastboot and the img at the same folder and i open cmd by using shift and right click. I typed fastboot flash recovery recovery.img. i did the same thing using moto-fastboot. I did the steps exactly like the tutorial.
Sent from my MB860 using XDA App
The destination is C:\fastboot. I located the. Fastboot and the img there
Sent from my MB860 using XDA App

[Q] How to manually apply boot.img.p

Hello all I have looked everywhere on a way to manually patch the boot.img. I have the patch file just can't figure out how to apply it. What should I try? Any help would be greatly appreciated! Thanks!
Sent from my VS910 4G using XDA Premium App
Hi i'm not 100 % sure but :
Go on the recorvery --> Backup and restore --> Advanced restore --> go on the folder where is boot.img --> boot only
I'm not sure so don't try it now i'm not a expert...
(sorry for my bad english)
lichter said:
Hi i'm not 100 % sure but :
Go on the recorvery --> Backup and restore --> Advanced restore --> go on the folder where is boot.img --> boot only
I'm not sure so don't try it now i'm not a expert...
(sorry for my bad english)
Click to expand...
Click to collapse
Ya that won't work :-( thank you though!
Sent from my VS910 4G using XDA Premium App
If you have the boot.img file, you should be able to flash it by booting into fastboot and using
Code:
fastboot flash boot boot.img
Do not flash a different file this way though!
frosty_ice said:
If you have the boot.img file, you should be able to flash it by booting into fastboot and using
Code:
fastboot flash boot boot.img
Do not flash a different file this way though!
Click to expand...
Click to collapse
I have the boot.img file but I am trying to flash a boot.img.p (update patch) to the current boot.img.
Sent from my VS910 4G using XDA Premium App
For more info, I have tried flashing using the apply_patch code in cwm, and I can't figure out how to open the .p file to try to make changes.
Any help would be greatly appreciated! Thanks in advance!
Sent from my VS910 4G using XDA Premium App
Anyone? Don't mean to be a bother. Sorry
Sent from my VS910 4G using XDA Premium App
i guess you need to edit the original boot.img and compile the patches you made in that and repack it then flash.

[Q] Flashing Boot.img

Hey so i'm trying a couple rom's out and they all say to update the boot.img and every time i try do do this from the fastboot menu it says that it is out of date. i think the problem is that i have the ota update on my phone but i'm not really sure how to make it so that i can flash the boot.img from fastboot menu. any suggestions?
Check out Scotts CleanFLASH tool. Does it for you and you don't have to worry about mainvers and all that crap.
Sent from my ADR6425LVW using Tapatalk
pmania said:
Check out Scotts CleanFLASH tool. Does it for you and you don't have to worry about mainvers and all that crap.
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
it isn't a problem if i install the boot.img after i flash the rom and i am running the rom because that is pretty much the only way i can use the cleanflash tool and the install the boot.img
Another option is to copy the boot.img file out of the PHzip file and flash it in fastboot (on your pc, not in the phone's menu). You won't have to worry about mainver issues that way either.
fastboot flash boot boot.img
feralicious said:
Another option is to copy the boot.img file out of the PHzip file and flash it in fastboot (on your pc, not in the phone's menu). You won't have to worry about mainver issues that way either.
fastboot flash boot boot.img
Click to expand...
Click to collapse
Oh wow thanks i never realized i could do that. thanks

S on or off?

Sorry if this is a "noob" question. Can you flash a custom kernel on rooted stock s on or do you need s off? I'm looking to flash a kernel for better battery life on stock rom with amon ra recovery. Answer appreciated.
Sent from my ADR6425LVW using xda app-developers app
undeniableswagger said:
Sorry if this is a "noob" question. Can you flash a custom kernel on rooted stock s on or do you need s off? I'm looking to flash a kernel for better battery life on stock rom with amon ra recovery. Answer appreciated.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Yes! You won't be able to flash it in recovery. But you can take the boot.img out of the zip and flash it in fastboot.
Noob again. Fastboot is via USB command prompt on pc? And just flash the boot img there? I'm not the greatest using that. But I can follow directions and read just fine. (Lots of people can't)
Sent from my ADR6425LVW using xda app-developers app
undeniableswagger said:
Noob again. Fastboot is via USB command prompt on pc? And just flash the boot img there? I'm not the greatest using that. But I can follow directions and read just fine. (Lots of people can't)
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Yes, this is via command prompt on your pc:
Extract the boot.img to your adb folder then execute this command:
cd c:\(adb folder name)
then: adb reboot-bootloader
then: fastboot devices (this should return your phone's s/n to make sure you're connected)
then: fastboot flash boot boot.img
then: fastboot reboot

Can't flash .sbf atrix failed flashing process. Unable to retrieve interface ..

after up rom miui 3.5.17 http://forum.xda-developers.com/showthread.php?t=2213168
my atrix can't root , can't enter recover CWM
I tryed flash by RSDlite but fall : failed flashing process. Unable to retrieve interface
help me plz .
voz111 said:
after up rom miui 3.5.17 http://forum.xda-developers.com/showthread.php?t=2213168
my atrix can't root , can't enter recover CWM
I tryed flash by RSDlite but fall : failed flashing process. Unable to retrieve interface
help me plz .
Click to expand...
Click to collapse
are you using the correct sbf file for your carrier? are you using the sbf file that matches the stock version you had prior to unlocking the bootloader?
Sent from my MB860 using xda app-developers app
palmbeach05 said:
are you using the correct sbf file for your carrier? are you using the sbf file that matches the stock version you had prior to unlocking the bootloader?
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
yes correct, i was used it before
voz111 said:
yes correct, i was used it before
Click to expand...
Click to collapse
what about drivers? are they up to date? do you have rsd up to date as well?
Sent from my MB860 using xda app-developers app
forrigmats
palmbeach05 said:
what about drivers? are they up to date? do you have rsd up to date as well?
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
5.6 and 5.7 rsd
before have prolem i flash but not fall
ofomospmany
Failed flashing process. Unable to retrieve interface handle. (0x7027). .
voz111 said:
Failed flashing process. Unable to retrieve interface handle. (0x7027). .
Click to expand...
Click to collapse
i just copied and pasted your last post and ran a search on it. here's a solution
Solved !
1. Copy Radio image (baseband) to the folder where located fastboot. 2. Power on phone and select fastboot 3. execute: fastboot flash radio bp.img, Where bp.img baseband image files 4. execute: fastboot reboot 5. Phone automatically boot on the android recovery mode 6. Wipe userdata/cache 7. Reload in RSD mode 8. on the RSD lite browse appropriate .sbf file and puch Start
Thats all.
This makes sense, since there was a radio update since the sbf files have been out
http://www.mediafire.com/?q83792uk2f895 for radios
Sent from my MB860 using xda app-developers app

Categories

Resources