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
8.) 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" !!!!
Edited 3/26/11 (format fixes) Please report any broken links or additional mistakes. Thanks, -MrsB