View Single Post
Old 07-11-2011, 04:59 AM   #21
tsinghoo
Junior Member
tsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it istsinghoo knows what time it is
 
Posts: 6
Karma: 2102
Join Date: Jun 2011
Device: Kindle 3
Two solutions:

1. cross-compile a newer version webkit browser which can support HTML5 VNC client

2. develop a vnc client for kindle.


I tried solution 1 but failed. Now I am trying solution 2.


Quote:
Originally Posted by pizda View Post
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 ...
tsinghoo is offline   Reply With Quote