I get stuck on the bootloader after flashing the stock rom ("X_Style_XT1572_CLARK_RETLA_DS_5.1.1_LPH23.116-18_cid12_subsidy-DEFAULT_CFC.xml.zip").
I did all these commands (check the attached image):
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash system system.img_sparsechunk.10
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Click to expand...
Click to collapse
Did I do anything wrong, please? Thank you.
Nevermind. I just forgot to flash de "system.img_sparsechunk.10", which is on my version.
Sorry
Does anyone have a copy of the RW firmware? I'm seeing it as ATHENE_RETUSA_CUST
To answer my own question
XT1625-XT1644_ATHENE_RETUS_MPJ24.139-64_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml with running a full system reload, this reloaded my system and still allowed me to connect to RW
fastboot oem lock begin
fastboot oem lock begin
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem lock
fastboot reboot
Click to expand...
Click to collapse
Yeah, the RW component is pre-loaded in the XT16344 firmware that you mentioned.
I need the procedure to flash Firmware MPJ24.139-64/65 for Moto G4 XT1625. ; which is the procedure to follow?.
I have the device currently in soft brick state.
Many thanks for you help and support.
GersonS001 said:
I need the procedure to flash Firmware MPJ24.139-64/65 for Moto G4 XT1625. ; which is the procedure to follow?.
I have the device currently in soft brick state.
Many thanks for you help and support.
Click to expand...
Click to collapse
There are a several posts that show how to do this. Try searching the forums instead of expecting others to do it for you.
Firmware Download: http://a df.ly/1fRBXU
Firmware pass : www.stockrom.net
To get the download firmware please link the letter a to df.ly
Use this instruccions to flash with fastboot:
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Hi guys I made a booboo. I was really frustrated with the latest Android 7.0 update on my Droid Turbo 2 so I tried flashing it back to 6.0.1 and I am now in a forever boot loop. I can never get to the home screen and it just constantly restarts. Here are the totally terrible steps I took:
I downloaded the following from firmware center website:
XT1585_KINZIE_VERIZON_6.0.1_MCK24.183-22_cid2_subsidy-DEFAULT_CFC.xml.zip
I don't know if this was right because now I'm reading it differs based on where you live. I live in the U.S. and have Verizon and had everything stock. I enabled OEM something in developer options and enabled USB debugging.
I then went into AP Fastboot Flash Mode. I tried using RSD Lite but I think it failed because I attempted to downgrade rather than stay with even release. I installed Fastboot and translated the xml in the folder to a .bat and put:
Code:
SET fastboot=fastboot.exe
%fastboot% getvar max-sparse-size
%fastboot% oem fb_mode_set
%fastboot% flash partition gpt.bin
%fastboot% flash bootloader bootloader.img
%fastboot% flash logo logo.bin
%fastboot% flash boot boot.img
%fastboot% flash recovery recovery.img
%fastboot% flash system system.img_sparsechunk.0
%fastboot% flash system system.img_sparsechunk.1
%fastboot% flash system system.img_sparsechunk.2
%fastboot% flash system system.img_sparsechunk.3
%fastboot% flash system system.img_sparsechunk.4
%fastboot% flash system system.img_sparsechunk.5
%fastboot% flash system system.img_sparsechunk.6
%fastboot% flash system system.img_sparsechunk.7
%fastboot% flash system system.img_sparsechunk.8
%fastboot% flash system system.img_sparsechunk.9
%fastboot% flash system system.img_sparsechunk.10
%fastboot% flash system system.img_sparsechunk.11
%fastboot% flash system system.img_sparsechunk.12
%fastboot% flash system system.img_sparsechunk.13
%fastboot% flash system system.img_sparsechunk.14
%fastboot% flash system system.img_sparsechunk.15
%fastboot% flash modem NON-HLOS.bin
%fastboot% erase modemst1
%fastboot% erase modemst2
%fastboot% flash BTFM.bin bluetooth
%fastboot% flash fsg.mbn fsg
%fastboot% erase cache
%fastboot% erase userdata
%fastboot% erase customize
%fastboot% erase clogo
%fastboot% oem fb_mode_clear
%fastboot% reboot
Now even if I go into recovery or "factory reset" it still is in infinite boot loop. Please help!
%fastboot% flash BTFM.bin bluetooth
%fastboot% flash fsg.mbn fsg
these 2 lines are incorrect,
should be
%fastboot% flash bluetooth BTFM.bin
%fastboot% flash fsg fsg.mbn
Not sure if that will fix the loop
---------- Post added at 02:59 PM ---------- Previous post was at 02:50 PM ----------
On a side note, RSD Lite didn't work for me (Windows 10) so I did it manually.
1. Extract the zip file.
2. Copy fastboot.exe, adb.exe, AdbWinApi.dll, AdbWinUSBAp.dlli to the folder above
3. Save the following text as flashfile.bat
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash system system.img_sparsechunk.12
fastboot flash system system.img_sparsechunk.13
fastboot flash system system.img_sparsechunk.14
fastboot flash system system.img_sparsechunk.15
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Click to expand...
Click to collapse
4. Boot to bootloader
5. Run flashfile.bat from command prompt (in folder at 1.)
Hi Ben I changed t hose two lines but no luck. The steps you posted are exactly what I did (except I added fastboot to my path).
ben0551 said:
%fastboot% flash BTFM.bin bluetooth
%fastboot% flash fsg.mbn fsg
these 2 lines are incorrect,
should be
%fastboot% flash bluetooth BTFM.bin
%fastboot% flash fsg fsg.mbn
Not sure if that will fix the loop
---------- Post added at 02:59 PM ---------- Previous post was at 02:50 PM ----------
On a side note, RSD Lite didn't work for me (Windows 10) so I did it manually.
1. Extract the zip file.
2. Copy fastboot.exe, adb.exe, AdbWinApi.dll, AdbWinUSBAp.dlli to the folder above
3. Save the following text as flashfile.bat
4. Boot to bootloader
5. Run flashfile.bat from command prompt (in folder at 1.)
Click to expand...
Click to collapse
Hi everyone,
Yesterday did a clean Flash of KINZIE_RETEU_7.0_NPKS25.200-12-9_cid7_subsidy-DEFAULT_CFC.xml but don't have network or WiFi. Any idea?
sklks said:
Hi everyone,
Yesterday did a clean Flash of KINZIE_RETEU_7.0_NPKS25.200-12-9_cid7_subsidy-DEFAULT_CFC.xml but don't have network WiFi or Bluetooth. Any idea?
Click to expand...
Click to collapse
Hi, your Moto X Force is RETLA or RETEU? XT1580? Dual or Simple Chip?
XT580, RETEU, UK, single SIM.
I'm using the following commands to flash:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
After creating a batch file and making sure the NON-HLOS would be ran twice, since it fails the first attempt, now already have network, only missing WiFi with 02:00:00:00:00:00
sklks said:
XT580, RETEU, UK, single SIM.
I'm using the following commands to flash:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
After creating a batch file and making sure the NON-HLOS would be ran twice, since it fails the first attempt, now already have network, only missing WiFi with 02:00:00:00:00:00
Click to expand...
Click to collapse
try with carrier files
Good luke!
Marcos
mseverini said:
try with carrier files
Good luke!
Marcos
Click to expand...
Click to collapse
Same problem unfortunately, no IMEI for WiFi adapter so no WiFi.
sklks said:
Same problem unfortunately, no IMEI for WiFi adapter so no WiFi.
Click to expand...
Click to collapse
mmm, the same happened to me but with the RETLA ROM and it was solved with those files.
I have XT1580 RETEU Simple SIM.
Marcos
mseverini said:
mmm, the same happened to me but with the RETLA ROM and it was solved with those files.
I have XT1580 RETEU Simple SIM.
Marcos
Click to expand...
Click to collapse
I just flashed both files and only have bluetooth, no WiFi or network.
sklks said:
I just flashed both files and only have bluetooth, no WiFi or network.
Click to expand...
Click to collapse
try with this ROM then flash radio files.
I did this and it worked for me
Marcos
mseverini said:
try with this ROM then flash radio files.
I did this and it worked for me
Marcos
Click to expand...
Click to collapse
With the stock rom just run this commands and everything works:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash logo logo.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
sklks said:
With the stock rom just run this commands and everything works:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash logo logo.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Click to expand...
Click to collapse
Works fine?,, what stock rom use ?
WIFI/Radio works?
The one I speak in the first post, yes everything works, already rooted also.
After everything else is flashed, flash modem again. Every time I've flashed this phone, it doesnt flash the modem properly. so I have to run the command multiple times for it to flash:
fastboot flash modem NON-HLOS.bin
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2