I want to get/set an imei number for rooted android phone.
I tried this command
adb shell dumpsys iphonesubinfo
I tried this command also
adb shell getprop gsm.baseband.imei
I tried this command also
service call iphonesubinfo 1
I want to get/set an imei number for rooted android phone.
I tried this command
adb shell dumpsys iphonesubinfo
I tried this command also
adb shell getprop gsm.baseband.imei
I tried this command also
service call iphonesubinfo 1
You can't set the IMEI, of any of the forms.
For getting it via ADB, see this question