|  10-21-2012, 11:45 PM | #31 | 
| Zealot            Posts: 106 Karma: 105764 Join Date: Aug 2012 Device: kindle touch | 
			
			Games work, but very slowly. Is it possible to fix this? I think the point is that the first is zero pixels, and then set the new values.
		 | 
|   |   | 
|  10-22-2012, 02:03 AM | #32 | ||
| Evangelist            Posts: 405 Karma: 2330752 Join Date: May 2012 Device: kt | Quote: 
 Quote: 
 The best way of fixing it would be adding some RAM to Kindle  Seriously speaking Gnash plugin probably could be better configured or adjusted to Kindle, but I don't know how to do it. What do you mean by zero pixels? | ||
|   |   | 
|  10-22-2012, 02:05 AM | #33 | 
| Evangelist            Posts: 405 Karma: 2330752 Join Date: May 2012 Device: kt | |
|   |   | 
|  10-22-2012, 05:02 AM | #34 | 
| Zealot            Posts: 106 Karma: 105764 Join Date: Aug 2012 Device: kindle touch | 
			
			Sorry for my English. Here: https://www.mobileread.com/forums/sho...h+video+player a moving image is formed faster and better, is it possible to apply this principle in your flash player? | 
|   |   | 
|  10-22-2012, 10:27 AM | #35 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
  I would politely suggest that what is in fact needed is an ordered dither algorithm https://www.mobileread.com/forums/sho...d.php?t=176802 there is one implementation. Also the source code for GnuBoy contains a 2 bit ordered dither implementation IIRC. I should go check. and probably the VNC client that hawhill built has one in too. Obviously the Geekmaster video player also calls on this method (albeit a slightly older version IIRC) The code is out there. needs welding back into the other apps. I am struggling if I am honest with the concepts and currently failing to implement an ordered dither in SDL. but this is the solution probably. : ) HTH EDIT: There is quite a lot of "fiddling about" to be done to support all the various devices. falling back to a simple system("eips ''") at least should invoke some response of all of them rather than the system level driver calls like: ioctl(fd, FBIOGET_FSCREENINFO, &finfo) as they fail on my device. and others. EDIT... Here's a bit ripped from gnuboy's pallete update section.... I think this is the bit that refactors the pallete. Could be wrong  Spoiler: 
 the last bit: ioctl(fd, FBIO_EINK_UPDATE_DISPLAY_AREA, &myarea); I would probably shelve and just update the lot. you get the idea anyways. bit shift palette to black and white in an ordered way. This would be a code level change. for sure. Last edited by twobob; 10-22-2012 at 10:45 AM. Reason: links | |
|   |   | 
|  10-22-2012, 10:55 AM | #36 | 
| Zealot            Posts: 106 Karma: 105764 Join Date: Aug 2012 Device: kindle touch | 
			
			twobob Thanks for the reply. | 
|   |   | 
|  10-22-2012, 11:08 AM | #37 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 It's the rotated mini-keyboard that I mean to fix. There needs to be a layout added for the rotation IIRC : ) I'll go take picture now. | |
|   |   | 
|  10-22-2012, 11:31 AM | #38 | 
| Enthusiast            Posts: 33 Karma: 4658 Join Date: Oct 2012 Device: kindle touch | 
			
			It is a great web-browser! Thanks! But I've some problem with the keyboard. For example, the keyboard does not appear when I must edit a text field ... I do not know if it's just my problem or it's a common problem... in any case someone has an idea on how to solve it?
		 | 
|   |   | 
|  10-22-2012, 11:32 AM | #39 | |
| hub            Posts: 715 Karma: 2151032 Join Date: Jan 2012 Location: Iranian in Canada Device: K3G, DXG, Kobo mini | Quote: 
 | |
|   |   | 
|  10-22-2012, 11:35 AM | #40 | |
| Enthusiast            Posts: 33 Karma: 4658 Join Date: Oct 2012 Device: kindle touch | Quote: 
  . It is really a great job   | |
|   |   | 
|  10-22-2012, 11:36 AM | #41 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			Actually I had a look in the gnash folders... /mnt/us/extensions/gnash/lib/gnash/libSDL-1.2.so.0 which leads me to believe that this will automatically work once we have a fixed SDL build. the main app (gnash) would need rebuilding with an SDL rendering target... my build currently has TSLIB support, ALSA, and a slightly updated video section (work in progress) If someone has a better one with ordered dither already implemented I would happily fork that into what I have and share it. I'll play around with updating the Gnash SDL and see what happens  EDIT: SDL only handles the sound in this build... Need to change rendering targets. from my testing it is DEFINITELY not managing the eink properly, and a move to 2 bit would certainly speed thing up. (The output is near identical to prboom with default colours, for sure a colours issue) Last edited by twobob; 10-22-2012 at 12:46 PM. Reason: more info | 
|   |   | 
|  10-22-2012, 11:37 AM | #42 | 
| Enthusiast            Posts: 33 Karma: 4658 Join Date: Oct 2012 Device: kindle touch | |
|   |   | 
|  10-22-2012, 11:43 AM | #43 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 I get picture 1 with [root@kindle libexec]# gnash tetris (I scripted it to be easy) and picture 2 with [root@kindle libexec]# /usr/bin/lipc-set-prop com.lab126.winmgr orientationLock R; gnash tetris; wmctrl -r matchbox -e 0,0,0,600,70 the " wmctrl -r matchbox -e 0,0,0,600,70 " is so we can see the keyboard, as - by default - it's REALLY tiny : ) as you can see I need to fix the rotated layout for the mini.# EDIT: Any way this is OffTopic really... I may shift it to a new thread. Last edited by twobob; 10-22-2012 at 11:45 AM. Reason: notes, pictures | |
|   |   | 
|  10-22-2012, 02:55 PM | #44 | 
| Enthusiast            Posts: 39 Karma: 132550 Join Date: Aug 2012 Device: Kindle Touch | 
			
			UHOH! so i tried to load gmail, and everything froze up. now, i can get it to restart, but it reaches the lock screen where it does not load the passcode box, and i cannot get  it to go to main menu, or recognize in windows. advice? EDIT: seems to work now? plugged it in again and it just booted up O.o Last edited by briant1234; 10-22-2012 at 02:58 PM. | 
|   |   | 
|  10-22-2012, 04:24 PM | #45 | |
| Evangelist            Posts: 405 Karma: 2330752 Join Date: May 2012 Device: kt | 
				
				SkipStone 0.3
			 Quote: 
 The webkit part of original skipstone is in alpha version. It was mainly designed as gecko engine browser. Many features are not implemented. Even as basic ones as opening "_blank" pages in new tab. I added some stuff, so google docs seem to work for me now. Please test new version. | |
|   |   | 
|  | 
| Tags | 
| browser, gui lanucher, kindle, launcher add-ons, touch | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| More Kindle Touch browser games- mahjongg, shishen-sho | kiri57 | Amazon Kindle | 2 | 01-24-2013 03:02 AM | 
| Kindle touch browser javascript capabilities | iPocketBook | Kindle Developer's Corner | 14 | 01-03-2013 09:10 AM | 
| [Kindle Touch] Scriptable browser plugin included in 5.1.0 | eureka | Kindle Developer's Corner | 25 | 07-30-2012 06:07 AM | 
| Kindle 4 (Non-Touch) Can you DELETE the browser? | nsomniac | Amazon Kindle | 3 | 03-30-2012 07:22 PM | 
| Kindle Touch Bypass 3G Browser Restriction? | copy1 | Amazon Kindle | 3 | 02-04-2012 02:52 PM |