|
![]() |
|
Welcome to the GSM-Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Register | FAQ | Donate | Forum Rules | ★. iPhone Unlock .★ | -= JTAG BOOM =- | .: Nokia Unlock :. | Search | Today's Posts | Mark Forums Read |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #16 (permalink) | |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Oct 2006
Posts: 470
Member: 368923 Status: Offline Thanks: 229
Thanked 41 Times in 32 Posts
| Quote:
| |
|
| | #17 (permalink) |
| Junior Member Join Date: Apr 2013
Posts: 1
Member: 1920768 Status: Offline Thanks: 0
Thanked 0 Times in 0 Posts
| China Android duel sim A1000 IMEI problem I have a Dual SIM Android Smartphone A1000 from Aliexpress and whilst changing something on the phone a guy deleted the IMEI number and now it says Invalid IMEI. Have read your post and how to change number but it does not work. Have got screen with 1st PDP it has options to Activate, Deactivate, type in a number and Send data. So I typed in IMEI number (15 numbers) which was under Sim card and tried each option, Deactivate then activate then send data and nothing happens. I tried this on both 1st and 2nd PDP. Both Sims are installed. Can you help me. |
|
| | #18 (permalink) |
| Junior Member ![]() ![]() Join Date: Oct 2003 Location: newcastle upon tyne Age: 52
Posts: 25
Member: 42900 Status: Offline Thanks: 2
Thanked 1 Time in 1 Post
| download this software and install on phone Zopo Toolbox - IMEI - Download - 4shared if your phone is a chinese clone single or dual sim works 100% |
|
| The Following User Says Thank You to bettyswollocks For This Useful Post: |
| | #20 (permalink) |
| Junior Member ![]() ![]() Join Date: Sep 2004 Location: VADODARA<GUJARAT<INDIA Age: 46
Posts: 27
Member: 80456 Status: Offline Thanks: 8
Thanked 6 Times in 6 Posts
| On Mediatek based phones (MT6516, MT6513, MT6573, MT6575 and soon probably also MT6577) when flashing using flash tool, sometimes people loose their IMEI number. Luckily, putting the IMEI back is not hard on Mediatek based smart phones. Though better yet is to back up your IMEI first. To backup, there are in fact several options: Backing up your IMEI Method 1) Use RootExplorer to copy file /data/nvram/md/NVRAM/NVD_IMEI/MPOB_001 to your external SD card. (or if that folder does not exists, try /nvram/md/NVRAM/NVD_IMEI/MPOB_001) Personally, I would backup the entire /data/nvram/md/NVRAM/* just in case. I believe your WiFi and BT MAC are in there too, maybe some other stuff. I advise to have the entire directory snugly in a zipped file on your SD card! Method 2) Back up using Mobile Uncle utility (actually, that did not work for me) Method 3) Write them on a piece of paper. Very low tech, and very reliable You need to first locate your IMEI of course: IMEI 1 can be found inside battery compartment. It can also be found in menu Settings->About->Status->IMEI (ICS) or Settings->Status (GB). Or it can be found be entering *#06# into the phone. IMEI 2 is sometimes listed alongside IMEI 1, but sometimes it is a bit harder. It may be visible from the phone's FACTORY bootup menu, if it has one. On my P700 based phone, it was also shown with *#06# Also, some phones have the same IMEI for 1 and 2, and it may work, especially if the two SIM's are from different providers. It is my hope that in the posts following this one, people will be kind enough to post where to find IMEI 2 on their specific brands and models NIEUW: Method 4) User rua1 of the russian forum made a very nice PC utility. You do need the drivers for the phone installed, but MTK Droid Root & Tools can read and re-write, among other, the IMEI for Mediatek phones. If you have working drivers, this is now the preferred method. Note that if you use someone else's IMEI, you will not benifid, your call cost *do not* magically appear on his account. All that will happen is that your phone may disconnect every time he turns on his phone. Additionally some countries like India block all 'made up' IMEI numbers. And some providers may push settings based on what they think is your brand/model phone based on its IMEI. So best to stick to the number that you were given! Restoring your IMEI Edit: Since it is now often used, and proven, method 5) at the bottom may be the preferred method Edit2: And now the new Droid Tools (method 6) is an even nicer tool. In fact, it may be so good, it is not just the last, but the final Mediatek tool. See below. Method 1) Use RootExplorer to copy back that backup MPOB_001 file from your external SD card into folder /data/nvram/md/NVRAM/NVD_IMEI/. (or if that folder does not exists, maybe /nvram/md/NVRAM/NVD_IMEI/.) Afterward, set permissions to 0660 or rw-rw---- Method 1b) You can also generate your own MPOB_001 file on a PC, using this set of programs created by some clever russians called f_mulder & pvsurkov, and copy that file to above location. Generate using these commands on a PC: Code: imei.xxx <15digit_IMEI_1> <15digit_IMEI_2> . Restore this file as mentioned above in Method 1) Method 2) Restore using Mobile Uncle utility (actually, that did not work for me) Method 3) Install a cli terminal app, for example Android Terminal Emulator, and enter these commands: (replacing IMEI_1 and IMEI_2 with the actual IMEI of course). Please take care, the Android keyboard will constantly try to change the commands you are typing into 'proper' English spelled words. Ensure the commands are as shown below. Code: su echo 'AT +EGMR=1,7,"IMEI_1"'> /dev/pttycmd1 echo 'AT +EGMR=1,10,"IMEI_2"'> /dev/pttycmd1 Method 4) If you have ADB running, the same as above, from windows adb: (replacing IMEI_1 and IMEI_2 with the actual IMEI of course) If you do not know what ADB is, then never mind, easier to use 3) above or 5) below. Code: adb shell su echo 'AT +EGMR=1,7,"IMEI_1"'> /dev/pttycmd1 echo 'AT +EGMR=1,10,"IMEI_2"'> /dev/pttycmd1 Method 5) Install this mt6516imei.apk app, and enter your imei numbers in there, and press write. The reason I list this option last, even though it is the easiest, is because the program was never finished. Only the 'write' button works. While working on it in 2011 my PC crashed and I lost the source, so I never completed it. So again, only the Write button works! But its enough, and at moment of writing, 3 people have used it on their phones, two reported success (the 3rd never reporting anything, so I assume it worked for him too, because if it had failed I am sure he would have complained). NIEUW: Method 6) User rua1 of the russian forum made a very nice PC utility. You do need the drivers for the phone installed, but MTK Droid Root & Tools can read and re-write, amoung other, the IMEI for Mediatek phones. If you have working drivers, this is now the prefered method I guess, my half-finished app demoted to when you can't get the drivers. If you do use this tutorial or its 'barely a program' attachment, please leave a response, and if you know how to find the IMEI-2 on your model phone, post it clearly below. Thanks! |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |