Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 12-26-2016, 04:27 AM   #31
Hanspeter
Connoisseur
Hanspeter doesn't litterHanspeter doesn't litter
 
Posts: 77
Karma: 150
Join Date: Jul 2014
Device: Kindel PW1, Voyager
I give it a try.

We have some games here (mostly wriiten in C) like xMahjong, Kondike and others. But all this games are Kual extensions. To use them you need to understand and install Kual first and the the game extension.

I would love to see more games and applications that you can install and organize as simple as a book.

That was the reason for my question. There should be a lot of simple Java GPL games in the internet that could be converted into Kindle eBook games if the changes are not that big.

But if you needed to rewrite most of the code that this makes only scene if the developer is personally interested in the game / application.
Hanspeter is offline   Reply With Quote
Old 12-26-2016, 08:06 AM   #32
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 416
Karma: 765432
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
It was my first kindlet, probably there is some simpler way to port a java swing app.
Most of the code i wrote was to optimize the repaint of the screen only when necessary and only on the portion of the screen that has changes.
If you can accept to repaint the whole screen frequently, the porting is simpler.

However, remember that e-ink displays are slow, so only "static" games/app (like board games) can be easily ported

Another thing is that kindle's jvm has a smaller api set compared to the JREs used from many of the GPL apps you can find internet

Last edited by encol; 12-26-2016 at 08:12 AM.
encol is offline   Reply With Quote
Old 12-26-2016, 09:00 AM   #33
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by encol View Post
- - - -
However, remember that e-ink displays are slow, so only "static" games/app (like board games) can be easily ported
- - - -
You might want to look-up (search: gmplay and his nickname) how geekmaster did streaming video on the Kindles.

That is:
The newer combination of e-ink screen, hardware controller, and firmware is not as slow as you might think.

Note:
I am pretty sure he did not use the Java API, but the results should be informative.

(gm is very busy and may not have time to answer PMs)

Last edited by knc1; 12-26-2016 at 09:03 AM.
knc1 is offline   Reply With Quote
Old 12-26-2016, 11:48 AM   #34
2cukica4
Junior Member
2cukica4 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2013
Device: Kindle PW
My PW1 (FW 5.6.1) reports an error.

There is the log file content:

[26/12/2016 18:39] KMinesweeper (v. 1)

com.encol.kminesweeper.Main: Target device is not a test device

Last edited by 2cukica4; 12-26-2016 at 12:27 PM.
2cukica4 is offline   Reply With Quote
Old 12-26-2016, 11:52 AM   #35
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 416
Karma: 765432
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
Have you jailbroken your device?
encol is offline   Reply With Quote
Old 12-26-2016, 12:15 PM   #36
2cukica4
Junior Member
2cukica4 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2013
Device: Kindle PW
Quote:
Originally Posted by encol View Post
Have you jailbroken your device?
No. Did I have?
2cukica4 is offline   Reply With Quote
Old 12-26-2016, 01:06 PM   #37
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by 2cukica4 View Post
No. Did I have?
Yes, it is a requirement.
knc1 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
gtkMines for kindle touch (minesweeper) chris_c Kindle Developer's Corner 43 12-09-2023 02:41 PM
Minesweeper No Jailbreak K3 Only nathansuchy Amazon Kindle 7 09-12-2012 01:16 PM
Free nookColor game - Minesweeper koland Deals and Resources (No Self-Promotion or Affiliate Links) 0 08-18-2011 03:26 PM
Kindle DX New Minesweeper Levels sirbruce Amazon Kindle 2 06-13-2009 11:11 PM
Amazon Kindle Has Secrets: Faux-GPS Google Maps, Minesweeper, and More cmumford Amazon Kindle 1 12-28-2007 06:24 PM


All times are GMT -4. The time now is 12:21 PM.


MobileRead.com is a privately owned, operated and funded community.