[Q] IMEI problem - Galaxy S 4 Q&A, Help & Troubleshooting

my phone showing network not registered when place a call. the status of the device in about phone is shown as service state; disconnected.
this all happened after flashing the latest update of stock russian rom via odin. the network disappeared.
when i enter *#0011# in that it shows IMEI certi fail.
also the imei shown in about phone in settings is different than the one on the phone behind the battery.
the about phone is showing the following IMEI 004999*****0000. since i cant write the full IMEI number i used asterisks.
please help me out with this
awaiting earliest reply
Thanks

momerbk said:
my phone showing network not registered when place a call. the status of the device in about phone is shown as service state; disconnected.
this all happened after flashing the latest update of stock russian rom via odin. the network disappeared.
when i enter *#0011# in that it shows IMEI certi fail.
also the imei shown in about phone in settings is different than the one on the phone behind the battery.
the about phone is showing the following IMEI 004999*****0000. since i cant write the full IMEI number i used asterisks.
please help me out with this
awaiting earliest reply
Thanks
Click to expand...
Click to collapse
Flash an older modem with Odin 3.04, this worked for many users for restoring the EFS folder. See item 3 in my signature for all available modems.

gee2012 said:
Flash an older modem with Odin 3.04, this worked for many users for restoring the EFS folder. See item 3 in my signature for all available modems.
Click to expand...
Click to collapse
Thanks A LOT for replying
sorry for being a noob but the following rom is installed : I9500XXUBMEA_I9500OJVBMEA_I9500XXUBMEA_HOME.tar
and im sorry but i dont know which one is an older modem for this. i did flash I9500_XXUAMDK_MODEM this though but had no luck with fixing the issue.

momerbk said:
Thanks A LOT for replying
sorry for being a noob but the following rom is installed : I9500XXUBMEA_I9500OJVBMEA_I9500XXUBMEA_HOME.tar
and im sorry but i dont know which one is an older modem for this. i did flash I9500_XXUAMDK_MODEM this though but had no luck with fixing the issue.
Click to expand...
Click to collapse
Post your question here http://forum.xda-developers.com/showthread.php?t=2192886 and adress to @samersh72, he can help you out for sure.

gee2012 said:
Flash an older modem with Odin 3.04, this worked for many users for restoring the EFS folder. See item 3 in my signature for all available modems.
Click to expand...
Click to collapse
okay so i flashed I9500_XXUAMDE_MODEM.tar now and i see the following(check attachment) instead of the signal bars that i was able to see earlier

momerbk said:
okay so i flashed I9500_XXUAMDE_MODEM.tar now and i see the following(check attachment) instead of the signal bars that i was able to see earlier
Click to expand...
Click to collapse
Oke mate, reflash the modem you had earlier or reflash the stock rom with Odin 3.04 (you will not loose any data).

Imei Certi Fail
momerbk said:
my phone showing network not registered when place a call. the status of the device in about phone is shown as service state; disconnected.
this all happened after flashing the latest update of stock russian rom via odin. the network disappeared.
when i enter *#0011# in that it shows IMEI certi fail.
also the imei shown in about phone in settings is different than the one on the phone behind the battery.
the about phone is showing the following IMEI 004999*****0000. since i cant write the full IMEI number i used asterisks.
please help me out with this
awaiting earliest reply
Thanks
Click to expand...
Click to collapse
Hi,i am having the same problem,can u teach me how to fix this?:crying:
---------- Post added at 02:31 PM ---------- Previous post was at 02:24 PM ----------
gee2012 said:
Flash an older modem with Odin 3.04, this worked for many users for restoring the EFS folder. See item 3 in my signature for all available modems.
Click to expand...
Click to collapse
Hi,i am having the same problem as above,can u teach me how to fix it?My i9500 is on 4.2.2 now,what if i flash 4.3 stock firmware,will it cure the imei?

..

Related

[SOLVED]IMEI Null , Unknown Baseband - (*update) and recover IMEI

[SOLVED] [temp. fix] IMEI Null , Unknown Baseband
Confirmed working with i337 and i337m
Original problem:
Hi
I have received an i337 s4 with imei nul/nul and with no baseband (unknown) - see attached pics.
The user stated that he played with some menu from Samsung secret codes.
It's on stock recovery, download mode doesn't show any flash counters, binary and sys status as 'official' and write protection 'enabled'
Also the home screen shows a certain menu with a notification 'update device information' see attached pic.
I have done a factory rest via stock recovery, still showing the same issues.
How can I solve this hopefully?
update SOLVED:
Thanks to Colonel Sander aka Quasimodem for all the help, here and over hangout.
After having problems with QPST/ EFS pro etc, in repairing, I flashed his efs.img , this removed the home screen error notice and the phone was working normal - still with IMEI = null / null and baseband = unknown
Today he made a flashable zip, which helped me fully flash his efs,
package_extract_file("flash_image", "/tmp/flash_image");
set_perm(0, 0, 0777, "/tmp/flash_image");
ui_print("Installing EFS...");
assert(package_extract_file("efs.img", "/tmp/efs.img"),
run_program("/tmp/flash_image", "/dev/block/mmcblk0p10", "/tmp/efs.img"),
assert(package_extract_file("m9kefs1.img", "/tmp/m9kefs1.img"),
run_program("/tmp/flash_image", "/dev/block/mmcblk0p13", "/tmp/m9kefs1.img"),
assert(package_extract_file("m9kefs2.img", "/tmp/m9kefs2.img"),
run_program("/tmp/flash_image", "/dev/block/mmcblk0p14", "/tmp/m9kefs2.img"),
assert(package_extract_file("m9kefs3.img", "/tmp/m9kefs3.img"),
run_program("/tmp/flash_image", "/dev/block/mmcblk0p15", "/tmp/m9kefs3.img"),
delete("/tmp/efs.img"));
delete("/tmp/m9kefs1.img"));
delete("/tmp/m9kefs2.img"));
delete("/tmp/m9kefs3.img"));
delete("/tmp/flash_image");
After the flash I got back my baseband :victory:
My IMEI has changed from null / null to a 0 / 00 this is not a problem over here, and my network is fully active and amazingly still UNLOCKED.
I would hopefully inject my original IMEI with Z3X box service if I couldn't repair over the QPST and other similar softwares.
Thanks all.
UPDATE:
I have added the EFS zip, this works confirm with i337 and i337m
But this does NOT work with i9505 (I would not advice to flash it on i9500)
Follow all the procedures before going for a flash.
Thanks to @Quasimodem for the original zip.
UPDATE Feb 24 2014: HOW TO RECOVER IMEI
Unfortunately I do not have the phone myself now, but here is success report of recoveing IMEI after flashing this EFS:
Ziida said:
Thanks! Flashing through TWRP didn't do it for me so I installed CWM tonight based on your suggestion and it's worked! My baseband became readable and my IMEI went from "null / null" to "0 / 00"
To anyone else coming into this thread: CWM was a bit of a hassle to install, so I had to use this guide (mind their typos...).
Anyhow, the most exciting part is after flashing the good Captain's EFS file my phone was recognized by QPST again!! I went ahead and flashed the AWS .qcn file from this thread, and now my IMEI number has returned!
I hope you have similar luck, dogmatism!
Click to expand...
Click to collapse
edit: removed ZIP, as it carries imei number of the original provider after flashing AWS .qcn
nikko11126 said:
Hi
I have received an i337 s4 with imei nul/nul and with no baseband (unknown) - see attached pics.
The user stated that he played with some menu from Samsung secret codes.
It's on stock recovery, download mode doesn't show any flash counters, binary and sys status as 'official' and write protection 'enabled'
Also the home screen shows a certain menu with a notification 'update device information' see attached pic.
I have done a factory rest via stock recovery, still showing the same issues.
How can I solve this hopefully?
Click to expand...
Click to collapse
efs or sim issue
orlandoxpolice said:
efs or sim issue
Click to expand...
Click to collapse
True
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Try using the S3 method for injecting the IMEI
Colonel Sanders said:
Try using the S3 method for injecting the IMEI
Click to expand...
Click to collapse
It fails, states:
Code:
[COLOR="Sienna"]Writing NV-items from a file:[/COLOR]
Unsuccessfully written NV-items:
00550 (0x0226) - Unknown command
Done.
nikko11126 said:
It fails, states:
Code:
[COLOR="Sienna"]Writing NV-items from a file:[/COLOR]
Unsuccessfully written NV-items:
00550 (0x0226) - Unknown command
Done.
Click to expand...
Click to collapse
I have a backup of my EFS, it may be possible to Hex edit it, and change the IMEI to yours, then manually insert the EFS files with ADB or Terminal Emulator
---------- Post added at 09:26 AM ---------- Previous post was at 09:19 AM ----------
Also, check out this guy, he can remotely repair it:
http://forum.samdroid.net/f70/repair-imei-s2-5729/
I can vouce for his service, I used it with my Captivate
well appreciated.
so should I send you my imei?
The guy is on vacation - it seems... till next month. :banghead:
nikko11126 said:
well appreciated.
so should I send you my imei?
Click to expand...
Click to collapse
Yes pm me your imei and I'll try to edit my efs files... I'll pm you an untouched copy too if you want to have a crack at it...
check pm.
I have also installed stock ROM. but it is as if nothing changed. :what:
I wonder if I should flash a custom recovery and format the system manually and then Odin flash the stock ROM.
nikko11126 said:
check pm.
I have also installed stock ROM. but it is as if nothing changed. :what:
I wonder if I should flash a custom recovery and format the system manually and then Odin flash the stock ROM.
Click to expand...
Click to collapse
That's not going to do anything for this particular issue. I'm about to zip up my backup and send it your way, and dig around inside the files myself. This is repairable somehow.
nikko11126 said:
well appreciated.
so should I send you my imei?
Click to expand...
Click to collapse
NEVERMIND
TheAxman said:
NEVERMIND
Click to expand...
Click to collapse
:what: who's who? what's what?
TheAxman said:
NEVERMIND
Click to expand...
Click to collapse
Problem here?
I was going to give a suggestion, but I will pass. Sorry.
Could you look at you efs folder, does it resemble mine?
---------- Post added at 03:39 PM ---------- Previous post was at 03:36 PM ----------
TheAxman said:
I was going to give a suggestion, but I will pass. Sorry.
Click to expand...
Click to collapse
I can PM you my backup if you want to look too.
I have:
efs.img
m9kefs1.img
m9kefs2.img
m9kefs3.img
I will watch this for awhile, and see what happens. Just trying to figure out what you guys are trying to accomplish...carry on.
My suggestion is be careful with IMEI as if you let someone have your #, and at any point that person plugs in that # in his device and hits the network, you will get both devices blacklisted from the carrier. I am hoping you guys know this.
i have to first root then. give me some time.
I think you sent your efs via dropbox link, i have it downloaded already thanks.
TheAxman said:
I will watch this for awhile, and see what happens. Just trying to figure out what you guys are trying to accomplish...carry on.
My suggestion is be careful with IMEI as if you let someone have your #, and at any point that person plugs in that # in his device and hits the network, you will get both devices blacklisted from the carrier. I am hoping you guys know this.
Click to expand...
Click to collapse
Yep... It was mainly just a show of good will, and to be able to mess around with an untouched EFS backup. I'm having issues finding the IMEI in any of those files.
and Yes, that SS is Slim with Halo
Colonel Sanders said:
Yep... It was mainly just a show of good will, and to be able to mess around with an untouched EFS backup. I'm having issues finding the IMEI in any of those files.
and Yes, that SS is Slim with Halo
Click to expand...
Click to collapse
Not here to do anything but help..thats all. Use the info if you want.
ok, no problem, this is what you guys need to look at, works perfect and it will work for you.
http://forum.xda-developers.com/showthread.php?t=2255192
There are better guides also, do a google search on QPST.
Good luck.

Need help to fix imei issue

In the beginning, i can use my note 3 n9005 SFR as usual. But once i tried flashing rom, it showed as error (fail) because I chose BL instead of AP. And i tried to fix it by follow the instructions as Mr. Firasusman suggest me as said in the this link http://forum.xda-developers.com/showthread.php?t=2614787. It solved the problem my phone can now get into the normal screen but i found a new problem. I put in sim card but there is no network signal and I also lost imei when i checked in phone status. What should I do to fix this problem? Anyone, please help me. Thanks a lot.
IMEI = Unknown
S/N change
Baseband ok
wittaya73 said:
In the beginning, i can use my note 3 n9005 as usual. But once i tried flashing rom, it showed as error (fail) because I chose BL instead of AP. And i tried to fix it by follow the instructions as Mr. Firasusman suggest me. My phone can now get into the normal screen but i found a problem. I put in sim card but there is no network signal and I also lost imei when i checked in phone status. What should I do to fix this problem? Anyone, please help me. Thanks a lot.
Click to expand...
Click to collapse
Check whether EFS folder is backed up by flashed rom in sdcard. If your lucky you can use backup file to get imei number back. Few posts also suggest that flashing back stock rom also get back imei. I am not sure of it. Better back up efs to your pc.
wittaya73 said:
In the beginning, i can use my note 3 n9005 SFR as usual. But once i tried flashing rom, it showed as error (fail) because I chose BL instead of AP. And i tried to fix it by follow the instructions as Mr. Firasusman suggest me as said in the this link http://forum.xda-developers.com/showthread.php?t=2614787. It solved the problem my phone can now get into the normal screen but i found a new problem. I put in sim card but there is no network signal and I also lost imei when i checked in phone status. What should I do to fix this problem? Anyone, please help me. Thanks a lot.
Click to expand...
Click to collapse
Are you in 4.3 or 4.4.2?
Sent from my SM-N9005 using Tapatalk
imapk said:
Check whether EFS folder is backed up by flashed rom in sdcard. If your lucky you can use backup file to get imei number back. Few posts also suggest that flashing back stock rom also get back imei. I am not sure of it. Better back up efs to your pc.
Click to expand...
Click to collapse
What is EFS? After My first flashed firmware, I couldn't get into the normal screen. I even tried to flash back with stock rom via odin, but failed everytimes. I've tried to get back stock rom by using kies, but no luck; and stuck in Odin mode when I turn on my phone.
Then I found this link http://forum.xda-developers.com/showthread.php?t=2614787 which help me able to turn on my phone to normal. But new issue come.
No network connection, and IMEI unknow.
Please suggest.
wittaya73 said:
What is EFS? After My first flashed firmware, I couldn't get into the normal screen. I even tried to flash back with stock rom via odin, but failed everytimes. I've tried to get back stock rom by using kies, but no luck; and stuck in Odin mode when I turn on my phone.
Then I found this link http://forum.xda-developers.com/showthread.php?t=2614787 which help me able to turn on my phone to normal. But new issue come.
No network connection, and IMEI unknow.
Please suggest.
Click to expand...
Click to collapse
Flash THIS And don't mess with your phone any more.
radicalisto said:
Flash THIS And don't mess with your phone any more.
Click to expand...
Click to collapse
Thanks for your reply.
Already did, but nothing change; imei still unknown.
wittaya73 said:
What is EFS? After My first flashed firmware, I couldn't get into the normal screen. I even tried to flash back with stock rom via odin, but failed everytimes. I've tried to get back stock rom by using kies, but no luck; and stuck in Odin mode when I turn on my phone.
Then I found this link http://forum.xda-developers.com/showthread.php?t=2614787 which help me able to turn on my phone to normal. But new issue come.
No network connection, and IMEI unknow.
Please suggest.
Click to expand...
Click to collapse
EFS is a folder in phone's file system which saves your phone model, IMEI number and lot more details, Important folder. Flashing ROM the efs folder got corrupted causing the loss of imei number. Try "radicalisto" reply and update the issue.
wittaya73 said:
Thanks for your reply.
Already did, but nothing change; imei still unknown.
Click to expand...
Click to collapse
Flash Stock ROM via ODIN then apply the fix.zip
radicalisto said:
Flash Stock ROM via ODIN then apply the fix.zip
Click to expand...
Click to collapse
I did what you told above, but nothing change. IMEI still unknow. I also noticed that S/N has been changed too.
Please advise.
Still need help, please.
radicalisto said:
Flash THIS And don't mess with your phone any more.
Click to expand...
Click to collapse
This fix never worked? - hmm,you have lost your EFS/IMEI somehow then. Does *#06# bring up an IMEI? - if not you'll have to search around for how to fix your IMEI (It can be done)
still need help here.

SOLVED: No service/null IMEI

hey guys,
I have a galaxy s5 g900f and just today i was playing around editing the messaging.apk, when i pushed the apk back into the system and rebooted everything was all fine. Then about ten minutes later my sim stopped working and i had no service whatsoever. I have spent all day flashing different roms, restoring my efs, and flashing different modems. I have checked to see if it is my sim card causing the problem but it is not. On top of all of this the phone reboots every time the screen locks and goes black, i suspect this has something to do with the sim card issue.
if any one is able to help me i would appreciate it so, so much.
thanks in advance.
1221ross1221 said:
hey guys,
I have a galaxy s5 g900f and just today i was playing around editing the messaging.apk, when i pushed the apk back into the system and rebooted everything was all fine. Then about ten minutes later my sim stopped working and i had no service whatsoever. I have spent all day flashing different roms, restoring my efs, and flashing different modems. I have checked to see if it is my sim card causing the problem but it is not. On top of all of this the phone reboots every time the screen locks and goes black, i suspect this has something to do with the sim card issue.
if any one is able to help me i would appreciate it so, so much.
thanks in advance.
Click to expand...
Click to collapse
Is your IMEI and Baseband still valid?
You may need to reflash full stock firmware.
Open Dialer and enter *#0011# and see what does it say?
vndnguyen said:
Is your IMEI and Baseband still valid?
You may need to reflash full stock firmware.
Open Dialer and enter *#0011# and see what does it say?
Click to expand...
Click to collapse
in about phone it says my baseband is unknown. i am not sure about my IMEI, every time i try to check my IMEI via the dialer i get a message saying "mobile network not available."
when i entered that i got the same message "mobile network not available."
i may try downloading and flashing full stock firmware like you said.
thanks for your reply.
1221ross1221 said:
in about phone it says my baseband is unknown. i am not sure about my IMEI, every time i try to check my IMEI via the dialer i get a message saying "mobile network not available."
when i entered that i got the same message "mobile network not available."
i may try downloading and flashing full stock firmware like you said.
thanks for your reply.
Click to expand...
Click to collapse
Yes, looks like the baseband is invalid. You need to download the stock firmware and reflash.
You can check the IMEI and also Baseband Version using Phone INFO ★Samsung★ app.
vndnguyen said:
Yes, looks like the baseband is invalid. You need to download the stock firmware and reflash.
You can check the IMEI and also Baseband Version using Phone INFO ★Samsung★ app.
Click to expand...
Click to collapse
i downloaded one of the stock firmwares off sammobile and flashed it via odin. Sadly the problem is still present.
Any more suggestions?
1221ross1221 said:
i downloaded one of the stock firmwares off sammobile and flashed it via odin. Sadly the problem is still present.
Any more suggestions?
Click to expand...
Click to collapse
Do not flash random firmware. You need the stock firmware for your device.
Open Phone INFO ★Samsung★ app > Menu > 'Firmware Browser' to download the stock firmware for your device (with the correct CSC).
vndnguyen said:
Do not flash random firmware. You need the stock firmware for your device.
Open Phone INFO ★Samsung★ app > Menu > 'Firmware Browser' to download the stock firmware for your device (with the correct CSC).
Click to expand...
Click to collapse
i originally purchased this phone from ebay and it was from hong kong and the phone was hong kong branded. The firmware i downloaded and flashed was hong kong firmware, it was G900FZHU1ANI2. I assume this would be the correct firmware, but still, no luck???
1221ross1221 said:
i originally purchased this phone from ebay and it was from hong kong and the phone was hong kong branded. The firmware i downloaded and flashed was hong kong firmware, it was G900FZHU1ANI2. I assume this would be the correct firmware, but still, no luck???
Click to expand...
Click to collapse
Please note that HK phone does not compatible with another international firmwares.
You said "spent all day flashing different roms, restoring my efs, and flashing different modems"
So you may have messed up with the partition structure, due to flashing rom/firmware that are not compatible.
Now you may need PIT file from a 'good' HK phone to flash together with the HK firmware (G900FZHU1ANI2).
vndnguyen said:
Please note that HK phone does not compatible with another international firmwares.
You said "spent all day flashing different roms, restoring my efs, and flashing different modems"
So you may have messed up with the partition structure, due to flashing rom/firmware that are not compatible.
Now you may need PIT file from a 'good' HK phone to flash together with the HK firmware (G900FZHU1ANI2).
Click to expand...
Click to collapse
I have been flashing compatible roms. They have all been G900F compatible.
okay thank you, i will have a look into that.
vndnguyen said:
Please note that HK phone does not compatible with another international firmwares.
You said "spent all day flashing different roms, restoring my efs, and flashing different modems"
So you may have messed up with the partition structure, due to flashing rom/firmware that are not compatible.
Now you may need PIT file from a 'good' HK phone to flash together with the HK firmware (G900FZHU1ANI2).
Click to expand...
Click to collapse
i did what you said to do with the pit file, but that did not work. Now i think i have found out what the problem is, i think my efs folder is corrupted, which seems to be irreversible. I have tried many of the different restoring methods on google but none of them have worked.
Any suggestions on what i could do?
1221ross1221 said:
I have been flashing compatible roms. They have all been G900F compatible.
okay thank you, i will have a look into that.
Click to expand...
Click to collapse
I have to repeat that G900F HK version is NOT compatible with another international G900F.
1221ross1221 said:
i did what you said to do with the pit file, but that did not work. Now i think i have found out what the problem is, i think my efs folder is corrupted, which seems to be irreversible. I have tried many of the different restoring methods on google but none of them have worked.
Any suggestions on what i could do?
Click to expand...
Click to collapse
Did you find the correct PIT file from G900F HK version? If so, can you send me a download link, or send me that file?
vndnguyen said:
I have to repeat that G900F HK version is NOT compatible with another international G900F.
Did you find the correct PIT file from G900F HK version? If so, can you send me a download link, or send me that file?
Click to expand...
Click to collapse
okay so are you saying that this rom http://forum.xda-developers.com/showthread.php?t=2732110 is not compatible with my phone? cause i have been using it for quite a while and have not ran into any compatibility errors. I'm not trying to start an argument with you by the way, i am just trying to get a grasp on what you are saying. I really appreciate the time and effort you are putting into my problem.
i have attached the pit file to this post.
1221ross1221 said:
okay so are you saying that this rom http://forum.xda-developers.com/showthread.php?t=2732110 is not compatible with my phone? cause i have been using it for quite a while and have not ran into any compatibility errors. I'm not trying to start an argument with you by the way, i am just trying to get a grasp on what you are saying. I really appreciate the time and effort you are putting into my problem.
i have attached the pit file to this post.
Click to expand...
Click to collapse
Sorry, I mean stock firmware for international G900F is not compatible with HongKong G900F.
Regarding custom rom, I have no idea.
Where did you get that PIT file? Are you sure it is from HongKong G900F device?
vndnguyen said:
Sorry, I mean stock firmware for international G900F is not compatible with HongKong G900F.
Regarding custom rom, I have no idea.
Where did you get that PIT file? Are you sure it is from HongKong G900F device?
Click to expand...
Click to collapse
okay yeah i get what you are saying now. Thank you for clarifying that.
i got it off this forum http://forum.xda-developers.com/showthread.php?t=2737448 which seems legitimate. It ran through the process of re-partitioning the rom with no errors so it must mean it is the right file, otherwise it would have come up with an error.
1221ross1221 said:
okay yeah i get what you are saying now. Thank you for clarifying that.
i got it off this forum http://forum.xda-developers.com/showthread.php?t=2737448 which seems legitimate. It ran through the process of re-partitioning the rom with no errors so it must mean it is the right file, otherwise it would have come up with an error.
Click to expand...
Click to collapse
I think you should get this PIT file: SM-G900F_pit_16GB_TGY.zip
TGY is CSC for HongKong device
vndnguyen said:
I think you should get this PIT file: SM-G900F_pit_16GB_TGY.zip
TGY is CSC for HongKong device
Click to expand...
Click to collapse
i tried to use that one but it came up wit an error in odin
vndnguyen said:
I think you should get this PIT file: SM-G900F_pit_16GB_TGY.zip
TGY is CSC for HongKong device
Click to expand...
Click to collapse
so i have now found that my imei number is registered as null/null. So i just need to figure out a way to restore my imei. Which seems to be impossible at this point in time. Any suggestions?
1221ross1221 said:
so i have now found that my imei number is registered as null/null. So i just need to figure out a way to restore my imei. Which seems to be impossible at this point in time. Any suggestions?
Click to expand...
Click to collapse
Try this, if any luck:
open Dialer, enter *#0011#, Menu > Back, Menu > Key Input > Q0 > press OK, wait until MAIN MENU appears, select 'run EFS SYNC()'.
vndnguyen said:
Try this, if any luck:
open Dialer, enter *#0011#, Menu > Back, Menu > Key Input > Q0 > press OK, wait until MAIN MENU appears, select 'run EFS SYNC()'.
Click to expand...
Click to collapse
the menu seems to stay blank after pressing ok, have tried waiting over a minute but still nothing comes up?
1221ross1221 said:
the menu seems to stay blank after pressing ok, have tried waiting over a minute but still nothing comes up?
Click to expand...
Click to collapse
Please note that "Menu > Back" is press Menu button, then "Back" item in the menu (not the Back key).
Try again.

(Problem) SW REV. CHECK FAIL. DEVICE: 2. Binary: 1.

Hello guys!
I have a big problem with my S7 edge (G935F)... The problem begins when I forget to turn off the OEM security and then I did an update to my Magisk root... When I tried to reboot my phone it doesn't pass of the first logo image, meaning that I broke the "security", so I read about that and then I flashed a firmware, an official UK (BTU I guess) firmware and then I flashed TWRP via Odin to restore a nandroid that I did when I bought my phone... It restored the EFS partition/folder and when my phone reboots I had no network signal, no IMEI... I just tried everything (I hope not) and I can't give back my IMEI and my network signal... When I try to patch the certificate to recover my IMEI via Odin in the download mode it says: SW REV. CHECK FAIL. DEVICE:2. Binary:1
I don't know if I explained it because my english is too bad, but I tried, I know that someone else have the same problem than I because I saw it. Do you find the solution? I'm out of my country and I need it so much :crying:
Regards!
Flash latest stock with csc, but skip bl section
amakuramio said:
Flash latest stock with csc, but skip bl section
Click to expand...
Click to collapse
Thank you for answer me.
I did it with three diferent stock firmwares and the problem persists (no network signal) I think that is something with the EFS folder, I restored a backup of it but is the same, I have not signal yet, but thank you!
Try clean formatting
Arachnorbit said:
Thank you for answer me.
I did it with three diferent stock firmwares and the problem persists (no network signal) I think that is something with the EFS folder, I restored a backup of it but is the same, I have not signal yet, but thank you!
Click to expand...
Click to collapse
Hey brother it happened with me too, unfortunately, I had to format my internal storage to fix this, you need to flash the latest nougat firmware via odin with csc including bl and modem and then start in recovery then format and start phone, remember you would need to put the google account which was previously there in the phone to unlock and complete setup process (very important here)
invinsible_asp said:
Hey brother it happened with me too, unfortunately, I had to format my internal storage to fix this, you need to flash the latest nougat firmware via odin with csc including bl and modem and then start in recovery then format and start phone, remember you would need to put the google account which was previously there in the phone to unlock and complete setup process (very important here)
Click to expand...
Click to collapse
Thank you! Do you know which Firmware I need to flash? Because I flashed a lot of firmwares and it didn't work! You would help me a lot if you give me the name of the one you used.
Here I have some screenshots of what appears in IMEI and SIM.
Try this thread :
https://forum.xda-developers.com/showthread.php?t=3379516
Sent from my SM-G935F using Tapatalk
Arachnorbit said:
Thank you! Do you know which Firmware I need to flash? Because I flashed a lot of firmwares and it didn't work! You would help me a lot if you give me the name of the one you used.
Here I have some screenshots of what appears in IMEI and SIM.
Click to expand...
Click to collapse
Download the latest firmware from https://updato.com (it's fast and reliable) then start in download mode, run odin with administrative privileges, select BL AP Modem and CSC (dont use home since we wish to clean fornat), and in odin uncheck auto reboot option, after the ODIN shows 'pass', disconnect the cord from pc, now you have to be very quick here since our battery is not removable, in order to shut down s7 edge from odin mode, all you have to do is press, volume down, volume up, home and power and as soon as it goes off connect the cord, the battery will show up and now it will be in charging state, after that disconnect the cord, (the phone is now clean fornatted and in off stage) and now boot into recovery to wipe data and cache using default recovery, then reboot phone and then log into your existing google account.
I know its tricky and maybe there's an ez way around it but this worked for me so I'm sharing
SOLUTION, thank you all for your answers!
AndyBury said:
Try this thread :
https://forum.xda-developers.com/showthread.php?t=3379516
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
I tried it at first instance but I could not because my Bootloader was updated to the "U2" version, what I did after that was search the Combination file updated to the U2 bootloader, after a long search I found it.
In resume, The solution is what the OP of that thread says but if you have the same problem like me with the Updated bootloader you need this file instead of the files that are shown there:
https://androidfilehost.com/?fid=890129502657582963
Thank you all! I hope this can help y'all that has this problem! :fingers-crossed:
i am same problem ,how to fix it?
help me
jed0123 said:
help meView attachment 4491615
Click to expand...
Click to collapse
You already fixed the problem I guess, you only need to flash the same firmware that your phone had before flashing the Combination file.
can not
Help
How to know what was my old firmware version? when I try to flash i get SW REV. CHECK FAIL. DEVICE: 2. Binary: 1
And I can't start phone because I'm getting FRP lock. Please help me?
Edit: I downloaded latest firmware and flashed it.
Same problem with s8+
amakuramio said:
Flash latest stock with csc, but skip bl section
Click to expand...
Click to collapse
I have the same problem with my S8+ SM-G955F
I flashed the latest firmware without BL....now my phone is working fine...but I dont have SIGNAL.. any help will be appreciated..
Moved
Thread moved to Questions and Answers.
hello.
im having the exactly same issue....
Im from Brazil, i was trying to install the stock rom then ill upgrade to android 8.0....(my android does not update becouse it from VIVO PROVIDER, my english sucks...hope you understand)
i open odin, select all files, of a stock rom ZTO G935F, then it just give me this error...
how can i fix it? i just want to install android 8.0 nougat =(
thx alot for trying help me!!!
i fixed my phone by skipping the booloader section...
you're a life saver brother...
Thank you
Regards
Arachnorbit said:
Hello guys!
I have a big problem with my S7 edge (G935F)... The problem begins when I forget to turn off the OEM security and then I did an update to my Magisk root... When I tried to reboot my phone it doesn't pass of the first logo image, meaning that I broke the "security", so I read about that and then I flashed a firmware, an official UK (BTU I guess) firmware and then I flashed TWRP via Odin to restore a nandroid that I did when I bought my phone... It restored the EFS partition/folder and when my phone reboots I had no network signal, no IMEI... I just tried everything (I hope not) and I can't give back my IMEI and my network signal... When I try to patch the certificate to recover my IMEI via Odin in the download mode it says: SW REV. CHECK FAIL. DEVICE:2. Binary:1
I don't know if I explained it because my English is too bad, but I tried, I know that someone else has the same problem than I because I saw it. Do you find the solution? I'm out of my country and I need it so much :crying:
Regards!
Click to expand...
Click to collapse
try custom ROMs and I'm sure they have update bootloader and modem use that and its work in my phone
jed0123 said:
can notView attachment 4491806
Click to expand...
Click to collapse
Hello, how did you solve it?
Help I keep getting SW REV. CHECK FAIL. DEVICE:3. BINARY:2 when trying to downgrade BL CP for G935W8

Magisk and IMEI number

I have flash RR remix ,and its works perfectly,its great custom rom ,for me is very nice and smooth, but after rooting with Magisk ,I have problem with GSM network, also I notice that I loose and IMEI number..
Can I somehow fix IMEI number without PC and bring back network signal..
Please look at the follow:
https://forum.xda-developers.com/note-4/help/galaxy-note-4-restore-imei-help-t3620635
Look at second Thread point
bluedesire said:
Please look at the follow:
https://forum.xda-developers.com/note-4/help/galaxy-note-4-restore-imei-help-t3620635
Look at second Thread point
Click to expand...
Click to collapse
I don't know what's gone wrong with his IMEI but it doesn't mean his EFS is deleted like the guy in that thread.
@jjoeshua check your root directory. Do you have a folder called EFS?
Apex Predator said:
I don't know what's gone wrong with his IMEI but it doesn't mean his EFS is deleted like the guy in that thread.
@jjoeshua check your root directory. Do you have a folder called EFS?
Click to expand...
Click to collapse
I have this folder, also I found Imei folder too,and many others folders..
I found on XDA guide how to fix Imei problem with Imei repair program and make a flash Imei file that I install through TWRP recovery and its not fix the problem but its a little better, when I. Turn on my phone ,I don't have GSM network but after restarting one or two times the network is back. It not stable but most of the time I have GSM network.
Do you have any idea what causing this problem, I don't have this problem with superSU only with Magisk,
Download stock rom
jjoeshua said:
I have flash RR remix ,and its works perfectly,its great custom rom ,for me is very nice and smooth, but after rooting with Magisk ,I have problem with GSM network, also I notice that I loose and IMEI number..
Can I somehow fix IMEI number without PC and bring back network signal..
Click to expand...
Click to collapse
As you flashed rr
Your modem (basband) reflashed
Just download correct modem / basband of your mobile and flash it using odin
Your IMEI will be back
junejo46726 said:
As you flashed rr
Your modem (basband) reflashed
Just download correct modem / basband of your mobile and flash it using odin
Your IMEI will be back
Click to expand...
Click to collapse
I use IMEI repeir and create a flash zip file with my IMEI and after flashing it in TWRP its working,I have network but its not stable,I must sometimes restart my phone to get my network back..

Categories

Resources