[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread mort
A suggestion for a later update: a checkbox in the device selection
dialog or maybe an optional query would be nice. Because sometimes, I
just want to do a quick check on the actual device, and debug mode
often is painfully slow...

btw: What happened to create signed application package? It's been a
matter of a fraction of a second before, now it takes several seconds!

-- 
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


[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Zsolt Vasvari
Debugabble doesn't mean it WILL run in debug mode (slowly).  It just
means you CAN run it in debug mode.

On Dec 13, 5:07 pm, mort m...@sto-helit.de wrote:
 A suggestion for a later update: a checkbox in the device selection
 dialog or maybe an optional query would be nice. Because sometimes, I
 just want to do a quick check on the actual device, and debug mode
 often is painfully slow...

 btw: What happened to create signed application package? It's been a
 matter of a fraction of a second before, now it takes several seconds!

-- 
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


Re: [android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Kostya Vasilyev
That's controlled by launch mode, if you launch the app for debugging, 
it should connect.


Just like when you have debuggable=true in the manifest.

At least that's my understanding from reading what's new in ADT 8.0

-- Kostya

13.12.2010 17:56, Zsolt Vasvari пишет:

Debugabble doesn't mean it WILL run in debug mode (slowly).  It just
means you CAN run it in debug mode.

On Dec 13, 5:07 pm, mortm...@sto-helit.de  wrote:

A suggestion for a later update: a checkbox in the device selection
dialog or maybe an optional query would be nice. Because sometimes, I
just want to do a quick check on the actual device, and debug mode
often is painfully slow...

btw: What happened to create signed application package? It's been a
matter of a fraction of a second before, now it takes several seconds!



--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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


Re: [android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Xavier Ducrohet
As mentioned below, if you use run application instead of debug
application it'll run any application compiled in debug but won't
connect a debugger to it (which is the source of the slow down).

as for create signed... it used to only strip the signature, but now
it has to recompile the application without debuggable=true so it's
slower.

Xav

On Mon, Dec 13, 2010 at 1:07 AM, mort m...@sto-helit.de wrote:
 A suggestion for a later update: a checkbox in the device selection
 dialog or maybe an optional query would be nice. Because sometimes, I
 just want to do a quick check on the actual device, and debug mode
 often is painfully slow...

 btw: What happened to create signed application package? It's been a
 matter of a fraction of a second before, now it takes several seconds!

 --
 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




-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

Please do not send me questions directly. Thanks!

-- 
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


[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-13 Thread Zsolt Vasvari
So what's the final verdict?  Does it work for you as the doc says,
Xavier?

On Dec 14, 4:02 am, Xavier Ducrohet x...@android.com wrote:
 As mentioned below, if you use run application instead of debug
 application it'll run any application compiled in debug but won't
 connect a debugger to it (which is the source of the slow down).

 as for create signed... it used to only strip the signature, but now
 it has to recompile the application without debuggable=true so it's
 slower.

 Xav





 On Mon, Dec 13, 2010 at 1:07 AM, mort m...@sto-helit.de wrote:
  A suggestion for a later update: a checkbox in the device selection
  dialog or maybe an optional query would be nice. Because sometimes, I
  just want to do a quick check on the actual device, and debug mode
  often is painfully slow...

  btw: What happened to create signed application package? It's been a
  matter of a fraction of a second before, now it takes several seconds!

  --
  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

 --
 Xavier Ducrohet
 Android SDK Tech Lead
 Google Inc.

 Please do not send me questions directly. Thanks!- Hide quoted text -

 - Show quoted text -

-- 
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


[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-12 Thread Zsolt Vasvari
Good to know that it's broken and not me.  Thanks.

On Dec 12, 9:36 am, Emanuel Moecklin 1gravity...@gmail.com wrote:
 Doesn't work for me either

-- 
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


[android-developers] Re: Auto android:debuggable. Anybody got it working?

2010-12-11 Thread Emanuel Moecklin
Doesn't work for me either

-- 
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