Many thanks to zhobbs and the guys on IRC! If you're having problems getting G1 and adb behaving on Linux, kill off the running adb process (sudo pkill adb, or possibly adb kill-server -- didn't try that one). That cleared things up -- adb devices showed the device, and adb install installed the app.
At this point, if you have no emulator running, adb commands (e.g., adb install) should route to the device. If you have an emulator running, use the -s switch to route the command to the appropriate device (e.g., adb -s deviceidhere shell). In the example, deviceidhere is the identifier listed via adb devices. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.3 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

