|  01-04-2013, 08:36 AM | #1 | 
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | 
				
				KoboLauncher for standalone Qt apps
			 
			
			Kobo Launcher & it's applications ***** Product web page ***** --- SOURCES --- 1. CoolReader 2. pbchess (chess training application) 3. checkers 4. reversi (othello) 5. sokoban 6. gomoku 7. notepad 8. calculator ... Usb network Instruction how to start usb network on Windows Usbnet tips and troubleshooting Usb network for Windows XP instruction USB Network Last edited by sergeyvl12; 03-22-2018 at 02:46 AM. | 
|   |   | 
|  01-04-2013, 09:01 AM | #2 | 
| Enthusiast    Posts: 49 Karma: 208 Join Date: Nov 2012 Device: Kobo Glo | 
			
			Hmm, nice! Do you think it would be possible to make KoboLauncher like a plugin for Nickel? So we don't have to use the plugin interface? | 
|   |   | 
| Advert | |
|  | 
|  01-04-2013, 09:07 AM | #3 | |
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | Quote: 
 1. Touch input doesn't work in plugins 2. We should modify database for our plugin 3. And at last I don't see the way to obtain a file name of the file for that my plugin is started... I think that in the future we can solve these problems. koenieee Now we can make the calculator  I also have ready virtual keyboard in pbchess. So we can make the text editor with formatting from Qt examples! Like this or even this. Last edited by sergeyvl12; 01-04-2013 at 09:17 AM. | |
|   |   | 
|  01-04-2013, 09:23 AM | #4 | 
| Enthusiast    Posts: 49 Karma: 208 Join Date: Nov 2012 Device: Kobo Glo | 
			
			I'm wondering how ah- / ikarus9999 did the plugin thing, I haven't found a documentation for nickel. Maybe asking Kobo for some information.. Nice that calc! | 
|   |   | 
|  01-04-2013, 11:16 AM | #5 | 
| Zealot            Posts: 105 Karma: 37668 Join Date: Feb 2012 Device: Kobo Touch | 
			
			Unfortunately it does not work on mine (Touch 2.3.1). The launcher starts, but none of the games from there. The exit button works. After several (about 30) random taps on the buttons the Chess started, the "please register" window appeared but I wasn't able to close it - it recognized the tap on the "OK" button (it "blinked"), but nothing happened. | 
|   |   | 
| Advert | |
|  | 
|  01-04-2013, 11:57 AM | #6 | |
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | Quote: 
 (/mnt/onboard/.kobo/KoboLauncher/KoboLauncher.sh) and check it's output? P.S. Important! Any game should start after delay of about 3 sec after button press. Last edited by sergeyvl12; 01-04-2013 at 12:11 PM. | |
|   |   | 
|  01-05-2013, 10:57 AM | #7 | |
| Zealot            Posts: 105 Karma: 37668 Join Date: Feb 2012 Device: Kobo Touch | Quote: 
 I've been waiting for minutes to start a game, but 29 out of 30 times it didn't happen. Once it starts, I can't get rid of the popup window (however I'm able to move it, and the chess clock is ticking, so the game is running at the background) | |
|   |   | 
|  01-05-2013, 11:08 AM | #8 | |
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | Quote: 
 Can you change KoboLauncher.sh in order it start pbchess instead of KoboLauncher? Please, try to start pbchess this way. You need to change in KoboLauncher.sh: $root/KoboLauncher -qws to /mnt/onboard/.kobo/pbchess-1.2.5/pbchess -qws (use absolute path and don't touch $root) Last edited by sergeyvl12; 01-05-2013 at 11:13 AM. | |
|   |   | 
|  01-05-2013, 01:24 PM | #9 | |
| Zealot            Posts: 105 Karma: 37668 Join Date: Feb 2012 Device: Kobo Touch | Quote: 
 | |
|   |   | 
|  01-06-2013, 05:57 AM | #10 | |
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | Quote: 
 Are the same problem in other games? Can you try sokoban? I'll try to make my own build of Qt next week. Probably Kobo spoiled something it Qt because these games work without problems on the different platforms (Kindle, PocketBook, Onyx). | |
|   |   | 
|  01-06-2013, 08:38 AM | #11 | 
| Zealot            Posts: 105 Karma: 37668 Join Date: Feb 2012 Device: Kobo Touch | 
			
			The problem is the same in every game. Do you think it worth a try with another firmware version? The libQtCore.so file seems different in almost every firmware upgrade package.
		 | 
|   |   | 
|  01-06-2013, 08:54 AM | #12 | |
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | Quote: 
 Android build of pbchess https://play.google.com/store/apps/d...soft.qtandroid uses Qt 4.8.4. | |
|   |   | 
|  01-06-2013, 02:16 PM | #13 | 
| Enthusiast    Posts: 49 Karma: 208 Join Date: Nov 2012 Device: Kobo Glo | 
			
			@clsdclsd, which firmware version do you use? Because a firmware lower then 2.x contains QT 4.6.2, not QT 4.8, so maybe thats the problem.
		 | 
|   |   | 
|  01-06-2013, 02:21 PM | #14 | 
| ebook fan            Posts: 735 Karma: 2528718 Join Date: Dec 2010 Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch | |
|   |   | 
|  01-06-2013, 07:39 PM | #15 | 
| Addict            Posts: 348 Karma: 209937 Join Date: Jan 2012 Location: Virginia, US Device: Kobo Wifi, Kobo Glo | 
			
			I would try it on my Glo, but the download link is broken.
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| fbreader-0.10.7 Standalone Installer | pwarren | iRex | 70 | 03-01-2013 12:17 PM | 
| Eink stanalone demo Qt eink driver for standalone qt apps ie no nickel nickel | tonyv | Kobo Developer's Corner | 2 | 12-27-2012 09:35 AM | 
| Standalone FlightCrew | capidamonte | Sigil | 8 | 04-25-2012 05:20 PM | 
| Standalone flightcrew? | bfollowell | Sigil | 4 | 06-30-2011 11:21 AM | 
| iLiad Standalone Flash Player | vols | iRex Developer's Corner | 3 | 03-02-2007 02:20 PM |