When I start or connect my Xoom  I get  in Console

[2011-05-10 21:15:29 - eeds] Automatic Target Mode: Unable to detect device 
compatibility. Please select a target device.
[2011-05-10 21:16:20 - eeds] Uploading new.apk onto device '0288...b397'
[2011-05-10 21:16:22 - eeds] Installing new.apk...

I assumed 0288...b397  is the serial number yet when I execute

SERIAL_NUMBER  = Secure.getString(getBaseContext().getContentResolver() ,  
Secure.ANDROID_ID);
Log.i("Activity" , "Serial Number     =   '" + SERIAL_NUMBER               + "' 
 ");            
I get the following in LogCat

05-10 21:16:26.400: INFO/Activity(1354): Serial Number     =   '7299...b099'  

Not the same Number.
So which is the correct serial Number and how do I find the serial number on 
the Xoom itself ??

Thanks in advance

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to