-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
Brian J
  • 694
  • 1
  • 21
  • 34
Rakesh Indla
  • 41
  • 1
  • 1
  • 5

1 Answers1

0

You can't set the IMEI, of any of the forms.

For getting it via ADB, see this question

Community
  • 1
  • 1
webo80
  • 3,365
  • 5
  • 35
  • 52
  • Yes, but do we have any chance to get imei on above 5.0 versions? – Rakesh Indla Jan 08 '16 at 09:43
  • Alright, Thnks, if possible try to answer this question, it would be helpful.http://stackoverflow.com/questions/34674477/can-we-do-below-operations-with-adb-in-android-mobile – Rakesh Indla Jan 08 '16 at 10:28