How to recover from "fastboot erase all" - E 2015 Q&A, Help & Troubleshooting

I accidentally executed the "fastboot erase all" and now the IMEI is gone. I have stock firmware but it is not able to bring the imei number back. But the interesting this is that "fastboot getvar imei" still shows the imei of my device. So, I think Moto e2 Xt1521 stores imei is some partition and "fastboot erase all" erased that partition. So, here is what I'm thinking :
1) Since the partition was only erased, there could be some way to get the erased data back, like we recover data from a formatted partition on PC.
2) Since I have my original IMEI couldn't I right the data back on the partition ?
3) Take someone else partitions copy and flash it into mine phone.
4) Use xposed framework to register a random/original imei.
I tried method 4 but it's not working. Also I found online that "fastboot oem writeimei" could write new imei. But the questions still remains the same; Android takes its imei from the partition rather than "fastboot getvar imei".
Without IMEI I'm not able to make any calls and so technically my phone is useless now.
Any suggestions ?
EDIT:
I have installed "IMEI changer pro" (XPOSED ) and here is what I found.
1) *#06# gives me my new imei but *#*#4636#*#* still shows IMEI: 0
So, I think the network is checking the system IMEI which is shown by #*#*4636#*#*
This post says
1. Dhob and Hob are nothing but plain text partitions, Dhob is dynamic hob and Hob is static Hob.
2. Dhob stores cryptotext by default, this crypto text contains information like Imei, ESN, Meid etc.
3. The Hob partition is a XML formatted plain-text file that contains Data which i am not sure about.
4. Uses a PBKDF2 key for encryption and decryption of Dhob.
5. The size field in Hob is Hex. So, 16 is 22 and 32 is 50.
6. The modem updates NV items on the fly which is why you can get 0 and null IMEI by fiddling.
7. In case the IMEI doesn't match with equipment then NV item is made 0.
8. EFS is created on the go not sure.
Click to expand...
Click to collapse
This means that the modem updates the NV and that is where we need to strike.
But getting the right IMEI and making call with SIM are two different things. Here my aim is to make call. Any suggestions here ???
Request:
There is a slight chance that flashing hob, dhob and fsc might bring my signal back. So anyone could give me the image of these will be helpful. Here is the command to get these files (MOTO E2 2015 XT1521 )
dd if=/dev/block/platform/msm_sdcc.1/by-name/hob of=/sdcard/hob.img
dd if=/dev/block/platform/msm_sdcc.1/by-name/dhob of=/sdcard/dhob.img
dd if=/dev/block/platform/msm_sdcc.1/by-name/fsc of=/sdcard/fsc.img
Click to expand...
Click to collapse

did you try to flash a upgrade of android? maybe if you flash a firmware it restore the partition information

Ricardo2003 said:
did you try to flash a upgrade of android? maybe if you flash a firmware it restore the partition information
Click to expand...
Click to collapse
Yes I have tried android 5.0.2 , 5.1.1 and 6.0.1 but none is working. I found on the internet that flashing hob, dhob and fsc partition could get my signal back but making calls and sms might not work. I have updated my question. Please check.

Okay, if I understood correctly, you flashed the hob,dhob and fsc images, but your IMEI still doesn't appear.
Did you try with one of these three images?, Maybe if you try with another image of hob, dhob or fsc of another link you will get your IMEI, but the information you had says that the IMEI need to be the same of your device, or of the wrong way you IMEI will appear like a 0, did you think on this when you flash your images?
Well, a reflash is not a bad idea
Sent from my Droid Turbo using XDA Labs

Ricardo2003 said:
Okay, if I understood correctly, you flashed the hob,dhob and fsc images, but your IMEI still doesn't appear.
Did you try with one of these three images?, Maybe if you try with another image of hob, dhob or fsc of another link you will get your IMEI, but the information you had says that the IMEI need to be the same of your device, or of the wrong way you IMEI will appear like a 0, did you think on this when you flash your images?
Well, a reflash is not a bad idea
Sent from my Droid Turbo using XDA Labs
Click to expand...
Click to collapse
I will try with one of the three file. Could you please give me images of hob, dhob, fsc because the one I'm having now is of different phone (moto g). Yes I thought over IMEI: 0 condition and here is what I was thinking:
1) "fastboot oem writeimei <imei>" could write new imei but the bootloader throws me an error of "permission denied". So, if somehow I get the permission and write the same imei as on the hob and dhob then my device might work.
2) Through some Xposed module I could register on the network. (I have never developed any xposed module but this might work)
Any suggestions ??

Do you have unlocked bootloader ??

hamxa266 said:
Do you have unlocked bootloader ??
Click to expand...
Click to collapse
Yes.

hamxa266 said:
Do you have unlocked bootloader ??
Click to expand...
Click to collapse
Ys bro i hv unlocked bootloader.
I tried to flash twrp .
All done perfectly but when i click on twrp option nothing happening.
Sent from my MotoE2 using Tapatalk

Can you help with fsc hob dhob for droid turbo?
Ricardo2003 said:
Okay, if I understood correctly, you flashed the hob,dhob and fsc images, but your IMEI still doesn't appear.
Did you try with one of these three images?, Maybe if you try with another image of hob, dhob or fsc of another link you will get your IMEI, but the information you had says that the IMEI need to be the same of your device, or of the wrong way you IMEI will appear like a 0, did you think on this when you flash your images?
Well, a reflash is not a bad idea
Sent from my Droid Turbo using XDA Labs
Click to expand...
Click to collapse
Hi Ricardo, I see you have a Droid turbo XT1254 - I have the same issue like that of OP and finally came to the same conclusion that i will live happy with just calls on my phone by restoring the hob dhob and fsc files ....can you kindly share me these files from you turbo? Thank you!!!

abhijeet11 said:
Hi Ricardo, I see you have a Droid turbo XT1254 - I have the same issue like that of OP and finally came to the same conclusion that i will live happy with just calls on my phone by restoring the hob dhob and fsc files ....can you kindly share me these files from you turbo? Thank you!!!
Click to expand...
Click to collapse
Sorry but before you loss the IMEI you should have a EFS backup, this thing is for help you if you lose your IMEI
I don't have anymore a XT1254 but I can say that if I have a EFS backup I can't share it with you because turbo still appears an IMEI = 0
Flashing another custom ROM maybe can fix that, I haven't left an IMEI, so I don't know how to help you but maybe here can
Good luck

Ricardo2003 said:
Sorry but before you loss the IMEI you should have a EFS backup, this thing is for help you if you lose your IMEI
I don't have anymore a XT1254 but I can say that if I have a EFS backup I can't share it with you because turbo still appears an IMEI = 0
Flashing another custom ROM maybe can fix that, I haven't left an IMEI, so I don't know how to help you but maybe here can
Good luck
Click to expand...
Click to collapse
Thanks for the promt response.... Appreciate your inputs but I thought I read somewhere that even if i flash back the 3 files viz. Fsc, hob and dhob I won't get back imei (will remain 0) but calling works.... Currently my phone is just a WiFi tab so anything is better than that

abhijeet11 said:
Thanks for the promt response.... Appreciate your inputs but I thought I read somewhere that even if i flash back the 3 files viz. Fsc, hob and dhob I won't get back imei (will remain 0) but calling works.... Currently my phone is just a WiFi tab so anything is better than that
Click to expand...
Click to collapse
Is calls working with an 0 IMEI?... And also the wifi?

Ricardo2003 said:
Is calls working with an 0 IMEI?... And also the wifi?
Click to expand...
Click to collapse
No calls aren't....I get signal though on new 4g sim cards and Sometimes 4g /LTE Internet only works but its rare...

abhijeet11 said:
No calls aren't....I get signal though on new 4g sim cards and Sometimes 4g /LTE Internet only works but its rare...
Click to expand...
Click to collapse
Well, I lost my IMEI but after restoring my efs backup i didn't get my IMEI but I have carrier signal, calls, data, and other stuff is working, also before restoring my backup I had WiFi

reflash full stock firmware it worked for me

I have the same problem
Please visit my thread..
https://forum.xda-developers.com/moto-e-2015/help/help-hob-dhob-fsc-dumps-moto-e-2nd-gen-t3773800

what to do if I executed fastboot erase boot erase cpucp erase dtbo erase modem erase oplusstanvbk erase oplus_sec erase shrm erase splash erase qweslicstore erase vbmeta_vendor erase vbmeta_system erase vendor_boot erase vm-bootsys ?

Related

[Help] OPX qualcomm band unlock

Okay so I've gotten the qualcomm unlock to work, but it only works on Stock, Freshly flashed, OxyOS; all other ROM I've tried have had Diag mode disable/unimplemented.
The problem is NVRAM is locked on Stock OxyOS, so on reboot the changes I made already get reset on reboot, so I had the idea of backing up the modem partitions using "Partitions Backup and Restore" and restoring them on boot/new ROM. I checked the SHA256 hash of a stock modem backup and my Modified modem backup and changes are there in the backup I made, but when I restore I don't get the bands back.
Does anyone have a clue how I can get these changes to stick?
Also is the Locked NVRAM an implementation in the ROM or HW of the phone? Can it be bypassed?
.
parrotgeek1 said:
Locked nvram is in software.
Try this on an AOSP ROM
If this works please tell me I will buy a opx
http://forum.xda-developers.com/showthread.php?t=1833622
Click to expand...
Click to collapse
Thank you for the info, but for the life of me I can't get diag mode on my device. The Script from the post you shared didn't work either
.
parrotgeek1 said:
Go back to a stock ROM
Then
Replace system/bin/rmt_storage with this one
https://github.com/TheMuppets/propr...rheadcaf/proprietary/bin/rmt_storage?raw=true
Set permissions 0755 (RWX Rx Rx ) owner root group wheel
Reboot
Try the unlock bands tutorial again
Click to expand...
Click to collapse
Still no Modem access in windows, it did make my phone stop detecting my SIM card
.
parrotgeek1 said:
Put back the stock rmt_storage
Then
Open the rmt_storage in a hex editor on the computer
And then replace all occurrences of "oppostanvbk" with xxxxxxxxxxx
Put it on the phone, set permissions etc, reboot
If that doesn't work do the same thing with oppodycnvbk ALSO but use a letter other than X
Click to expand...
Click to collapse
Did you mean in my stock rmt file or the linked one? Because there are no instances of oppostanvbk or oppodycnvbk in the linked one
.
parrotgeek1 said:
Stock
Click to expand...
Click to collapse
That makes my phone lockup after about 60 seconds

Redmi 5 plus MEG7 need modem files

I need these files please if somebody can share:
- modemst1 - modemst2 - fsg
Due to a kake ROM now I have corrupted my EFS partition and need those files to bring alive my device. Please help.
I have found MEE7 files in the web but I guess don't have to use on my phone.
Please, somebody with MEG7 can help me? I will be very glad to buy him a beer.
Hey there! I'm not currently at home now, but I can give you a direct link to NEGMIFA Rom(for Global Version phones), you can extract files you need by yourself.
Download_V9.5.11.0.NEGMIFA (as you can see, its an old version)
OR you can download_fastboot_ROM, and flash it with MiFlashTool, it should solve your problems.
Have a nice day.
P.S. If you cant download something by any reason, I'll make a mirror on googledrive or other filehost in an hour or two when I get at home.
I read somewhere that modemst1 and modemst2 contain IMEI so the rom doesn't have those files.
Fsg is also related to IMEI
Well, as far as I understand your phone not working at all, correct me if I wrong. So my algorithm to make it work is to flash it first(fastboot), doesnt matter with or without your IMEI(I think it'll be 0000), then you can search on xda or whatever, there was a bunch of threads with IMEI "problems", I'm sure you can find the right one.
Have a nice day.
Dunaldo said:
Well, as far as I understand your phone not working at all, correct me if I wrong. So my algorithm to make it work is to flash it first(fastboot), doesnt matter with or without your IMEI(I think it'll be 0000), then you can search on xda or whatever, there was a bunch of threads with IMEI "problems", I'm sure you can find the right one.
Have a nice day.
Click to expand...
Click to collapse
Hi Dunaldo, thanks for your time.
Currently my phone is working on official miui 10 developer rom, it was bricked until I could open the bootloader and install twrp.
Now, the problems I have are:
1.- Baseband "UNKNOW"
2.- When I digit *#06# on the dialer: "UNABLE TO GET IMEI"
So I was reading a lot in the forums, and ,my conclusion is: I have corrupted the EFS partition or probably I lost it, then I need first to solve the "baseband" problem, for that I need the modemst1 - modemst2 - fsg files of my exactly device model and then I can get back mi unique IMEI.
By the way do you have the MEG7 model?
And thanks for your suggestion about flashing fastboot rom, I will try once more, don't think will resolve the efs problem but I'll try anyway.
I have the same problem & i have used the files ur looking for but everytime i restart the phone my baseband again becomes unknown ?? if u want i can give u the file link tomorrow but its no use
Search Qcn file in google for your model . restore it using QPST and write your imei thats all tested MEI7 works perfectly
Any solution?
Heros King said:
I have the same problem & i have used the files ur looking for but everytime i restart the phone my baseband again becomes unknown if u want i can give u the file link tomorrow but its no use
Click to expand...
Click to collapse
Hi,heros
Did u find a solution for this problem?
I tried qpst and qfil and imei is restored but if i restart again ,baseband become unkown again.
If u find anything please help me out i've been stuck in this for almost 3 months
download QualcommIMEIRebuilder and replace yuore ime and inject in qcn file. and use qcfire flash qcn file.
thanks
Dunaldo said:
Hey there! I'm not currently at home now, but I can give you a direct link to NEGMIFA Rom(for Global Version phones), you can extract files you need by yourself.
Download_V9.5.11.0.NEGMIFA (as you can see, its an old version)
OR you can download_fastboot_ROM, and flash it with MiFlashTool, it should solve your problems.
Have a nice day.
P.S. If you cant download something by any reason, I'll make a mirror on googledrive or other filehost in an hour or two when I get at home.
Click to expand...
Click to collapse
thank you . you save my device
mansoor_hana said:
thanks
thank you . you save my device
Click to expand...
Click to collapse
Hey there! I hope you are doing well. Could you please tell me the process? I am be so glad if I can recover this phone. I have similar issues like you.
After unlock, i always do a full backup of all block partitions. It saves many issues

Please help me restore LG V30 lost SN and IMEI. I check ChipErase in LGUP

I flash rom my V30 i checked ChipErase in LGUP now my phone IMEI is 0 and empty Serial number (SN) ? I remember my IMEI and SN but i can write it. Please helpme write it to phone !
lehuyla said:
I flash rom my V30 i checked ChipErase in LGUP now my phone IMEI is 0 and empty Serial number (SN) ? I remember my IMEI and SN but i can write it. Please helpme write it to phone !
Click to expand...
Click to collapse
Why did you use Chip Erase? That's what Chip Erase does. It wipes out IMEI. In none on the Instructions for WTF or Frankenstein does it say to use Chip Erase on LGUP.
You'll have to Google how to do that. On XDA we can't talk about how to change IMEI.
ChazzMatt said:
Why did you use Chip Erase? That's what Chip Erase does. It wipes out IMEI. In none on the Instructions for WTF or Frankenstein does it say to use Chip Erase on LGUP.
You'll have to Google how to do that. On XDA we can't talk about how to change IMEI.
Click to expand...
Click to collapse
i already make chip erase 2 time but the IMEI
stay the same no problem
v300s
seloka180 said:
i already make chip erase 2 time but the IMEI
stay the same no problem
v300s
Click to expand...
Click to collapse
You're crazy or very lucky. Chip Erase WILL delete IMEI. That is what it does.
Straight from the manual:
https://9to5lg.com/lgup-1-15-manual-how-to-unbrick-restore-your-lg-devices-with-lgup/
3) ChipErase: Dangerous, This will erase IMEI/efs, Do not try this if you do not have a NV backup.
Click to expand...
Click to collapse
All I know is every one who reports they used chip erase in the Frankenstein thread wiped their IMEI. It's not part of ANY instructions in this forum, so any one who does it in on their own.
Here's the remainder of the explanation:
REFURBISH: You will lost all user data(KDZ or TOT)
2) UPGRADE: Keep data and update your phone(KDZ or TOT)
Select Upgrade to flash kdz firmware to unbrick/restore your phone back to stock.
3) ChipErase: Dangerous, This will erase IMEI/efs, Do not try this if you do not have a NV backup.
Chip Erase can also remove the Google FRP on many LG devices with Android 5.0, 6.0. (Such as LG H345, LG MS345)
4) PARTITION DL:flash the single Parition or selected paritions onto your phone.
This feature can solve “unkown model” issues. This feature can be used to bypass google frp by flashing specific tot firmware.
5) DUMP:Dump all paritions of your phone as backup.,
AT&T and Spring LG phone users who may need this feature to dump the firmware from a working phone as back up and use Patition DL to restore phones.
6) FOTA Upgrade: This can be used to flash OTA Update file that comes with dot up file extention.
Click to expand...
Click to collapse
try restore modem image via partition backup restore if you don't have one, try to pull from other V30 or other lg phone you have. Don't expect your phone will be normal as before, it's just some experiment that I suggest since you don't have any answer yet.
If you have a twrp EFS backup use that to restore. If not then you likely won't be able to restore it
https://forum.xda-developers.com/showpost.php?p=73489308&postcount=2 try this.
Make sure you still have the box for legit imei.
and instead of 815, replace with your phone model number e.g 930, 931, or 932...
immns said:
https://forum.xda-developers.com/showpost.php?p=73489308&postcount=2 try this.
Make sure you still have the box for legit imei.
and instead of 815, replace with your phone model number e.g 930, 931, or 932...
Click to expand...
Click to collapse
this is the program that I messed up my device with it (hard brick) after i restore edited efs partition .
it cost me about 30 $ to boot it with medusa box in repair shop.
So I became not afraid to break it so much that I did chiperase several times and did not even lose Imei.
seloka180 said:
this is the program that I messed up my device with it (hard brick) after i restore edited efs partition .
it cost me about 30 $ to boot it with medusa box in repair shop.
So I became not afraid to break it so much that I did chiperase several times and did not even lose Imei.
Click to expand...
Click to collapse
Please, no one else do that. You will lose IMEI. Only this one person says they have not lost IMEI using Chip Erase in LGUP, especially our Dev Patched LGUP.
ChazzMatt said:
Please, no one else do that. You will lose IMEI. Only this one person says they have not lost IMEI using Chip Erase in LGUP, especially our Dev Patched LGUP.
Click to expand...
Click to collapse
maybe because my device is repaired ?
I think I lost IMEI using one of the TWRP version switching to another LS998. My backup of the first was on a different TWRP version I didn't recognize the feature/version difference. So my old device backup of everything didn't have the same partitions as the new phone TWRP was capable. I wiped everything on the new device and restored everything SMH... Everything worked well except I went ahead and erased data because encryption. But later when I was checking for Gpay I realized my IMEI was 0. Lame. Obviously I still have the IMEI I even double checked it against the numbers captured by Android Find Device (not everyone knows that's there) but no way to restore it it seems.
Now I have a terrorist phone, as they call it, I guess. Anyway everything still works etc coming back from airplane mode takes a restart most times, and Gpay contactless payments cards stopped adding. FYI I guess for others. Still rocking my V30. Like my neighbor Chazmatt I might just buy another one lol one day and keep this one as the family backup. Otherwise I'm still using it full time.
2 day search Google, I repaired my phone imei but SN still emplty, i used Kingtool software. Every one can fix it if lose imei !
https://forum.xda-developers.com/showpost.php?p=73489308&postcount=2
Just for info: I have used the qualcomm nv tools from above (and set the port check test) and it worked for me!
Now I got my IMEI back!!! yipiieh
ChazzMatt said:
Please, no one else do that. You will lose IMEI. Only this one person says they have not lost IMEI using Chip Erase in LGUP, especially our Dev Patched LGUP.
Click to expand...
Click to collapse
lg g8 h870ds done the same and lost IMEI, any one can help?
vincentset said:
lg g8 h870ds done the same and lost IMEI, any one can help?
Click to expand...
Click to collapse
https://forum.xda-developers.com/showpost.php?p=73489308&postcount=2
HueyT said:
https://forum.xda-developers.com/showpost.php?p=73489308&postcount=2
Click to expand...
Click to collapse
hey it says your phone is not rooted, so what can I do?
vincentset said:
hey it says your phone is not rooted, so what can I do?
Click to expand...
Click to collapse
Can't fix anything without rooting phone first
I did exactly the same thing my fix came with looking in the hidden menu *#546368#*998#
stinka318 said:
I did exactly the same thing my fix came with looking in the hidden menu *#546368#*998#
Click to expand...
Click to collapse
Elaborate:laugh:
HueyT said:
Elaborate:laugh:
Click to expand...
Click to collapse
It depends on what model you have on the hidden menu *#546368#* then the number of your model then # go to sev menu look for mid in there you can put original imei number in if know or geniate a new one......

Have IMEI, don't have mobile signal, please help...

Hello dear fellow mido users. I am trying to solve a problem here and I would very much appreciate your help on this:
I am running latest MIUI Stable Global flashed from fastboot, I have IMEI, but I don't have mobile signal. WiFi & BT works fine.
How I got here:
Bricked the phone about half a year ago
Ressurected it a week ago via connecting the pins in the back and flashing via edl.
I have unlocked it officially, as I had it unlocked before.
I have flashed TWRP & latest official RR, but it bootlooped, because my /persist partition was freaked out, so I reflashed it from the extracted fastboot ROM and I booted.
However, both my IMEIs dissappeared, and I only had the first IMEI from the back of my phone. So I calculated the second IMEI per a tutorial (from a Czech site) and restored both IMEIs via the Qualcomm QPST xqcn file, verified both IMEIs are showing up on my phone and are valid as per online IMEI checkers.
However, the signal didn't work, so I reflashed another mido device's IMEI (I have my original IMEIs backed-up) and flashed latest MIUI fastboot ROM, still no signal.
And here I am, and I am asking you for help..
If anyone can help me or at least point me in the right direction I will be eternally grateful :angel:
Bump, offering $5 PayPal to anyone who helps me restore my mobile signal.
JouzaCZ said:
Bump, offering $5 PayPal to anyone who helps me restore my mobile signal.
Click to expand...
Click to collapse
"Ressurected it a week ago via connecting the pins in the back and flashing via edl." - are you sure you didn't accidently disconnect the antenna cable from the motherboard end or from the USB board end while doing the tespoint connection to get into EDL mode?
crok.bic said:
"Ressurected it a week ago via connecting the pins in the back and flashing via edl." - are you sure you didn't accidently disconnect the antenna cable from the motherboard end or from the USB board end while doing the tespoint connection to get into EDL mode?
Click to expand...
Click to collapse
Thank you so much for your reply. I just checked, the cable wasn't disconnected, but I dis-and-reconnected it just to make sure. Still no signal.
I should mention I reflashed my original IMEI and verified that its valid once again. I am attaching links to pictures of the back of my phone disassembled if anyone can spot something wrong: PHOTOS.
Still hoping for a solution.
JouzaCZ said:
Still hoping for a solution.
Click to expand...
Click to collapse
Okay, starts to be interesting. Did you play with the band selection? Probably the band has been changed to US?
Hope you have Magisk (root) - if not please flash Magisk.
I presume ADB is already installed.
Put the phone to airplane mode.
From a PC open a cmd and issue adb shell
or start a terminal emulator on your phone
Then issue these commands in the shell
su
pm clear com.android.providers.telephony
settings put global preferred_network_mode 10
settings put global preferred_network_mode1 10
settings put global preferred_network_mode2 10
Remove airplane mode.
Restart.
Check again.
If still not works:
Start phone in fastboot mode
Issue these commands from PC cmd:
fastboot devices << just to make sure you phone is recognised
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot
It will restart.
Check again.
Anyway, if you issue *#*#INFO#*#* or better known as *#*#4636#*#* in the dialer then selecting Phone 1 or Phone 2 (according to the SIM slot you want to check) in the top right or lower left there is a band-select menu (not in MIUI but in other custom ROMs) so there you are able to select the correct band if you want (that would mean you flash any custom ROM from TWRP or any custom recovery for a couple of minutes, go to dialer and look around)
crok.bic said:
Ping
Click to expand...
Click to collapse
Tried everything you said in order, still doesn't work. In normal fastboot, fastboot erase modemst1 results in this image isn't allow download. So I used mfastboot and it worked, however still no signal. When I try to switch the band in the options menu, there are two options: Automatic and United States. When clicked, both result in: Set [United States/Automatic] Unsuccessful.
And I just noticed it erased my IMEI again... Maybe the IMEI wasn't really there the whole time?
What is the proper way to flash both IMEIs? (I know them both)
JouzaCZ said:
Maybe the IMEI wasn't really there the whole time?
What is the proper way to flash both IMEIs? (I know them both)
Click to expand...
Click to collapse
I have the impression that the IMEI wasn't even there..
Flashing it is not possible.
The partition called EFS - in TWRP - is the one storing these kind of IDs.
If you have a backup of EFS you are good to go.
I used to tell people that before doing anyhing (before even unlocking the bootloader)
just do QCN info backup so in case of IMEI / Wifi MAC / Bluetooth MAC issues it's easy to restore..
Your case is a bit more advanced since you have no backup - so you have only one way to get out from this situation:
re-generate the QCN info. I advise you to use >>this<< tutorial (files are attached to the post) to properly re-generate and push back the correct info.
And here's the ultimate guide as well: part 1 and part 2
crok.bic said:
I have the impression that the IMEI wasn't even there..
Flashing it is not possible.
The partition called EFS - in TWRP - is the one storing these kind of IDs.
If you have a backup of EFS you are good to go.
I used to tell people that before doing anyhing (before even unlocking the bootloader)
just do QCN info backup so in case of IMEI / Wifi MAC / Bluetooth MAC issues it's easy to restore..
Your case is a bit more advanced since you have no backup - so you have only one way to get out from this situation:
re-generate the QCN info. I advise you to use >>this<< tutorial (files are attached to the post) to properly re-generate and push back the correct info.
And here's the ultimate guide as well: part 1 and part 2
Click to expand...
Click to collapse
Okay, I have already followed the first tutorial you linked before, so I have the xQCN files ready. I will follow the second tutorial and report back. Thank you for taking the time to help me.
JouzaCZ said:
Okay, I have already followed the first tutorial you linked before, so I have the xQCN files ready. I will follow the second tutorial and report back. Thank you for taking the time to help me.
Click to expand...
Click to collapse
After that I advise you to use MiFlash and flash a recent fastboot ROM.
Report back when you finished. There should be a way..
crok.bic said:
After that I advise you to use MiFlash and flash a recent fastboot ROM.
Report back when you finished. There should be a way..
Click to expand...
Click to collapse
Okay, I followed the first tutorial and successfully restored both IMEIs, still not working. I noticed, while flashing the xQCN file, it gives me a message about the model number of the phone not matching the model number of the xqcn file. Is that normal?
Last resort is to follow the second tutorial and redo everything.
JouzaCZ said:
gives me a message about the model number of the phone not matching the model number of the xqcn file
Click to expand...
Click to collapse
Waitaminute.. What is the error message exactly? This is odd, I used that file many times without any glitch, issue or error message.
crok.bic said:
Waitaminute.. What is the error message exactly? This is odd, I used that file many times without any glitch, issue or error message.
Click to expand...
Click to collapse
"The model number in the QCN file and the phone do not match. Do you still want to restore the phone with this file?"
JouzaCZ said:
"The model number in the QCN file and the phone do not match. Do you still want to restore the phone with this file?"
Click to expand...
Click to collapse
In fastboot mode what is the answer of the phone to the command adb devices and fastboot getvar product? I don't care about the serial but all the rest.
crok.bic said:
In fastboot mode what is the answer of the phone to the command adb devices and fastboot getvar product? I don't care about the serial but all the rest.
Click to expand...
Click to collapse
fastboot getvar product: mido
adb devices: 7e03cac30903 device
JouzaCZ said:
fastboot getvar product: mido
Click to expand...
Click to collapse
Something is not quite straight here - the QCN file there is for Mido, that's 100% sure.
You started the thread with this statemenet: "Bricked the phone about half a year ago"
What did you do exactly? Once I had a phone - remotely resurrected - that has been flashed with a markw ROM (Redmi 4X) instead of Redmi Note 4X (mido) and the guy experienced something similar.
crok.bic said:
Something is not quite straight here - the QCN file there is for Mido, that's 100% sure.
You started the thread with this statemenet: "Bricked the phone about half a year ago"
What did you do exactly? Once I had a phone - remotely resurrected - that has been flashed with a markw ROM (Redmi 4X) instead of Redmi Note 4X (mido) and the guy experienced something similar.
Click to expand...
Click to collapse
Pasting from a thread I made back when I bricked the phone:
Here's the situation:
Was on stock MIUI Global 9.5.8.0 with RedWolf Recovery.
Did a backup and flashed LineageOS
Wasnt happy with it and flashed back the backup, including the Firmware and EFS partitions, basically every partition
Bootloop, WiFi and BT driver prolly messed up, cant connect and restarts upon trying to connect to WIFI/BT.
Tried flashing other firmware, various combinations of wipes, flashes, MiFlashTool fastboot rom, nothing helped.
Tried flashing with EDL, the newest ROM gives me "Too many lines in XML file", old ROM flashed fine, but then couldn't even get to fastboot.
Now: Can't get to fastboot nor recovery, phone goes to EDL mode w/ red LED blinking when connected to PC.
QFIL gives me "Cannot read packet header, read 0 bytes", same with MiFlash.
Click to expand...
Click to collapse
JouzaCZ said:
Was on stock MIUI Global 9.5.8.0 with RedWolf Recovery.
Did a backup and flashed LineageOS
Click to expand...
Click to collapse
Do you have this backup you made with RedWolf?
JouzaCZ said:
including the Firmware and EFS partitions, basically every partition
Click to expand...
Click to collapse
Not a good move. System is up and running, tho, right?
If you go to Settings - About phone - Baseband - what is the baseband version?
Does it looks like a decent version info or say "unknown"?
crok.bic said:
Do you have this backup you made with RedWolf?
Not a good move. System is up and running, tho, right?
If you go to Settings - About phone - Baseband - what is the baseband version?
Does it looks like a decent version info or say "unknown"?
Click to expand...
Click to collapse
Don't have the backup.
Sorry for confusing you, the Now section is from the old post, I haven't done anything since my last post.
JouzaCZ said:
Pasting from a thread I made back when I bricked the phone:
Click to expand...
Click to collapse
JouzaCZ said:
Don't have the backup.
Sorry for confusing you, the Now section is from the old post, I haven't done anything since my last post.
Click to expand...
Click to collapse
No worries - but still:
If you go to Settings - About phone - Baseband - what is the baseband version?
Does it looks like a decent version info or say "unknown"?
crok.bic said:
No worries - but still:
If you go to Settings - About phone - Baseband - what is the baseband version?
Does it looks like a decent version info or say "unknown"?
Click to expand...
Click to collapse
Decent version. Specifically: 953_GEN_PACK-1.148143.1.163979.1
Also can we switch to some IM like WhatsApp so we don't have to keep pinging each other via quotes? I will post the solution/result in the thread.

Quest for restoring lost IMEI on V600 EA TW

I managed to erase IMEI and backup as well. Evrything got complicated after flashing AT&T firmware with Medusa. That is first time SIM lock showed and stayed on ever since.
I can get V60 to work with 600N firmware but it does not work propperly as reciveng sms takes for ever.
Now there are many threads on restoring lost IMEI by editing qcn backup from other working phone and replacing IMEI with your own.
I did that and got confi3from original owner of proper qcn file that I have indeed replaces his IMEI with mine. Flashing edited qcn file with QFIL was repported as successful but IMEI is still 0.
There are som suggestion on rewriting FSG, Modemst1 and 2 with zeroes but dd command used for that purpose report that there is not enough space.
Any idea? All suggestions are welcome and wil be tested ny me.
Thank you.
Staljin
same issue.
lost imei. nothing i tried works
staljin said:
I managed to erase IMEI and backup as well. Evrything got complicated after flashing AT&T firmware with Medusa. That is first time SIM lock showed and stayed on ever since.
I can get V60 to work with 600N firmware but it does not work propperly as reciveng sms takes for ever.
Now there are many threads on restoring lost IMEI by editing qcn backup from other working phone and replacing IMEI with your own.
I did that and got confi3from original owner of proper qcn file that I have indeed replaces his IMEI with mine. Flashing edited qcn file with QFIL was repported as successful but IMEI is still 0.
There are som suggestion on rewriting FSG, Modemst1 and 2 with zeroes but dd command used for that purpose report that there is not enough space.
Any idea? All suggestions are welcome and wil be tested ny me.
Thank you.
Staljin
Click to expand...
Click to collapse
You can write imei with LgUp dev.1.6. My phone lost network Please can you get me QCN file
saved-j said:
same issue.
lost imei. nothing i tried works
Click to expand...
Click to collapse
Did you try we write imei with LGUp. I successed write imei but Radio off. I need QCN file
Trung9x said:
Did you try we write imei with LGUp. I successed write imei but Radio off. I need QCN file
Click to expand...
Click to collapse
When I try to write imei by lgup mobile stuck in blue screen.
Trung9x said:
Did you try we write imei with LGUp. I successed write imei but Radio off. I need QCN file
Click to expand...
Click to collapse
I try to use pdm In lgup to write imei in lg v60 but still 0
Trung9x said:
Did you try we write imei with LGUp. I successed write imei but Radio off. I need QCN file
Click to expand...
Click to collapse
How can I do that?
rifay78 said:
How can I do that?
Click to expand...
Click to collapse
No way to write imei , only backup qfil
Bahmale said:
No way to write imei , only backup qfil
Click to expand...
Click to collapse
I haven't qsn file
staljin said:
I managed to erase IMEI and backup as well. Evrything got complicated after flashing AT&T firmware with Medusa. That is first time SIM lock showed and stayed on ever since.
I can get V60 to work with 600N firmware but it does not work propperly as reciveng sms takes for ever.
Now there are many threads on restoring lost IMEI by editing qcn backup from other working phone and replacing IMEI with your own.
I did that and got confi3from original owner of proper qcn file that I have indeed replaces his IMEI with mine. Flashing edited qcn file with QFIL was repported as successful but IMEI is still 0.
There are som suggestion on rewriting FSG, Modemst1 and 2 with zeroes but dd command used for that purpose report that there is not enough space.
Any idea? All suggestions are welcome and wil be tested ny me.
Thank you.
Staljin
Click to expand...
Click to collapse
plz tell me how to erase imei lg v60
saad19945 said:
plz tell me how to erase imei lg v60
Click to expand...
Click to collapse
Do not exhaust yourself, all these methods will not help you in anything

Categories

Resources