Team, Well the subject says it all - the developer asks for the way to programmatically obtain any type of unique ID of ET1, can be serial number as shown on settings applet or whatever but unique to the devce (no GSM so no IMEI). Is it possible with Android SDK? If so a simple sample or link is highly appreciated. Thanks, Valery
How to obtain ET1 serial number programmatically// Expert user has replied. |
3 Replies
I also have an opportunity with this need.
Have you tried the following... Since Android 2.3 (“Gingerbread”) this is available via android.os.Build.SERIAL. Devices without telephony are required to report a unique device ID here; some phones may do so also.
I have a similar need to either read the ET1 SN# or Device name. If you get an answer please provide an update to this thread.