[Solved] Bricked my RAZR after selecting USA Band - Motorola Droid RAZR

I accidently selected USA band on RAZR XT912 and it blocked all GSM signals . I was travelling so i applied the JB OTA update over JB and it bricked my RAZR .
How do i unbrick it . While upgrading to JB i read that there is no way to go back to ICS

Bricked my RAZR after selecting USA Band
http://batakang.com/ftp/?dir=DROID_RAZR
Place tho JB OTA on your sdcard
Download the last file in the list at the above link
Place phone in Fastboot mode
Pwr/vol+/vol-
Vol- to AP Fastboot
Vol+ to select
Run the .bat file in the extracted download
When complete phone will fail to load
Power down and use pwr/vol+/vol- again and select recovery
Apply JB update again
Unfortunately there's no way I'm aware of to go back to ICS but the above file will get you to a state where your phone will accept the update.
Razr blade is on the same FTP server if you want root
Credits go to mattlgroff and @djrbliss (think I spelled those right)
~SU!C!D3~ on Tapatalk

This solution works perfectly for unbricking Motorola RAZR XT912 .
-Selected USA Band---> signals blocked
-Applied OTA update of JB over existing JB ---->bricked my device
-Followed the above instructions--->everything working perfectly

Possibly bricked??
So I basically did the same thing. I manually upgrated to the JB OTA and my radio did not work at all. So I tried this fix and when I go to run this through stock recovery it just fails. So I tried to run it through Boot Manager on my phone but whenever I select it the screen just goes blank. Any idea's??? Im not feeling to good about this, please help if you can. Thank you in advance.

Hello am having the same issue I changed the Base band settings to USA band now I can't use a sim card on it . Hence, the signal is lost completely no network at all.
Am aware am suppose to flash the radio
Fastboot flash radio radio.img
I just wanna know the step by step procedures in accomplishing such task or any other method preferably that would yield the same end result.
Thank you

iam_orion said:
Hello am having the same issue I changed the Base band settings to USA band now I can't use a sim card on it . Hence, the signal is lost completely no network at all.
Am aware am suppose to flash the radio
Fastboot flash radio radio.img
I just wanna know the step by step procedures in accomplishing such task or any other method preferably that would yield the same end result.
Thank you
Click to expand...
Click to collapse
some basic flashing information in my
Moto Drivers, Firmware, RSD Lite, and other Unbricking Tools
see the mfastboot link
mfastboot is just a moto specific fastboot version
Sent from my XT1254 using XDA Labs

Related

[Q] unlocking the IS12M? (Razr XT909)

Good day gentlemen, and Happy Lunar New Year to all who's in Asia
Sorry for bringing this up. But I'm thinking of getting myself a IS12M (KDDI au's Motorola Razr XT909)
Yes, I know, I know KDDI's phone can NOT be unlocked, especially, well, we're talking about Motorola here.
However, after a while, I dig up this. Since my Japanese is not good at all, could any one here help me translate the content below, pretty please?:silly:
RAZR IS12MのSIMロックを解除する(修正3)
少し前にいろいろ試した結果、ロック解除コード入力ではSIMロック解除できなかったIS12Mですが、なんとDroid RAZR XT912用のbp.imgを焼くことによってロック解除が実現されたようです。
非常に簡単にですがまとめました。なお、この作業を行うとau回線での使用ができなくなります。
元に戻したい場合はIS12Mのbp.imgを焼けばOKです。IS12Mのbp.imgは、Android 4.0へのメジャーアップデートの際のアップデートファイルか、最近の更新時のファイルに入っているようです。アップデートファイルの取り出し方はこちらやこちらを参考にしてください。
まずはBootstrap BootMenuの作者であり、わざわざdoggismaの掲示板にて詳しく教えて下さった、whirleyes氏に多大なる感謝を。
必要なもの
・ICSアップデート済み・root化済みのIS12M
・Bootstrap BootMenu 0.2.7
・Blur_Version.6.12.181.XT912.Verizon.en.US.zip
アンロック方法
1.Bootstrap BootMenu 0.2.7を導入する
・インストールしたアプリを起動し、導入する
2..bp.imgを焼く
・Blur_Version.6.12.181.XT912.Verizon.en.US.zipからbp.imgを取り出し、/sdcard/にコピーする
・再起動、カスタムリカバリーに入り、Flash radio firmware→Choose bp.img, lte.img or cefs.imgを選択する
・先ほどコピーしたbp.imgを選択し、flashする
3.docomoやSoftBankのSIMを認識するようになっているはず
この状態でもドコモなどで通話はできますが、APNの設定が上手くいかず、3Gでのパケット通信ができません。
データ通信できるようにする
Bootstrap BootMenuでサポートされているデュアルブート機能を使って、2ndシステムにXT912向けのROMを焼きます。このデュアルブート機能は、ICSへのアップデートによって使われなくなったwebtop領域を活用して、2つ目のROMをインストールできるようにしたものらしいです。
現在動作を確認しているのはEclipse Razr ICS v1.2。
1.ROMの変換
・zip形式で配布されているROMはSafestrap用なので、それをSafestrap ROM Converterを使って、Bootstrap BootMenuで焼ける形式に変換
2.現在のROMをバックアップする
・adbから以下のコマンドで/systemと/cidのバックアップを取る(重要)
dd if=/dev/block/system of=/mnt/sdcard/system.img
dd if=/dev/block/cid of=/mnt/sdcard/cid.img
・また、カスタムリカバリーに入りBackup & restore→Full backup(かなり長い)
3.カスタムROMをFlashする
・カスタムリカバリーでMounts & format→format /webtopでwebtop領域をフォーマットする
・Toggle second system recovery→Install zip packageから変換後のROMをFlashする。終わったらReboot options→Reboot to 2nd-systemで2ndシステムを起動する
これでAPNの設定をすると、WCDMAでも通信できるようになっているはずです。
ただ、例として出したEclipse Razr ICSはROMの容量が大きいせいか、インストール後の空き容量がほとんどありません。常用を考えるなら別のROMがいいでしょう。
または、/dataや/cacheを別のパーティションに移動する方法があるようですので、xdaを参考に試してみてください。
1st-systemへのインストールは怖くてやっていませんが、XT912のものをまるまる焼けば、上記の問題は発生しないかもしれません。
しかし、1st-systemが起動しなくなるとBootMenuにも辿り着けず、完全な文鎮になってしまいますので注意してください。
XT912化が成功したら是非ご連絡ください。
何か質問や感想がありましたら、気軽にコメントください
Click to expand...
Click to collapse
The source of it: doggisma.com/motorola/razr-xt909/razr-xt909_unlock-2
Basically, this guy successfully roots ---> unlocks the IS12M (ICS required) using Verizon's version of Razr (ICS)
Thank you very much in advance
may help?
prerequisites: is12m updated to ics, rooted, Bootstrap Bootmenu 0.2.7, and Blur_Version.6.12.181.XT912.Verizon.en.US.zip (google it and download from MIRROR 3)
Unlock it:
1. Install Bootmenu 0.2.7 to is12m and run it from device and prepare for writing boot image in next step.
2.1 Unzip Blur_Version.6.12.181.XT912.Verizon.en.US.zip and get bp.img and copy it to /sdcard/
2.2 Reboot it and enter the CWM recovery (Not sure Bootstrap installs this or you must install by yourself), select Flash radio firmware and Choose bp.img, lte.img or cefs.img.
2.3 Choose bp.img (on /sdcard/)
3. At this point, is12m detects docomo/softbank/any? sim, but cannot connect to 3g (cannot change apn)
Enable 3G:
Basically enable dual boot using webtop space (here using Eclipse Razr ICS v1.2)
4. Convert Eclipse Razr ICS ROM from safestrap rom to bootstrap rom using Safestrap Rom Converter.
5. Backup your original /system and /cid image
5.1 adb shell dd if=/dev/block/system of=/mnt/sdcard/system.img
5.2 adb shell dd if=/dev/block/cid of=/mnt/sdcard/cid.img
5.3 Reboot and enter cwm recovery, select Backup & restore, and choose Full Backup(takes long time)
6.1 In cwm recovery, select Mounts & format, then format/webtop
6.2 continued in cwm? select Toggle second system recovery, then install zip package, and select CONVERTED ROM
6.3 select Reboot options, and Reboot to 2nd system
7. At this point, you can change apn so that you can use any prefered network.
Notice: Eclipse Rom works, but uses much space, so find smaller rom you can use.
Notice: Do not flash to original system partition, but flashing XT912 rom to 1st-system may works, but is much more dangerous. Once 1st system is broken, there's no way to run Bootmenu. So be careful if you do so.
Thanks man, and sorry for the late reply
Truthfully, the only reason I want to unlock IS12M is that I like the white version. Too bad I can not find it anywhere except Yahoo Auction Japan, which is packed with IS12M white.
So........is there any way more secured/safer to unlock it? Much appreciate for any help.
[email protected] said:
Thanks man, and sorry for the late reply
Truthfully, the only reason I want to unlock IS12M is that I like the white version. Too bad I can not find it anywhere except Yahoo Auction Japan, which is packed with IS12M white.
So........is there any way more secured/safer to unlock it? Much appreciate for any help.
Click to expand...
Click to collapse
Hello brother, you are when for Asia?if you want to use is12m in hk,be careful, because maybe the sim card is different. Is same to use GSM/wcdma, but haven't the baseband to find the network. It can read the sim card but can't find any signal,I try all hk simcard.
Hi, did anybody successfully unlock this model IS12M? I was wondering if it can be unlocked by code.
I checked sim-unlock(dot)net and they are now offering for an unlock code. I used their service before for the IS11M(motorola photon) and it worked. Just want somebody to confirm before I buy this. http://sim-unlock.net/simlock/Motorola/IS12M/
Thanks.
Don't buy your unlock code. It does not work on the IS12M since it only reads UIM sim card. Flashing the Verizon baseband works but the problem is I cant sent SMS but I can receive. I just deleted my CID and flash the Verizon JB ROM.. Thanks to Whirleyes for BMM..:good:
casterboink said:
Don't buy your unlock code. It does not work on the IS12M since it only reads UIM sim card. Flashing the Verizon baseband works but the problem is I cant sent SMS but I can receive. I just deleted my CID and flash the Verizon JB ROM.. Thanks to Whirleyes for BMM..:good:
Click to expand...
Click to collapse
I bought unlock code from above link. But that did not work well like v=VyCckklOr9k on youtube .
razr IS12M
casterboink said:
Don't buy your unlock code. It does not work on the IS12M since it only reads UIM sim card. Flashing the Verizon baseband works but the problem is I cant sent SMS but I can receive. I just deleted my CID and flash the Verizon JB ROM.. Thanks to Whirleyes for BMM..:good:
Click to expand...
Click to collapse
casterboink,, can you please post here download link of verizon JB ROM that you used
and step by step on how to delete CID and flash V JB ROM..
thank you...

[Q] How to Change region from ME to EU

I have a Droid Razr Maxx and my System version is 673.94.324.XT910.MERetail.en.06 running Android 4.0.4 (ICS)
On checking for Updates, it says my phone is up to date.
Motorola site says this phone will remain on ICS and hence I want to change my region to EU where JB has been released for retail version.
If I want to flash my system to JellyBean retail version say Britan EU from this link, http://forum.xda-developers.com/showthread.php?t=2231289
what is the correct sequence of flashes to be performed?
Should I first go to ICS of EU region then go from ICS to JB, or can I go directly to Jelly Bean.
I have never flashed my Motorola Razr Maxxx and am not rooted. Can anyone please give me pointers to where I should start?
Once I flash to a different region, would I receive OTA updates for that region ROMS?
Just flash it on top of your current Rom. No need to go to EU ICS first.
Updates for the RazR? I'll bet there won't be any Updates anymore.
Gesendet von meinem XT890
HSD-Pilot said:
Just flash it on top of your current Rom. No need to go to EU ICS first.
Updates for the RazR? I'll bet there won't be any Updates anymore.
Gesendet von meinem XT890
Click to expand...
Click to collapse
Thanks for the reply.
However one more question: My phone is not rooted and when I go to AP Fastboot mode, I get the following message
Code:
AP Fastboot Flash Mode (S)
0A.74
eMMC Info: Size 16G
To return to normal mode - first press power key to power down
Device is LOCKED. Status Code:0
Battery OK
OK to Program
Connect USB
Data Cable
My Worry is the line stating that Device is LOCKED.
Should flashing using RSDLite work without any additional steps?
Of course it shows Device is locked > That's your Bootloader! It's always locked on the XT910 This has nothing to do with RSD.
same
hay
kindly guide this method more because i am also have same s/w.
i have rooted razar maxx and using safestrape 3.11
i cannot use rsd before
atifrawn said:
hay
kindly guide this method more because i am also have same s/w.
i have rooted razar maxx and using safestrape 3.11
i cannot use rsd before
Click to expand...
Click to collapse
I successfully flashed my ROM to JellyBean en.EU (UK Retail version) -> 982.124.14.XT910.Retail.en.EU from ICS 673.94.324.XT910.MERetail.en.06
The steps I followed were as follows:
1. Take backup of your SD Card as this flash erases everything from internal SD Card and make sure battery level is at least 80%.
2. Turn phone off and remove your Sim and external SD card (Just to be safe)
3. Go to boot menu (While in power down, press and hold both volume keys, then press power button)
4. Scroll to AP Fastboot mode using volume down key. Select the AP fastboot mode using volume Up key.
5. Start RSD Lite 6.0 in computer (Make sure you have motorola drivers installed)
6. Connect your phone to computer using USB cable (In AP Fastboot mode)
7. Select the downloaded AP Fastboot file (Retail British is what I used) from http://forum.xda-developers.com/showthread.php?t=2231289
8. Click on Start
9. Sit back and relax for about 10 mins when flashing will be complete and your phone will reboot automatically.
More information of tools can be found out in this thread -> http://forum.xda-developers.com/showthread.php?t=1539192
Remember: Once you flash JB, there is no way to go back to ICS. But I am loving Jelly Bean and Google Now. Phone feels smoother.
Hit Thanks if I helped you.
retail.eu
hay
performing this method can i lost root.
i read some place that vodafone jb firmware is much beter .
can i use that fir.
where i can find that s/w
thanks
atifrawn said:
hay
performing this method can i lost root.
i read some place that vodafone jb firmware is much beter .
can i use that fir.
where i can find that s/w
thanks
Click to expand...
Click to collapse
Yes, you will lose root by flashing. But there is a new linux based exploit for rooting again which i have not tried but seems to work for others -> http://forum.xda-developers.com/showthread.php?t=2257137
If your current ROM version is Retail (i.e not locked to a specific carrier like vodafone), you should only install Retail version.

How to install Jellybean(4.1.2) on XT886 (ONLY XT886)!

As the title says, this is how to istall Jelly bean 4.1.2 on XT886.
I found this way and it works on my phone, if anything happens to your phone I'm not responsible.
*THIS IS FOR XT886 ONLY! IF YOU TRY THIS ON ANY OTHER PHONE YOU MAY BRICK YOUR PHONE FOREVER.*
Downloads:
First download this file. It's a modified version of the Australian Bell version. Don't download it from the other links this one is different.
http://www.4shared.com/zip/UsP5NfZH...D_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xm
--
Fastboot+ADB/Download it here:
http://www.4shared.com/zip/o54Xp1A_/adb-fastboot.html
(Make sure you extract it to a folder!)
---
RSD Lite 6.0
https://hotfile.com/dl/174582400/60ad26d/RSDLite_6.0.rar.html
---
MAKE SURE YOU HAVE THE LATEST MOTOROLA DIVERS!
As long as you have those 4 files your good!
Before we begin extract Radio.bin from YANGTZE_U.01.6.7.3-179_YIC-2_IRD_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xml.zip
to where you fastboot and adb files are. You'll need it for later.
Now to begin this process, once you have all the files up there extracted and installed you may start.
1.Turn off your phone.
2.Hold vol up+down and power at the same time. you should see a screen pop up.
3.pick Fastboot AP.
4.connect your phone to the computer.
5.Ensure you have the latest motorola drivers
6.Open RSD Lite 6.0
7. click the "..." Beside the box and browse for the firmware you downlaoded from my link. ("YANGTZE_U.01.6.7.3-179_YIC-2_IRD_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xml.zip")
8.Click "Extract Only"
9.After it's done extracting, click Start.
10.Let it finish.
11.When you are booted into the system, you will notice your device says that you an XT885 but you on a AWS freq.
keep following my instructions now........
12. go to Settings>About phone>System update / and download the 4.1.2 update.
13. let it install.
14. Once install you will notice that your not catching a mobile network, DON'T PANIC!!
15. Go back into fastboot mode
16. Go to your fastboot files you extracted along with the radio.img
17. hold SHIFT+right click and click "Open file location with command promt"
18. type in "fastboot flash radio radio.img" and hit enter
19. after that's done type in "fastboot reboot"
20. You have jelly bean 4.1.2 on your Motorola RAZR V XT886 with AWS :biggrin:
If you have any problems or don't understand a part feel free to leave a reply down below and I'll try to help, thanks!
-Trippz :smile:
I can confirm this DOES work!!! Tried it on my Wind RAZR V. It performs perfectly. Thanks so much for the tutorial!
Basically what you're doing is flashing XT885's Jelly Bean but then putting back the XT886's radio from ICS.
Is there any way to go back to stock XT886 ROM or to reflash XT885 ICS ROM with AWS radio? The thing is that the ICS ROM for XT885 that works with AWS (the one included in the thread) has support for Vietnamese language which I really want on this phone. However after updating to Jelly Bean it removes the Vietnamese language.
I tried flashing both the XT885 and XT886 files in RSD Lite and both of them fail with error "Failed flashing process. 5/17 flash cdt.bin_signed -> Phone returned FAIL"
Any help?
TheCrazyDirectioner said:
I can confirm this DOES work!!! Tried it on my Wind RAZR V. It performs perfectly. Thanks so much for the tutorial!
Basically what you're doing is flashing XT885's Jelly Bean but then putting back the XT886's radio from ICS.
Is there any way to go back to stock XT886 ROM or to reflash XT885 ICS ROM with AWS radio? The thing is that the ICS ROM for XT885 that works with AWS (the one included in the thread) has support for Vietnamese language which I really want on this phone. However after updating to Jelly Bean it removes the Vietnamese language.
I tried flashing both the XT885 and XT886 files in RSD Lite and both of them fail with error "Failed flashing process. 5/17 flash cdt.bin_signed -> Phone returned FAIL"
Any help?
Click to expand...
Click to collapse
I'm sure that it's failing due to trying to go to a lower software version. Without an unlocked bootloader you won't be able to downgrade firmwares.
install Jellybean(4.1.2) on XT886 (ONLY XT886)!
Hi,
After installing JellyBean, my xt886 lost internet connection. Dubbing APN settings not helped.
any suggestions?
vadfru said:
Hi,
After installing JellyBean, my xt886 lost internet connection. Dubbing APN settings not helped.
any suggestions?
Click to expand...
Click to collapse
After i installed this i lost my data connection. Calls worked but no internet. I figured out by the end of the day i had to add a APN since there were none. Also there were some initial settings that popped up regarding the sim when i first powered up after a successful install. Maybe something to do with that too but i know for sure it was the APN
Please re-upload YANGTZE_U.01.6.7.3-179_YIC-2_IRD_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xml.zip
himeki said:
Please re-upload YANGTZE_U.01.6.7.3-179_YIC-2_IRD_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xml.zip
Click to expand...
Click to collapse
http://www.4shared-china.com/zip/IlKnHznlce/YANGTZE_U01673-179_YIC-2_IRD_S.htm
How do you manage to unlock the bootloader?
himeki said:
How do you manage to unlock the bootloader?
Click to expand...
Click to collapse
I hope in one day. because I was the MB886 bricked
LiLTrippz said:
As the title says, this is how to istall Jelly bean 4.1.2 on XT886.
I found this way and it works on my phone, if anything happens to your phone I'm not responsible.
*THIS IS FOR XT886 ONLY! IF YOU TRY THIS ON ANY OTHER PHONE YOU MAY BRICK YOUR PHONE FOREVER.*
Downloads:
First download this file. It's a modified version of the Australian Bell version. Don't download it from the other links this one is different.
http://www.4shared.com/zip/UsP5NfZH...D_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xm
--
Fastboot+ADB/Download it here:
http://www.4shared.com/zip/o54Xp1A_/adb-fastboot.html
(Make sure you extract it to a folder!)
---
RSD Lite 6.0
https://hotfile.com/dl/174582400/60ad26d/RSDLite_6.0.rar.html
---
MAKE SURE YOU HAVE THE LATEST MOTOROLA DIVERS!
As long as you have those 4 files your good!
Before we begin extract Radio.bin from YANGTZE_U.01.6.7.3-179_YIC-2_IRD_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xml.zip
to where you fastboot and adb files are. You'll need it for later.
Now to begin this process, once you have all the files up there extracted and installed you may start.
1.Turn off your phone.
2.Hold vol up+down and power at the same time. you should see a screen pop up.
3.pick Fastboot AP.
4.connect your phone to the computer.
5.Ensure you have the latest motorola drivers
6.Open RSD Lite 6.0
7. click the "..." Beside the box and browse for the firmware you downlaoded from my link. ("YANGTZE_U.01.6.7.3-179_YIC-2_IRD_SIGNED_YTAURET_HWp0a_Service1FF_fastboot.xml.zip")
8.Click "Extract Only"
9.After it's done extracting, click Start.
10.Let it finish.
11.When you are booted into the system, you will notice your device says that you an XT885 but you on a AWS freq.
keep following my instructions now........
12. go to Settings>About phone>System update / and download the 4.1.2 update.
13. let it install.
14. Once install you will notice that your not catching a mobile network, DON'T PANIC!!
15. Go back into fastboot mode
16. Go to your fastboot files you extracted along with the radio.img
17. hold SHIFT+right click and click "Open file location with command promt"
18. type in "fastboot flash radio radio.img" and hit enter
19. after that's done type in "fastboot reboot"
20. You have jelly bean 4.1.2 on your Motorola RAZR V XT886 with AWS :biggrin:
If you have any problems or don't understand a part feel free to leave a reply down below and I'll try to help, thanks!
-Trippz :smile:
Click to expand...
Click to collapse
Hi, will this conversion make the phone work on Wind mobile ? thanks
link not working

Root RAZR XT910

Hey all,
I just purchased a Motorola RAZR XT910 it's original carrier is Claro. I am using the phone in the USA on Carrier AIO. I would like to root the phone and get the android version updated to at least 4.1.2 but would like to get it to 4.2.2 if possible. I have been unable to find any video's or tutorials on doing this for this particular model of XT910. Can anyone here give me the correct method for rooting and updating this model of the XT910. I don't want to brick the phone so I am bring my question to the experts. I have seen other XT910 tutorials but none seem to work on my XT910. I have include phone details below.
Default Carrier.
Claro
Using Carrier
AIO
System Version
672.180.340.XT910.AmericaMovil.en.01
Android Version
4.0.4
Firmware Configuration Version
GAS_LA_SPYDERICSCLALALA_P034
Baseband Configuration Version
USASPYDCLAGEB1B2B5B8B8LA033.OR
Baseband Version
U_1C.76.FCP
oberonblaq said:
Hey all,
I just purchased a Motorola RAZR XT910 it's original carrier is Claro. I am using the phone in the USA on Carrier AIO. I would like to root the phone and get the android version updated to at least 4.1.2 but would like to get it to 4.2.2 if possible. I have been unable to find any video's or tutorials on doing this for this particular model of XT910. Can anyone here give me the correct method for rooting and updating this model of the XT910. I don't want to brick the phone so I am bring my question to the experts. I have seen other XT910 tutorials but none seem to work on my XT910. I have include phone details below.
Default Carrier.
Claro
Using Carrier
AIO
System Version
672.180.340.XT910.AmericaMovil.en.01
Android Version
4.0.4
Firmware Configuration Version
GAS_LA_SPYDERICSCLALALA_P034
Baseband Configuration Version
USASPYDCLAGEB1B2B5B8B8LA033.OR
Baseband Version
U_1C.76.FCP
Click to expand...
Click to collapse
First of all, you must be on a Windows PC. Then you can upgrade you device to the official JB 4.1 Motorola firmware. There is no official JB 4.2 from Motorola for our devices. BEWARE there is a chance of bricking your device if something goes wrong. Do it on your own risk.
First you have to download some stuff.
Motorola Device Manager (Contains the Motorola USB Device Drivers) from here
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
RSD Lite (Use 6.1.5)
https://dl.dropboxusercontent.com/u/42057363/RSDLite_v6.1.x.zip
Then follow this tutorial and fastboot upgrade your device to JB 4.1
1.Find the appropriate JB 4.1 Fastboot file for your device from here
http://forum.xda-developers.com/showthread.php?t=2231289
or here
http://sbf.droid-developers.org/umts_spyder/list.php
(BEWARE you will brick your device if you use a wrong Fastboot file)
2.Rename it to something like 9.8.2O-124_SPUL-17_Claro.xml.zip (short name without gaps, because RSD has a limit of name characters)
3.Install Motorola Device Manager
4.Install RSD Lite
5.Run RSD Lite
6.At Filename click the button and browse file XML Fastboot Image you downloaded
7.Turn off the device
8.Press and hold Volume[+] + Volume[-] + Power buttons at the same time until an option come up
9.Choose AP fastboot
10.Connect Razr to PC/laptop
11.Wait until it is recognized by RSD Lite and all its components are installed on Windows
12.Click Start
13.Wait until the process is done (do NOT turn off the PC or disconnect the USB, this will brick your device)
14.Done
After that you have to root your device in order to install custom 4.1 or 4.2 or 4.3 or 4.4 ROMs.
In order to root follow this tutorial
http://forum.xda-developers.com/showpost.php?p=40901777&postcount=30
After that install Safestrap custom recovery following these instructions
http://blog.hash-of-codes.com/how-to-safestrap/
Now you are ready to flash/edit/do whatever you want on your device.
You can find more on Droid Razr Android Development XDA Thread
http://forum.xda-developers.com/droid-razr/development
Anyway, click Thanks if I helped you
Resolved
Thanks for all the help. Issue has been resolved.

XT910 - Safestrap bootloop

After installing Safestrap and restarting the phone it doesn't seem to want to boot into my stock rom anymore. I just see the Motorola logo.
I can enter the Safestrap menus just fine.
Are you sure your waiting long enough?
Motorola logo comes first, that's the bootloader.
After that is the safestrap hijack menu. If you choose the option on the left you go to recovery. If you chose the option on the right or leave it alone for 15 seconds, you boot normal.
Sent from my XT912 using Tapatalk
I've waited over 5 minutes, still only getting the Motorola icon sending out waves.
I've managed to install CM 10.1.3 on ROM slot 1 though, so i at least got phone function back for now. Still kind of worrying that i have no stock access
Does anyone have an idea how i could get it to boot normally on stock again, or maybe just reset stock while keeping the CM rom intact?
Done:
Follow: http://droidrazrroot.com/
then install the SafeStrap:
http://forum.xda-developers.com/show....php?t=2427125
If you bricked, use the fastboot and recover back to 4.1 and try again. Make sure you only install one safestrap, preferably safestrap 3.7.x detailed in http://forum.xda-developers.com/show....php?t=2427125
Don't install the safestrap version detailed in http://droidrazrroot.com, that version is too old to run KK.
KK requires TWRP 2.7.x.x or higher or for our purposes safestrap 3.7.x or higher
If you want to flash back to stock just follow the fastboot instructions detailed in http://droidrazrroot.com/
That will remove all custom recoveries and set you back to a full stock, i think there will be like one OTA update after you flash back with fastboot.
LapanNaxela said:
Does anyone have an idea how i could get it to boot normally on stock again, or maybe just reset stock while keeping the CM rom intact?
Click to expand...
Click to collapse
Same here...
I just get the same issue, as the fellow man (OP).
Moto Logo waving loop. Can enter Safestrap mode and Recovery but I cannot proceed to install a custom ROM either. on ROM Slot 1.
Tried to install the 672.180.41.XT910.Retail.en.EU but the system keeps nagging around on multiple errors (Sideloads, enforced package signatures and permissions [but actually I think that I lost root from my attempt to reinstall stock and now APFastboot Device Locked, as also cannot fix permissions in Safestrap]).
Tried the RSDLite with the Retail OTA mentionned but RSD is keeping asking for an xml file (which as I much as I tried to find it in the package, it's nowhere near to be found).
Tried to find an actual OTA for the 672.180.41.XT910.NonEFIGSRetail.en.EU to put in SDCard and launch a fixing procedure, but I cannot find a single working link on the web and Motorola is not offering it.
Anyone with an actual idea to resuscitate the Razr ?
P.S: RAZR MAXX UMTS (GSM) ICS 4.0.4
Thanks in advance. :cyclops:
Freezeronias said:
I just get the same issue, as the fellow man (OP).
Moto Logo waving loop. Can enter Safestrap mode and Recovery but I cannot proceed to install a custom ROM either. on ROM Slot 1.
Tried to install the 672.180.41.XT910.Retail.en.EU but the system keeps nagging around on multiple errors (Sideloads, enforced package signatures and permissions [but actually I think that I lost root from my attempt to reinstall stock and now APFastboot Device Locked, as also cannot fix permissions in Safestrap]).
Tried the RSDLite with the Retail OTA mentionned but RSD is keeping asking for an xml file (which as I much as I tried to find it in the package, it's nowhere near to be found).
Tried to find an actual OTA for the 672.180.41.XT910.NonEFIGSRetail.en.EU to put in SDCard and launch a fixing procedure, but I cannot find a single working link on the web and Motorola is not offering it.
Anyone with an actual idea to resuscitate the Razr ?
P.S: RAZR MAXX UMTS (GSM) ICS 4.0.4
Thanks in advance. :cyclops:
Click to expand...
Click to collapse
You can't flash stock rom with the phone,you must do it with Rsd.And you don't have to look for xml file,just decompres the zip with Rsd and click start.
Here's the Ics EU stock,
https://mega.co.nz/#!8E02RZwI!Md8-HLx3ha8ZBVRjoVcy_iCdCr8teBceTG09S_To31E
And here's Rsd 6.1.5,
https://mega.co.nz/#!AB0QgD5J!duN3ueKyz5nHT1bErDGB877E7WC-ZJLg0_QKygUtTFM
Shutdown the phone,
Press vol-,vol+ and power button at the same time,
Scroll down to AP Fastboot with vol -,
Select AP Fastboot with vol +
Connect the phone to computer and flash it.
Sent from my Razr XT910
Thank you!
welder73 said:
You can't flash stock rom with the phone,you must do it with Rsd.And you don't have to look for xml file,just decompres the zip with Rsd and click start.
Here's the Ics EU stock,
Forbidden on quote system of XDA
And here's Rsd 6.1.5,
Forbidden on quote system of XDA
Shutdown the phone,
Press vol-,vol+ and power button at the same time,
Scroll down to AP Fastboot with vol -,
Select AP Fastboot with vol +
Connect the phone to computer and flash it.
Sent from my Razr XT910
Click to expand...
Click to collapse
First of all, THANK YOU! Because of you (and your precious link), I did got back to work my little beast and a working device , so you're the :good:
P.S. I'm actually good at the Windows eco-system but the Android one (and Linux) is still an unexplored terrain to learn (which is actually a good thing, as it gives you plenty of new things to learn). And now that I have the file, I will try to go on the Custom Roms side, by updating to JB first.
Thanks again for you precious help!
Freezeronias said:
First of all, THANK YOU! Because of you (and your precious link), I did got back to work my little beast and a working device , so you're the :good:
P.S. I'm actually good at the Windows eco-system but the Android one (and Linux) is still an unexplored terrain to learn (which is actually a good thing, as it gives you plenty of new things to learn). And now that I have the file, I will try to go on the Custom Roms side, by updating to JB first.
Thanks again for you precious help!
Click to expand...
Click to collapse
No problem,I'm glad that I helped you
Sent from my Razr XT910

Categories

Resources