[FIRMWARE] XT1068 5.0.2 Retail BRAZIL Firmware - G 2014 General

Hey guys, i found out a zip file with the 5.0.2 firmware
Link --> http://www.filefactory.com/file/1j3tpg7jf8dl/RETBR_XT1068_5.0.2_LXB22.46-28_cid12_CFC.xml.zip
(Please, give me mirrors... filefactory it's sooo slow ç.ç)
Instructions:
1. Download 5.02 and Extract it to a folder
2. Download mfastboot-v2 and Extract it into the same folder Download: http://goo.gl/lTYq4F
3. Reboot the phone into Bootloader
4. Run Following commands from the Command Prompt after cd-ing to the folder, one by one
Code:
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 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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
That's all folks! See ya later!

W3ND31 said:
Hey guys, i found out a zip file with the 5.0.2 firmware
Link --> http://www.filefactory.com/file/1j3tpg7jf8dl/RETBR_XT1068_5.0.2_LXB22.46-28_cid12_CFC.xml.zip
(Please, give me mirrors... filefactory it's sooo slow ç.ç)
Click to expand...
Click to collapse
Already made a Easy installer for RETAIL BRAZIL firmware see my signatue (5.0.2) or see Thread here
http://forum.xda-developers.com/moto-g-2014/general/official-stock-firmware-5-0-2-lxb22-46-t3019612

reefuge said:
Already made a Easy installer for RETAIL BRAZIL firmware see my signatue (5.0.2) or see Thread here
http://forum.xda-developers.com/moto-g-2014/general/official-stock-firmware-5-0-2-lxb22-46-t3019612
Click to expand...
Click to collapse
Sorry man! I had not seen the post , man! :/
How i exclude this?

W3ND31 said:
Sorry man! I had not seen the post , man! :/
How i exclude this?
Click to expand...
Click to collapse
No problem good to have link so people can get only the firmware file

Related

[XT1033][Restore from GPE 4.4.4 to stock Moto 4.4.2]

Disclaimer
What's posted here is tested before sharing
but if something bad happens, it's not my problem.​Originally posted @MotoModTR by »CanERYVZ« to restore the stock firmware of any XT1033 converted to XT1032 GPE 4.4.2 with deej_roamer's instructions posted here,then OTA'd to GPE 4.4.4. I'm just sharing, all credits to »CanERYVZ« :good:
Your device will be restored to XT1033 Asia.retail 4.4.2 successfully
TESTED and WORKS for XT1033 Asia Retail Dual-Sim version.
1- Download 4.4.2 stock version for your device RETAIL-AS_FALCON_KXB20.25-1.31_cid7_CFC_1FF.xml.zip
1a- Extract firmware to c:\retail
2- Download stock OTA 4.4.4 file for XT1033 Blur_Version.171.44.31.falcon_umtsds.AsiaRetail.en.03.zip
2a- Extract just the 3 files "gpt.bin", "logo.bin" and "emmc_appsboot.mbn" to c:\retail and overwrite the old ones.
3- Download mfastboot-adb.rar
3a- Extract mfastboot-adb.rar to c:\retail
4- Open CMD (command prompt) and go to C:\retail (type cd c:\retail in cmd)
Note: you need to run command prompt as administrator.
4a- Type the following commands one by one:
Code:
mfastboot flash aboot emmc_appsboot.mbn
mfastboot flash partition gpt.bin
mfastboot reboot-bootloader
mfastboot getvar max-sparse-size
mfastboot oem fb_mode_set
mfastboot flash motoboot motoboot.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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot oem fb_mode_clear
mfastboot reboot
5- Go to stock recovery. Wipe data / factory reset and wipe cache for a clean start.
ps : motoboot partition will result error because we don't have it in the moto 4.4.4 ota file, just don't worry and continue. :good:
Greetings. :highfive::good:​
So, this will restore the mobile from GPE to Stock 4.4.4 with dual sim capability ?
When does the android s friends
No,
This will restore XT1033 from GPE 4.4.4 to Moto 4.4.2 , but if you like you can OTA to Moto 4.4.4.
When does the android l friends
Awesome, but i have a question.
Some people just take the gpt.bin, replace it to 4.4.2 firmware pakage and flash without flashing motoboot.img.then ok.
Some people take logo.bin too.
But i did not see anyone take the emmc_appsboot.mbn. can u explain what is emmc_appsboot.mbn
Sorry for being noob.
Btw, how many devices did u test?
Sent from my SM-G900F using Tapatalk
@windylawyer.1712,
Hi,
i need to say that i'm a noob when it comes to qualcomm platform but after a little research in google, i got some results and to my understanding ;
emmc_appsboot.mbn which is flashed into aboot partition keeps information about the emmc file system structure. So what's aboot partition ? I'll quote from Master Dan Rosenberg here.
aboot loads the kernel and ramdisk into memory at the addresses requested by the boot image header, and then signature validation is performed after this loading is complete. Because the boot image header is read straight from eMMC flash prior to any signature validation, it contains essentially untrusted data. As a result, it's possible to flash a maliciously crafted boot image whose header values cause aboot to read the kernel or ramdisk into physical memory directly on top of aboot itself!
Click to expand...
Click to collapse
Other methods that i've seen without the " emmc_appsboot.mbn " flashing step, seems to halt the phone on startup and returns to bootloader menu, then you need to press Normal Powerup to boot the device.
However the method in OP, the phone just boots fine. Hope this helps and if there's something to be corrected, i'd be more than happy to learn something new.
fatihtpr said:
When does the android l friends
Click to expand...
Click to collapse
Hello fatih,
I think XT1032 GPE will get Android L after a month for the Nexus Line. XT1033 or XT1032 moto editions might get it about 3 months...
Semseddin said:
Hello fatih,
I think XT1032 GPE will get Android L after a month for the Nexus Line. XT1033 or XT1032 moto editions might get it about 3 months...
Click to expand...
Click to collapse
Hello şemseddin thank for as ne.
What is the difference between xt 1033 xt1032 and wonder?
fatihtpr said:
Hello şemseddin thank for as ne.
What is the difference between xt 1033 xt1032 and wonder?
Click to expand...
Click to collapse
Xt1032 is one sim version.
Xt1033 is dual sim version
Gửi từ GT-N7105 của tôi bằng cách sử dụng Tapatalk
Thanks windylawyer
Thanks OP...
THANKS!!!
thank youuu good sir! this is total life saver!!
Preflash validation failed
I have got a 1032. Used to have GPE, installed as 4.4.2, OTA upgraded to 4.4.4.
I want to get back the Motorola ROM, 4.4.2, or 4.4.4.
When I tried, I got a few "Preflash validation failed" errors, bootloader complains: "version downgraded for xxx". After the "downgrade" I have got just bootloader and recovery. No sstem can be booted/installed.
I have also tried this script (first few steps), but I have got the same errors for the first 2 commands
Tried with 4.4.2 and 4.4.4 xml.zip versions as well.
Code:
mfastboot flash aboot emmc_appsboot.mbn
mfastboot flash partition gpt.bin
mfastboot reboot-bootloader
mfastboot getvar max-sparse-size
mfastboot oem fb_mode_set
mfastboot flash motoboot motoboot.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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot oem fb_mode_clear
mfastboot reboot
... and after the whole thing ran, boot process stops in logo (bootloader is open blahblahblah...)
bootloader / recovery can be started, nothing more.
is this method working successfully??
jbanti said:
is this method working successfully??
Click to expand...
Click to collapse
Yes
can i ota after following this procedure to restore to xt1033 firmware?
pfufle said:
can i ota after following this procedure to restore to xt1033 firmware?
Click to expand...
Click to collapse
YES... u can its fully Stock
Sent from my XT1033
Bootloader unlocked flashing and stuck
Semseddin said:
@windylawyer.1712,
Hi,
i need to say that i'm a noob when it comes to qualcomm platform but after a little research in google, i got some results and to my understanding ;
emmc_appsboot.mbn which is flashed into aboot partition keeps information about the emmc file system structure. So what's aboot partition ? I'll quote from Master Dan Rosenberg here.
Other methods that i've seen without the " emmc_appsboot.mbn " flashing step, seems to halt the phone on startup and returns to bootloader menu, then you need to press Normal Powerup to boot the device.
However the method in OP, the phone just boots fine. Hope this helps and if there's something to be corrected, i'd be more than happy to learn something new.
Click to expand...
Click to collapse
please somebody help.....after doing all this my screens blink with logo of BOOTLOADER UNLOCKED........and when i go to the fastbootboot and connect usb it now doesnt recognize it........plz help me save my moto g....plzzzzzzzzzzzzzzzz

UK xt1092 received

The title should have "update"... Thanks autoincorrect.
Sent from my XT1052 using XDA Free mobile app
Mine's just on the way down.
Just got mine but it won't update. I have no idea why. Maybe it's because I have a custom recovery?
It says it's expected to have a version ie victara and I have cm_victara. Any one know how to get this to update? My phone is currently rebooting constantly unless I turn it off myself.
Custom recovery is why. Look for guides to reflash
kboya said:
Custom recovery is why. Look for guides to reflash
Click to expand...
Click to collapse
I just used multi tool to install the stock recovery and wipe but it still won't work. Any ideas?
Please can someone upload the GB Retail firmware for the XT1092 if they have now got this successfully. Thanks!
Thats interesting, so the EU and GB versions have the same baseband.
Might be alright to stick to the EU firmware for now then, maybe it gets the next update faster
There's nothing on the surface to mark it out as being GB specific.
To be fair, I'm not sure a week's update difference is enough for me to care.
transmission1 said:
Please can someone upload the GB Retail firmware for the XT1092 if they have now got this successfully. Thanks!
Click to expand...
Click to collapse
Here you go: http://forum.xda-developers.com/showpost.php?p=57591807&postcount=36
Diesel779 said:
Here you go: http://forum.xda-developers.com/showpost.php?p=57591807&postcount=36
Click to expand...
Click to collapse
Hey any ideas how i can go about installing that? Ive tried to use Multi tool to get stock but now it says my phone is xt1095 but it was originally xt1092 :/ ive tried to find the uk stock firmware but no luck.
AllenLoyola23 said:
Hey any ideas how i can go about installing that? Ive tried to use Multi tool to get stock but now it says my phone is xt1095 but it was originally xt1092 :/ ive tried to find the uk stock firmware but no luck.
Click to expand...
Click to collapse
It's a factory image you can flash it over anything you currently have running. Open the Multi tool folder and you will see some called 'msfastboot' Make a new folder on your desktop and place that in there, then download the factory image I gave you the link for and extract it into the same folder you placed the msfastboot into. Then, whilst in that folder hold the shift key on your keyboard and then right click on your mouse and select 'open a command window here' Then put your phone in fastboot by turning it off and holding the power and volume down keys at the same time. Then, in the terminal you opened earlier type these commands one at a time:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin (REMOVES YOUR CUSTOM BOOTLOGO (Not neccessary))
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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata (FACTORY RESETS YOUR FLASH MEMORY (Not neccessary))
mfastboot erase customize (REMOVES MOTOMAKER CUSTOMIZATIONS (Not neccessary))
mfastboot erase clogo (REM
mfastboot reboot
AllenLoyola23 said:
Hey any ideas how i can go about installing that? Ive tried to use Multi tool to get stock but now it says my phone is xt1095 but it was originally xt1092 :/ ive tried to find the uk stock firmware but no luck.
Click to expand...
Click to collapse
Multi-Tool is made for the XT1095, so that's probably why. It even says that in the title.
You can use my guide here, to convert your phone back to XT1092 and get RETEUALL instead.
Lafenear said:
Multi-Tool is made for the XT1095, so that's probably why. It even says that in the title.
You can use my guide here, to convert your phone back to XT1092 and get RETEUALL instead.
Click to expand...
Click to collapse
Diesel779 said:
It's a factory image you can flash it over anything you currently have running. Open the Multi tool folder and you will see some called 'msfastboot' Make a new folder on your desktop and place that in there, then download the factory image I gave you the link for and extract it into the same folder you placed the msfastboot into. Then, whilst in that folder hold the shift key on your keyboard and then right click on your mouse and select 'open a command window here' Then put your phone in fastboot by turning it off and holding the power and volume down keys at the same time. Then, in the terminal you opened earlier type these commands one at a time:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin (REMOVES YOUR CUSTOM BOOTLOGO (Not neccessary))
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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata (FACTORY RESETS YOUR FLASH MEMORY (Not neccessary))
mfastboot erase customize (REMOVES MOTOMAKER CUSTOMIZATIONS (Not neccessary))
mfastboot erase clogo (REM
mfastboot reboot
Click to expand...
Click to collapse
Thanks guys. I'm stuck tho. It says I'm missing AdbWinApi.DLL which is a driver right? I've got AndroidSDK tho so I don't why that's popping up.
AllenLoyola23 said:
Thanks guys. I'm stuck tho. It says I'm missing AdbWinApi.DLL which is a driver right? I've got AndroidSDK tho so I don't why that's popping up.
Click to expand...
Click to collapse
I wouldn't bother with the RETEU version if you're in the UK, the link I gave you is to the official RETGB factory image. As regards your problem try putting the msfastboot in your ADB folder and also extract your RETGB zip into the same folder, then open up a terminal in that folder and run the commands. Also, have you put your phone in fastboot and let Window automatically install the fastboot driver for your device?
Edit to add: If you are having problems though the RETEU is the same and you'll still receive official OTA's in the future. Just try what I typed above and if all else fails follow the other posters guide to install rthe RETEU version.
Diesel779 said:
I wouldn't bother with the RETEU version if you're in the UK, the link I gave you is to the official RETGB factory image. As regards your problem try putting the msfastboot in your ADB folder and also extract your RETGB zip into the same folder, then open up a terminal in that folder and run the commands. Also, have you put your phone in fastboot and let Window automatically install the fastboot driver for your device?
Edit to add: If you are having problems though the RETEU is the same and you'll still receive official OTA's in the future. Just try what I typed above and if all else fails follow the other posters guide to install rthe RETEU version.
Click to expand...
Click to collapse
Got it. I actually almost couldn't find my ADB folder. Somehow I didn't have in C: and had it installed in my documents folder. dumb.
But yeah I managed to get it. This means I get all future OTAs right? and Even if I don't I could still use that method to update? And thanks so much guys. Really appreciate it, I thought I was never going to get Lollipop on this.
AllenLoyola23 said:
Got it. I actually almost couldn't find my ADB folder. Somehow I didn't have in C: and had it installed in my documents folder. dumb.
But yeah I managed to get it. This means I get all future OTAs right? and Even if I don't I could still use that method to update? And thanks so much guys. Really appreciate it, I thought I was never going to get Lollipop on this.
Click to expand...
Click to collapse
Yes, you will get all future OTA's. This is an official RETGB retail image. It's exactly what you would have got if you had received the OTA normally, but instead of upgrading you've done a fresh install.
Diesel779 said:
Yes, you will get all future OTA's. This is an official RETGB retail image. It's exactly what you would have got if you had received the OTA normally, but instead of upgrading you've done a fresh install.
Click to expand...
Click to collapse
Is there a way to flash 4.4.4 images again? i went straight to L when i got my phone and didn't get a chance to test it out on kitkat, but it fails to flash the partition or motoboot image as the current version is too high, do you know how to bypass the checks?
IINexusII said:
Is there a way to flash 4.4.4 images again? i went straight to L when i got my phone and didn't get a chance to test it out on kitkat, but it fails to flash the partition or motoboot image as the current version is too high, do you know how to bypass the checks?
Click to expand...
Click to collapse
don' t worry about this
Diesel779 said:
It's a factory image you can flash it over anything you currently have running. Open the Multi tool folder and you will see some called 'msfastboot' Make a new folder on your desktop and place that in there, then download the factory image I gave you the link for and extract it into the same folder you placed the msfastboot into. Then, whilst in that folder hold the shift key on your keyboard and then right click on your mouse and select 'open a command window here' Then put your phone in fastboot by turning it off and holding the power and volume down keys at the same time. Then, in the terminal you opened earlier type these commands one at a time:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin (REMOVES YOUR CUSTOM BOOTLOGO (Not neccessary))
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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata (FACTORY RESETS YOUR FLASH MEMORY (Not neccessary))
mfastboot erase customize (REMOVES MOTOMAKER CUSTOMIZATIONS (Not neccessary))
mfastboot erase clogo (REM
mfastboot reboot
Click to expand...
Click to collapse
Thank you for your link.
Could I ask, If i flash this over my european moto x will it turn it into a GB version in settings and receive future OTA updates? I assume it should.
Likewise do I need to unlock my boot loader to flash this, or will putting into fast boot do.
Thanks for your advice in advance.
nookcoloruser said:
Thank you for your link.
Could I ask, If i flash this over my european moto x will it turn it into a GB version in settings and receive future OTA updates? I assume it should.
Likewise do I need to unlock my boot loader to flash this, or will putting into fast boot do.
Thanks for your advice in advance.
Click to expand...
Click to collapse
Yes and yes and no you don' t need to unlock. But why do this as the reteu model received the update before the retgb model, you can just sideload the ota if you didn't get it yet?

[FIRMWARE][XT1032-XT1033] Firmware Lollipop Retail Brasil & Asia 5.0.2

Firmware retail BR XT1032: http://www.filefactory.com/file/5i311qq8mguf/BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml.zip
Firmware retail BR XT1033: http://www.filefactory.com/file/3buo0jqjvn41/BRASIL_XT1033_5.0.2_LXB22.46-28_cid12_CFC.xml.zip
Firmware retail Asia XT1033:http://www.filefactory.com/file/5vpmod6c5sdh/ASIARETAIL_XT1033_5.0.2_LXB22.46-28_cid7_CFC.xml.zip
Credits: Firmware Team
Are... those.... official images of lillipop rom for stock motorola oem ? Oooooh awesome. Now we need to know what to flash stright from GPE 5.0.1 so it would work perfectly.
Maybe move it to development section so it won't blend in spam threads in this general ?
But that would be nice to upload it somewhere where it would take shorter than 2h to download.
Here is the updated flashing guide
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 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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
Yes, there are 4 system chunks this time
so this one will work right out of the box, right? I want to try brazilian rom, since my carrier is refusing to unlock my imei with gpe rom. I think it's nonsense, the unlock code will probably fail with this one as well.
cristiand391 said:
Firmware retail BR XT1032: http://www.filefactory.com/file/5i311qq8mguf/BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml.zip
Firmware retail BR XT1033: http://www.filefactory.com/file/3buo0jqjvn41/BRASIL_XT1033_5.0.2_LXB22.46-28_cid12_CFC.xml.zip
Firmware retail Asia XT1033:http://www.filefactory.com/file/5vpmod6c5sdh/ASIARETAIL_XT1033_5.0.2_LXB22.46-28_cid7_CFC.xml.zip
Credits: Firmware Team
Click to expand...
Click to collapse
error, file not found
moses_dx said:
so this one will work right out of the box, right? I want to try brazilian rom, since my carrier is refusing to unlock my imei with gpe rom. I think it's nonsense, the unlock code will probably fail with this one as well.
Click to expand...
Click to collapse
I think you will need to unlock the bootloader, and changing the firmware will not change your IMEI either.
and the links work.
anyone have mirror link ?
i don have premium account for file factory
waiting for mirror link, just got 20kbps
AgentChaos said:
I think you will need to unlock the bootloader, and changing the firmware will not change your IMEI either.
and the links work.
Click to expand...
Click to collapse
Yes, of course the Imei has never been touched but my carrier says it can't be unlocked because I messed with the rom
Mirror
XT1032 BR
Google Drive : https://drive.google.com/file/d/0B_2QjjWMyLghc3RkanZ1MVNhTVU/view?usp=sharing
XT1033 Asia
Google Drive : https://drive.google.com/file/d/0B_2QjjWMyLghQm9vZ3hhS3Z3dUk/view?usp=sharing
:fingers-crossed:
mirror please for asia
Sandivisi said:
mirror please for asia
Click to expand...
Click to collapse
mirror
https://drive.google.com/file/d/0B_2QjjWMyLghQm9vZ3hhS3Z3dUk/view?usp=sharing
:fingers-crossed:
MoeMoeKu said:
mirror
https://drive.google.com/file/d/0B_2QjjWMyLghQm9vZ3hhS3Z3dUk/view?usp=sharing
:fingers-crossed:
Click to expand...
Click to collapse
naah, thanks
Anyone tested it and flashed all straight from GPE 5.0.1 to this firmware?
brainscollector said:
Anyone tested it and flashed all straight from GPE 5.0.1 to this firmware?
Click to expand...
Click to collapse
I flashed BR firmware image for XT1032 over GPE 5.0.1
No Fastboot errors
Everything seems to work good
Sent from my Moto G
this is for XT1033 5.0.2 BR
Google Drive : https://drive.google.com/file/d/0B_2QjjWMyLghV3hMYWVoSFo0WHc/view?usp=sharing
:fingers-crossed:
AgentChaos said:
Here is the updated flashing guide
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 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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
Yes, there are 4 system chunks this time
Click to expand...
Click to collapse
Can I flash on xt 1033 cm12 ?
all good in my case also
Well, I'm stuck on boot animation
Edit:
Damn, that took so long. First boot was about 15 minutes !
mirror link for asia plz
i can't download in filefactory and gdrive

Stock 6.0/Marshmallow firmware for Latin America (RETLA) XT1072 (fast download)

https://drive.google.com/file/d/0B9JdPPX_cXeAODFEeVlGMkpsREU/view?usp=docslist_api (685mb)
how i can install this?
hitsegam said:
how i can install this?
Click to expand...
Click to collapse
Mfastboot or "apply update from sdcard" there's many guides on the forums
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 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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
I made a zip whit minimal fastboot + mfastboot v2 and a bat file, extract the rom files in the same folder as fastboot and bat file, run the bat as admin
Fastboot+mfastbootv2
BAT File
dr.nic said:
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 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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
I made a zip whit minimal fastboot + mfastboot v2 and a bat file, extract the rom files in the same folder as fastboot and bat file, run the bat as admin
Fastboot+mfastbootv2
BAT File
Click to expand...
Click to collapse
Great stuff. Thankyou
my phone still stuck in the motorola animation 10 min and more
T.T
hitsegam said:
my phone still stuck in the motorola animation 10 min and more
T.T
Click to expand...
Click to collapse
Same here
LuuchoRocha said:
Same here
Click to expand...
Click to collapse
First boot takes a long time. 25mins for most people
Unified firmware thread request
I appreciate a lot your efforts. This will help a load of people who bricked their devices, want to factory reset or just reflash or update to 6.X. However, you should take down all your pages and instead upload all the firmwares in an unified thread, so you won't need to search separately.
benjausen said:
I appreciate a lot your efforts. This will help a load of people who bricked their devices, want to factory reset or just reflash or update to 6.X. However, you should take down all your pages and instead upload all the firmwares in an unified thread, so you won't need to search separately.
Click to expand...
Click to collapse
I did them separately so they would be easier to find, rather than clicking a thread and searching through pages
Sent from my thea using XDA Labs
Hemphiz said:
I did them separately so they would be easier to find, rather than clicking a thread and searching through pages
Sent from my thea using XDA Labs
Click to expand...
Click to collapse
You can actually put a list of all firmwares and an explanation in the first post. So please do that.
benjausen said:
You can actually put a list of all firmwares and an explanation in the first post. So please do that.
Click to expand...
Click to collapse
No. I wont be doing that.
Can I install it with TWRP? or is there a way to convert this to a flasheable zip?
SirGustav said:
Can I install it with TWRP? or is there a way to convert this to a flasheable zip?
Click to expand...
Click to collapse
Not unless someone on the forums has. I'm not sure. If not. It's relatively quite easy to flash. Not as hard as it seems
SirGustav said:
Can I install it with TWRP? or is there a way to convert this to a flasheable zip?
Click to expand...
Click to collapse
Hi dude! Of course there is a way to make a flashable zip from this.
Here is :angel:
LuuchoRocha said:
Hi dude! Of course there is a way to make a flashable zip from this.
Here is :angel:
Click to expand...
Click to collapse
Is that not for things like flashing custom recoveries? I assumed you had to use kitchen tools to make a stock rom flashable zip... Though times do change
Hemphiz said:
Is that not for things like flashing custom recoveries? I assumed you had to use kitchen tools to make a stock rom flashable zip... Though times do change
Click to expand...
Click to collapse
Well the easiest way is with a kitchen but you can do it without one.
I think in edify we have some functions to flash images

New update (MPJ24.139-63) released on September 9, 2016 for moto G4 plus.

I have found that the new update is not a newer Android version but a security patch according to identifications made in July 2016.
Total size of update is 508.4 MB.
Some people have reported problems with notification sounds.
Do we have any more news about this update.?
Please upload stock rom for indian variant moto g4plus xt1643
i have installed a stock rom and it was US but now my phone is unable to connect to any wifi or mobile network plz upload anywhere else than filefactory
I have installed the update and everything is working fine for me.
help
jack_04 said:
I have installed the update and everything is working fine for me.
Click to expand...
Click to collapse
can u backup ur rom nd upload
navi74644 said:
can u backup ur rom nd upload
Click to expand...
Click to collapse
My phone is not rooted. So I guess I can not take ROM backup.
no need to be rooted
jack_04 said:
My phone is not rooted. So I guess I can not take ROM backup.
Click to expand...
Click to collapse
just put it in fastboot mode and pull the rom
navi74644 said:
just put it in fastboot mode and pull the rom
Click to expand...
Click to collapse
Can You Tell Me How To pull the rom In fastboot mode?
I hv installed updates..
There is a problem after that..
Sim 1 is automatically Off after sm time..
How is your phone working now?
jack_04 said:
I have installed the update and everything is working fine for me.
Click to expand...
Click to collapse
Motorola claims that they have solved all the reported issues except heating because of its board.
Many people have found that notification volume is decreased to 30%.
Could you share detailed information about what is included in update?
Have you reported this with Motorola?
Milan Samani said:
I hv installed updates..
There is a problem after that..
Sim 1 is automatically Off after sm time..
Click to expand...
Click to collapse
If you are using unrooted phone the I would suggest you to report this with Motorola. Let us know how do they respond and if they are willing to offer any quick solution to this issue.
first thing first: I have rooted using systemless root method. so if I update to this latest patch will I have to root it again? and will it be a complete factory reset or I can expect my apps persisting after update?
Sent from my Moto G (4) using Tapatalk
is there any way to update my unlocked bootloader phone ? I tried everything.. Flashed stock recovery... Unroot my phone.. Flash fire etc. nothing works.. Any suggestion will be appriciate.
navi74644 said:
i have installed a stock rom and it was US but now my phone is unable to connect to any wifi or mobile network plz upload anywhere else than filefactory
Click to expand...
Click to collapse
Same thing happened to me ! What I did is I just gave my mobile to service centre they flashed original firmware( don't forget to remove warning image )
I got this update and after updating, I am facing low notification sound.
Sent from my Moto G (4) using Tapatalk
By my ear notification sound is about 60% what it was before (this is sitting two devices next to each other and comparing the updated device at max volume with the non-updated device, when the nud's volume bar was at ~60℅ they sounded equal). Incidentally 100℅ on the non-updated device was probably a bit too loud.
I've contacted Moto and requested they acknowledge the issue and provide a timeframe for a solution; I have threatened to return both devices to my supplier. I'll share the reply.
The US unlocked XT1644 didnt get any updates. Anybody expecting android 7.0 before the holidays is going to be disappointed.
Pranav Kumar said:
Same thing happened to me ! What I did is I just gave my mobile to service centre they flashed original firmware( don't forget to remove warning image )
Click to expand...
Click to collapse
how to remove warning nd here did get it flashed again i mean which service centre
navi74644 said:
how to remove warning nd here did get it flashed again i mean which service centre
Click to expand...
Click to collapse
relock the bootloader and flash the stock rom again.
steps:
Flashing Stock Firmware:
1) Download firmware for XT1643 from https://drive.google.com/file/d/0B1N...tsRU1RTVk/view
2) Download mfastboot from https://drive.google.com/file/d/0B5j...ew?usp=sharing
3) Extract the firmware into the folder containing mfastboot.
4) Reboot the phone into Bootloader (power off, then press the power and volume down buttons simultaneously).
5) Execute these commands and make sure you receive an 'OKAY' after each command.
Code: just type first mfastboot oem lock,then enter this commands
mfastboot oem lock
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 dsp adspso.bin
mfastboot flash oem oem.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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem lock
mfastboot reboot
anhoxhrs said:
relock the bootloader and flash the stock rom again.
steps:
Flashing Stock Firmware:
1) Download firmware for XT1643 from https://drive.google.com/file/d/0B1N...tsRU1RTVk/view
2) Download mfastboot from https://drive.google.com/file/d/0B5j...ew?usp=sharing
3) Extract the firmware into the folder containing mfastboot.
4) Reboot the phone into Bootloader (power off, then press the power and volume down buttons simultaneously).
5) Execute these commands and make sure you receive an 'OKAY' after each command.
Code: just type first mfastboot oem lock,then enter this commands
mfastboot oem lock
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 dsp adspso.bin
mfastboot flash oem oem.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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem lock
mfastboot reboot
Click to expand...
Click to collapse
brother the given link doest not exist plz update ur drive download link it will be highly thankful to u
navi74644 said:
brother the given link doest not exist plz update ur drive download link it will be highly thankful to u
Click to expand...
Click to collapse
Lol this guy who mentioned the stepd just did a copy paste.the url he provided is incomplete.the complete url is - https://drive.google.com/file/d/0B1N6dGU7FEXsSjR3QUtsRU1RTVk/view

Categories

Resources