Hi you where correct, i managed to stumble upon the Dev Tools
information. The Dev Tools is an application installed on the
emulator. I did some reading, extractor the Dev Tools from the
emulator by using the
adb pull /system/app/Development.apk and then installed it onto my g1
using
adb push Development.apk and by toggling the settings i can now use my
application!

Thank you so much for your advice, it helped me get to a solution!!

On Feb 26, 9:21 pm, fadden <fad...@android.com> wrote:
> On Feb 26, 1:27 am, Alec <alechol...@gmail.com> wrote:
>
> > hmm, well im on the 1.0 sdk, but i dont understand what you mean by
> > dev tools on the phone. does this mean the end user of my application
> > would need to go through the same proceedure? or is my phone
> > configured the app to wait for the debugger?
>
> My understanding of how this works is that there is one global
> "debuggable" app, which can be configured with Dev Tools.  If you
> didn't set this then it probably shouldn't be set.
>
> The other possibility that comes to mind is an explicit call to
> Debug.waitForDebugger() in your code.
>
> If there's no debug app specified, and you're not calling
> waitForDebugger, then I'd be curious to see your APK.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to