Saturday, June 14, 2014

HOW TO CHANGE IMEI NUMBER THROUGH Terminal Emulator of ANDROID phone-TAB

For Single Sim Device
Requirement:
1.* Root Device
2.* Terminal Emulatör Download from Play Store
Process :
1. Open Android Terminal Emulator
2.Type SU then press ENTER button to get Superuser permmison
3.After that, type this command then press ENTER buttonecho ‘AT+EGMR=1,7,”IMEI_NUMBER”‘ >/dev/pttycmd1
OR
echo AT+EGMR=1*7*IMEI_1 >/dev/pttycmd1
For Dual Sim Phones
1. rooted android phone or tablet.
2. install android terminal emulator app
3. open android terminal emulator.
4. Type SU then press ENTER
5. type following command then Eneter echo ‘AT+EGMR=1,7, “IMEI_NUMBER” ‘ >/dev/pttycmd1
6. if your phone is dual-sim, typ this command then ENTER echo ‘AT+EGMR=1,10, “IMEI_NUMBER” ‘ >/dev/pttycmd1
7. Last step, reboot your phone/tablet and done.

No comments: