[android-developers] Re: Can't dispatch DDM chunk error

2010-02-10 Thread GK Gupta
I too agree with the description When eclipse/DDMS and another adb instance is there then this type of error is observed. I have observed same behaviour. With DDMS running I was getting the above mentioned error but once I closed DDMS error was gone. On Jan 21, 2:30 am, patrickAR

[android-developers] Re: Can't dispatch DDM chunk error

2010-01-13 Thread pzul
I also encountered this problem and can provide more information and a work-around. I type adb install -r mumble.apk I get: * daemon not running. starting it now * * daemon started successfully * 308 KB/s (20130 bytes in 0.063s) Can't dispatch DDM chunk 46454154: no handler defined Can't

[android-developers] Re: Can't dispatch DDM chunk error

2010-01-13 Thread fadden
On Jan 13, 10:42 am, pzul paul.b.wis...@gmail.com 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

[android-developers] Re: Can't dispatch DDM chunk error

2010-01-13 Thread pzul
New theory: A colleague mentioned that this can happen when there are two versions of adb: the one eclipse is using and the one the command line adb is using. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Can't dispatch DDM chunk error

2010-01-13 Thread pzul
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):

[android-developers] Re: Can't dispatch DDM chunk error

2009-11-04 Thread Tor
Anyone? I have just experienced this error too; what does it actually mean (apart from preventing me from installing the built project)? [2009-11-04 21:14:32 - MyApp]Android Launch! [2009-11-04 21:14:32 - MyApp]adb is running normally. [2009-11-04 21:14:32 - MyApp]Performing

[android-developers] Re: Can't dispatch DDM chunk error

2009-11-04 Thread Tor
Hm, the application failing to install turned out to be due to a bad file system. However, I'd still like to know what the dispatch error means as I have never seen it before (it still occurs). Tor On Nov 4, 9:42 pm, Tor tor.hough...@gmail.com wrote: Anyone? I have just experienced this error

[android-developers] Re: Can't dispatch DDM chunk error

2009-11-04 Thread fadden
On Nov 4, 2:56 pm, Tor tor.hough...@gmail.com wrote: Hm, the application failing to install turned out to be due to a bad file system. However, I'd still like to know what the dispatch error means as I have never seen it before (it still occurs). It means DDMS is sending requests to your