I think what he said was, once you have created an account ID, you can then add it to your slate and continue to configure it from there once the Market app is installed, right?
Thanks for the instruction. I am going try it tonight. By the way, what are steps after 11? How can I go to market place? Is Market app installed automatically? It is a bit unclear what will happend after successfully putting the id into Novel. Many thanks!enjoys1 said:Thanks clockworx ...You r Gr8 !!! It worked like charm.For Guys it's not working or having issues.
1) Download the android SDK and install it.
2) Then create a virtual emu for Android 1.6 and then close the android emulator.
3) Then install the "system.img" file from:http://www.4shared.com/file/165624746/fc72c3ed/system.html
4) Then on windows run box type :%userprofile%/.android/avd This will open a file explorer in that folder. Then copy the system.img file downloaded in step 3 there.
5) Now start the android emulator again and start the virtual dev for 1.6 (created in step 2).
6) Then create/sign with google account.
7) Now on PC open the cmd prompt and go to SDK folder/toolsNow type following commands:> adb shell sqlite3 /data/data/com.google.android.googleapps/databases/accounts.db "select * from meta";This will give you a number :androidId||<number> ...this number is your ID
Now close the android emulator completely (Keep the CMD prompt window open if possible) and then connect your PDN.![]()
9) Now run : adb devices (to check only PDN is connected)
10) Now run:adb shell sqlite3 /data/data/com.google.android.googleapps/databases/gls.db "update meta set intvalue='number_from_previous_commands' where name='androidId'";
11) then disconnect PDN and reboot.That's it ...you are good to go !!!!!Once again THANKS to "clockworx" !!!!9)
You need to have my google experience alpha pack up and running (with your google account set up) before doing this. The market is part of that pack.dschoi said:Thanks for the instruction. I am going try it tonight. By the way' date=' what are steps after 11? How can I go to market place? Is Market app installed automatically? It is a bit unclear what will happend after successfully putting the id into Novel. Many thanks!
yes, that's correct. The Novel can't generate a working android ID due to lack of SIM, so this is a workaround that succeeds by generating the Android ID elsewhere and moving it to the Novel.JamesDroid said:I think what he said was' date=' once you have created an account ID, you can then add it to your slate and continue to configure it from there once the Market app is installed, right?
I can't think of any really good reason....the pack is almost all apps and libraries. My best guess would be that maybe SetCPU tries to do something different in 2.1 vs 2.0 and the fact that GEv1 has to "fake" 2.1 to work causes SetCPU to do something that should work in 2.1 but crashes in 2.0.edit_text said:I'm not sure if you are aware clockworx. When using your Google Experience pack, I am unable to use setCPU. The Novel reboots whenever I load up setCPU. Any ideas?e_t
Thanks very much! It works and now I can access Market. Unfortunately, Borders ebooks does not work. This the program what I wanted so that I can read some ebooks purchased from Borders a while ago. I hope one day I can open them again. Thanks again Clockworx!clockworx said:You need to have my google experience alpha pack up and running (with your google account set up) before doing this. The market is part of that pack.
Someone here posted a working apk for this. If not, you can still get it to work. Turn off your wifi, turn it on again, and before it connects click the Borders app. As long as the Borders app opens successfully before your wifi actually connects, you should be able to sign in, and then you won't have problems anymore.dschoi said:Thanks very much! It works and now I can access Market. Unfortunately' date=' Borders ebooks does not work. This the program what I wanted so that I can read some ebooks purchased from Borders a while ago. I hope one day I can open them again. Thanks again Clockworx!
Try adb connect Ip:5555DCA said:Hi there following your instructions I'm a little stuck now...I managed to get my device ID by installing the SDK and going through the mentioned steps.The problem that's left now is that I can't connect with adb to my M003 - [I']adb usb[/I] says "device not found" and adb connect 192.168.178.32:5037 gives "unable to connect to 192.168.178.32:5037". The only thing showing under XP when connected via USB (WIFI is also on) is two SD cards (Win USB manager says "Linux file-stor gadget")...How do I connect to my M003?Thanks, Denis