View Single Post
Old 09-30-2010, 02:25 PM   #1
pizda
Enthusiast
pizda began at the beginning.
 
Posts: 39
Karma: 18
Join Date: Sep 2010
Device: kindle, iPad
kindle as an additional PC screen

Anyone thought of that or have geeky skills and time to investigate?

I wanted to write simple socket client/server protocol to use my kindle for reading. The amazon framework is very disappointing but if I could plug my kindle as a monitor to my netbook that would become perfect reading experience.

The idea of the software is very simple: skeleton windows display driver which captures updates of screen as bitmaps and sends over network-socket connection to the kindle. Kindle listens and captured images write to framebuffer. That's all

So far I have installed usbNetwork hack and scratchbox developement on linux. Wrote simple client server part, compilet in scratchbox the server part for arm6 little endian and it works However I have troubles with writing to the /dev/fb0. None of standard framebuffers tutorials works on kindle

I have downoladed kindle kernel source from amazon. Hopefully there is source code for eink driver. However the source seems very incomplete - there are special IOCTL's in this framebuffer implementaion which handle eink update however they are nowhere defined. I am not able to guess them (or at least I am not so patient)

Amazon sucks very much ...
pizda is offline   Reply With Quote