EFS backup required . Please help! - Motorola One Power Questions & Answers

Hello,
I messed up a little while flashing and have no working backup of my phone. My baseband showing as <not found> in bootloader. So I am unable to use wifi or data and my phone is literally soft bricked. If someone can take the EFS and firmware backup from twrp and upload it to google drive, it would be highly helpful to me. I bought this phone a week ago and this happened. Somebody please take five minutes out of your life and help meee please!!!!!

jas3337 said:
Hello,
I messed up a little while flashing and have no working backup of my phone. My baseband showing as <not found> in bootloader. So I am unable to use wifi or data and my phone is literally soft bricked. If someone can take the EFS and firmware backup from twrp and upload it to google drive, it would be highly helpful to me. I bought this phone a week ago and this happened. Somebody please take five minutes out of your life and help meee please!!!!!
Click to expand...
Click to collapse
Try reflashing the last stock firmware that worked, full firmware with RSD Lite or Fastboot.exe.
If still no baseband try
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Sent from my Rockchip RK3288 Chromebook using XDA Labs

sd_shadow said:
Try reflashing the last stock firmware that worked, full firmware with RSD Lite or Fastboot.exe.
If still no baseband try
Click to expand...
Click to collapse
I got it fixed. I tried erasing modem and reflashing back then but was still not working but later lucky one firmware worked so I could boot into my device.
Thank you for your help though.

Which firmware worked for you?

Related

[Q] Dead Moto X 1097 AT&T

I will be honest wit you people, I really mess up on my phone.
I was trying to upgrade to lollipop on my AT&T moto X.
I miss the step that I need to unlock my bootloader, so I just came directly to install the pure edition Brazilian rom.
When the phone restart I notice that my phone was not reading my simcard, and It is because my EFS file was deleting and Now I dont have IMEI...
Unfortunately I did not backup my EFS file.
Now my radio is not working, I did already search on all the webs a solutions but I with no luck.
Can anybody help me please!
How did you flash the ROM? Via fast boot? If that's the case you only mess with the modems. Try to download the firmware of at&t and flash the modem and the fsg files. Same happened to me when I converted my Moto x 1097 to 1095. Is not that bad just try my guide http://forum.xda-developers.com/moto-x-2014/general/guide-xt1097-to-xt1095-nextel-t2972693
juliospinoza said:
How did you flash the ROM? Via fast boot? If that's the case you only mess with the modems. Try to download the firmware of at&t and flash the modem and the fsg files. Same happened to me when I converted my Moto x 1097 to 1095. Is not that bad just try my guide http://forum.xda-developers.com/moto-x-2014/general/guide-xt1097-to-xt1095-nextel-t2972693
Click to expand...
Click to collapse
Thank you very much for answering.
To be honest I was not able to fash the rom.
But I will go and try to install the stock room.
pd: where is the stock rom from AT&T? I was not able to find it
feli37 said:
Thank you very much for answering.
To be honest I was not able to fash the rom.
But I will go and try to install the stock room.
pd: where is the stock rom from AT&T? I was not able to find it
Click to expand...
Click to collapse
How did you update then? Side load update? The problem you have is the modem as I said, nothing more
here is the firmware 4.4.4 of AT&T http://pan.baidu.com/wap/link?uk=3927248220&shareid=4222363237&third=0 unzip the file and try to flash the modems via fastboot, that should be enough.
juliospinoza said:
How did you update then? Side load update? The problem you have is the modem as I said, nothing more
Click to expand...
Click to collapse
I did try with on the motorola page, but it said that my phone is not compatible to unlock, so I just try installing the braziliam rom, In the process the phone shows a few error and when it restore there was not signal until I realize that I do not have IMEI on it.
feli37 said:
I did try with on the motorola page, but it said that my phone is not compatible to unlock, so I just try installing the braziliam rom, In the process the phone shows a few error and when it restore there was not signal until I realize that I do not have IMEI on it.
Click to expand...
Click to collapse
Do you have knowledge of fatboot and bootloader ? in that case unzip the file of your firmware in the same carpet you have the adb and fastboot files, be sure your phone is on "USB debugging mode" and plug your phone to your PC (phone must be power on), then type
adb devices (to see if the phone is recognized)
adb reboot bootloader (to reboot into bootloader)
fastboot devices (to see if the phone is recognized in fastboot, because sometimes it doesnt)
fastboot erase modemst1 (delete the old modems)
fastboot erase modemst2 (delete the old modems)
fastboot flash modem NON-HLOS.bin (flash the modems of your phone model)
mfastboot flash fsg fsg.mbn (flash the modem of your phone model)
mfastboot reboot
After the reboor you will have signal again after a couple of minutes, and of course your IMEI is back too.
hope it helps
juliospinoza said:
Do you have knowledge of fatboot and bootloader ? in that case unzip the file of your firmware in the same carpet you have the adb and fastboot files, be sure your phone is on "USB debugging mode" and plug your phone to your PC (phone must be power on), then type
adb devices (to see if the phone is recognized)
adb reboot bootloader (to reboot into bootloader)
fastboot devices (to see if the phone is recognized in fastboot, because sometimes it doesnt)
fastboot erase modemst1 (delete the old modems)
fastboot erase modemst2 (delete the old modems)
fastboot flash modem NON-HLOS.bin (flash the modems of your phone model)
mfastboot flash fsg fsg.mbn (flash the modem of your phone model)
mfastboot reboot
After the reboor you will have signal again after a couple of minutes, and of course your IMEI is back too.
hope it helps
Click to expand...
Click to collapse
Ok ok I will try that later because I am at work right now.
I will let you know if it works.
Thank you!!!
juliospinoza said:
Do you have knowledge of fatboot and bootloader ? in that case unzip the file of your firmware in the same carpet you have the adb and fastboot files, be sure your phone is on "USB debugging mode" and plug your phone to your PC (phone must be power on), then type
adb devices (to see if the phone is recognized)
adb reboot bootloader (to reboot into bootloader)
fastboot devices (to see if the phone is recognized in fastboot, because sometimes it doesnt)
fastboot erase modemst1 (delete the old modems)
fastboot erase modemst2 (delete the old modems)
fastboot flash modem NON-HLOS.bin (flash the modems of your phone model)
mfastboot flash fsg fsg.mbn (flash the modem of your phone model)
mfastboot reboot
After the reboor you will have signal again after a couple of minutes, and of course your IMEI is back too.
hope it helps
Click to expand...
Click to collapse
I found the at&t modem NON-Hlos.img but I can't find the fsg fsg.bn. and the first one is not working.
could you please be so kind to tell me where can I find those files please
RESOLVED!!!!
OK, let me tell you what I did.
I follow the steps that you gave me but it did not work.
Then I tryed installing the at&t room but it just mess more the things, because when I reboot the phone it went straight to the boot loader, and I was not able to turn on the phone. at this time I was really scared xD
so I create a new folder with the at&t room and the fastboot.
open fastboot and start flashing all the files in the folder, but this time I did not flashed the non-hls neifghter the fsg file.
then I just reboot the phone and read the sim card quickly.
THANK YOU SO MUCH!!!
you save my life. I really appreciate your help.

Radio off

Hi! Guys, I am always changing the ROM of my phone, but this time some problem appeared. I don't have more signal on the phone, if I try to acess *#*#4636#*#* it says that the radio is off, and I can't turn it on. My phone is the Moto G 2014 XT1068. I searched for some topics, try to back to stock, install other ROMs, flash the modem and fsg, but the signal still don't come back. I wonder if anyone can help me. Really thank you guys!
what have you made, just before the problem show?
flash a rom try to update boot loader, commands on fastboot? what?
To not be able to turn on the radio is related to two thing, hardware problem or firmware problem.
hardware only a help service can fix.
Firmware problem is because, the files of modem for some reason are bad, or you flash the wrong one, or a bug happens.
here some pics of my phone it for me shows in network config ''turn of the radio'' i click it change to ''turn on the radio'' takes about 5 to 10 seconds to change.
yours only shows ''turn on the radio'' ?
what i recommend is to you to find the stock XML ROM file of your specific device and region and flash the modem files:
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
after all commands accepted
mfastboot reboot
and test...
Most of XML ROM file of Moto g here.
:good:
Thanks!! I did this and it work. Very very thank you man!
Help me please...
ArturCS said:
Thanks!! I did this and it work. Very very thank you man!
Click to expand...
Click to collapse
i have the same problem and i cant found thats files to flash, im latin america. can you sent me the files please?

[guide] workaround - no network / imei = 0 after flashing custom rom

Hi, all
To anyone experiencing IMEI = 0, therefore no cellular network, this here is a workaround. This happened to me firsthand, and I thought I should pay it forward and share with anyone who experiences this.
Your IMEI is not lost, it's just sitting there. You can see it in fastboot using "fastboot getvar all" command, and in the "Barcode" in bootloader menu.
Any attempt in writing IMEI via QPST tool is futile, because our device is write protected.
I have recovered my IMEI by doing the following:
1. Install Validus-sanders-8.1.Beta.1.3-OFFICIAL-20180128-0506.zip
https://androidfilehost.com/?fid=818070582850488560
2. After 1st boot in Validus you will see that your IMEI is now recognized, but still you are missing 4G. To recover this, reboot to bootlaoder and reflash the modem using the following fastboot commands:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Reboot to connect to 4G.
3. Important: Reboot to TWRP and Create EFS Backup!
(Optional)
4a. Reflash stock ROM via fastboot, flash TWRP and restore your EFS partition using the backup you made.
4b. Reflash using TWRP flashable stock ROM in the thread below by @Ae3NerdGod and restore your EFS partition using the backup you made.
https://forum.xda-developers.com/mot...nps26-t3738502
Special thanks to
 @Sri Datta for discovering this workaround
GZOSP and Validus Devs
 @premaca and GZOSP/ Validus devs
Thanks and best regards.
gebcruz06 said:
Hi, all
To anyone experiencing IMEI = 0, therefore no cellular network, this here is a workaround. This happened to me firsthand, and I thought I should pay it forward and share with anyone who experiences this.
Your IMEI is not lost, it's just sitting there. You can see it in fastboot using "fastboot getvar all" command, and in the "Barcode" in bootloader menu.
Any attempt in writing IMEI via QPST tool is futile, because our device is write protected.
I have recovered my IMEI by doing the following:
1. Install Validus-sanders-8.1.Beta.1.3-OFFICIAL-20180128-0506.zip
https://androidfilehost.com/?fid=818070582850488560
2. After 1st boot in Validus you will see that your IMEI is now recognized, but still you are missing 4G. To recover this, reboot to bootlaoder and reflash the modem using the following fastboot commands:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Reboot to connect to 4G.
3. Important: Reboot to TWRP and Create EFS Backup!
(Optional)
4a. Reflash stock ROM via fastboot, flash TWRP and restore your EFS partition using the backup you made.
4b. Reflash using TWRP flashable stock ROM in the thread below by @Ae3NerdGod and restore your EFS partition using the backup you made.
https://forum.xda-developers.com/mot...nps26-t3738502
Special thanks to
@Sri Datta for discovering this workaround
GZOSP and Validus Devs
@premaca and GZOSP/ Validus devs
Thanks and best regards.
Click to expand...
Click to collapse
the 4g network here does not work, I've tried several tutorials
juniorhonorato1986 said:
the 4g network here does not work, I've tried several tutorials
Click to expand...
Click to collapse
What problem do you have?
No imei, no 4g, what have you done
gebcruz06 said:
Hi, all
To anyone experiencing IMEI = 0, therefore no cellular network, this here is a workaround. This happened to me firsthand, and I thought I should pay it forward and share with anyone who experiences this.
Your IMEI is not lost, it's just sitting there. You can see it in fastboot using "fastboot getvar all" command, and in the "Barcode" in bootloader menu.
Any attempt in writing IMEI via QPST tool is futile, because our device is write protected.
I have recovered my IMEI by doing the following:
1. Install Validus-sanders-8.1.Beta.1.3-OFFICIAL-20180128-0506.zip
https://androidfilehost.com/?fid=818070582850488560
2. After 1st boot in Validus you will see that your IMEI is now recognized, but still you are missing 4G. To recover this, reboot to bootlaoder and reflash the modem using the following fastboot commands:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Reboot to connect to 4G.
3. Important: Reboot to TWRP and Create EFS Backup!
(Optional)
4a. Reflash stock ROM via fastboot, flash TWRP and restore your EFS partition using the backup you made.
4b. Reflash using TWRP flashable stock ROM in the thread below by @Ae3NerdGod and restore your EFS partition using the backup you made.
https://forum.xda-developers.com/mot...nps26-t3738502
Special thanks to
@Sri Datta for discovering this workaround
GZOSP and Validus Devs
@premaca and GZOSP/ Validus devs
Thanks and best regards.
Click to expand...
Click to collapse
Thanks for this. Wish it was up when it happened to me. I was ready to try and take back the phone while it was dead and hope they didn't try to turn it on. Lol. I loose my 4g everytime and 3g sometimes after flashing. In theroy I can do this after flashing a custom rom to get my 4g back right? I hope so cause I'm gonna try it. Once again, thanks for this!
always6s said:
Thanks for this. Wish it was up when it happened to me. I was ready to try and take back the phone while it was dead and hope they didn't try to turn it on. Lol. I loose my 4g everytime and 3g sometimes after flashing. In theroy I can do this after flashing a custom rom to get my 4g back right? I hope so cause I'm gonna try it. Once again, thanks for this!
Click to expand...
Click to collapse
You don't need to do all that - just flash stock (remove SIM before flashing and pop it back in after you've booted to stock).
Phazmos said:
You don't need to do all that - just flash stock (remove SIM before flashing and pop it back in after you've booted to stock).
Click to expand...
Click to collapse
On my experience, I have flashed every stock ROM for xt1805 there is as it is my model, flashed and reflashed modems, cleared modemst1 and modemst2 to no avail. IMEI=0. I removed​ sim before flash and popped it after booting, but still same result. It went on for almost 2 weeks. One thing I noticed is that the modem version becomes MSM8953_27.36.07.41u while the version in the xml file in stock zip is ***.41R. I don't​ know what that means, I flashed the latest firmware for xt1805. I am thinking that the letter stands for your region (u=US, e=EMEA, etc). My phone now after it has regai ed IMEI is ***.41e. Maybe it's a mismatch of modem since the bad flash that wrecked my phone and it changed something​ that makes it swtich to the right bands. I'm not quite sure though.
gebcruz06 said:
On my experience, I have flashed every stock ROM for xt1805 there is as it is my model, flashed and reflashed modems, cleared modemst1 and modemst2 to no avail. IMEI=0. I removed​ sim before flash and popped it after booting, but still same result. It went on for almost 2 weeks. One thing I noticed is that the modem version becomes MSM8953_27.36.07.41u while the version in the xml file in stock zip is ***.41R. I don't​ know what that means, I flashed the latest firmware for xt1805. I am thinking that the letter stands for your region (u=US, e=EMEA, etc). My phone now after it has regai ed IMEI is ***.41e. Maybe it's a mismatch of modem since the bad flash that wrecked my phone and it changed something​ that makes it swtich to the right bands. I'm not quite sure though.
Click to expand...
Click to collapse
Fwiw - I'm in the us, my baseband is 40e, so I think you might have the us firmware.
Where did u get the firmware? And how are you flashing it?
Edit , just noticed your baseband is 41e , disregard the above - but - do answer the questions.
Phazmos said:
Fwiw - I'm in the us, my baseband is 40e, so I think you might have the us firmware.
Where did u get the firmware? And how are you flashing it?
Edit , just noticed your baseband is 41e , disregard the above - but - do answer the questions.
Click to expand...
Click to collapse
Q: Where did u get the firmware?
A: I got the firmware I am using here:
https://androidfilehost.com/?fid=889964283620776326
Q: And how are you flashing it?
A: I am flashing it by following the sequence in flashfile.xml. I put it in a proper syntax in notepad and paste it line by line.
gebcruz06 said:
Q: Where did u get the firmware?
A: I got the firmware I am using here:
https://androidfilehost.com/?fid=889964283620776326
Q: And how are you flashing it?
A: I am flashing it by following the sequence in flashfile.xml. I put it in a proper syntax in notepad and paste it line by line.
Click to expand...
Click to collapse
Sounds like the flash procedure is correct , as long as each step flashed successfully.
I believe you mentioned flashing every firmware available - including from firmware center?
If so - all I can say its contact your carrier - if it was ok out of the box, and you've flashed the original firmware, it should work again.
Good luck!
not woring jio sim
umair09 said:
not woring jio sim
Click to expand...
Click to collapse
If u went to service centre for fixing volte then pls share Ur experience here
Your link to my twrp stock zip 404's, just saying.
I am following this so far, but i can't figure out where you got those files from:
fastboot flash modemNON-HLOS.bin fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Are they from the ROM you decided to be your Stock ROM? Because the Custom ROM doesn't contain those. And i am not sure i want to put just some random ROM Files in there...
Thanks for the help you provided with this Thread so far anyway =)
Edit: I tried it with the Files from the Stock ROM and it actually worked =)
Phazmos said:
You don't need to do all that - just flash stock (remove SIM before flashing and pop it back in after you've booted to stock).
Click to expand...
Click to collapse
I got my 4g back but I still lose it when I flash a custom ROM. I've tried flashing the room then restoring my efs. Nothing. Taking out sim card for flash then reinserting it. Nothing. I can get 3g just fine in all roms but 4g only in stock.......
always6s said:
I got my 4g back but I still lose it when I flash a custom ROM. I've tried flashing the room then restoring my efs. Nothing. Taking out sim card for flash then reinserting it. Nothing. I can get 3g just fine in all roms but 4g only in stock.......
Click to expand...
Click to collapse
When will u install custom rom.. after that just do 1 thing open bootloader menu and paste this commonds.... 1. fastboot erase modemst1
2. fastboot erase modemst2
Tadaaa you get 3g and 4g network
Thanks..Successfully did But VOLTE is not working...
gebcruz06 said:
Hi, all
To anyone experiencing IMEI = 0, therefore no cellular network, this here is a workaround. This happened to me firsthand, and I thought I should pay it forward and share with anyone who experiences this.
Your IMEI is not lost, it's just sitting there. You can see it in fastboot using "fastboot getvar all" command, and in the "Barcode" in bootloader menu.
Any attempt in writing IMEI via QPST tool is futile, because our device is write protected.
I have recovered my IMEI by doing the following:
1. Install Validus-sanders-8.1.Beta.1.3-OFFICIAL-20180128-0506.zip
https://androidfilehost.com/?fid=818070582850488560
2. After 1st boot in Validus you will see that your IMEI is now recognized, but still you are missing 4G. To recover this, reboot to bootlaoder and reflash the modem using the following fastboot commands:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Reboot to connect to 4G.
3. Important: Reboot to TWRP and Create EFS Backup!
(Optional)
4a. Reflash stock ROM via fastboot, flash TWRP and restore your EFS partition using the backup you made.
4b. Reflash using TWRP flashable stock ROM in the thread below by @Ae3NerdGod and restore your EFS partition using the backup you made.
https://forum.xda-developers.com/mot...nps26-t3738502
Special thanks to
@Sri Datta for discovering this workaround
GZOSP and Validus Devs
@premaca and GZOSP/ Validus devs
Thanks and best regards.
Click to expand...
Click to collapse
Thanks..Successfully did But VOLTE is not working.
---------- Post added at 09:44 AM ---------- Previous post was at 09:41 AM ----------
umair09 said:
not woring jio sim
Click to expand...
Click to collapse
Hi i did successfully ,network is coming but my jio sim is not working..i mean i am unable receive or make the calls ...what should we do...please reply immediately..
I have tried everything. Restoring efs. Flash non hlos. Erasing modemst. I cannot get my 4g back after flashing custom ROM. So so aggravated. 3g sucks so I can't run a rom that won't do 4g. If any new info comes up someone please let me know.
---------- Post added at 06:38 PM ---------- Previous post was at 06:37 PM ----------
Kdemwa said:
When will u install custom rom.. after that just do 1 thing open bootloader menu and paste this commonds.... 1. fastboot erase modemst1
2. fastboot erase modemst2
Tadaaa you get 3g and 4g network
Click to expand...
Click to collapse
Tried that. Nothing still just 3g.
Always6z said:
I have tried everything. Restoring efs. Flash non hlos. Erasing modemst. I cannot get my 4g back after flashing custom ROM. So so aggravated. 3g sucks so I can't run a rom that won't do 4g. If any new info comes up someone please let me know.
---------- Post added at 06:38 PM ---------- Previous post was at 06:37 PM ----------
Tried that. Nothing still just 3g.
Click to expand...
Click to collapse
Try *#*#4636#*#*
Sri Datta said:
Try *#*#4636#*#*
Click to expand...
Click to collapse
Then what?
I am.coming from regular Moto G5 where this was a problem too. The solution over there was, if you are on a custom 8.x oreo rom, you needed, before going to stock, flash 32 bit twrp and a 32 bit rom. Then, after first boot, you could go back to stock with no problems. Just got this one and not planning to move from stock as I feel official oreo is right at the corner, but give it a try like this and report back if you were able to

No Voice calls after flashing stock rom

Hey folks! I need some help here.
First, my device is an Moto G6 XT1925-3 and I'm using PPS29.55-37-7 stock rom.
I've unlocked my bootloader but I had problems doing this, so I flashed the same rom. After this, I successfully rooted my device but, normal calls through 4g/3g are working without any sound.
WhatsApp calls, or any media app is working properly, only calls trough 4g/3g are muted.
My question is: can I flash only modems partitions? I don't wanna loose any data and personal files.
If I go to settings>about phone my IMEI is listed normally. 4g volte is enabled. Data connection is perfect.
Recently Motorola has launched a new software, PPSS29.55-37-7-2 and I wanna know too if I can root this version, or, I can upgrade to this version without loose personal data through fastboot.
Thanks in advance and sorry for grammar mistakes. English is my second language.
mdlgpt said:
Hey folks! I need some help here.
First, my device is an Moto G6 XT1925-3 and I'm using PPS29.55-37-7 stock rom.
I've unlocked my bootloader but I had problems doing this, so I flashed the same rom. After this, I successfully rooted my device but, normal calls through 4g/3g are working without any sound.
WhatsApp calls, or any media app is working properly, only calls trough 4g/3g are muted.
My question is: can I flash only modems partitions? I don't wanna loose any data and personal files.
If I go to settings>about phone my IMEI is listed normally. 4g volte is enabled. Data connection is perfect.
Recently Motorola has launched a new software, PPSS29.55-37-7-2 and I wanna know too if I can root this version, or, I can upgrade to this version without loose personal data through fastboot.
Thanks in advance and sorry for grammar mistakes. English is my second language.
Click to expand...
Click to collapse
Sure run
Code:
fastboot getvar all
To verify the codename and software channel
As described in my
Motorola Flashing Guide
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Then find the correct firmware here
https://mirrors.lolinet.com/firmware/moto
Then flash
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
If that doesn't work
Flash the full firmware just skip the wipe user data command
Sent from my mata using XDA Labs
..
sd_shadow said:
Sure run
Code:
fastboot getvar all
To verify the codename and software channel
As described in my
Motorola Flashing Guide
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Then find the correct firmware here
https://mirrors.lolinet.com/firmware/moto
Then flash
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
If that doesn't work
Flash the full firmware just skip the wipe user data command
Sent from my mata using XDA Labs
Click to expand...
Click to collapse
Hey Bro!
Thanks a lot for your help! But was unsuccessful. I flashed modem partitions but i'm facing the same problem.
Before I flash all system, a question: my root will be removed? I ask this because I think magisk do some modifications to /system partition, so is really a pain root this OS, hehe
Just one more, if you allow me:
To update to lastest security update I'll download lastest zip, and flash all partitions, but without erase userdata, right?
Then, if I wanna my device rooted, i have to do all root process again right?
Finally, thanks a lot. I have to attend a lot of calls in my number but i'm facing this problem about 2 months now. This is really freaking me out because i work with that phone.
thanks a lot again!
UPDATE: finally i got working!
was a problem with "dsp" partition, in bat file that ive downloaded, the flash command to dsp was wrong. I found the answer here: https://forum.xda-developers.com/moto-g6/help/moto-g6-call-issues-t4000907
mdlgpt said:
UPDATE: finally i got working!
was a problem with "dsp" partition, in bat file that ive downloaded, the flash command to dsp was wrong. I found the answer here: https://forum.xda-developers.com/moto-g6/help/moto-g6-call-issues-t4000907
Click to expand...
Click to collapse
Yes, I don't use .bat files
Learn the fastboot commands
They are not that hard.
Sent from my mata using XDA Labs
mdlgpt said:
UPDATE: finally i got working!
was a problem with "dsp" partition, in bat file that ive downloaded, the flash command to dsp was wrong. I found the answer here: https://forum.xda-developers.com/moto-g6/help/moto-g6-call-issues-t4000907
Click to expand...
Click to collapse
Thanks for sharing!

No wifi after going back to stock rom

Hi! I had installed leage OS but decided to go back to stock rom. I downloaded and installed the correct firmware, but when it turned on it seems like wifi is not working anymore. I read that this happens sometimes when going back to stock rom, as something related to persist.img gets lost, but I don't know much about this topic. I just found I have to somehow flash persist.img, but I already downloaded two different versions of the firmware and that file is not included. Any help would be appreciated! Thanks!
Did you ever find a fix to this? I am having similar issues. I went back to stock and cannot get wifi to turn on. I checked my /persist/wifi/ folder and it is empty. Can someone with a working wifi tell me what's located in that folder. Thanks!
If you downgraded when you went back to stock from a previous stock you had before the custom ROM you may have deleted your modem files....either you can restore efs only from a previous TWRP backup or run these lines in fastboot from the latest updated firmware....
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Reboot and should be great....use twrp and get a backup of efs if u haven't already and save it for when it ever happens again and you may not have PC access so u can fix from TWRP
chrisb22 said:
Did you ever find a fix to this? I am having similar issues. I went back to stock and cannot get wifi to turn on. I checked my /persist/wifi/ folder and it is empty. Can someone with a working wifi tell me what's located in that folder. Thanks!
Click to expand...
Click to collapse
There is nothing in that folder
KtownJeff said:
If you downgraded when you went back to stock from a previous stock you had before the custom ROM you may have deleted your modem files....either you can restore efs only from a previous TWRP backup or run these lines in fastboot from the latest updated firmware....
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Reboot and should be great....use twrp and get a backup of efs if u haven't already and save it for when it ever happens again and you may not have PC access so u can fix from TWRP
Click to expand...
Click to collapse
Thanks!!!!! This worked like a charm.

Categories

Resources