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 04-10-2013, 09:15 PM   #1
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
Post Midori 0.5.5 - kindle RELEASE CANDIDATE 0.x

Okay works fine on all touch devices. Touch AND PW.

CREDITS:
I got this built with the help of Christian Dywan, pfor and monkeyOfDoom from the #midori news group.
Christian also LEGENDARILY wrote a patch on the spot to give us -title support.
EDIT: And also a very nice vala patch for our stupid dialog titles
Eternally grateful for that.

Splash Art By Aeris.



Anyways. A real browser. Happy.

RIGHT CLICK can be achieved by holding down one finger, then tapping another.

------------------------------------------------------------------------


This is an early RELEASE CANDIDATE

That means there are still a few bits to do:

namely:
TODO: Fix the theme to be less stupidly small on the toolbars. in 0.4

TODO: Add an extra PANIC EXIT on the power button... Maybe?? in 0.4

TODO: Pop-up pop-down keyboard on address / search click/enter

TODO: Highlight all text in address box when box receives focus (simpler deletion)

TODO: Enable as many underlying plugin types as possible (vid stuff)

TODO: Implement "BROWSER IS LAUNCHING" message (maybe hijack input)0.4

TODO: Update screenshots...




KNOWN CRASH/HANG BUGS:

CHOOSING A DIALOG ONLINE THAT TRIGGERS A FILE CHOOSER WILL HANG THE APP. REBOOT REQUIRED
fixed

Looking for feedback.

thanks..


Really I need:

NEED: feedback,

NEED: help with the theming.

Update to bigger icons (will be IS in 0.4)
https://www.mobileread.com/forums/sho...9&postcount=84
(thanks pfor)



This represents circa 6 months work on and off so please take the time to help out. (many of those months were spent setting up an environment that could actually build this reliably at some sort of speed, not actual coding time)

Much obliged.

RELEASE CANDIDATE 4:
https://dl.dropboxusercontent.com/u/...DIDATE_0.4.zip
Attached Thumbnails
Click image for larger version

Name:	keyboard.png
Views:	1903
Size:	48.9 KB
ID:	113556   Click image for larger version

Name:	screenshot_2013-10-18T22_51_22-0100.gif
Views:	1697
Size:	21.0 KB
ID:	113624  

Last edited by twobob; 11-04-2013 at 05:17 PM. Reason: added tap out.
twobob is offline   Reply With Quote
Old 04-10-2013, 09:17 PM   #2
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
FAQ: http://wiki.xfce.org/midori/faq

TODO: Fix buttons on touch

do theming.

Other stuff


EDIT: OH YEAH! probably enable rotation... never thought of that.



Spoiler:
TODO LIST:

Stop the keyboard popping up at stupid times. Done

pulling up the native keyboard. (add a button like baf did) Done


Code:
for i in $(xwininfo -tree -root | grep "L:KB_N:keyboard_" | awk '{print $1}' ); do xdotool windowminimize $i ; done

for i in $(xwininfo -tree -root | grep "L:KB_N:keyboard_" | awk '{print $1}' ); do xdotool windowactivate $i ; done
Code:
lipc-set-prop -s com.lab126.keyboard open com.twobob.midori:abc:1
and then closed with
lipc-set-prop -s com.lab126.keyboard close com.twobob.midori
works fine actually
Ill hookup scripting and "exec"ed from inside midori - since we are custom patching it anyways.
Done

BUT... The event does not seem very "robust" I get the same flaky keyboard response the baf did. Not happy with that at all...

Christian Dywan brought up an excellent point about "How do we switch app", The fact is that right now "We don't" so I'm going to construct (I hope) and overlay layer that a) does not grab focus b) provides app switching and c) pulls up the keyboard. That is a far neater solution than the internalised "Popen" solution that I have finished now.

Maybe I will stick a trace in the script too... See if it is failing to Trigger OR Failing to BE Triggered


(midori4:30188): Gtk-WARNING **: GModule (/mnt/us/extensions/system/lib/armv7l/gtk-2.0/2.10.0/engines/libpixmap.so) initialization check failed: Gtk+ version too old (micro mismatch) <-- I can fix this right now but would like to pull a newer version of gtk
Done (Thanks MonkeyOfDoom)

Crash Won't open "select preferences". (Symbol issue) <-- Still ongoing
No longer crashes (Thanks MonkeyOfDoom)
Preferences are just not working right now.
So I bind mounted the home stuff into ~/.config/midori edit the config in there


Crash sometimes on:
/mnt/us/extensions/midori/bin/midori: symbol lookup error: /mnt/us/extensions/system/lib/armv7l/libwebkit-1.0.so.2: undefined symbol: gdk_visual_get_depth
(Thanks MonkeyOfDoom)

menu too long for sideway viewing (I already hacked a lot of it out) DONE

fix the about:dial# add shortcut (probably a title) <- Priority, it really is annoying

Find the EXIT button - or make one. <-- Now can do this Done (now top left Icon)

Make the plugins that I built be detected, They are not right now.

Make the theme stuff work - It's not finding the resources, Why? strace... Done and.. https://bugs.launchpad.net/midori/+bug/1001591



I already went through a patched a bunch of the code to support title attributes so occasionally at the moment it will swing sideways. I can easily fix that.
Done, Now it simply defaults to sideways all the time. No other options.

Link the height of midori to the presence of the OSK (I can test for that IIRC) to make text entry sanely possible like in skipstone meh no

Limit the dropdown results to just 3 if we can do that... <-- Priority, It makes typing a real pain... Worked on this For HOURS yesterday with some success, will revisit.
*Done. I just ditched them in the end. Sorry.

DONE STUFF: Removed printing (I think)

Shortened Menu to fit on screen

Patched lots of sub window titles.

Other stuff I forgot already...

Made Buildroot config to enable all buildroot users to have latest midori (must push that upstream)

Made loader script to kick midori direct to root window.

Last edited by twobob; 10-18-2013 at 01:41 AM.
twobob is offline   Reply With Quote
Advert
Old 04-10-2013, 10:45 PM   #3
brianinmaine
Evangelist
brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.
 
brianinmaine's Avatar
 
Posts: 456
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
Quote:
Originally Posted by twobob View Post
Now before you all get TOO excited...
Anyways. A real browser. Happy.
Once I have the horrible bits tidied away I will release it.
Yipee! Waiting anxiously! Midori even has proxy support? Good job!
brianinmaine is offline   Reply With Quote
Old 04-11-2013, 01:21 AM   #4
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
Enormous respect to MonkeyOfDoom on the #midori thread who supported me for the last 4 or so hours...

Honestly that guy should get a medal...

Scratch one THREE errors off the list.

Last edited by twobob; 04-12-2013 at 07:44 AM.
twobob is offline   Reply With Quote
Old 04-11-2013, 01:55 AM   #5
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
Needs more tweaks config and love... But stuff is happening. Without crashing all the time now..
Attached Thumbnails
Click image for larger version

Name:	Selection_433.png
Views:	1203
Size:	77.9 KB
ID:	104190   Click image for larger version

Name:	Selection_434.png
Views:	1012
Size:	70.2 KB
ID:	104191   Click image for larger version

Name:	Selection_435.png
Views:	954
Size:	67.8 KB
ID:	104192   Click image for larger version

Name:	Selection_436.png
Views:	903
Size:	68.6 KB
ID:	104193   Click image for larger version

Name:	Selection_437.png
Views:	861
Size:	26.6 KB
ID:	104194   Click image for larger version

Name:	Selection_438.png
Views:	901
Size:	54.6 KB
ID:	104195   Click image for larger version

Name:	Selection_439.png
Views:	836
Size:	26.3 KB
ID:	104196   Click image for larger version

Name:	Selection_440.png
Views:	840
Size:	62.6 KB
ID:	104197   Click image for larger version

Name:	Selection_441.png
Views:	854
Size:	61.6 KB
ID:	104198   Click image for larger version

Name:	Selection_442.png
Views:	999
Size:	144.2 KB
ID:	104199  
twobob is offline   Reply With Quote
Advert
Old 04-11-2013, 02:02 AM   #6
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
http://wiki.xfce.org/midori/faq <-- ABSORB THIS!!



execute possibilities

Spoiler:
Code:
Open                                      Open: Open a file
File                                      File
CompactAdd                                Add
Previous                                  Previous: Go to the previous sub-page
TabNew                                    New Tab: Open a new tab
ScrollRight                               Scroll Right
WindowClose                               Close Window
Separator                                 Separator
EncodingKorean                            Korean (EUC-KR)
FindNext                                  Find Next
TabDuplicate                              Duplicate Current Tab
InspectPage                               Inspect Page
ScrollDown                                Scroll Down
Window                                    Tabs: Show a list of all open tabs
Bookmarks                                 Bookmarks: Show the saved bookmarks
BookmarkAdd                               Add Bookmark: Add a new bookmark
BookmarksExport                           Export bookmarks
Preferences                               Preferences: Configure the application preferences
Toolbars                                  Toolbars
FindPrevious                              Find Previous
CaretBrowsing                             Caret Browsing
Forward                                   Forward: Go forward to the next page
EncodingChineseSimplified                 Chinese Simplified (GB18030)
About                                     About
Back                                      Back: Go back to the previous page
CompactMenu                               Menu: Menu
Location                                  Location…: Open a particular location
TabMinimize                               Only show the Icon of the Current Tab
TabMoveLast                               Move Tab to last position
SelectAll                                 Select All
TabClose                                  Close Tab: Close the current tab
EncodingAutomatic                         Automatic
Dummy                                     Tools
Encoding                                  Encoding
Cut                                       Cut
Redo                                      Redo
Go                                        Go
Delete                                    Delete
WindowNew                                 New Window: Open a new window
EncodingUnicode                           Unicode (UTF-8)
Menubar                                   Menubar
EncodingWestern                           Western (ISO-8859-1)
BookmarkFolderAdd                         Add a new folder
BookmarksImport                           Import bookmarks
Fullscreen                                Fullscreen: Toggle fullscreen view
TabPrevious                               Previous Tab
Undo                                      Undo
ReloadStop                                Stop: Reload the current page
EncodingChinese                           Chinese Traditional (BIG5)
ClearPrivateData                          Clear Private Data
ManageSearchEngines                       Manage Search Engines
Trash                                     Closed Tabs: Reopen a previously closed tab or window
Bookmarkbar                               Bookmarkbar
LastSession                               Open last session
Edit                                      Edit
AddNewsFeed                               Subscribe to News feed
Find                                      Find…: Find a word or phrase in the page
TabMoveFirst                              Move Tab to first position
SaveAs                                    Save Page As…: Save to a file
TabCurrent                                Focus Current Tab
NextView                                  Focus Next view
TabNext                                   Next Tab
Paste                                     Paste
EncodingJapanese                          Japanese (SHIFT_JIS)
PrivateBrowsing                           New Private Browsing Window
EncodingCustom                            Custom…
HelpFAQ                                   Frequent Questions
TrashEmpty                                Empty Wastebasket
ScrollUp                                  Scroll Up
Next                                      Next: Go to the next sub-page
NextForward                               Next: Go to the next sub-page
Tools                                     Tools
AddDesktopShortcut                        Create Launcher
ScrollLeft                                Scroll Left
Help                                      Help
Copy                                      Copy
SourceView                                View Source
HelpBugs                                  Report a Problem…
ZoomIn                                    Zoom In: Increase the zoom level
TabMoveBackward                           Move Tab Backwards
Stop                                      Stop: Stop loading the current page
Homepage                                  Homepage: Go to your homepage
ZoomNormal                                Normal Size
View                                      View
ReloadUncached                            Reload page without caching
Print                                     Print: Print the current page
Panel                                     Sidepanel: Sidepanel
TabMoveForward                            Move Tab Forwards
UndoTabClose                              Undo Close Tab
Navigationbar                             Navigationbar
TabCloseOther                             Close Other Tabs
Quit                                      Close all Windows
Statusbar                                 Statusbar
AddSpeedDial                              Add to Speed dial
Readable                                  Readable
Reload                                    Refresh: Reload the current page
LocationSearch                            (null)
EncodingRussian                           Russian (KOI8-R)
ZoomOut                                   Zoom Out: Decrease the zoom level
Search                                    Web Search…: Run a web search

default-encoding                          string
cursive-font-family                       string
default-font-family                       string
fantasy-font-family                       string
monospace-font-family                     string
sans-serif-font-family                    string
serif-font-family                         string
default-font-size                         number
default-monospace-font-size               number
minimum-font-size                         number
minimum-logical-font-size                 number
enforce-96-dpi                            true/ false
auto-load-images                          true/ false
auto-shrink-images                        true/ false
print-backgrounds                         true/ false
enable-scripts                            true/ false
resizable-text-areas                      true/ false
zoom-step                                 number
enable-developer-extras                   true/ false
enable-private-browsing                   true/ false
enable-spell-checking                     true/ false
spell-checking-languages                  string
enable-caret-browsing                     true/ false
enable-html5-database                     true/ false
enable-html5-local-storage                true/ false
enable-xss-auditor                        true/ false
enable-spatial-navigation                 true/ false
javascript-can-open-windows-automatically true/ false
javascript-can-access-clipboard           true/ false
enable-offline-web-application-cache      true/ false
editing-behavior                          WEBKIT_EDITING_BEHAVIOR_MAC WEBKIT_EDITING_BEHAVIOR_WINDOWS 
enable-universal-access-from-file-uris    true/ false
enable-file-access-from-file-uris         true/ false
enable-dom-paste                          true/ false
tab-key-cycles-through-elements           true/ false
enable-default-context-menu               true/ false
enable-site-specific-quirks               true/ false
auto-resize-window                        true/ false
enable-java-applet                        true/ false
enable-javascript                         true/ false
default-charset                           string
zoom-text-and-images                      true/ false
remember-last-window-size                 true/ false
last-window-width                         number
last-window-height                        number
last-panel-position                       number
last-panel-page                           number
last-web-search                           number
search-width                              number
last-inspector-attached                   true/ false
last-window-state                         MIDORI_WINDOW_NORMAL MIDORI_WINDOW_MINIMIZED MIDORI_WINDOW_MAXIMIZED
    MIDORI_WINDOW_FULLSCREEN 
inactivity-reset                          number
block-uris                                string
custom-title                              string
location-entry-search                     string
clear-private-data                        number
clear-data                                string
compact-sidepanel                         true/ false
open-panels-in-windows                    true/ false
right-align-sidepanel                     true/ false
show-menubar                              true/ false
show-navigationbar                        true/ false
show-bookmarkbar                          true/ false
show-panel                                true/ false
show-statusbar                            true/ false
show-crash-dialog                         true/ false
toolbar-items                             string
find-while-typing                         true/ false
open-popups-in-tabs                       true/ false
kinetic-scrolling                         true/ false
middle-click-opens-selection              true/ false
flash-window-on-new-bg-tabs               true/ false
close-buttons-on-tabs                     true/ false
open-tabs-in-the-background               true/ false
open-tabs-next-to-current                 true/ false
always-show-tabbar                        true/ false
homepage                                  string
tabhome                                   string
download-folder                           string
text-editor                               string
news-aggregator                           string
http-proxy                                string
http-proxy-port                           number
maximum-cache-size                        number
strip-referer                             true/ false
first-party-cookies-only                  true/ false
maximum-cookie-age                        number
maximum-history-age                       number
toolbar-style                             MIDORI_TOOLBAR_DEFAULT MIDORI_TOOLBAR_ICONS MIDORI_TOOLBAR_SMALL_ICONS
    MIDORI_TOOLBAR_TEXT MIDORI_TOOLBAR_BOTH MIDORI_TOOLBAR_BOTH_HORIZ 
load-on-startup                           MIDORI_STARTUP_BLANK_PAGE MIDORI_STARTUP_HOMEPAGE MIDORI_STARTUP_LAST_OPEN_PAGES
    MIDORI_STARTUP_DELAYED_PAGES 
new-tab-type                              MIDORI_NEWTAB_BLANK_PAGE MIDORI_NEWTAB_HOMEPAGE MIDORI_NEWTAB_SEARCH
    MIDORI_NEWTAB_SPEED_DIAL MIDORI_NEWTAB_CUSTOM 
preferred-encoding                        MIDORI_ENCODING_CHINESE MIDORI_ENCODING_CHINESE_SIMPLIFIED MIDORI_ENCODING_JAPANESE
    MIDORI_ENCODING_KOREAN MIDORI_ENCODING_RUSSIAN MIDORI_ENCODING_UNICODE MIDORI_ENCODING_WESTERN MIDORI_ENCODING_CUSTOM 
open-new-pages-in                         MIDORI_NEW_PAGE_TAB MIDORI_NEW_PAGE_WINDOW MIDORI_NEW_PAGE_CURRENT
    
enable-plugins                            true/ false
enable-page-cache                         true/ false
proxy-type                                MIDORI_PROXY_AUTOMATIC MIDORI_PROXY_HTTP MIDORI_PROXY_NONE
    
identify-as                               MIDORI_IDENT_MIDORI MIDORI_IDENT_GENUINE MIDORI_IDENT_CHROME
    MIDORI_IDENT_SAFARI MIDORI_IDENT_IPHONE MIDORI_IDENT_FIREFOX MIDORI_IDENT_EXPLORER MIDORI_IDENT_CUSTOM 
user-agent                                string
preferred-languages                       string
site-data-rules                           string
enable-dns-prefetching                    true/ false
enforce-font-family                       true/ false
user-stylesheet-uri                       string

Last edited by twobob; 04-11-2013 at 07:59 AM.
twobob is offline   Reply With Quote
Old 04-11-2013, 05:17 AM   #7
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
Building plugins...

"configure: WARNING: Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA."

hehehe. Quality..
twobob is offline   Reply With Quote
Old 04-11-2013, 07:52 AM   #8
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
Code:
#!/bin/sh

case $(lipc-get-prop com.lab126.keyboard show) in

0) lipc-set-prop -s com.lab126.keyboard open com.twobob.midori:abc:1 ;;

1) lipc-set-prop -s com.lab126.keyboard close com.twobob.midori ;;

esac
/mnt/us/extensions/midori/bin/toggleKeys
toggle keyboard script
twobob is offline   Reply With Quote
Old 04-11-2013, 01:19 PM   #9
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
All those populated searches make it tough to type...

EDIT: This is now fixed
Attached Thumbnails
Click image for larger version

Name:	Selection_444.png
Views:	803
Size:	59.2 KB
ID:	104224   Click image for larger version

Name:	Selection_445.png
Views:	790
Size:	59.6 KB
ID:	104225   Click image for larger version

Name:	Selection_446.png
Views:	716
Size:	52.2 KB
ID:	104226   Click image for larger version

Name:	Selection_447.png
Views:	735
Size:	75.0 KB
ID:	104227  

Last edited by twobob; 10-21-2013 at 11:04 AM.
twobob is offline   Reply With Quote
Old 04-12-2013, 07:01 PM   #10
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
This is awesome! Nice job twobob and anyone who worked on this!
briant1234 is offline   Reply With Quote
Old 04-12-2013, 09:34 PM   #11
jamd1
Junior Member
jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!jamd1 , Klaatu Barada Niktu!
 
Posts: 4
Karma: 5000
Join Date: Jul 2012
Location: Cali - Valle
Device: kindle touch
a question

sorry.. Where is the link of download? how do you install de midori
Thanks!!
jamd1 is offline   Reply With Quote
Old 04-13-2013, 08:29 AM   #12
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 jamd1 View Post
sorry.. Where is the link of download? how do you install de midori
Thanks!!
Not yet ready.
As you can see in the screen shots above, there are still some layout issues to be solved. Like input boxes that cover the on-screen keyboard.
knc1 is offline   Reply With Quote
Old 05-18-2013, 04:15 PM   #13
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
Hey twobob, not to rush you or anything, but was just curious on how progress on midori was going?
briant1234 is offline   Reply With Quote
Old 05-18-2013, 04:21 PM   #14
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 briant1234 View Post
Hey twobob, not to rush you or anything, but was just curious on how progress on midori was going?
I spoke with him just recently on that subject - -

He got the browser and the pop-up keyboard to properly share the display area -

Still getting an occasional seg-fault - -
But only on some sites, like here, at MR.

He has set it aside for now, until he can get the required debugging environment set-up to find the cause.
knc1 is offline   Reply With Quote
Old 05-20-2013, 04:48 AM   #15
readandread
Zealot
readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.
 
Posts: 135
Karma: 380090
Join Date: Feb 2013
Device: Kindle Paperwhite (11th Gen) v5.14.2
twobob: You keep this up by adding more and more "apps", soon I'll be able to replace my iMac with a Kindle Anyway you could port Microsoft Office onto the Kindle? Just kidding
readandread is offline   Reply With Quote
Reply

Tags
browser, extensions, kindle, kual, launcher add-ons, midori


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
release candidate 0.2-rc6 lunohod OpenInkpot 0 12-04-2009 05:24 PM
release candidate 0.2-rc5 dottedmag OpenInkpot 50 12-04-2009 04:44 AM
release candidate 0.2-rc4 dottedmag OpenInkpot 10 11-12-2009 12:35 PM
release candidate 0.2-rc3 dottedmag OpenInkpot 10 11-05-2009 02:18 AM
release candidate 0.2-rc1 dottedmag OpenInkpot 36 10-18-2009 12:07 AM


All times are GMT -4. The time now is 07:46 AM.


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