Quote:
Originally Posted by annk
I thought repacking would give my market access, but I can see now that's not the case.
As for the android ID, I just wondered if I could find it somewhere on the android phone I have (Hero HTC) and skip the emulator part. But from what you write it sounds like that might not be possible.
Thanks 
|
Yo can use your Android ID if you have one an itīs not necessary the emulator.
You can read all in the link that wrote Coredump at the first post:
http://www.slatedroid.com/wiki/index...h_the_Emulator
But you need yes or yes to use adb.
The instructions will be:
Get AndroidID From A Phone
Using the ADB tool from the sdk Connect your device and give this command:
- adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "select * from meta";
The androidID will be displayed. Save it and go to Copy to slate section
Enter the androidID into your slate
- Make Sure USB Debugging is On Settings-> Appications->Development->USB Debugging
- Plug in USB Cable
- adb devices (you should see your device)
- adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "update meta set intvalue=
'number_from_previous_commands' where name='androidId'";
When the command line returns you are done at the PC.
Unplug the USB cable or
Greetings.