Have a problem flashing through Fastboot and then boot and only have warning bootloader unlocked ...
any solutions?
flash twrp for nougat and /data no get mounth...
any to help?
More info?
Screenshots from pc?
What & how did you flashed?
Update...
Flash manually every file of the firmwares and all works fine!
Really have problem to flash MM modem ...
can me provide lastest mm modem and comand to flash?
delete
bad conexion
andreskafe said:
Update...
Flash manually every file of the firmwares and all works fine!
Really have problem to flash MM modem ...
can me provide lastest mm modem and comand to flash?
Click to expand...
Click to collapse
Download highest MM, extract non-hlos, copy it to adb-fastboot folder.
If you didn't lock bootloader:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
/Repeat commands until you see OK/
Boot into twrp and install mm based custom rom.
dzidexx said:
Download highest MM, extract non-hlos, copy it to adb-fastboot folder.
If you didn't lock bootloader:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
/Repeat commands until you see OK/
Boot into twrp and install mm based custom rom.
Click to expand...
Click to collapse
Ok. Thanks.
Twrp for Nougat is compatible with MM roms?
andreskafe said:
Ok. Thanks.
Twrp for Nougat is compatible with MM roms?
Click to expand...
Click to collapse
Yes.
I wrote "MM based custom roms" - I meant custom 7.1.2 for MM modem.
dzidexx said:
Download highest MM, extract non-hlos, copy it to adb-fastboot folder.
If you didn't lock bootloader:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
/Repeat commands until you see OK/
Boot into twrp and install mm based custom rom.
Click to expand...
Click to collapse
Sorry. But no works for me.
My Moto is not signal after flash MM modem and need re flash the firmware!
I use this comand
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
Thanks!
andreskafe said:
Sorry. But no works for me.
My Moto is not signal after flash MM modem and need re flash the firmware!
I use this comand
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
Thanks!
Click to expand...
Click to collapse
After these commands you need to install custom rom, stock will not work.
dzidexx said:
After these commands you need to install custom rom, stock will not work.
Click to expand...
Click to collapse
I restore my nandroid backup...
Only way is flash custom ROM?
andreskafe said:
I restore my nandroid backup...
Only way is flash custom ROM?
Click to expand...
Click to collapse
I restore my nandroid backup of custom rom
You flashed stock Nougat,
After it u flashed MM modem - stock N will not work - you should install custom for MM modem.
/Twrp's backup don't include modem/.
Related
FIRST OF ALL
(Also for downgrading to KitKat without softbricked phone!)
Okay, I decided to do the OTA to lollipop, everything went fine. So after some use I decided to play with the /system partition. I formatted it without making a working backup so my phone was kinda softbricked. REMEMBER THIS THREAD IS NOT FOR HARDBRICKED BOOTLOADERS, you guys have to wait.
SO WHAT TO DO?
1. Plug your phone into fastboot in your pc.
2. Flash a custom recovery, like CWM, I know you'll have a screen rimble effect due the new bootloader (doesn't matter)
3. Open recovery and keep it plugged into PC, recovery will have adb on by default so leave recovery as it is.
4. Open CMD and type:
Code:
cd directory-with-adb.exe-and-fastboot.exe-etc.
(I assume that you guys know how to use adb and fastboot with CMD)
5. Type:
Code:
adb devices
6. Your Moto's serial number should show up in the attached devices list (serialnumber, recovery), if not download the driver installer from http://adbdriver.com
7. Now download a firmware flashable zip to the directory in your CMD (CyanogenMod or stock firmwares from here)
8. Now you have to make sure you are able to mount the /sdcard in recovery: To make sure do a /data and media wipe. (Also helps on GPe ROM and the encryption problem!)
9. Now you can push the downloaded zip to the phone's sdcard using:
Code:
adb push yourrom.zip /sdcard/yourrom.zip
It will take some time.
10. Now you can install but you may face a not working SIM or WiFi, you need to download a .xml.zip firmware corresponding to your just flashed version. Navigate to your firmware folder using CMD. Then type:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
11. Now your phone should work. You will have that annoying screen rimble. Sometimes it's gone, just turn screen off for a few minutes. It will be fixed when you install the stock recovery and then flash an lollipop OTA zip just like before! (OTA's will still show up and works with updating )
WARNING!
SOME GUYS MADE A HUGE MISTAKE AND BRICKED THEIR BOOTLOADER. THEY FLASHED LOLLIPOP OTA, THEN DOWNGRADED TO 4.4.2 AND THEY TRIED TO UPDATE TO 4.4.4 BY OTA!
THAT RUINED THE BOOTLOADER SEE BELOW!
FOR HARDBRICKED DEVICES
You ruined your bootloader, we need a mbm-ci (blankflasher tool) with the 5.0 bootloader. We have to wait till Motorola releases it. So no support yet.
Sorry guys, that was the risk!
HOPE YOU GUYS LIKE THIS TUTORIAL!
Thanks for the guide.
restore
GI0\/\NNI said:
FIRST OF ALL
Okay, I decided to do the OTA to lollipop, everything went fine. So after some use I decided to play with the /system partition. I formatted it without making a working backup so my phone was kinda softbricked. REMEMBER THIS THREAD IS NOT FOR HARDBRICKED BOOTLOADERS, you guys have to wait.
SO WHAT TO DO?
1. Plug your phone into fastboot in your pc.
2. Flash a custom recovery, like CWM, I know you'll have a screen rimble effect due the new bootloader (doesn't matter)
3. Open recovery and keep it plugged into PC, recovery will have adb on by default so leave recovery as it is.
4. Open CMD and type:
Code:
cd directory-with-adb.exe-and-fastboot.exe-etc.
(I assume that you guys know how to use adb and fastboot with CMD)
5. Type:
Code:
adb devices
6. Your Moto's serial number should show up in the attached devices list (serialnumber, recovery), if not download the driver installer from http://adbdriver.com
7. Now download a firmware flashable zip to the directory in your CMD (CyanogenMod or stock firmwares from here)
8. Now you have to make sure you are able to mount the /sdcard in recovery: To make sure do a /data and media wipe. (Also helps on GPe ROM and the encryption problem!)
9. Now you can push the downloaded zip to the phone's sdcard using:
Code:
adb push yourrom.zip /sdcard/yourrom.zip
It will take some time.
10. Now you can install but you may face a not working SIM or WiFi, you need to download a .xml.zip firmware corresponding to your just flashed version. Navigate to your firmware folder using CMD. Then type:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
11. Now your phone should work. You will have that annoying screen rimble. Sometimes it's gone but not sure. It will be fixed when you install the stock recovery and then flash an lollipop OTA zip just like before! (OTA's will still show up and works with updating )
FOR HARDBRICKED DEVICES
You ruined your bootloader, we need a mbm-ci (blankflasher tool) with the 5.0 bootloader. We have to wait till Motorola releases it. So no support yet.
Sorry guys, that was the risk!
HOPE YOU GUYS LIKE THIS TUTORIAL!
Click to expand...
Click to collapse
thanks for this guide
but my phone is not bricked ,can i downgrade 5.0 to 4.4.4
because my moto g is asian retail, i already installed brasil firmware and ota file
mostwantedxda said:
thanks for this guide
but my phone is not bricked ,can i downgrade 5.0 to 4.4.4
because my moto g is asian retail, i already installed brasil firmware and ota file
Click to expand...
Click to collapse
Yeah just follow guide!
Hi I have updated my Asian XT 1033 to brazil 5.0 but experienced NO NETWORK on both the sim cards... and now i downgraded to my asian 4.4.4 but still NO NETWORK on both sim cards... Please help .... m worried ;(
Imei vanished
My imei numbers are vanished.... Please help me... is there any thing i can do now??
hunterhere said:
Hi I have updated my Asian XT 1033 to brazil 5.0 but experienced NO NETWORK on both the sim cards... and now i downgraded to my asian 4.4.4 but still NO NETWORK on both sim cards... Please help .... m worried ;(
Click to expand...
Click to collapse
Flash 4.4.4
NON-HLOS.bin
fsg.mbn
Read the guide!
hunterhere said:
My imei numbers are vanished.... Please help me... is there any thing i can do now??
Click to expand...
Click to collapse
@hunterhere,
I think I found a solution!
1. Download and extract zip
2. Connect phone in fastboot mode to your PC
3. Run IMEI_fix_gio.bat
4. Should work now!
first of all i dont know where to ask this Q
after i downgrade to 4.4.4 with the guide will i be able to flash CM12 or my phone will be dead?
poran123 said:
first of all i dont know where to ask this Q
after i downgrade to 4.4.4 with the guide will i be able to flash CM12 or my phone will be dead?
Click to expand...
Click to collapse
after downgrading from 5.0 i was able to flash any rom STOCK 4.4.4 of any region and 5.0 too again... so according to this u shld be able to flash....
poran123 said:
first of all i dont know where to ask this Q
after i downgrade to 4.4.4 with the guide will i be able to flash CM12 or my phone will be dead?
Click to expand...
Click to collapse
You can flash without problems. Promise!
hunterhere said:
after downgrading from 5.0 i was able to flash any rom STOCK 4.4.4 of any region and 5.0 too again... so according to this u shld be able to flash....
Click to expand...
Click to collapse
did you try any CM roms?
---------- Post added at 01:16 PM ---------- Previous post was at 01:15 PM ----------
GI0\/\NNI said:
You can flash without problems. Promise!
Click to expand...
Click to collapse
thanks for confirming ..:good:
Adb drivers not recoganizing.
when i plug in the phone some drivers get installed.
but my phone is not showing up in adb devices.
i flashed CMW & am running Windows 10 x64
Help!!!!!
I have XT1033 and i was on brazilian 5.0 soak test, after that i convert my phone to downgrade to gpe 4.4.4 and everything was fine but then i wanted to go back to stock 4.4.4 brazilian and now im stuck at the boot logo.
these are the commands i used to convert from 5.0 brazilian soak test to gpe 4.4.4
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 reboot
and these are the commands i used to convert from gpe 4.4.4 to stock brazilian 4.4.4
SET fastboot=fastboot.exe
fastboot.exe flash partition gpt.bin
fastboot.exe flash motoboot motoboot.img
fastboot.exe reboot-bootloader
fastboot.exe continue
fastboot.exe flash logo logo.bin
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img_sparsechunk.0
fastboot.exe flash system system.img_sparsechunk.1
fastboot.exe flash system system.img_sparsechunk.2
fastboot.exe flash modem NON-HLOS.bin
fastboot.exe erase modemst1
fastboot.exe erase modemst2
fastboot.exe flash fsg fsg.mbn
fastboot.exe erase cache
fastboot.exe erase userdata
fastboot.exe reboot
exit
did i softbricked my phone or hardbricked ?
brick my moto g
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Lucas Amaral said:
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Click to expand...
Click to collapse
i'm with you, brother....i have same problem...waiting for solution
Lucas Amaral said:
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Click to expand...
Click to collapse
Did you read first page before flash? It s clearly stated there that some ppl bricked phones when flashed 4.4.2 then upto 4.4.3 and so on. Please next time read all that its writed...
ganeshkmr21 said:
when i plug in the phone some drivers get installed.
but my phone is not showing up in adb devices.
i flashed CMW & am running Windows 10 x64
Click to expand...
Click to collapse
Read OP, install adbdriver!
não-soi-jo said:
I have XT1033 and i was on brazilian 5.0 soak test, after that i convert my phone to downgrade to gpe 4.4.4 and everything was fine but then i wanted to go back to stock 4.4.4 brazilian and now im stuck at the boot logo.
these are the commands i used to convert from 5.0 brazilian soak test to gpe 4.4.4
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 reboot
and these are the commands i used to convert from gpe 4.4.4 to stock brazilian 4.4.4
SET fastboot=fastboot.exe
fastboot.exe flash partition gpt.bin
fastboot.exe flash motoboot motoboot.img
fastboot.exe reboot-bootloader
fastboot.exe continue
fastboot.exe flash logo logo.bin
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img_sparsechunk.0
fastboot.exe flash system system.img_sparsechunk.1
fastboot.exe flash system system.img_sparsechunk.2
fastboot.exe flash modem NON-HLOS.bin
fastboot.exe erase modemst1
fastboot.exe erase modemst2
fastboot.exe flash fsg fsg.mbn
fastboot.exe erase cache
fastboot.exe erase userdata
fastboot.exe reboot
exit
did i softbricked my phone or hardbricked ?
Click to expand...
Click to collapse
Just follow the guide! Flashing with fastboot won't work so flash custom recovery and push a 4.4.4 stock zip.
Lucas Amaral said:
My motog is brick , I updated to 5.0 and shifted in build.prop file, not launched yet , I could not successfully restore it then installed the rom 4.4.2 , then updated to 4.4.3 and when he went to 4.4.4 he gave brick and does not want to , what I do?
I'm desperate since yesterday :crying:
Click to expand...
Click to collapse
READ OP! You didn't read it properly so you made a huge mistake!
MadL1fe said:
i'm with you, brother....i have same problem...waiting for solution
Click to expand...
Click to collapse
Same... You should have read the OP!
samsontm said:
Did you read first page before flash? It s clearly stated there that some ppl bricked phones when flashed 4.4.2 then upto 4.4.3 and so on. Please next time read all that its writed...
Click to expand...
Click to collapse
Totally agree with you....
I did that last part... :\ Guess I'll wait for Moto.
GI0\/\NNI said:
@hunterhere,
I think I found a solution!
1. Download and extract zip
2. Connect phone in fastboot mode to your PC
3. Run IMEI_fix_gio.bat
4. Should work now!
Click to expand...
Click to collapse
Hey I flashed this file now the change is that previously my both the IMEI(S) were showing 0 now 1st one is showing 0 but 2nd one has changed to null.
Secondly i request you to please come and join the below mentioned thread and please please help us all who have erased IMEI(S) with your knowledge and skills.
http://forum.xda-developers.com/moto-g/help/info-moto-g-imei0-t2925970
Edit: can you help in telling me how you modified this fsg_gio.img file? Or if you have got it from somewhere else please point...
As it is a very important file and a developer on above mentioned thread needs to know how this file got modified this will lead us further in restoring the imei numbers... as because moto g is made in a very different way... there is a lot of encryption done in its partitions which is very difficult to decrypt.
Hi, i have a Moto x Play XT1562, and i was trying to flash a stock rom and i accidentally flashed a wrong rom on it (moto g3 stock rom). I only realised it when i reached the sparsechunk 8 file. I then tried to flash the actual moto x play stock rom but am unable to do so since. Everytime i try to flash any of the files of the rom i get the following error.
(bootloader) preflash validation failed
What should i do?
Any assistance would be of great help.
Is bootloader locked ??
irfanjamal said:
Hi, i have a Moto x Play XT1562, and i was trying to flash a stock rom and i accidentally flashed a wrong rom on it (moto g3 stock rom). I only realised it when i reached the sparsechunk 8 file. I then tried to flash the actual moto x play stock rom but am unable to do so since. Everytime i try to flash any of the files of the rom i get the following error.
(bootloader) preflash validation failed
What should i do?
Any assistance would be of great help.
Click to expand...
Click to collapse
Download latest firmware with October security patch and try again. That is motorola policy, that is not possible downgrade system (You are probably flashing older firmware than you before).
Link: https://firmware.center/firmware/Motorola/Moto X Play/Stock/XT1562/
Flash latest build for your area.
bablu048 said:
Is bootloader locked ??
Click to expand...
Click to collapse
No, the bootloader is unlocked.
irfanjamal said:
No, the bootloader is unlocked.
Click to expand...
Click to collapse
Try flashing a rom through twrp.
Use fastboot to flash the stock rom.Don't use RSD lite.Download Minimal ADB and Fastboot,install it and then extract the firmware to the installed folder and enter the following commands.
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 erase customize
fastboot erase clogo
fastboot reboot
I have the same problem, I Flash by mistake one Brazilian ROM instead of the one for USA/Mexico.. Now Im not able to flash the correct one using fastboot but I was able to Install TWRP and flash custom ROMS, my question is if I will be able to install Pure Stock again ?
PonchosoftX said:
I have the same problem, I Flash by mistake one Brazilian ROM instead of the one for USA/Mexico.. Now Im not able to flash the correct one using fastboot but I was able to Install TWRP and flash custom ROMS, my question is if I will be able to install Pure Stock again ?
Click to expand...
Click to collapse
Use rsdlite to flash stock rom.
Hello guys, i have a problem with flashing custom roms.
Device unlocked, twrp tryed : 3.0.2 and newest
dev info : clark xt1572
Flashed androids 6..x.x based roms and works great.
Problems : bootloops or kernel usunes (cant boot) whats is problem ? kernel ? handybad kernel cant flash.
What is problem ?
Sry for bad english.
GeloXD said:
Hello guys, i have a problem with flashing custom roms.
Device unlocked, twrp tryed : 3.0.2 and newest
dev info : clark xt1572
Flashed androids 6..x.x based roms and works great.
Problems : bootloops or kernel usunes (cant boot) whats is problem ? kernel ? handybad kernel cant flash.
What is problem ?
Sry for bad english.
Click to expand...
Click to collapse
What was your last stock rom? 5.1, 6.x, 7.0?
I am suspecting a radio version issue here... try flashing the latest factory image via fastboot for your variant and boot fully. Do not use images from Moto, get the latest ones from https://firmware.center/firmware/Motorola/
After that, only use TWRP 3.1.1-0, then wipe system, data, caches, then flash ROM only and boot, if successful, flash Gapps and/or SuperSU (if recommended by dev of ROM) and test boot again.
If the very first boot fails, I would want to see the output of a "fastboot getvar all" and the recovery logs of the ROM flashes after you have tried the factory image flash.
acejavelin said:
I am suspecting a radio version issue here... try flashing the latest factory image via fastboot for your variant and boot fully. Do not use images from Moto, get the latest ones from https://firmware.center/firmware/Motorola/
After that, only use TWRP 3.1.1-0, then wipe system, data, caches, then flash ROM only and boot, if successful, flash Gapps and/or SuperSU (if recommended by dev of ROM) and test boot again.
If the very first boot fails, I would want to see the output of a "fastboot getvar all" and the recovery logs of the ROM flashes after you have tried the factory image flash.
Click to expand...
Click to collapse
Ok i will try it thanks. How i can flash image via fastboot ? adb sideload ?
https://forum.xda-developers.com/moto-x-style/development/firmware-moto-x-style-pure-stock-t3272486
OK this post will be helpfull
dzidexx said:
What was your last stock rom? 5.1, 6.x, 7.0?
Click to expand...
Click to collapse
Android 7.0 updated from stock recovery (for Germany region)
There isn't flashable working custom rom at stock nougat.
(Another partition table or drivers)
You have to downgrade or wait month-two.
Downgrade isn't safe. @GeloXD
Link in your post isn't good too.
---------- Post added at 05:29 PM ---------- Previous post was at 05:23 PM ----------
This one is better:
https://forum.xda-developers.com/mo...de-return-to-stock-relock-bootloader-t3489110
dzidexx said:
There isn't flashable working custom rom at stock nougat.
(Another partition table or drivers)
You have to downgrade or wait month-two.
Downgrade isn't safe. @GeloXD
Link in your post isn't good too.
Click to expand...
Click to collapse
This.... We don't have ROMs compatible with the new Nougat radio and partition table. Suggest staying stock for now.
dzidexx said:
There isn't flashable working custom rom at stock nougat.
(Another partition table or drivers)
You have to downgrade or wait month-two.
Downgrade isn't safe. @GeloXD
Link in your post isn't good too.
---------- Post added at 05:29 PM ---------- Previous post was at 05:23 PM ----------
This one is better:
https://forum.xda-developers.com/mo...de-return-to-stock-relock-bootloader-t3489110
Click to expand...
Click to collapse
acejavelin said:
This.... We don't have ROMs compatible with the new Nougat radio and partition table. Suggest staying stock for now.
Click to expand...
Click to collapse
Now with downgrade solution have 7.1.2 custom android. System partition cant flash but other bot radio work good now i have what i need but still android pay and root / bootloader unlocked doesnt work ;/
GeloXD said:
Now with downgrade solution have 7.1.2 custom android. System partition cant flash but other bot radio work good now i have what i need but still android pay and root / bootloader unlocked doesnt work ;/
Click to expand...
Click to collapse
What custom do you have? Root with supersu?
Unroot it and use magisk v13(magisk hide &/or core only u need).
Work : 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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem lock
fastboot reboot
Doesnt work :
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
So i flash mixed 6 modem radios and stay in system from android 7
I still have backup android 7 in twrp, but now 7.1.2 with magisk and root work better.
dzidexx said:
What custom do you have? Root with supersu?
Unroot it and use magisk v13(magisk hide &/or core only u need).
Click to expand...
Click to collapse
I dnt know about magisk v13 i meaned 12 is the newest version.
I flashed tesla nougat 7.1.2 rom
now version : tesla clars 7.1.2 rc v4.1 official 20170509-1634 with open gapps nano variant.
GeloXD said:
Work : 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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem lock
fastboot reboot
Doesnt work :
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
Click to expand...
Click to collapse
For 6.0.1 xt1572 should be more:
...
fastboot flash system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
...
fastboot flash bluetooth BTFM.bin
...
I'm having the same problem. I had updated to stock 7.0 and now I just can't update to any other 7.x roms, but 6.x roms do work
I've lost volte support after flashing 64 bit rr oreo
Using 1643 Indian model.......I restored my stock rom backup and flashed jx's modified rom still no help...plzz some one help me....im avoiding fast boot flash...plzz help me asap
Thx in advance
Un bootloader Mode, can you see both IMEIs?
Ismael034202 said:
Un bootloader Mode, can you see both IMEIs?
Click to expand...
Click to collapse
Yes i can see both imei's and whts unbootloader...do you mean relocking bootloader ?
No, the corrector.... Try to flash the Stock Rom with this commands, I mean, flash the Stock Rom first without wiping data and then if is still not working wipe also data
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
You can skip erase userdata and oem lock but you have to follow rest steps.
This is how i get back my volte working back.
https://forum.xda-developers.com/moto-g4-plus/how-to/install-official-firmware-soak-test-t3531296
Harshseth said:
I've lost volte support after flashing 64 bit rr oreo
Using 1643 Indian model.......I restored my stock rom backup and flashed jx's modified rom still no help...plzz some one help me....im avoiding fast boot flash...plzz help me asap
Thx in advance
Click to expand...
Click to collapse
Reflash stock rom and then flash rr
I received an update Oreo, when I tried to install it failed and displayed a message "Error" and restarted. Help me to update my mobile to latest version. I cleared cache partition, still no luck.
I have unlocked bootloader and on latest stock ROM.
Screenshot attached !!!
ksamm97 said:
I received an update Oreo, when I tried to install it failed and displayed a message "Error" and restarted. Help me to update my mobile to latest version. I cleared cache partition, still no luck.
I have unlocked bootloader and on latest stock ROM.
Screenshot attached !!!
Click to expand...
Click to collapse
Flash the complete stock rom using fastboot and lock the bootloader and then update the device through OTA.
ksamm97 said:
I received an update Oreo, when I tried to install it failed and displayed a message "Error" and restarted. Help me to update my mobile to latest version. I cleared cache partition, still no luck.
I have unlocked bootloader and on latest stock ROM.
Screenshot attached !!!
Click to expand...
Click to collapse
Facing the exact same issue here.I think the latest stock oreo needs locked bootloader to flash
No need to relock the bootloader, but you must revert back to unmodified stock firmware on your device before updating. Without seeing what error it is, it's difficult to say. A locked bootloader strictly enforces having the unmodified stock furnace, which is why an OTA update is more likely to work.
Try this:
1) download the NPJS25.93-14-18 firmware from here: https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138
Only use this if you have not updated to Oreo and you are still on NPJS25.93-14-18.
2)unzip the fastboot ROM, delete any old stock ROMs from your ADB folder and copy the stock ROM over.
3) assuming you had NPJS25.93-14-18 already on your device, flash the firmware with the following instructions - no need for the GPT/bootloader. Ensure you have your data backed up, as you may have to factory reset if you encounter instability.
Code:
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 reboot
That should get your device into an OTA friendly state without erasing your data. If that doesn't work, I suggest waiting for the Oreo fastboot ROM.
I've custom Oreo installed on my phone. Which firmware package should I install?
echo92 said:
No need to relock the bootloader, but you must revert back to unmodified stock firmware on your device before updating. Without seeing what error it is, it's difficult to say. A locked bootloader strictly enforces having the unmodified stock furnace, which is why an OTA update is more likely to work.
Try this:
1) download the NPJS25.93-14-18 firmware from here: https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138
Only use this if you have not updated to Oreo and you are still on NPJS25.93-14-18.
2)unzip the fastboot ROM, delete any old stock ROMs from your ADB folder and copy the stock ROM over.
3) assuming you had NPJS25.93-14-18 already on your device, flash the firmware with the following instructions - no need for the GPT/bootloader. Ensure you have your data backed up, as you may have to factory reset if you encounter instability.
Code:
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 reboot
That should get your device into an OTA friendly state without erasing your data. If that doesn't work, I suggest waiting for the Oreo fastboot ROM.
Click to expand...
Click to collapse
tobey_onk said:
I've custom Oreo installed on my phone. Which firmware package should I install?
Click to expand...
Click to collapse
At the moment, we only have the stock Nougat firmware to revert to - Oreo firmware doesn't seem to be out yet. However, flashing stock Nougat over custom Oreo may appear to come with some risk of losing IMEI, so be careful. You could try the TWRP flashables, be aware the stock ROM is only 32 bit.