Howto: Change IMEI numbers BLU Studio Energy 2

February 4, 2016


Phone must be rooted.

Use the ADB shell or a terminal on the phone:

su root
Then to change the IMEI number for SIM1:
echo 'AT +EGMR=1,7,"15_digit_imei_number"' > /dev/radio/pttycmd1
For example if we wanted to change the IMEI number to 000000000000000
echo 'AT +EGMR=1,7,"000000000000000"' > /dev/radio/pttycmd1
To change the IMEI number for SIM2:
echo 'AT +EGMR=1,10,"15_digit_imei_number"' > /dev/radio/pttycmd1
Reboot phone and dial *#06# to see changed IMEI numbers.

The command is the same for all MTK devices but the location of pttycmd1 may be different, for example on some phones it is simply /dev/pttycmd1

Comments

©2013-2023 All Rights Reserved.