> Is it possible to get the Google ID of the phone? Google ID is the
> Gmail ID used for setting up the phone.

On Android 2.x:

adb shell *sqlite3* /data/data/com.google.*android*.googleapps/databases/gls.db
"
*select* * from *meta*";

On Android 1.x the database has a different name. Google it ;)

Christian

-- 
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

Reply via email to