View Single Post
Old 02-08-2013, 12:45 AM   #32
ah-
Connoisseur
ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.ah- knows the square root of minus one.
 
Posts: 64
Karma: 7786
Join Date: Jan 2012
Device: Kobo Touch
Quote:
Originally Posted by luksurious View Post
Okay, I got it compiled.
And I was able to use the code of the first version you used (a27b689a7a1b46a28cc18c60df1d72b347801e4c) on my Kobo Glo. However, I needed to add the file framebuffer_configure from your zip file.
The make file did not produce this or did I miss something?

I tried to integrate all of the new changes from the main repo to the port (was a bit of a hassle because much was restructured) but it failed to start at all in the end. (Screen rotate is supposed to work in some way.)

My source version can be found at: https://github.com/luksurious/kindlepdfviewer .
The compiled version is available here (framebuffer_config missing, but doesn't make a difference for starting): https://dl.dropbox.com/u/9098054/kin...ithupdates.zip . NOT WORKING! for anyone who did not read the whole post

Is there a way to debug the device to see why the software isn't starting at all?
Yes, framebuffer_configure is just a small binary that sets the framebuffer bpp to 8 instead of 16. The source is somewhere in this forum as well.

To debug it, setup ssh/telnet and start it from there. And if that's not enough try installing gdb (extract a debian package for armel).

Great to see one person more getting started with kobo development .
ah- is offline   Reply With Quote