[android-beginners] Re: How to debug on an actual device?

2009-06-18 Thread Zhijun Sheng
Thank you Wayne! The answer to all your questions is "Yes". On 18-Jun-09, at 5:16 PM, Wayne Wenthin wrote: > This might be a really stupid question but you have loaded the > driver for it correct? Windows recognizes it? Under your device > manager in windows you see the ADB Interface and

[android-beginners] Re: How to debug on an actual device?

2009-06-18 Thread Wayne Wenthin
This might be a really stupid question but you have loaded the driver for it correct? Windows recognizes it? Under your device manager in windows you see the ADB Interface and under that windows see an HTC Dream composite ADB Interface? On Wed, Jun 17, 2009 at 3:08 PM, Zhijun Sheng wrote: >

[android-beginners] Re: How to debug on an actual device?

2009-06-18 Thread Zhijun Sheng
Really frustrating. I have 10+ years of wireless experience and developed great products on other platforms. Got the new Google Dev Phone 2 days ago. It surprised me a lot that me, such a late comer, still got stuck in such a low level problem for many hours already. Thank a lot for all y

[android-beginners] Re: How to debug on an actual device?

2009-06-17 Thread Mike Garcia
Which OS and version of Eclipse? When you plugged in the device to the computer (if Windows), you didn't mount the device from notifications pane on the device did you? The best setup I have found so far is Windows XP/Vista/7 with Eclipse 3.4.2 installed with the Android Plugin installed. All yo

[android-beginners] Re: How to debug on an actual device?

2009-06-17 Thread Ralf
[adding android-beginners back to the thread] On Wed, Jun 17, 2009 at 9:40 AM, Donald wrote: > Hi, Ralf, > > I'm using Windows XP.  I have the similar problem: the emulator, > instead of the connected google dev phone, is always triggered.  Could > you help me out? Not sure. When you use "adb de

[android-beginners] Re: How to debug on an actual device?

2008-12-09 Thread Cyril Jaquier
Hi Doughy, You need to do the udev trick shown in the documentation. Cheers, Cyril Doughy wrote: > Thanks Ralf. I'm using Linux, not windows though. I tried your > instructions and it still continues to load in the emmulator. Any > ideas? > > On Dec 9, 1:27 am, Ralf <[EMAIL PROTECTED]> wro

[android-beginners] Re: How to debug on an actual device?

2008-12-09 Thread Doughy
Thanks a ton, I got it working! I found this page that helped me set up the config for udev. http://androidcommunity.com/forums/f4/how-to-install-apps-using-adb-4482/ I really appreciate your time. On Dec 9, 10:24 am, Ralf <[EMAIL PROTECTED]> wrote: > Run "adb devices" from a command line. If

[android-beginners] Re: How to debug on an actual device?

2008-12-09 Thread Ralf
Run "adb devices" from a command line. If you don't see the device listed, you probably need to setup udev (at least under ubuntu) to have the usb recognize. Anyone knows a good link to the udev config needed for the g1? (There should be one in the forum) On Dec 9, 2008 8:12 AM, "Doughy" <[EMAIL

[android-beginners] Re: How to debug on an actual device?

2008-12-09 Thread Doughy
Thanks Ralf. I'm using Linux, not windows though. I tried your instructions and it still continues to load in the emmulator. Any ideas? On Dec 9, 1:27 am, Ralf <[EMAIL PROTECTED]> wrote: > On your device: > - home > settings > applications > development > enable usb debugging > - using windows

[android-beginners] Re: How to debug on an actual device?

2008-12-09 Thread Ralf
On your device: - home > settings > applications > development > enable usb debugging - using windows ? search this forum for a link to the usb driver - plug your device - in eclipse, select your project, right click and select "debug as > android application" HTH R/ On Mon, Dec 8, 2008 at 1:30