(GOOGLE DOCS SPREADSHEET)ATT & Tmo IMEI thread/ Report issues & info here!

Search This thread

minnick

Member
Oct 26, 2012
26
2
Re: (GOOGLE DOCS SPREADSHEET)ATT & Tmo IMEI thread/ Report issues & info here!

Ty sir, saving this post in case I lose my IMEI

Sent from my SAMSUNG-SGH-I747
 

caspersfi

Senior Member
Apr 12, 2011
3,632
2,164
West Virginia
Good morning guys. Well yesterday afternoon I lost my IMEI without a backup. I think my problem may be more related to my laptop or AbobeXI.

When I am at the stop where I'm in RF NV Item Manager and I need to hit Settings then Comport, I don't have a Settings tab up top to hit. I have File, Edit, View, and Window but there isn't a Settings tab.

I've tried un installing and re installing Adobe Reader and QPST from the OP but still missing the Settings tab.

I guess this problem is more related to my laptop and Adobe software then anything else. I've searched thru this thread and read most of it but haven't seen this issue.

I feel ignorant because this has to be something simple but I'm just stuck.

TIA
 

caspersfi

Senior Member
Apr 12, 2011
3,632
2,164
West Virginia
Tough to read this but this is what I'm talking about.

Settings tab just isn't there.

ForumRunner_20130310_102355.jpg

Disregard please.

I got it.
 
Last edited:

John Redcorn

Member
Apr 25, 2011
38
5
I saw this thread in the vzw s3 forum:
http://xdaforums.com/showthread.php?t=1852255


Does the "reboot nvbackup" command work successfully on our att ones? backs up all the imei info to the built-in backup locations?

They have a second step there, flashing a zip that runs a script and backs up all that same info on /sdcard/synergy... it's said right there in the thread that wont work for tmobile + att phones, is there anything like that for ours?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    UPDATE 7/29/2012 : PEOPLEARMY HAS FOUND A WAY TO BACK UP, RESTORE, OR INJECT YOUR IMEI! BELOW I WILL PASTE A LINK. THE PROBLEM APPEARS TO NOW HAVE A SOLUTION! PLEASE BE SURE TO THANK PEOPLEARMY, AND MOST OF ALL, IF AT ALL POSSIBLE I ENCOURAGE YOU TO DONATE TO HIM, AS HE HAS SAVED MANT PEOPLE FROM WARRANTY EXCHANGES, BRICKED DEVICES, AND MILD HEART ATTACKS!

    http://xdaforums.com/showthread.php?t=1801997

    UPDATE 7/30/2012: IT APPEARS THAT USER "GEEK", WHO PLAYED A LARGE ROLE IN PEOPLEARMYS IMEI SOLUTION, HAS NOW WRAPPED UP THE BACK UP PROCESS INTO A VERY SIMPLE AND EASY TO USE TOOL THAT ONLY REQUIRES FREEWARE! BELOW YOU WILL FIND A LINK TO GEEKS TOOL & EASY TO FOLLOW INSTRUCTIONS ACCOMPANIED BY A VIDEO DEMONSTRATION! PEOPLEARMY HAS SUGGESTED THAT HE BELIEVES IT WOULD BE BEST IF YOU WERE TO CREATE THE BACK UP USING BOTH METHODS. PLEASE BE SURE TO THANK GEEK WHEN YOU VISIT HIS "IMEI TOOL THREAD", AND MOST IMPORTANTLY, IF YOU ARE IN A POSITION TO DONATE THEN PLEASE DO. WITHOUT THE HARD WORK OF BOTH OF THESE USERS, MANY PEOPLE WOULD HAVE LOST THEIR VERY EXPENSIVE GS3'S!

    http://xdaforums.com/showthread.php?t=1804123
    11
    Hi,

    Just wanted to fill you guys in on what I'm working on.

    So far I have built a custom rom that enables Diagnostic serial port on T-mobile SGS3
    I have Extracted the 16 digit password from the modem
    I have Connected to Qualcomm Service tools such as CDMA workshop and QPST/QXDM
    I have READ the IMEI with these tools.
    I have achieved a full NV dump of the phone.

    The only thing left is to achieve WRITE of IMEI and your problems will be solved.

    I do not have the issue on my device but decided to put some time into this to see if I could get it done. I am still working on it now.

    Is there an official bounty for this solution or no?
    9
    I'll concur, that command looks ok to me.. Don't really need to cd /sdcard though but it won't hurt anything.

    zonly, good luck, and as usual, this is at your own risk but you already have a brick right :)

    Assuming you can get back to a shell afterwards, you can (theoretically) re-dd the original img back to restore the original state.

    Okay boys, I'm goin' in. Will report back.
    6
    has anyone tried restoring a complete dd backup after losing imei?

    I believe this is the most important question that can be asked but it seems to have been looked over.

    I know I've seen people say that the EFS Backup "App" doesn't work, but I'm not terribly surprised by this. Backups don't get much more rock-solid than a 'dd' backup.

    (don't remember which thread this was from but it was posted by id_twin)

    Backup by typing this in the terminal:
    Code:
    dd if=/dev/block/platform/msm_sdcc.1/by-name/efs of=/external_sd/efs_backup.img

    Restore by typing this in the terminal:
    Code:
    dd if=/external_sd/efs_backup.img of=/dev/block/platform/msm_sdcc.1/by-name/efs_sdcc.1/by-name/efs

    For those who are not familliar, this basically backs up a partition by reading directly from the storage device and outputting the byte-for-byte into a file that can be copied off for safe keeping when done. The restore process does the opposite, but writes byte-for-byte the entire partition block back to the partition area exactly the way it originally was pulled.

    The important thing to know here is that most backup/restore apps will copy "files" out of a partition and into a different storage format than the partition such as tar or zip. To restore from one of these kinds backup apps, you would have to have an existing properly-formatted partition ready and mounted to extract the files to BUT when you're done extracting, the end-result is that you would have a different partition with the same files but with slight differences, such as the fact that the re-extracted files would likely be written to different areas of the partition than the original partition you extracted from, therefore your restore would NOT give you the EXACT same partition that you started with, just one that appears the same when mounted.

    THIS kind of backup (dd backup) is a bit more awesome in that it will perform a partition-level backup which is the raw filesystem and all, it basically reads the 1's and 0's from a particular sector of your storage that includes the filesystem headers and filesystem structure and all in the backup. This means a couple of things. DD doesn't care (or know) what the underlying file-system is, in fact, there doesn't even need to be a filesystem present, it's just bytes in a block on a drive. This means that restoring THIS kind of backup will restore the base-level filesystem in-tact byte-for-byte. It's an exact mirror of your partition. These backups are so solid that these kinds of backups can actually be mounted as if they were a drive-partition on their own because technically, they ARE exactly a partition.

    That being said, I really would be shocked if someone couldn't restore their EFS partition this way. I have backed mine up with this method but have not had any IMEI issues as of yet. If someone would be willing to share their DD backup with someone who has lost their IMEI as a proof-of-concept just to let the rest of the group know if this backup/restore method is effective that would be awesome. I have to admit I'm not terribly fond of handing out my IMEI to anyone, but it would be a great test for someone who has TWO GS3's handy (one with a bad IMEI and one good).

    Hope this post helpful more than it is boring. I hope this gets figured out soon. I'm still a bit scared to flash another rom for now.
    6
    yousefak ;

    YOU HAVE HEREBY BEEN OFFICIALLY DOXXED.

    in the future; might want to sign out of your google account *before* you deface something, that so many people have worked hard on...

    just a thought buddy.;)

    maybe we should deface your website ??
    baahh....
    no need, its already a mess.