I need to set/change the phone number of the emulator for debugging purposes... Any help would be appreciated...
Thanks :)
|
I need to set/change the phone number of the emulator for debugging purposes... Any help would be appreciated... Thanks :) |
|||
|
|
|
http://developer.android.com/guide/developing/tools/emulator.html.... cover this you will come to know to make changes in emulator |
|||
|
|
|
hi get phone no by calling getLine1Number() method from TelephonyManager class
u can return static phone number |
|||
|
|
The accepted answer has nothing to do with changing the default phone number. You need to recompile from source or patch the binary to change the first 7 digits. The last four of the phone number are the emulator's port number. Patching the phone number is detailed at the end of this blog post: http://vrt-blog.snort.org/2013/04/changing-imei-provider-model-and-phone.html |
|||
|
|