Modemst1 and Modemst2 to another OP2 - OnePlus 2 General

There is 2 OP2
I wanna copy the IMEI of first OP2 to 2nd OP2...
First try:
I backed up EFS(and other partitions) using TWRP from 1st OP2 and restored it to OP2... Everything was same but IMEI didn't change on 2nd phone.
Second try:
I exported Modemst1 and Modemst2 using following commands in TWRP terminal:
Code:
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
and flashed them on second OP2:
Code:
fastboot flash modemst1 modemst1.bin
fastboot flash modemst2 modemst2.bin
After rebooting into the system on the 2nd OP2 I found IMEI changed but they are 0 now and different from 1st OP2.
What's wrong that I can't copy the IMEI?
Sorry for my bad English

12parsa said:
There is 2 OP2
I wanna copy the IMEI of first OP2 to 2nd OP2...
First try:
I backed up EFS(and other partitions) using TWRP from 1st OP2 and restored it to OP2... Everything was same but IMEI didn't change on 2nd phone.
Second try:
I exported Modemst1 and Modemst2 using following commands in TWRP terminal:
Code:
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
and flashed them on second OP2:
Code:
fastboot flash modemst1 modemst1.bin
fastboot flash modemst2 modemst2.bin
After rebooting into the system on the 2nd OP2 I found IMEI changed but they are 0 now and different from 1st OP2.
What's wrong that I can't copy the IMEI?
Sorry for my bad English
Click to expand...
Click to collapse
If I'm right, you can't copy IMEI, as they belonged to a single device.
Also, did you backed up your second IMEI ? If no, welcome into troubles..

casual_kikoo said:
If I'm right, you can't copy IMEI, as they belonged to a single device.
Also, did you backed up your second IMEI ? If no, welcome into troubles..
Click to expand...
Click to collapse
The second OP2 doesn't have Imei that's why I want to copy it from another device...

No anymore help?

12parsa said:
The second OP2 doesn't have Imei that's why I want to copy it from another device...
Click to expand...
Click to collapse
Wait the 2nd opt originally don't have an imei or after flashing it doesn't have

12parsa said:
No anymore help?
Click to expand...
Click to collapse
did you try flashing factory rom usinq qcom mode?

MRDICKHEAD said:
Wait the 2nd opt originally don't have an imei or after flashing it doesn't have
Click to expand...
Click to collapse
After flashing

benschhold said:
did you try flashing factory rom usinq qcom mode?
Click to expand...
Click to collapse
Yeah, Efs partition damaged

12parsa said:
Yeah, Efs partition damaged
Click to expand...
Click to collapse
hmm you could try partitions backup & restore app from play store

So why didn't you backup before flashing
---------- Post added at 12:14 PM ---------- Previous post was at 12:08 PM ----------
Anyway this might help http://www.sammobile.com/forum/showthread.php?t=15196
Or
http://forum.xda-developers.com/galaxy-s2/general/guide-recover-imei-9-steps-t1264021

Related

[Q] Need help - No signal

I had a problem with a custom rom on my xt1023 so I restored it and installed the official 4.4.4 rom but since the installation, my phone doesn't detect any mobile signal even with my sim card installed in the phone. I tried to restore it and reinstall the rom multiple times but without any success. If someone could help me, it would be really appreciated!
Thanks
Did you try erasing modemst1 and modemst2 ? Try this:
adb reboot bootloader
fastboot erase modemst1
fastboot erase modemst2
Now, try flashing the modem from your stock 4.4.4 ROM
fastboot flash modem NON-HLOS.bin
Reboot now.
shanmukhateja said:
Did you try erasing modemst1 and modemst2 ? Try this:
adb reboot bootloader
fastboot erase modemst1
fastboot erase modemst2
Now, try flashing the modem from your stock 4.4.4 ROM
fastboot flash modem NON-HLOS.bin
Reboot now.
Click to expand...
Click to collapse
I just tried it but my phone still stays that I have no signal.
I don't know if it changes something but I'm from Canada and the only stock rom that I found is US.
Btw, thx for the help
noaaam said:
I just tried it but my phone still stays that I have no signal.
I don't know if it changes something but I'm from Canada and the only stock rom that I found is US.
Btw, thx for the help
Click to expand...
Click to collapse
Do you have the single sim variant>?
TheDj408 said:
Do you have the single sim variant>?
Click to expand...
Click to collapse
Yes, I only have one sim port
Sim Card
noaaam said:
Yes, I only have one sim port
Click to expand...
Click to collapse
Did you ever fix the problem? If so, how?

Original stock system img / twrp backup

Hey,
can anyone send me the stock system img or a system twrp backup of WI501Q ?
Thank you
Here is it: https://drive.google.com/folderview?id=0B1-WblgnnTdZZHhTVE9XY0hPSjg
Good luck!
TheOfficialMrBlah said:
Here is it: https://drive.google.com/folderview?id=0B1-WblgnnTdZZHhTVE9XY0hPSjg
Good luck!
Click to expand...
Click to collapse
It works, thanks bro!!!
Nothing to thank, bro!
Thank you, really helped me your backup
TheOfficialMrBlah said:
Here is it: https://drive.google.com/folderview?id=0B1-WblgnnTdZZHhTVE9XY0hPSjg
Good luck!
Click to expand...
Click to collapse
How to restore it via twrp? Can you explain me?
Thanks ..
Sent from my ASUS_T00F using XDA-Developers mobile app
RoyanArt said:
How to restore it via twrp? Can you explain me?
Thanks ..
Click to expand...
Click to collapse
You have to boot into fastboot
and flash or boot twrp
(fastboot boot twrp.img or fastboot flash recovery twrp.img)
If you have booted into twrp take a backup so that you have a folder which includes the backup
Look after the folder and copy in this directory the backup (from me)
Than you can restore it via twrp
Good luck
TheOfficialMrBlah said:
You have to boot into fastboot
and flash or boot twrp
(fastboot boot twrp.img or fastboot flash recovery twrp.img)
If you have booted into twrp take a backup so that you have a folder which includes the backup
Look after the folder and copy in this directory the backup (from me)
Than you can restore it via twrp
Good luck
Click to expand...
Click to collapse
Thanks
I will try to restore it
Do you have stock recovery.img ?
Sent from my ASUS_T00F using XDA-Developers mobile app
I am also looking for stock recovery img for marshmallow build!!!!
TheOfficialMrBlah said:
You have to boot into fastboot
and flash or boot twrp
(fastboot boot twrp.img or fastboot flash recovery twrp.img)
If you have booted into twrp take a backup so that you have a folder which includes the backup
Look after the folder and copy in this directory the backup (from me)
Than you can restore it via twrp
Good luck
Click to expand...
Click to collapse
Im in a bit of a pickle, and sorry that this is almost a year ago. But same situation, except TWRP says it can't restore becuase my boot partition is missing. I can restore the system part. But I need the boot part. Ive been fighting a recovery bootloop where all I can do is access and use TWRP. fastboot doesnt even work, adb shell says device is missing everytime, (yes ive tried different computers, all have full adb fastboot). the only side loading i can do is on twrp. and I am soo lost after 10 hours of online research. Any ideas by chance?
keithle06 said:
Im in a bit of a pickle, and sorry that this is almost a year ago. But same situation, except TWRP says it can't restore becuase my boot partition is missing. I can restore the system part. But I need the boot part. Ive been fighting a recovery bootloop where all I can do is access and use TWRP. fastboot doesnt even work, adb shell says device is missing everytime, (yes ive tried different computers, all have full adb fastboot). the only side loading i can do is on twrp. and I am soo lost after 10 hours of online research. Any ideas by chance?
Click to expand...
Click to collapse
After work I can upload a newer backup.
Maybe you can test it
keithle06 said:
Im in a bit of a pickle, and sorry that this is almost a year ago. But same situation, except TWRP says it can't restore becuase my boot partition is missing. I can restore the system part. But I need the boot part. Ive been fighting a recovery bootloop where all I can do is access and use TWRP. fastboot doesnt even work, adb shell says device is missing everytime, (yes ive tried different computers, all have full adb fastboot). the only side loading i can do is on twrp. and I am soo lost after 10 hours of online research. Any ideas by chance?
Click to expand...
Click to collapse
try this, this is the latest firmware
WI501Q - M6E69V - TWRP Backup of System & Boot - stockrecovery.img (30 Dec 2016)
keithle06 said:
Im in a bit of a pickle, and sorry that this is almost a year ago. But same situation, except TWRP says it can't restore becuase my boot partition is missing. I can restore the system part. But I need the boot part. Ive been fighting a recovery bootloop where all I can do is access and use TWRP. fastboot doesnt even work, adb shell says device is missing everytime, (yes ive tried different computers, all have full adb fastboot). the only side loading i can do is on twrp. and I am soo lost after 10 hours of online research. Any ideas by chance?
Click to expand...
Click to collapse
Here it is:
https://drive.google.com/folderview?id=0B1-WblgnnTdZZHhTVE9XY0hPSjg
It includes system and boot.
TheOfficialMrBlah said:
Here it is:
https://drive.google.com/folderview?id=0B1-WblgnnTdZZHhTVE9XY0hPSjg
It includes system and boot.
Click to expand...
Click to collapse
Thank you! Trying now, will let you know!
---------- Post added at 08:54 PM ---------- Previous post was at 08:52 PM ----------
RoyanArt said:
try this, this is the latest firmware
WI501Q - M6E69V - TWRP Backup of System & Boot - stockrecovery.img (30 Dec 2016)
Click to expand...
Click to collapse
trying this one again, and TheOfficialMrBlahs post, will let you know. I tried this one at the begining of me figureing out this watch. So gonna make sure I cover all bases.
---------- Post added at 09:03 PM ---------- Previous post was at 08:54 PM ----------
TheOfficialMrBlah said:
Here it is:
https://drive.google.com/folderview?id=0B1-WblgnnTdZZHhTVE9XY0hPSjg
It includes system and boot.
Click to expand...
Click to collapse
Same thing unfortunately...
skipping md5 check based on user settings.
calculating restore details...
restoring 2 partitions...
total restore size is 482mb
restoring boot...
Error Opening ' ' (no such file or directory)
I hate starting new threads without knowing for sure its worth it and not a waste. Should I try starting a new one and see if it helps?

My oneplus 2 dead?

Hello there,
My op2 doesn't boot... I tried to use recovery tool and it was successful but...
One time H2 OS animation came up but it locked and I did same again... This time it didn't even boot.
I went into recovery mode of Op2 and tried to sideload a rom but it failed at 92% for several times and several roms.
Sometimes I turn on the phone it only shows Linux's logo.
Do you think it's a hardware problem?
12parsa said:
Hello there,
My op2 doesn't boot... I tried to use recovery tool and it was successful but...
One time H2 OS animation came up but it locked and I did same again... This time it didn't even boot.
I went into recovery mode of Op2 and tried to sideload a rom but it failed at 92% for several times and several roms.
Sometimes I turn on the phone it only shows Linux's logo.
Do you think it's a hardware problem?
Click to expand...
Click to collapse
Try this: https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
Or do a full wipe and flash this rom and transfer for it through mtp on twrp from your pc: http://downloads.oneplus.net/oneplus-2/oneplus_2_oxygenos_3.0.2/
Or you can flash a stock rom through fastboot: http://www.androidsage.com/2016/03/12/restore-oneplus-2-full-stock-firmware/
Dead oneplus2.
Hi guys and thanks to all xda community for helping us. I tried to upgrade from 2.0.2 to 3.0.2. But after the instalation my oneplus2 stucks into bootlogo(powered by android). Before i try to upgrade i forgot to enable on system oem unlocking. Now i'm not having access to recovery option,when i try to press volume- +power the op2 vibrate and flashes the screen till i stop pressing the power button,and when i try to enable oem via fastboot always get this message: <remote oem unlock is disabled>. I tried so many option but always getting this message: remote oem unlock is disabled. Please help me...
I finally fixed my OP2...
I used one of recovery tools and then I flashed TWRP v 3...
Then I wiped all data and installed new os
12parsa said:
I finally fixed my OP2...
I used one of recovery tools and then I flashed TWRP v 3...
Then I wiped all data and installed new os
Click to expand...
Click to collapse
so your both imei is back?
lockmunk said:
so your both imei is back?
Click to expand...
Click to collapse
No,
They're lost
12parsa said:
I finally fixed my OP2...
I used one of recovery tools and then I flashed TWRP v 3...
Then I wiped all data and installed new os
Click to expand...
Click to collapse
12parsa said:
No,
They're lost
Click to expand...
Click to collapse
you lost your imei but you can make call now?
whats your mean by "finally fixed"?
lockmunk said:
you lost your imei but you can make call now?
whats your mean by "finally fixed"?
Click to expand...
Click to collapse
I can't call because I can't connect to any network because of missing IMEI.
"Finally fixed" means It can boot and run without problem now.
12parsa said:
I can't call because I can't connect to any network because of missing IMEI.
"Finally fixed" means It can boot and run without problem now.
Click to expand...
Click to collapse
Follow this step and ur IMEI should back.
Run the following fastboot cmd
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot
Jyoti_re said:
Follow this step and ur IMEI should back.
Run the following fastboot cmd
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot
Click to expand...
Click to collapse
i lost my IMEI slot 2..IMEI slot 1 already ok now.
lockmunk said:
i lost my IMEI slot 2..IMEI slot 1 already ok now.
Click to expand...
Click to collapse
After fastboot erase commands?
Jyoti_re said:
Follow this step and ur IMEI should back.
Run the following fastboot cmd
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot
Click to expand...
Click to collapse
12parsa said:
After fastboot erase commands?
Click to expand...
Click to collapse
actually that command kills both my imei. but i recovered back my imei1 by reset through qualcomm unbrick method.
now only imei2 not recovered. now if i use the above commands, my imei1 not lost but imei2 still not back.
lockmunk said:
actually that command kills both my imei. but i recovered back my imei1 by reset through qualcomm unbrick method.
now only imei2 not recovered. now if i use the above commands, my imei1 not lost but imei2 still not back.
Click to expand...
Click to collapse
I also lost IMEI 2, after using these fastboot commands,
Did you find any solution ?
osr.arora said:
I also lost IMEI 2, after using these fastboot commands,
Did you find any solution ?
Click to expand...
Click to collapse
as for now, no solution. the IMEI2 shows 0. but if we put dual sim, it works
http://forum.xda-developers.com/oneplus-2/general/guide-official-op2-stock-reset-to-oos-3-t3402020
This will definitely help
Sent from my ONE A2003 using XDA-Developers mobile app
lockmunk said:
as for now, no solution. the IMEI2 shows 0. but if we put dual sim, it works
Click to expand...
Click to collapse
I have dual sims inserted, & 2nd sim shows 0 network bars.

Please help me to unbrick my oneplus x-onyx HELPPPPPPPPPP!!

I flashed wrong baseband/modem files on oxygen os 3.1.4 and now i am stuck at oneplus logo.I can only boot into fastboot mode not even custom recovery.
Please help!!!!!!
saagr_2800 said:
I flashed wrong baseband/modem files on oxygen os 3.1.4 and now i am stuck at oneplus logo.I can only boot into fastboot mode not even custom recovery.
Please help!!!!!!
Click to expand...
Click to collapse
Was on 3.1.4 around 7 months ago. Do you have EFS backup? If don't, that was a big mistake flashing new baseband without backup.
But here some advices to do:
→Boot to fastboot and re-check if bootloader still unlocked (if yes then proceed ↓ )
→Flash the stock MM recovery for OOS within fastboot
→Directly boot to recovery (using fastboot command or manually)
→Reflash the full ROM 3.1.4 zip. It should bring back everything
*Or try to flash compatible TWRP for 3.1.4 and just restore the EFS partition or full Nand Backup (if you have one)
*If not, then you'll need to follow mega unbrick guide.
oneplus x fastboot images of rom
seacowx said:
Was on 3.1.4 around 7 months ago. Do you have EFS backup? If don't, that was a big mistake flashing new baseband without backup.
But here some advices to do:
→Boot to fastboot and re-check if bootloader still unlocked (if yes then proceed ↓ )
→Flash the stock MM recovery for OOS within fastboot
→Directly boot to recovery (using fastboot command or manually)
→Reflash the full ROM 3.1.4 zip. It should bring back everything
*Or try to flash compatible TWRP for 3.1.4 and just restore the EFS partition or full Nand Backup (if you have one)
*If not, then you'll need to follow mega unbrick guide.
Click to expand...
Click to collapse
Bro i have messed with oneplus x,I have deleted all the data inside now i can only boot to fastboot mode,can u please help me finding fastboot images of any rom for oneplus x?
saagr_2800 said:
Bro i have messed with oneplus x,I have deleted all the data inside now i can only boot to fastboot mode,can u please help me finding fastboot images of any rom for oneplus x?
Click to expand...
Click to collapse
Thats disaster. Have you tried any steps i suggested earlier?
Re-check unlocked bootloader? and try flashing compatible TWRP within fastboot? hows the results?
• Download full ROM 3.1.4 zip and place in your computer (ADB folder)
• Directly boot to TWRP and use "ADB sideload" of full ROM zip (using ADB command)
Use search button (or just google it) how to use ADB sideload.
→Worst case scenario, follow the mega unbrick guide that should help you. OK. goodluck.
Note: Easiest way, contact oneplus support team for remote session. They will help you
adb reboot bootloader
fastboot erase modemst1
fastboot erase modemst2
try that
can't flash factory oneplus rom from recovery
saagr_2800 said:
Bro i have messed with oneplus x,I have deleted all the data inside now i can only boot to fastboot mode,can u please help me finding fastboot images of any rom for oneplus x?
Click to expand...
Click to collapse
Bro i somehow fastboot firmware and radio files now i can access recovery ,i tried to install factory oneplus oos 3.1.4 but i get these red lines saying
could not find META-INF/com/google/android/update-binary
error installing .zip
failed to mount '/firmware' (invalid argument)
failed to mount '/system' (invalid argument)
saagr_2800 said:
Bro i somehow fastboot firmware and radio files now i can access recovery ,i tried to install factory oneplus oos 3.1.4 but i get these red lines saying
could not find META-INF/com/google/android/update-binary
error installing .zip
failed to mount '/firmware' (invalid argument)
failed to mount '/system' (invalid argument)
Click to expand...
Click to collapse
fastboot flash boot boot.img
fastboot flash userdata userdata_64g.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
These commands helped me
saagr_2800 said:
fastboot flash boot boot.img
fastboot flash userdata userdata_64g.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
fastboot reboot
These commands helped me
Click to expand...
Click to collapse
What twrp version are you on?
You need a stock MM recovery for opx to flash full 3.1.4.
and make sure you ain't got corrupted zip file. Download full 3.1.4 ROM zip from onplus website.
seacowx said:
What twrp version are you on?
You need a stock MM recovery for opx to flash full 3.1.4.
and make sure you ain't got corrupted zip file. Download full 3.1.4 ROM zip from onplus website.
Click to expand...
Click to collapse
I tried from mm recovery as well it says installation failed
saagr_2800 said:
I tried from mm recovery as well it says installation failed
Click to expand...
Click to collapse
If you're already on stock MM recovery. then just reflash the OOS full ROM 3.1.4 zip. (The zip you tried was corrupted one, i guess). re-download and try again.
Note: make sure to checked box mount (system, data, cache) only, before flashing full ROM.
dchrono said:
adb reboot bootloader
fastboot erase modemst1
fastboot erase modemst2
try that
Click to expand...
Click to collapse
sorry, does it make any difference?
his situation was having a bootloop/softbrick and couldnt boot into system nor recovery at all,, all partition has been wiped,,the only thing that working is fastboot (now he has recovery).
as i know "fastboot erase modemst1/2" is for fixing network/gps/wifi issue on booted state device. Cmiiw
The only way is, he could try reflash full ROM zip using stock recovery or custom ROM using TWRP with proper way
Part.0 said:
sorry, does it make any difference?
his situation was having a bootloop/softbrick and couldnt boot into system nor recovery at all,, all partition has been wiped,,the only thing that working is fastboot (now he has recovery).
as i know "fastboot erase modemst1/2" is for fixing network/gps/wifi issue on booted state device. Cmiiw
The only way is, he could try reflash full ROM zip using stock recovery or custom ROM using TWRP with proper way
Click to expand...
Click to collapse
You know what, It's a bit old and hectic dealing with stock MM things.. Plus messing up with modem with no backup preparation. It's more like complicated hell
IF only he wanna try flash any N custom ROM for opx,
(At least to get or to make sure your device get booted back first)
I could suggest him the proper procedure IF he want to.
seacowx said:
You know what, It's a bit old and hectic dealing with stock MM things.. Plus messing up with modem with no backup preparation. It's more like complicated hell
IF only he wanna try flash any N custom ROM for opx,
(At least to get or to make sure your device get booted back first)
I could suggest him the proper procedure IF he want to.
Click to expand...
Click to collapse
lmao, yeah that was terrible gambling without having a backup!
anyway how to backup modem/baseband? do u have link refers to that? thanks
Part.0 said:
lmao, yeah that was terrible gambling without having a backup!
anyway how to backup modem/baseband? do u have link refers to that? thanks
Click to expand...
Click to collapse
Here you go, in case someone try messing up with the modem make sure to backup modemst1 & modemst2 first:
Just open terminal emulator on device and types:
su (to grant root access)
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
*It will copy the 2 files into sdcard/internal storage. Save those 2 files to safety place. like a Bank
To restore (using fastboot) types:
fastboot flash modemst1 modemst1.bin
fastboot flash modemst2 modemst2.bin
seacowx said:
Here you go, in case someone try messing up with the modem make sure to backup modemst1 & modemst2 first:
Just open terminal emulator on device and types:
su (to grant root access)
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
*It will copy the 2 files into sdcard/internal storage. Save those 2 files to safety place. like a Bank
To restore (using fastboot) types:
fastboot flash modemst1 modemst1.bin
fastboot flash modemst2 modemst2.bin
Click to expand...
Click to collapse
lol, nice thanks a lot man! im not intend to messing up with my modem either lol
Part.0 said:
sorry, does it make any difference?
his situation was having a bootloop/softbrick and couldnt boot into system nor recovery at all,, all partition has been wiped,,the only thing that working is fastboot (now he has recovery).
as i know "fastboot erase modemst1/2" is for fixing network/gps/wifi issue on booted state device. Cmiiw
The only way is, he could try reflash full ROM zip using stock recovery or custom ROM using TWRP with proper way
Click to expand...
Click to collapse
To repair EFS issues when fastboot only available. There are other ways as well however OP mentioned fastboot available only.
Edit: @Part.0 if you would have read OP correctly, you would have noticed he mentioned that he flashed the wrong modem files and my solution along with a fastboot reboot which I didn't mention would have solved his problem. fastboot erase modemst1/2 although you only know it for solving modem/GPS issues are also partitions. Remember our job here is not to convince @Part.0 of our solutions, next time a thank you would do well for teaching you something.
seacowx said:
If you're already on stock MM recovery. then just reflash the OOS full ROM 3.1.4 zip. (The zip you tried was corrupted one, i guess). re-download and try again.
Note: make sure to checked box mount (system, data, cache) only, before flashing full ROM.
Click to expand...
Click to collapse
I tried oneplus rom with oneplus recovery,before installing i also did wipe and cache,it failed.
I also tried installing lineage os using twrp but there it says
could find meta-inf/com/google/android/update-script not found
and failed to mount './firmware' (invalid argument)
saagr_2800 said:
I tried oneplus rom with oneplus recovery,before installing i also did wipe and cache,it failed.
I also tried installing lineage os using twrp but there it says
could find meta-inf/com/google/android/update-script not found
and failed to mount './firmware' (invalid argument)
Click to expand...
Click to collapse
Ok since i can't reproduce your issue on this one, so i can't find the right solutions for your case.
• Unlocked bootloader + Working Recovery + Fastboot + Full ROM zip file
Those should enough fixing your issue.
Perhaps i missed something, like corrupted partitions (firmware). Maybe another user experienced with the issue can help you out.
Best luck for you.
Note: Maybe our friend here can help you out @dchrono or willing to help you. Thank you.
Ps: Try mountng of "Firmware" in mount section before flashing full ROM. So it will mounted (Firmware, System, data, cache) But wait, ask out before you do. Finger crossed
Download these files
https://www.androidfilehost.com/?fid=24269982087019810
http://www.mediafire.com/file/8g9v5fsslnbf1r6/Qualcomm+Driver+Setup.zip
1 switch off Oneplus x forced
2 install Qulacomm usb driver
3 press volume up button n connect with PC
4 extract Oneplus x unbrick tool
5 run msm downloder and click on start
6 if complete flashing flash stock ROM via memory card
Contact me on. WhatsApp if not success
+917756968834
seacowx said:
Here you go, in case someone try messing up with the modem make sure to backup modemst1 & modemst2 first:
Just open terminal emulator on device and types:
su (to grant root access)
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
*It will copy the 2 files into sdcard/internal storage. Save those 2 files to safety place. like a Bank
To restore (using fastboot) types:
fastboot flash modemst1 modemst1.bin
fastboot flash modemst2 modemst2.bin
Click to expand...
Click to collapse
can it be done with TWRP recovery?

Lost SIM Card Detection and Signal after reboot

Hello everyone, after unlock procedure and install global stable 9.5.3.0, i lost sim card detection and no signal.
I have a routine to make sim card detectable and signal on. (I have a rooted rom, and unlocked my phone)
First step :
Connect phone with USB
On pc with adb cmd :
adb shell
su
dd if=/dev/zero of=/dev/block/mmcblk0p13
dd if=/dev/zero of=/dev/block/mmcblk0p14
dd if=/dev/zero of=/dev/block/mmcblk0p16
Reboot the phone
At this point i lost IMEI (IMEI 0) but my SIM card is detected.
Second step :
put phone on fastboot mod
On pc fastboot cmd :
fastboot flash modem NON-HLOS.bin
Start phone
Third step :
On pc adb cmd :
adb shell
su
setprop sys.usb.config diag,adb
With QPST on PC, i restore a qcn file found here androidfilebox.com/app/redmi-5-plus-modem-firmware , MEG7 modem version.
Reboot the phone.
Here, SIM card detected and Signal ON, so all is OK.
BUT Fourth step :
When i reboot the phone , i get back to no sim card detected, and i have to repeat the process. :s
So my question is how could i keep my settings and get full use of my phone even if i reboot...
Sorry for my english, i'm trying my best here
i have the same issue on my Zuk Z2, but i haven't make it;
if you could read chinese, maybe this wil be helpful for you.
club.lenovo.com.cn/thread-4224052-1-1.html
Still need help
Aaaaaand still need help
Dini62 said:
Hello everyone, after unlock procedure and install global stable 9.5.3.0, i lost sim card detection and no signal.
I have a routine to make sim card detectable and signal on. (I have a rooted rom, and unlocked my phone)
First step :
Connect phone with USB
On pc with adb cmd :
adb shell
su
dd if=/dev/zero of=/dev/block/mmcblk0p13
dd if=/dev/zero of=/dev/block/mmcblk0p14
dd if=/dev/zero of=/dev/block/mmcblk0p16
Reboot the phone
At this point i lost IMEI (IMEI 0) but my SIM card is detected.
Second step :
put phone on fastboot mod
On pc fastboot cmd :
fastboot flash modem NON-HLOS.bin
Start phone
Third step :
On pc adb cmd :
adb shell
su
setprop sys.usb.config diag,adb
With QPST on PC, i restore a qcn file found here androidfilebox.com/app/redmi-5-plus-modem-firmware , MEG7 modem version.
Reboot the phone.
Here, SIM card detected and Signal ON, so all is OK.
BUT Fourth step :
When i reboot the phone , i get back to no sim card detected, and i have to repeat the process. :s
So my question is how could i keep my settings and get full use of my phone even if i reboot...
Sorry for my english, i'm trying my best here
Click to expand...
Click to collapse
Read you message.
In reality I never went through something like this on my note 3. My best guess the qcn file you used is not compatible and efs may be corrupted too.
Many users were facing issues like this so I made a thread to help them. Some users reported a permanent fix while some were never able to get it to work.
Possible fix:
Find a backup of modemst1 modemst2 and fsg from another user if he/she may be willing to share.
Flash the files using fastboot command.
Fastboot flash modemst1 modemst1 and so on.
And then change IMEI and Mac address manually.
Worst case scenario:
You may need a motherboard replacement if nothing works.
But I think it is possible that your efs partition as a whole is corrupted.
adb shell
su
dd if=/dev/zero of=/dev/block/mmcblk0p13
dd if=/dev/zero of=/dev/block/mmcblk0p14
dd if=/dev/zero of=/dev/block/mmcblk0p16
These command erase the modemst1 and modemst2 and fsg partition that makes up the efs. What you need is these three partitions from someone else device that are not corrupt and flash them on your device.
For anymore help contact me on:
Telegram - Archit9169
WhatsApp - 9169834624
Thanks to answer, i'm gonna try to get those partitions, it could be hard
I'm facing very similar issue after an ota update. However, I get the sim detected on a simple reboot for a few minutes. Please update if the solution worked.
Hello. I'm facing similiar issue on MEG7 vince. I can't restart my phone because every time loses the baseband and sim detection. My rutine to get back is:
1.- Flash via trwp a shared good one similar EFS partition backup. With this step I recover the baseband and the sim detection BUT the status of SIMs are "radio off" don't have signal and can't do calls. (the IMEI remains despite the lost baseband)
2.- Flash via QPST a xqcn backup ( I founded 2 files on google). Reboot the phone. Sometimes the signal and baseband come back without problem BUT sometimes I back to the beggining, without baseband and sim detection. It's really annoying.
Now I have obtained a modemst1 modemst2 and fsg images of a identic model. My question: how to flash it? with twrp? fastboot? adb?
Thanks for the suggestions.
I'm facing the same thing but only on 2nd sim slot. The 1st slot work flawlessy. Switching sim card doesn't matter.
It recognizes the operator and imei but signal is gone!!! I've tryed everything, flashing miui 9.6.4, 8.8.2, via fastboot and test point!! Relocking bootloader... flashed 00000080_0.xqcn as well.
nothing has worked.
I haven't tryed your solution, can you share all files needed? Thanks.
Anyone can help me?
I don't think it's hardware issue, because Sim's operator is recognized... But signal strength always show -1dbm 99 asu, whatever I do in network type (global,LTE etc..) and only on 2nd slot.
cristhian7cz said:
Now I have obtained a modemst1 modemst2 and fsg images of a identic model. My question: how to flash it? with twrp? fastboot? adb?
Click to expand...
Click to collapse
Hello cristhian7cz , i still have this issue.
With your files, u could try Archit9169 solution :
"
Possible fix:
Find a backup of modemst1 modemst2 and fsg from another user if he/she may be willing to share.
Flash the files using fastboot command.
Fastboot flash modemst1 modemst1 and so on.
And then change IMEI and Mac address manually.
"
If you have issues, or don't know what to do, may u send me modemst1, modemst2 and fsg files you get ?
tried Archit9169 solution but still no luck
Ohh I'm not alone at least. Had this problem with my 1st simcard slot and so far I didnt find any solutions worked. Re-locking, upgrade and even downgrade, but nope
I hope someone enlighten us
[https://forum.xda-developers.com/re...xtracttarfork-process-error255-t3656328/page2
QUOTE=Rayquaza;77634878]Ohh I'm not alone at least. Had this problem with my 1st simcard slot and so far I didnt find any solutions worked. Re-locking, upgrade and even downgrade, but nope
I hope someone enlighten us[/QUOTE]
Bro is modem issue,i solve it with flashing NON-HLOS.bin extract from rom i am using when thing goes wrong,u can try with twrp but i use fastboot
Sent from my Redmi 5 Plus using XDA Labs
XavierBrian said:
[https://forum.xda-developers.com/re...xtracttarfork-process-error255-t3656328/page2
QUOTE=Rayquaza;77634878]Ohh I'm not alone at least. Had this problem with my 1st simcard slot and so far I didnt find any solutions worked. Re-locking, upgrade and even downgrade, but nope
I hope someone enlighten us
Bro is modem issue,i solve it with flashing NON-HLOS.bin extract from rom i am using when thing goes wrong,u can try with twrp but i use fastboot
Sent from my Redmi 5 Plus using XDA Labs
Click to expand...
Click to collapse
I'm running AOKP 8.1, do I need to flash that file from extracted rom I'm running at?
Rayquaza said:
I'm running AOKP 8.1, do I need to flash that file from extracted rom I'm running at?
Click to expand...
Click to collapse
Yeah u should! extract the rom look for that hlos thang
Sent from my Redmi 5 Plus using XDA Labs
i'm still trying to fix my phone.
if someone has a backup from modemst1 modemst2 and fsg, i'm searching for them
derekk75j said:
I'm facing the same thing but only on 2nd sim slot. The 1st slot work flawlessy. Switching sim card doesn't matter.
It recognizes the operator and imei but signal is gone!!! I've tryed everything, flashing miui 9.6.4, 8.8.2, via fastboot and test point!! Relocking bootloader... flashed 00000080_0.xqcn as well.
nothing has worked.
I haven't tryed your solution, can you share all files needed? Thanks.
Click to expand...
Click to collapse
Have you found a solution of your 2nd sim slot problem? I have the same problem
No, haven't tried yet. I would like follow this guide
https://youtu.be/PvvcQZfeqNI, but using a modem backup meg7 version (xqcn). But i have to repair my PC first. What did you try so far?
proyectos3d said:
Have you found a solution of your 2nd sim slot problem? I have the same problem
Click to expand...
Click to collapse
I can't believe!! I was on arrow os pie: i flashed miui am founded here
and then magisk 17.3 and voilà: my 2nd slot sim has back again, and works flawlessly!!

Categories

Resources