moto e xt1022 asia firmware - Moto E Q&A, Help & Troubleshooting

hi, can anyone plz upload these firmware files SEPERATELY except the system.img files?
files-
boot.img
fsg.mbn
gpt.bin
logo.bin
motoboot.img
NON-HLOS.bin
recovery.img
plz can anyone just upload these files of the firmware RETAILDSDSALL_XT1022_4.4.4_KXC21.5-40_cid7_CFC.xml.zip
http://d-h.st/Ccp

Path to download
sumitkolhe37 said:
hi, can anyone plz upload these firmware files SEPERATELY except the system.img files?
files-
boot.img
fsg.mbn
gpt.bin
logo.bin
motoboot.img
NON-HLOS.bin
recovery.img
plz can anyone just upload these files of the firmware RETAILDSDSALL_XT1022_4.4.4_KXC21.5-40_cid7_CFC.xml.zip
http://d-h.st/Ccp
Click to expand...
Click to collapse
Here is link https://docs.google.com/uc?id=0B05Crz57q4zgY2lWUE9KZjlGeVU&export=download

Related

[FiRMWARE] XT1575 PuRE FiRMWARE aNd STuFF

PuRE FiRMWARE aNd STuFF
XT1575
By using any of these you agree that I am not responsible for ANYTHING that can or may happen to you, or your device!
Android 5.1.1
5.1.1 LPH23.116-18 FIRMWARE
5.1.1 FIRMWARE
5.1.1 BOOT.IMG
5.1.1 RECOVERY.IMG
Android 6.0
6.0 MPH24.49-18 FIRMWARE
6.0 FIRMWARE
--mirror--
6.0 BOOT.IMG
--mirror--
6.0 RECOVERY.IMG
--mirror--
Motorola Supplied Firmware
Moto X Pure Edition (2015)
MPH24.49-18_18
6.0 MPH24.49-18-3 FIRMWARE
MPH24.49-18-3 FIRMWARE
This is a 100% stock FIRMWARE dump after the Feb 1st 2016 OTA. It includes everything a normal FIRMWARE zip has, except for the bootloader. I cannot figure out how to dump the bootloader.....yet. I tested this multiple times with no issues. You will also notice there is only one system.img instead of the multiple system_sparsechunk files like the old FIRMWARES. It is in sparse format, just one file now. This is how Motorola is doing it. Flash it via:
Code:
fastboot flash partition gpt.bin
fastboot reboot bootloader
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
fastboot erase cache
fastboot erase userdata
fastboot reboot
You may notice a "sparse header error" when flashing at the beginning. Don't worry about it, all is well. The current AutoFlashFirmware.bat file doesn't work with this Firmware file. Flash the files manually!
6.0 MPH24.49-18-4 FIRMWARE
This is the May security update full firmware
MPH24.49-18-4 FIRMWARE
TWRP BACKUPS
5.1.1 LPH23.116-18 Stock Unrooted TWRP Backup
This is a 100% stock, unrooted TWRP backup. Unzip the file, and put the "Stock Unrooted" file in with your TWRP backups. Restore with that file, then flash the stock recovery. You should be able to take an OTA after flashing the stock recovery
5.1.1 Stock Unrooted.zip
6.0 MPH24.49-18 Stock Unrooted TWRP Backup
This is a 100% stock, unrooted TWRP backup. Unzip the file, and put the "Stock Unrooted 6.0" file in with your TWRP backups. Restore with that file, then flash the stock recovery. You should be able to take an OTA after flashing the stock recovery
6.0 Stock Unrooted.zip
--mirror--
6.0 MPH24.49-18-3 Stock Unrooted TWRP Backup
This is a 100% stock, unrooted TWRP backup. Unzip the file, and put the "stock_MPH24.49-18-3" file in with your TWRP backups. Restore with that file, then flash the stock recovery. You should be able to take an OTA after flashing the stock recovery
stock_MPH24.49-18-3
OTA's
OTA Firmware Update Android 5.1 (LPH23.116-18) to 6.0 (MPH24.49-18)
Blur_Version.23.21.18.clark_retus.retus.en.US.zip
--mirror--
OTA February Security Update MPH24.49-18 to MPH24.49-18-3
Blur_Version.24.11.18.clark_retus.retus.en.US.zip
ANYONE HAVING ISSUES WITH THIS OTA SECURITY UPDATE SEE THIS
AutoFlashFirmwareScript
MAKE SURE YOU ARE NOT DOWNGRADING AS IT WILL CAUSE BOOT LOOPS
Current Firmware 5.1.1 to 6.0.0= OK
Current Firmware 6.0.0 to 5.1.1= BOOTLOOP
-This is a Windows .bat script to automagically flash a firmware file:
Code:
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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
fastboot erase cache
fastboot erase userdata
fastboot reboot
-Make sure Motorola USB Drivers are installed
-Extract the Motorola Firmware you want to flash
-Extract the contents of the AutoFlashFirmwareScript folder inside the folder of the firmware previously extracted (Motorola Firmware and AutoFlashFirmwareScript files must be in the same folder)
-Start the device in fastboot
-Connect to usb
-Run (double click) AutoFlashFirmware.bat
AutoFlashFirmware.zip
Useful Commands
Code:
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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
I would take a nice fast stock rom why not until CM roms have working VolTE. If you need some mirrors I can help
patt2k said:
I would take a nice fast stock rom why not until CM roms have working VolTE. If you need some mirrors I can help
Click to expand...
Click to collapse
I plan on cooking just stock roms. Have little time to even do that, but I find them useful most of the time. You can mirror whatever you'd like.
The modified logo.bin inside of the zip has the unlocked bootloader screen removed, and the normal stock "locked bootloader" screen in it's place.
Nice post it when you have recovery flash able stock from
Sent from my XT1575 using Tapatalk
I've been waiting for a stock rom, looking forward to this. Thank you.
Will you create one for Moto X Style version (EU) too?
Verstuurd vanaf mijn XT1572 met Tapatalk
odin13 said:
Will you create one for Moto X Style version (EU) too?
Verstuurd vanaf mijn XT1572 met Tapatalk
Click to expand...
Click to collapse
If and when I can get the firmware, definitely. Took me forever to get this firmware since I could not dump it from my device like normal. Never had an issue before with taking dumps?:laugh::silly:
Oh snap stock goodness
Sent from my XT1575 using Tapatalk
Currently working on the updater-script, my arch nemisis. Hopefully if all goes well I'll have it up tonight/tomorrow. After the unrooted stock from is done, I'll rock out a stock rooted....possibly with some debloat/enhancements.
here, this is the firmware for the XT1572 (STYLE) Retail EU: https://drive.google.com/file/d/0BzsA17IjC5k2Vng2RWlRM0dRNTQ/view?usp=sharing
gokart2 said:
Currently working on the updater-script, my arch nemisis. Hopefully if all goes well I'll have it up tonight/tomorrow. After the unrooted stock from is done, I'll rock out a stock rooted....possibly with some debloat/enhancements.
Click to expand...
Click to collapse
That would be awesome I like stock with some extra goodness, you rock man !
Sent from my XT1575 using Tapatalk
nitros12 said:
here, this is the firmware for the XT1572 (STYLE) Retail EU: https://drive.google.com/file/d/0BzsA17IjC5k2Vng2RWlRM0dRNTQ/view?usp=sharing
Click to expand...
Click to collapse
Awesome! Just seen your reply in the Q&A. I'll try to throw some stuff together for the STYLE! :good:
Updated the OP with XT1572 "STYLE" firmware, etc....
Code:
make clean && make mrproper
I have no clue how to understand this lol, if I could I would
Sent from my XT1575 using Tapatalk
I have no clue either...lol!
gokart2 said:
I have no clue either...lol!
Click to expand...
Click to collapse
its a silly error. that line is blank that's why that error.
delete that line and it should work..i did for you,,you can try that one.
@gokart2 if my previous upload didn't work here is the second. You didn't close the bracket for assert at line 9
amit.lohar said:
@gokart2 if my previous upload didn't work here is the second. You didn't close the bracket for assert at line 9
Click to expand...
Click to collapse
Thank you very much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:good::good::good::good::good:
I appreciate the help very much! I'm gonna give it a try and see.
I see that I didn't close it now. I built about 10 of these....so I probably thought I had it closed in this one like the others.
And I thought we were supposed to leave one blank line at the end?
Update...... I got the installer-script figured out. It flashed, but after sitting at the splash screen for a little bit it rebooted into recovery....?
I'm lost at this point. I'm gonna try to do a system dump from my device and build it that way (the way I'm used to) instead of they way I built it from the Firmware. The tool I used may have had something to do with it?

Moto E I How to downgrade?

Hello. I want to downgrade my Moto E XT1021 from 5.1 to 4.4.4 but i don't know how. Help me please.
iVorthz said:
Hello. I want to downgrade my Moto E XT1021 from 5.1 to 4.4.4 but i don't know how. Help me please.
Click to expand...
Click to collapse
Download the firmware from here: http://www.mediafire.com/?m7g757bn5uydrh8
Download mfastvoot : http://www.mediafire.com/?14p0x9cb34s2kqj
Extract the firmware and place the mfastboot into that folder!!
Download necessary Motorola drivers ( ignore if already installed)
Turn on mobile in bootloader mode
Flash each of the partitions in sequence using mfastboot, you need to enter the following commands one-by-one checking that each one returns an [OKAY]
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot.exe flash system system.img_sparsechunk1
mfastboot.exe flash system system.img_sparsechunk2
mfastboot.exe flash system system.img_sparsechunk3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
If ur moto e is an Indian variant flash these
mfastboot.exe flash system system.img_sparsechunk.0
mfastboot.exe flash system system.img_sparsechunk.1
mfastboot.exe flash system system.img_sparsechunk.2
Now ull be on stock 4.4.4
Press thanks if I helped u ??
Sent from my falcon using Tapatalk

[HELP] Need Moto Z XT1650-05 Sheridan Stock ROM - Stuck in a Bootloop!

Hello all,
I currently have a Moto Z XT1650-05 SHERIDAN Dual Sim from China. I tried to install TWRP and root it but messed it all up. Now I am stuck in a bootloop. I tried to flash the stock rom in mfastboot using the XT1650-05 GRIFFIN China Stock ROM but it gets to the "Erasing" screen with a droid and keeps looping from there.
Have tried to google all over for a "SHERIDAN" ROM but not able to find one either. Could any kind soul here point me in the right direction to save my device?
Thanks so much in advance!
You can download stock firmware from there:
http://forum.xda-developers.com/moto-z/development/moto-z-official-firmware-downloads-t3449837
use mfastboot to flash it.
alphaeva said:
You can download stock firmware from there:
http://forum.xda-developers.com/moto-z/development/moto-z-official-firmware-downloads-t3449837
use mfastboot to flash it.
Click to expand...
Click to collapse
Thanks for the reply. Unfortunately this list does not include the Sheridan variant, only the Griffin ones. It's okay, I managed to figure out a workaround.
how u install goggle play in china version?
...
Just flash any Griffin firmware, for safety you should first delete gpt and bootloader IMG. These variants share their firmware with each other, according to website spec info.
Sent from my XT1650 using XDA-Developers mobile app
I have the same trouble with my European version. I tried to flash a griffin version and now it is stuck in bootloop
I had the same issue awhile ago. I fixed it by using the ADB command prompts version and installing it piece by piece. It took longer but works flawlessly now. The directions are somewhere in the forums Ill see if I can find them.
Here is the command I use to flash the ROM
Code:
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
mfastboot flash system system.img_sparsechunk.10
mfastboot flash system system.img_sparsechunk.11
mfastboot flash system system.img_sparsechunk.12
mfastboot flash system system.img_sparsechunk.13
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
erase partition.gpt
evanxyj said:
Just flash any Griffin firmware, for safety you should first delete gpt and bootloader IMG. These variants share their firmware with each other, according to website spec info.
Sent from my XT1650 using XDA-Developers mobile app
Click to expand...
Click to collapse
hi, how can erase partition gpt?
because is the only one with errors in fastboot load rom
thanx
rvinturis said:
hi, how can erase partition gpt?
because is the only one with errors in fastboot load rom
thanx
Click to expand...
Click to collapse
Sorry. No idea about your situation, but instinct tells me you are mostly fxxked up if you mess up with gpt partition.
Sent from my OnePlus3T using XDA Labs
I try to install stock rom for motorola xt 1650-03 griffin , but was not good idea . Because is not genuine for my moto z Sheridan . Now my moto work like a charm but during the start up , remain in fastboot mode, after that must push the power button in start for continue start up process. Afterthat everything is normal. My moto z Sheridan have unlock bootloader, no Root and official firmware 7.0
---------- Post added at 01:36 PM ---------- Previous post was at 01:34 PM ----------
I cannot find stok rom nougat for Sheridan european model. Xt1650-03.
rvinturis said:
Now my moto work like a charm but during the start up , remain in fastboot mode, after that must push the power button in start for continue start up process.
I cannot find stok rom nougat for Sheridan european model. Xt1650-03.
Click to expand...
Click to collapse
To fix stuck @ bootloader (START only) - on bootloader, run:
Code:
fastboot oem fb_mode_clear
Then restart it, tell me if it helps
i have the same problem, have xt1650-03 sheridan, i can use some roms, but i want a stock rom and lock the bootloader bsecause my bluetooth died.
fastboot oem fb_mode_clear it works.
HELP!
solitudinal said:
Thanks for the reply. Unfortunately this list does not include the Sheridan variant, only the Griffin ones. It's okay, I managed to figure out a workaround.
Click to expand...
Click to collapse
please tell me what you have done because im stuck with the same problem
help!
solitudinal said:
Thanks for the reply. Unfortunately this list does not include the Sheridan variant, only the Griffin ones. It's okay, I managed to figure out a workaround.
Click to expand...
Click to collapse
please tell what was the workaround because im facing the same problem and dont know what to do!!!:crying:

Way to solve dual sim problem on custom roms in easy way

Download this file
1. http://forum.xda-developers.com/attachment.php?attachmentid=3920713&d=1477846802
extract it
now replace these files
NON-HLOS.bin and
adspso.bin
from the files you got from fastboot version of miui where both sims were working.Now flash these files. ive attached screenshots .its working for me
i only change non HLOS Until now..
but it still worked. but maybe your method better. next time will change adspso too. thanks
For me, flashing just NON-HLOS.bin wouldn't work. I had to flash adspso.bin too.
And you don't need to download the whole 45MB zip just to replace the two .bin files later. You can download the zip from the attachment and put the NON-HLOS.bin and adspso.bin in the "firmware-update" folder in the zip and then zip it again and flash. Or you can flash the files through fastboot too
Code:
fastboot flash modem NON-HLOS.bin
fastboot flash dsp adspso.bin
@kamrantahir - You may add this zip to OP.

How To Guide CPH2459 RESTORE (BETA. PLEASE PROVIDE FEEDBACK)

Download this Firmware -> https://mega.nz/file/JRFUwbpY#gsn5SmaPBpND5Vfredrm5sFJx6tWzegS67v2YDYvfjA
Put Firmware Files in your platform tools folder
CMD into the platform tools directory (if you don't know what that means,. then you are a NOOB LOL)
type
Fastboot devices
output: phone detected ? yes then proceed if no then you need to fix that
copy and paste all this in fastboot
fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification vbmeta_vendor vbmeta_vendor.img
fastboot flash metadata metadata.img
fastboot flash userdata userdata.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash bluetooth bluetooth.img
fastboot flash dsp dspso.bin
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash core_nhlos core_nhlos.bin
fastboot flash featenabler featenabler.mbn
fastboot flash vendor_boot vendor_boot.img
fastboot flash splash splash.img
fastboot flash oplus_sec oplus_sec.mbn
fastboot flash apdp apdp.mbn
fastboot flash toolsfv tools.fv
fastboot flash logfs logfs_ufs_8mb.bin
fastboot flash storsec storsec.mbn
fastboot flash oplusreserve2 oplusreserve2.img
then type fastboot reboot.
be patient
or if its bootlooping let me know.
i dont have a cph variant.
these commands above where tested in Gn2200
Theatrically it should still work for CPH
NOTES: I FIND IT Odd THAT THIS METHOD DEBRICKED my DEVICE to a success boot to HOMESCREEN without having too flash the critical PARTION NOR THE SUPER
I have the decrypted .ofp file. It doesn't give product.img, system.img, odm.img, and a couple others and everytime I unpack it, it corrupts some of the .img files. It also gives three supers. If you can get all of the raw files without corruption and post them, I'd be grateful.
TweakybirdsTheWord said:
I have the decrypted .ofp file. It doesn't give product.img, system.img, odm.img, and a couple others and everytime I unpack it, it corrupts some of the .img files. It also gives three supers. If you can get all of the raw files without corruption and post them, I'd be grateful.
Click to expand...
Click to collapse
Ya all those files are in the super.img . You gotta use simg2img to merge the parted supers then unpack that super
Well then. I'll, uh...I'll try that very simple sounding idea. My old college professor is laughing at me.
Decrypting the ofp takes like 20 minutes
Have you the merged super.img? I haven't had a chance to do it yet.
TweakybirdsTheWord said:
Have you the merged super.img? I haven't had a chance to do it yet.
Click to expand...
Click to collapse
redacted
How to use this
killerex said:
How to use this
Click to expand...
Click to collapse
redacted
I have one plus Nord n20 5g version is this compatible
killerex said:
I have one plus Nord n20 5g version is this compatible
Click to expand...
Click to collapse
Do you have the Gn2200 or the chp variant?
Chp
killerex said:
Chp
Click to expand...
Click to collapse
Then it should be compatible. . Is your device bricked and bootloader unlocked?
The guide wont be ready tonight maybe tomorrow.
Yes
redacted
bricklife4me said:
What was the lastest update you did to phone and how did you brick your phone.?
Click to expand...
Click to collapse
Latest update..I was trying to root it..I guess flashed wrong boot.img
killerex said:
Latest update..I was trying to root it..I guess flashed wrong boot.img
Click to expand...
Click to collapse
redacted
bricklife4me said:
here are the commands to flash in fast boot d
fastboot flash devcfg_a devcfg.mbn
fastboot flash devcfg_b devcfg.mbn
fastboot flash dsp_a adspso.bin
fastboot flash dsp_b adspso.bin
fastboot flash bluetooth_a BTFM.bin
fastboot flash bluetooth_b BTFM.bin
fastboot flash modem_a NON-HLOS.bin
fastboot flash modem_b NON-HLOS.bin
fastboot flash pmic_a pmic.elf
fastboot flash pmic_b pmic.elf
fastboot flash rpm_a rpm.mbn
fastboot flash rpm_b rpm.mbn
fastboot flash splash splash.img
fastboot flash tz_a tz.mbn
fastboot flash tz_b tz.mbn
fastboot flash xbl_a xbl.elf
fastboot flash xbl_b xbl.elf
fastboot flash abl_a abl.elf
fastboot flash abl_b abl.elf
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
fastboot flash dtbo_a dtbo.img
fastboot flash dtbo_b dtbo.img
fastboot flash super super.img
fastboot flash vendor_a vendor.img
fastboot flash vendor_b vendor.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash vbmeta_b vbmeta.img
fastboot erase userdata
to get to fastboot you have to adb the below command
adb reboot fastboot
Click to expand...
Click to collapse
How can I flash all this command in one flash?
bricklife4me said:
Did you pull your own boot image?
Click to expand...
Click to collapse
No I got from telegram.
killerex said:
No I got from telegram.
Click to expand...
Click to collapse
Lol probably from my Channel

Categories

Resources