[android-developers] Re: Developing on Stock T-Mobile G1?

2009-01-20 Thread deepdr...@googlemail.com
great, thanks for your answers! now, off, going to order one ... On 20 Jan., 02:51, Joel Knighton wrote: > I think this is the one Raymond is > referencing:http://code.google.com/android/intro/develop-and-debug.html#developin... > > On Mon, Jan 19, 2009 at 4:44 PM, Raymond Rodgers > wrote: > >

[android-developers] Re: Developing on Stock T-Mobile G1?

2009-01-19 Thread Joel Knighton
I think this is the one Raymond is referencing: http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware On Mon, Jan 19, 2009 at 4:44 PM, Raymond Rodgers wrote: > > deepdr...@googlemail.com wrote: > > Hi there, > > > > is it viable to develop applications using a sto

[android-developers] Re: Developing on Stock T-Mobile G1?

2009-01-19 Thread Raymond Rodgers
deepdr...@googlemail.com wrote: > Hi there, > > is it viable to develop applications using a stock T-Mobile G1? > > I guess in contrast to the emulator the real thing is restricted when > it comes to debugging. > > But, is there a simple way to just transfer my self developed, self > compiled APK

[android-developers] Re: Developing on Stock T-Mobile G1?

2009-01-19 Thread Al
There shouldn't be any problems developing on the stock T-Mobile G1, but be sure to enable developer settings under Settings->Applications- >Development. To debug the app using breakpoints, etc on the phone, you need to put android:debuggable="true" in your manifest. On Jan 19, 9:00 pm, "deepdr..