Quote:
Originally Posted by aceflor
Forget that and do this command instead :
adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "update meta set intvalue='XXXXXXXXXXXXX' where name='androidId'";
with the Xs being your Emulator AndroidID. The gls.db is on Android Version 2.X (our IQ) the replacement for accounts.db on Android Version 1.X (often our Emulator), hence the confusion. This will set the IQ to the Android ID needed to set a gmail account for talk, market and so on.
Although I am blocked at the market now, so I am not even sure it makes a big difference.... 
|
don't forget to change the
where name='androidId'
ID too. It has to bee your IQ ID which is most likely: 'PocketBook'
You can get your ID with the following command:
At least, that's what I always thought

. Can't try now