|  02-07-2013, 06:57 PM | #31 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Feb 2013 Device: Kobo Glo | 
			
			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? | 
|   |   | 
|  02-08-2013, 12:45 AM | #32 | |
| Connoisseur            Posts: 64 Karma: 7786 Join Date: Jan 2012 Device: Kobo Touch | Quote: 
 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  . | |
|   |   | 
|  02-08-2013, 03:31 AM | #33 | 
| Time Waster            Posts: 422 Karma: 289160 Join Date: May 2011 Device: Kobo Glo and Aura HD | 
			
			If you start it without running framebuffer_configure, it starts in 16bpp mode. This is currently not working even if I started writing some code for it, it causes a segmentation fault. The source for framebuffer_configure is in the folder framebuffer_configure :P I tried to add it to the makefile but I couldn't, it doesn't allow two "main" threads in the same makefile. | 
|   |   | 
|  03-12-2013, 10:03 AM | #34 | 
| Wizard            Posts: 3,489 Karma: 2914715 Join Date: Jun 2012 Device: kobo touch | 
			
			giorgio130, Thank you very much. It works quit nice on the Touch. Edit: Is there somewhere an exit entry in the menu? The cross at the right top corner does not show any effect. How do I leave the application? Last edited by tshering; 03-12-2013 at 10:11 AM. | 
|   |   | 
|  03-12-2013, 11:36 AM | #35 | 
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | 
			
			Hi all, KPV is planning for the first official release of touch version now: https://github.com/hwhw/kindlepdfviewer/issues/782 Tons of new features and fixes, stay tuned  BTW: an exit menu is added to the filechooser also, so Bkbo Glo users can exit to native system. | 
|   |   | 
|  03-12-2013, 11:42 AM | #36 | 
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | 
			
			Also, if you guys need any help on porting KPV to Kobo, feel free to open issues in KPV's github issue tracker.
		 | 
|   |   | 
|  03-12-2013, 12:04 PM | #37 | |
| Wizard            Posts: 2,841 Karma: 5843878 Join Date: Oct 2010 Location: UK Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura | Quote: 
   | |
|   |   | 
|  03-12-2013, 01:45 PM | #38 | 
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | 
			
			well, I would like to do this, but I don't have a mini ;p Theoretically, KPV can adapt screen size by itself, because it supports all the Kindle Device models, which have different screen sizes. If Mini only differs from Glo in framebuffer size, then there will be a high possibility that KPV will just work out of box. | 
|   |   | 
|  03-13-2013, 06:57 AM | #39 | 
| Addict            Posts: 201 Karma: 42238 Join Date: Oct 2012 Device: Kobo: Glo, Aura , Aura H2O, Aura ONE, Forma, Elipsa | 
			
			glad to read about the new features, the main thing stopping me from using it regulary is the lack of an exit button.    | 
|   |   | 
|  03-21-2013, 12:43 PM | #40 | |
| Guru            Posts: 603 Karma: 641742 Join Date: Mar 2012 Location: DE Device: Kobo Glo | Quote: 
 Code: KPV=tweaks.executeSystemCmd(\"/mnt/onboard/.kobo/kindlepdfviewer/kpdf.sh /mnt/onboard\") I appreciate your efforts. Finally pdf reflow. | |
|   |   | 
|  03-24-2013, 05:59 PM | #41 | |
| Time Waster            Posts: 422 Karma: 289160 Join Date: May 2011 Device: Kobo Glo and Aura HD | Quote: 
 | |
|   |   | 
|  03-26-2013, 04:43 PM | #42 | 
| Member            Posts: 21 Karma: 24946 Join Date: Mar 2013 Location: Brasil Device: Have Onyx Boox M96 (Had KoboGlo, Sony PRS-300, Sony PRS-900, Kindle). | 
				
				New Firmware
			 
			
			I'd like to know if it is compatible withe the new version of Kobo Glo's firmware and the tweaks of: https://www.mobileread.com/forums/sho...d.php?t=206180 Thanks. | 
|   |   | 
|  03-27-2013, 09:59 AM | #43 | |
| Addict            Posts: 348 Karma: 209937 Join Date: Jan 2012 Location: Virginia, US Device: Kobo Wifi, Kobo Glo | Quote: 
 | |
|   |   | 
|  03-27-2013, 10:07 AM | #44 | 
| Member            Posts: 21 Karma: 24946 Join Date: Mar 2013 Location: Brasil Device: Have Onyx Boox M96 (Had KoboGlo, Sony PRS-300, Sony PRS-900, Kindle). | |
|   |   | 
|  03-27-2013, 05:39 PM | #45 | 
| Addict            Posts: 251 Karma: 183457 Join Date: Jan 2012 Device: k3G, KDXG, AuraHD | 
			
			Just a quick notice, we have released the first version of the rewrite of kpv: https://www.mobileread.com/forums/sho...d.php?t=209276 we have reorganized the repositories a bit: https://github.com/koreader If anyone want to help integrate the Kobo support code in to our main code base, feel free to let us know. That way, kindle and Kobo users can use the same release package and share all the patches ;p | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Glo Can kobo glo run android app such as nook glo? | suspect | Kobo Developer's Corner | 1 | 12-28-2012 11:25 PM | 
| Kobo glo 3.2.1: PDF problems unsolved by Kobo | Hotbill | Kobo Reader | 0 | 12-28-2012 05:31 AM | 
| Glo How to import reading Life Statistics from Kobo Touch to Kobo Glo? | the_m | Kobo Reader | 5 | 12-13-2012 03:40 PM | 
| Kobo Glo fonts compared to Kobo Touch | RobertJSawyer | Kobo Reader | 3 | 10-11-2012 12:10 AM | 
| Kobo Glo Vs Kobo Touch Sizes (Want to use my Skindigital cover) | Chocky | Kobo Reader | 3 | 09-25-2012 10:47 AM |