View Single Post
Old 01-13-2011, 03:11 PM   #244
disc0tech
Junior Member
disc0tech began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2011
Device: Kindle 2 International
Hello,

I've had a k2i since Jan last year but just got round to hacking it. My linux laptop is succesfully automounting the kindle nicely. I've turned on debug mode on the kindle.

I can successfully copy small files to the kindle. However, when I try and copy across the network usb k2i .bin file something really odd happens. The k2i will appear to disconnect USB. Sometimes it then remounts and sometimes I have to manually reset the cable (well, pull it out, and it put it back in...).

The file almost never copies across, except one occassion when it appeared to copy across, but the kindle threw a 003 error in the update process and deleted the update... back to square one.

So I have a reproducible problem, I can also reproduce the same exact problem by copying a random 2mb file (a jpg). Digging into the kindle logs I can see the below pattern occurs when I try and copy:

<pre>
110113:193701 cvm[2335]: I ScreenSaverBooklet:Information::start() reason DISPLAY_USB. Display USB screen
110113:193712 cvm[2335]: I HeapMonitor:HeapInfo:max=16777216,alloc=16777216,a vail=6029124:
110113:193734 cvm[2335]: E CdeAndTodoPlug:ExceptionCaught::caught Exception while downloading
110113:193734 cvm[2335]: java.io.IOException: Stale NFS file handle
110113:193734 cvm[2335]: at java.io.FileOutputStream.writeBytes(Native Method)
110113:193734 cvm[2335]: at java.io.FileOutputStream.write(Compiled Method)(FileOutputStream.java:257)
110113:193734 cvm[2335]: at java.io.BufferedOutputStream.flushBuffer(Compiled Method)(BufferedOutputStream.java:67)
110113:193734 cvm[2335]: at java.io.BufferedOutputStream.write(Compiled Method)(BufferedOutputStream.java:106)
110113:193734 cvm[2335]: at com.amazon.ebook.framework.impl.ws.l.a(Compiled Method)(lpb:184)
110113:193734 cvm[2335]: at com.amazon.ebook.framework.impl.ws.e.a(epb:257)
110113:193734 cvm[2335]: at com.amazon.ebook.framework.impl.ws.g.A(gpb:332)
110113:193734 cvm[2335]: at com.amazon.ebook.framework.impl.ws.g.b(gpb:218)
110113:193734 cvm[2335]: at com.amazon.ebook.framework.impl.ws.g.run(gpb:281)
110113:193734 cvm[2335]: at java.util.TimerThread.mainLoop(Timer.java:435)
110113:193734 cvm[2335]: at java.util.TimerThread.run(Timer.java:385)
110113:193734 cvm[2335]: at java.lang.Thread.startup(Thread.java:758)
110113:193734 cvm[2335]:
110113:193734 cvm[2335]: E CdeAndTodoPlug:TooFewBytesDownloaded:expected=6950 04,read=107380,rate-info=(20048+326910 ms_ 2 kb/s):
110113:193734 cvm[2335]: I TaskProcess:ProcessingFinished.:status=retry later:
110113:193734 cvm[2335]: I TaskProcess:ProcessingTaskList:loc=107:TaskProcess .user store not available, abort todo processing.
110113:193734 cvm[2335]: I TaskProcess:ProcessingTaskList:loc=10:done processing todo list
</pre>.

I've done a fair bit of googling and have not been able to find anyone with the same problem... all seems mighty odd - any ideas anyone?

Thanks.
disc0tech is offline