11-11-2012, 07:14 PM | #106 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
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:
Install files. Jobs done. No patch |
|
11-12-2012, 07:08 AM | #107 |
THE NOOB
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
|
SkipStone is really better than the stock browser, thanks a lot for your hard work!!!
Just one question: is it possible to save passwords? It seems it keeps losing my facebook password! |
Advert | |
|
11-12-2012, 09:44 AM | #108 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
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:
: ) |
|
11-12-2012, 10:42 AM | #109 | |
Evangelist
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
|
Quote:
A question remains: should we store cookies in a file while there is no way of deleting them from the browser? Are cookies preserved through sessions on default Kindle browser? |
|
11-12-2012, 10:51 AM | #110 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
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:
maybe set aside a fixed maximum (say 5Mb?) on the FAT - that should hold a baziilion cookies... In a folder called "COOKIES-STORED-HERE" or something That way they could be easily hosed manually. anyways - starved of caffeine and with almost no actual cerebral function to speak of today - those are my thoughts. |
|
Advert | |
|
11-12-2012, 10:55 AM | #111 |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
The question was about saving passwords, not session ids.
Passwords are sometimes stored by a separate application in an encrypted store. That might be what SkipStone is expecting to have available. But the general thought of stored passwords in a device like the Kindle does not seem like a very secure place. (Although there is a variation of Sqlite that maintains an aes encrypted database file. I seem to remember it being added to BR about a year ago.) Save the password in your mind, learn to remember it. |
11-12-2012, 11:02 AM | #112 |
Evangelist
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
|
If that's what silver18 meant, i don't think it will ever be implemented in skipstone for kindle
Also keep in mind that skipstone does not verify ssl certificates, so it is not recommended to be used with passwords at all. |
11-12-2012, 11:06 AM | #113 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
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:
|
|
11-12-2012, 01:36 PM | #114 |
THE NOOB
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
|
Actually I was asking about passwords only, just like the stock browser does.
And I asked this not because I don't want to memorize them but because it's a pain to enter them each time (accessing Facebook takes some time when you have control on access...). It's just something related to my laziness... |
11-12-2012, 02:09 PM | #115 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
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
|
deleted - you have a touch (on the 3, keystroke automation is now understood to operate via lipc, but digging around on the 5... no, probably X events)
EDIT: Yep: Code:
121112:190307 kb[1228]: D def:draw key highlight: label=s key_state=2 (prv_keyboard_draw_highlight:/home/jenkins-official/src/yoshi/juno_2_0_1/OFFICIAL/platform/bin/kb/lib/keyboard.c:406)
121112:190307 kb[1228]: D def:xt9:key=115,0x73 userData=122688 (prv_key_handler:/home/jenkins-official/src/yoshi/juno_2_0_1/OFFICIAL/platform/bin/kb/plugins/predictor/common/efigs.c:715)
121112:190307 kb[1228]: P def:kb:time=1352746987.476118 delay=2:candidate_key_press
121112:190307 kb[1228]: P def:kb:time=1352746987.478454 delay=8:XSendEvent
121112:190307 kb[1228]: D def:XSendEvent: keysym=39 keycode=115 window=0xc00034 (x11_send_key:/home/jenkins-official/src/yoshi/juno_2_0_1/OFFICIAL/platform/bin/kb/lib/x11.c:194)
121112:190307 kb[1228]: P def:kb:time=1352746987.487244 delay=34:x11_sync
121112:190307 kb[1228]: P def:kb:time=1352746987.475355 delay=46:release
EDIT: Yep: [root@kindle root]# xsendkeycode 50 1; xsendkeycode 38 1; xsendkeycode 38 0; xsendkeycode 50 0; send a capital A however xsendkey has the weird prefix-output (I am guessing SHIFT_L is mapped oddly or something) I can provide a build of xsendkeycode and xsendkeys (and liblineak-0.9.so.0) if anyone wants it for the touch. thanks Last edited by twobob; 11-12-2012 at 04:24 PM. |
11-12-2012, 02:11 PM | #116 | |
Evangelist
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
|
Quote:
I will look at skipstone cookies storing. |
|
11-12-2012, 02:32 PM | #117 | |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
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:
|
|
11-12-2012, 03:25 PM | #118 | |
Evangelist
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
|
SkipStone 0.7
Quote:
Yet I need to add possibility to delete stored cookies. For now you will have to manually delete file "/mnt/us/extensions/skipstone/settings/.skipstone/cookies". |
|
11-12-2012, 04:11 PM | #119 | ||
THE NOOB
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
|
Quote:
Quote:
Anyway, your last release of SkipStone works and saves passwords! Thanks for your work! |
||
11-12-2012, 06:05 PM | #120 |
Connoisseur
Posts: 69
Karma: 36148
Join Date: Nov 2012
Device: Kindle Paperwhite
|
Some stuff
Hey Baf,
I tested now your Browser and it is really nice. I write about it now. What i like is all stuff of your browser but here some bad things: - if you slide with fingers without use the scrollbars you slide only two textlines so you have to slide very MUCH to be little bit more down and you can slide only in one direction not like the kindle browser (what would i be without this nice scrollbars ) - you have always to click on the symbol to open/close the "Writer" (do not know the word) - you have to remove the full link in the linkbar by your own. This are the bad things on this browser but it is of course 1000 times better than the kindle browser. I have a other question. Can i change my "Writer"? -because this one from the kindle make me crazy. And my other question is: - is it possible to see the downloads after a download/downloads? Best regards Bagerfahrer Last edited by Bagerfahrer; 11-12-2012 at 06:19 PM. |
Tags |
browser, gui lanucher, kindle, launcher add-ons, touch |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
More Kindle Touch browser games- mahjongg, shishen-sho | kiri57 | Amazon Kindle | 2 | 01-24-2013 04:02 AM |
Kindle touch browser javascript capabilities | iPocketBook | Kindle Developer's Corner | 14 | 01-03-2013 10:10 AM |
[Kindle Touch] Scriptable browser plugin included in 5.1.0 | eureka | Kindle Developer's Corner | 25 | 07-30-2012 07:07 AM |
Kindle 4 (Non-Touch) Can you DELETE the browser? | nsomniac | Amazon Kindle | 3 | 03-30-2012 08:22 PM |
Kindle Touch Bypass 3G Browser Restriction? | copy1 | Amazon Kindle | 3 | 02-04-2012 03:52 PM |