Hi fadden, here is the output from the commands you asked for... - Paul $ adb shell pm Can't dispatch DDM chunk 46454154: no handler defined Can't dispatch DDM chunk 4d505251: no handler defined usage: pm [list|path|install|uninstall] ----snip-----
logcat output: D/AndroidRuntime( 999): D/AndroidRuntime( 999): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< D/AndroidRuntime( 999): CheckJNI is ON D/AndroidRuntime( 999): --- registering native functions --- I/jdwp ( 999): received file descriptor 25 from ADB D/AndroidRuntime( 999): Shutting down VM D/dalvikvm( 999): DestroyJavaVM waiting for non-daemon threads to exit D/dalvikvm( 999): DestroyJavaVM shutting VM down D/dalvikvm( 999): HeapWorker thread shutting down D/dalvikvm( 999): HeapWorker thread has shut down D/jdwp ( 999): JDWP shutting down net... D/jdwp ( 999): +++ peer disconnected I/dalvikvm( 999): Debugger has detached; object registry had 1 entries D/dalvikvm( 999): VM cleaning up D/dalvikvm( 999): LinearAlloc 0x0 used 600236 of 4194304 (14%) On Jan 13, 3:36 pm, fadden <[email protected]> wrote: > On Jan 13, 10:42 am, pzul <[email protected]> wrote: > > > But the "FEAT" request is the result of typing "adb install -r > > mumble.apk" - so it doesn't seem that there should be any unknown > > feature requests. > > "adb install" pushes the APK and then essentially invokes "adb shell > pm". If you do "adb shell pm" and watch logcat, you can see log > messages from the VM startup. When it starts it becomes visible to > DDMS, and DDMS issues a few queries to figure out what it is. (If you > watch DDMS, you'll see a "?" appear briefly.) > > I'm not aware of any reason why DDMS would interfere with the pm > command. Do you see anything odd in the log file when you do the > above? (You can ignore the android runtime complaints about "thread > attach failed" -- it's a thread race where somebody is trying to > attach a native thread after the VM has already decided to shut down.)
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

