When I run an app from Eclipse and the Android Device Chooser comes up, some devices start with the Debug column set to Yes
. This allows you to debug an app on the device without setting debuggable
in the manifest to true
. Does anyone know how to change this on the phone? I'd love to be able to set this Debug attribute set to Yes for any given phone. Any way including rooting and installing a particular ROM is a welcome suggestion if it works. Just to pre-empt it, Settings > Applications > Development and enable USB debugging is not the answer.
The only other question I found related was this: Android Device Chooser - Debug column, but there weren't any good answers to this there.