


Is there a way to reset the network connection that adb is doing with the device ?ĮDIT : a solution have been found as suggested by chris-stratton, using "adb install -r package.apk", usage of -r command switch that force a re-installation unblocks the device frozen state. It looks like related to this problem : An established connection was aborted by the software in your host machineīut none of the solutions given are working for me. Java.io.IOException: An established connection was aborted by the software in your host machineĪt .SocketDispatcher.write0(Native Method)Īt .SocketDispatcher.write(SocketDispatcher.java:51)Īt .IOUtil.writeFromNativeBuffer(IOUtil.java:89)Īt .IOUtil.write(IOUtil.java:60)Īt .SocketChannelImpl.write(SocketChannelImpl.java:450)Īt .writeAndConsume(JdwpPacket.java:213)Īt .sendAndConsume(Client.java:607)Īt .sendREAQ(HandleHeap.java:348)Īt .requestAllocationStatus(Client.java:453)Īt .createClient(DeviceMonitor.java:835)Īt .openClient(DeviceMonitor.java:803)Īt .deviceClientMonitorLoop(DeviceMonitor.java:621)Īt .access$100(DeviceMonitor.java:44)Īt $3.run(DeviceMonitor.java:580) In the DDMS log, I have the following error message : An established connection was aborted by the software in your host machine Still investigating, my Nexus 10 was working again, and then suddenly it stopped working. I have reseted my device to factory default, it does no help.Īlso, I have enabled traces with ADB_TRACE=all in my environment settings, and the trace show that adb is waiting for something, but I have no clue. The device is correctly responding to adb commands, I can see it under Eclipse, I can download/upload files with DDMS file explorer, everything is working as usual, but when running/debugging my application, Eclipse get stuck on "Uploading my-application.apk onto device 'R32D1035MCE'". on 20 times I tried, I reached the end only one time.ĭid anyone know how I can debug/verbose APK uploading to know at which speed it goes ? I don't know what is the way the APK is uploaded, can someone give me a hint of where to look for ? I want to investigate but I don't know what to do ? I never had any problem uploading my applications on my devices (Galaxy SPlus and Nexus 10) but for an unknown reason, now uploading an APK on my Nexus 10 take ages.
