Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-16 Thread Kostya Vasilyev
Another Motorola phone with ANDROD_ID issues? Since Google has LVL, where using ANDROID_ID is recommended to identify the device, shouldn't this be added to the compliance suite? -- Kostya 16.11.2010 3:27, John Gaby пишет: Thanks, I will give those a try. On Nov 15, 4:24 pm, Mark Murphy w

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-16 Thread String
On Nov 16, 5:55 am, John Gaby wrote: > Yes he did, and I appreciated his help.  I had posted this message > before his came through, so I was not asking again. Ah yes, I see now by the timestamps that they were pretty much at the same time. I apologize for my curt tone; from here it looked like

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread John Gaby
Yes he did, and I appreciated his help. I had posted this message before his came through, so I was not asking again. Thank you all for your help. On Nov 15, 7:11 pm, String wrote: > On Nov 16, 12:24 am, John Gaby wrote: > > > Do you have any > > suggestions about what I could use in the case

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread String
On Nov 16, 12:24 am, John Gaby wrote: > Do you have any > suggestions about what I could use in the case where the ANDROID_ID is > null? Didn't Mark give you 2 suggestions (IMEI and MAC), along with a third meta-suggestion (search this group)? String -- You received this message because you a

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread John Gaby
Thanks, I will give those a try. On Nov 15, 4:24 pm, Mark Murphy wrote: > On Mon, Nov 15, 2010 at 7:17 PM, John Gaby wrote: > > I just double checked it on a Motorola Devour running 1.6 and it is > > definitely returning a null.  I will see if I can find another 1.6 > > device and check to see

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread John Gaby
Ok, I tried it out on an HTC Tatoo also running 1.6, and it returns a value, so it does happen on only some devices. However, I really need a unique id that will work on every device. Do you have any suggestions about what I could use in the case where the ANDROID_ID is null? Thanks. On Nov 15,

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread John Gaby
Thanks for the info, but, as I stated at the beginning of this thread, that is exactly what I am using now, and I can tell you it does NOT work on some devices. On Nov 15, 4:59 pm, Brad Gies wrote: > Settings.System.getString(getContentResolver(), Settings.System.ANDROID_ID); > > Sincerely, > > B

Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread Brad Gies
Settings.System.getString(getContentResolver(), Settings.System.ANDROID_ID); Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth

Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread Mark Murphy
On Mon, Nov 15, 2010 at 7:17 PM, John Gaby wrote: > I just double checked it on a Motorola Devour running 1.6 and it is > definitely returning a null.  I will see if I can find another 1.6 > device and check to see if it is just this particular one.  Given that > this call CAN return null, is ther

[android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread John Gaby
I just double checked it on a Motorola Devour running 1.6 and it is definitely returning a null. I will see if I can find another 1.6 device and check to see if it is just this particular one. Given that this call CAN return null, is there some other way to get a unique id for the device? Thanks