- On your G1, go to Settings
Applications
Development
[X] USB debugging
- Download this file: android_usb_windows.zip
- Unzip it to a folder
- Connect your G1 with your PC
- When it asks for driver location choose the unzipped folder
- You'll see sth like "HTC Dream Composite ADB Interface" on success
- (Re)Start Eclipse
- Your G1 should now be listed in the DDMS-Perspective under Devices
- Go to the AndroidManifest.xml of your App and modify it to contain [font=Courier New]android:debuggable="true" [/font] in the <application ... >-Tag
- Go Debug
Btw:
You can now install (signed)APKs via USB:
D:ProgrammedevAndroidandroid-sdk-windows-1.0_r1tools>adb -d install D:WorkspacekeytoolsAndNav_signed.apk
1305 KB/s (1975987 bytes in 1.478s)
pkg: /data/local/tmp/AndNav_signed.apk
Success
And uninstall them:
D:ProgrammedevAndroidandroid-sdk-windows-1.0_r1tools>adb uninstall org.andnav
Success
/plusminus for anddev.org