Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 10-21-2012, 11:45 PM   #31
Lydovig
Zealot
Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.
 
Posts: 106
Karma: 105764
Join Date: Aug 2012
Device: kindle touch
Quote:
Originally Posted by twobob View Post
I pretty much gave up on youtube.

However, the games aspect intrigues me so I played with getting the mini-matchbox hooked onto some games.

: )

Lots of fun

really need a tidy Landscape mini solution now I suppose as well. will dig around for documentation.
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.
Lydovig is offline   Reply With Quote
Old 10-22-2012, 02:03 AM   #32
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by Lydovig View Post
Can I turn off the screen update in the application? This will improve the youtube video.
I don't get what you mean. I don't think you can turn off screen refreshing from the browser.

Quote:
Originally Posted by Lydovig View Post
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.
I understand you mean Flash games.
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?
baf is offline   Reply With Quote
Advert
Old 10-22-2012, 02:05 AM   #33
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by twobob View Post
really need a tidy Landscape mini solution now I suppose as well. will dig around for documentation.
If you just want to run gnash in landscape mode use
/usr/bin/lipc-set-prop com.lab126.winmgr orientationLock R
baf is offline   Reply With Quote
Old 10-22-2012, 05:02 AM   #34
Lydovig
Zealot
Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.
 
Posts: 106
Karma: 105764
Join Date: Aug 2012
Device: kindle touch
Quote:
Originally Posted by baf View Post
What do you mean by zero pixels?
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?
Lydovig is offline   Reply With Quote
Old 10-22-2012, 10:27 AM   #35
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
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:
Originally Posted by Lydovig View Post
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?
After ANOTHER enormous amount of messing around. I still cant get the gst stuff to work mate

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:
PHP Code:

uint8_t odither_e
[] = { 0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F0x0F,
0x0F0x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x00 };
uint8_t odither_o[] = { 0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF0xFF,
0xFF0xFF0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF00xF0,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x000x00,
0x000x000x000x000x000x000x000x000x000x000x000x00 };

void vid_end()
{
    
int xy;
    
uint8_t *src;
    
uint8_t *dst_e;
    
uint8_t *dst_o;
    
int skip finfo.line_length*160 * (vinfo.bits_per_pixel >> 2);

//    if(0 == c++ % 2) { /*frameskip*/
        
src fbtemp;
        if(
vinfo.bits_per_pixel == 4) {
            
dst_e fbdata + (xoffs >> 1) + yoffs finfo.line_length;
            
dst_o dst_e finfo.line_length;

            for(
0144y++) {
                for(
0160x++) {
                    *
dst_e odither_e[*src];
                    *
dst_o odither_o[*src];
                    
dst_e++;
                    
dst_o++;
                    
src++;
                }
                
dst_e += skip;
                
dst_o += skip;
            }
        } else { 
// 8bpp
            
dst_e fbdata xoffs yoffs finfo.line_length;
            
dst_o dst_e finfo.line_length;

            for(
0144y++) {
                for(
0160x++) {
                    *
dst_e odither_e[*src] & 0xF0;
                    *
dst_e = *dst_e | (*dst_e >> 4);
                    
dst_e++;
                    *
dst_e odither_e[*src] & 0x0F;
                    *
dst_e = *dst_e | (*dst_e << 4);
                    
dst_e++;
                    *
dst_o odither_o[*src] & 0xF0;
                    *
dst_o = *dst_o | (*dst_o >> 4);
                    
dst_o++;
                    *
dst_e odither_o[*src] & 0x0F;
                    *
dst_e = *dst_o | (*dst_o << 4);
                    
dst_o++;
                    
src++;
                }
                
dst_e += skip;
                
dst_o += skip;
            }
        }
        
update_area_t myarea;
        
myarea.x1 xoffs;
        
myarea.x2 320 xoffs;
        
myarea.y1 yoffs;
        
myarea.y2 288 yoffs;
        
myarea.buffer NULL;
        
myarea.which_fx fx_update_partial;
        
ioctl(fdFBIO_EINK_UPDATE_DISPLAY_AREA, &myarea);
//    }



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
twobob is offline   Reply With Quote
Advert
Old 10-22-2012, 10:55 AM   #36
Lydovig
Zealot
Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.Lydovig shapes the world with his or her thoughts.
 
Posts: 106
Karma: 105764
Join Date: Aug 2012
Device: kindle touch
twobob

Thanks for the reply.
Lydovig is offline   Reply With Quote
Old 10-22-2012, 11:08 AM   #37
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
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:
Originally Posted by baf View Post
If you just want to run gnash in landscape mode use
/usr/bin/lipc-set-prop com.lab126.winmgr orientationLock R
Yes, but I get a horrible keyboard layout... one sec. Ill take a picture.

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.
twobob is offline   Reply With Quote
Old 10-22-2012, 11:31 AM   #38
zerolucat
Enthusiast
zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.
 
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?
zerolucat is offline   Reply With Quote
Old 10-22-2012, 11:32 AM   #39
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Quote:
Originally Posted by zerolucat View Post
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?
Please use the keyboard button on right side of address bar.
thatworkshop is offline   Reply With Quote
Old 10-22-2012, 11:35 AM   #40
zerolucat
Enthusiast
zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.
 
Posts: 33
Karma: 4658
Join Date: Oct 2012
Device: kindle touch
Quote:
Originally Posted by zerolucat View Post
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?
sorry, I had not seen that there is a button to make it appear . It is really a great job
zerolucat is offline   Reply With Quote
Old 10-22-2012, 11:36 AM   #41
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
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
twobob is offline   Reply With Quote
Old 10-22-2012, 11:37 AM   #42
zerolucat
Enthusiast
zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.zerolucat is fluent in JavaScript as well as Klingon.
 
Posts: 33
Karma: 4658
Join Date: Oct 2012
Device: kindle touch
Quote:
Originally Posted by cscat View Post
Please use the keyboard button on right side of address bar.
I had just noticed it! thanks anyway!
zerolucat is offline   Reply With Quote
Old 10-22-2012, 11:43 AM   #43
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
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:
Originally Posted by baf View Post
If you just want to run gnash in landscape mode use
/usr/bin/lipc-set-prop com.lab126.winmgr orientationLock R
okay so:

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.
Attached Thumbnails
Click image for larger version

Name:	TightVNC: kindle:0.0_264.png
Views:	506
Size:	28.0 KB
ID:	94662   Click image for larger version

Name:	TightVNC: kindle:0.0_265.png
Views:	518
Size:	28.9 KB
ID:	94663  

Last edited by twobob; 10-22-2012 at 11:45 AM. Reason: notes, pictures
twobob is offline   Reply With Quote
Old 10-22-2012, 02:55 PM   #44
briant1234
Enthusiast
briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.briant1234 substituted for the Southern Oracle when it was on vacation.
 
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.
briant1234 is offline   Reply With Quote
Old 10-22-2012, 04:24 PM   #45
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
SkipStone 0.3

Quote:
Originally Posted by briant1234 View Post
wow this is amazing!
Bug? i tried to open a google document, but regardless if i created a new doc or if i tried to open an existing one, it wouldnt open and nothing happend other than a little loading box. any reason?
Thanks for reporting this.
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.
baf is offline   Reply With Quote
Reply

Tags
browser, gui lanucher, kindle, launcher add-ons, touch

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

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


All times are GMT -4. The time now is 08:14 AM.


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