Yup, Already investigated both approaches and none fit our model.
But now I know that there's nothing I can do. Thank you for your replies. On Nov 4, 10:39 am, Kostya Vasilyev <[email protected]> wrote: > There are user-friendly strings in Build.OS, but they are not unique to a > particular device, only to all devices having the same make / model. > > Perhaps you could let the user customize the name in your application, using > strings from Build.OS as a default / starting point. > > -- > Kostya Vasilyev --http://kmansoft.wordpress.com > > 04.11.2010 12:26 пользователь "Mathias Lin" <[email protected]> написал: > > You could use the SubscriberId / IMSI, but it cannot be detected with > all SIM cards, depends on the SIM card. Or you can use the IMEI, the > device id: > > TelephonyManager mTelephonyMgr = (TelephonyManager) > context.getSystemService(Context.TELEPHONY_SERVICE); > String imei = mTelephonyMgr.getDeviceId(); > > But it's just a number, nothing really 'user friendly'. > > On Nov 4, 4:36 pm, Hatch <[email protected]> wrote: > > > > > > > > > Is there a way to get/set a gener... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

