View Single Post
Old 01-22-2014, 01:05 PM   #5
Barty
doofus
Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.
 
Barty's Avatar
 
Posts: 2,552
Karma: 13089041
Join Date: Sep 2010
Device: Kobo Libra 2, Kindle Voyage
in pw2, /usr/share/webkit-1.0/pillow/javascripts/search_bar.js has actions for 'badge' and 'discovery' changing neither of which did anything to change the goodreads button, so I tried the action for 'store' instead.

seems like this should work

Code:
        store: function () {
            //nativeBridge.setLipcProperty(M, "start", B);
           // disable wifi
            nativeBridge.setLipcProperty("com.lab126.cmd", "wirelessEnable", 0);
            nativeBridge.dismissChrome();
        },
but does nothing. any hint is appreciated.

this below DOES work, so I'm in the right area

Code:
nativeBridge.setLipcProperty("com.lab126.winmgr", "orientationLock", "L");
Barty is offline   Reply With Quote