![]() |
#1 |
Connoisseur
![]() Posts: 58
Karma: 66
Join Date: Jan 2012
Location: Italy
Device: Kindle Keyboard, Paperwhite 4
|
Kindle browser
So, please tell me which system files I have to go and modify to have the Kindle browser in landscape mode, I can't stand it anymore, I want the Kindle browser to be usable, it's absurd that it is limited on purpose!
|
![]() |
![]() |
![]() |
#2 |
rm -rf /
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 219
Karma: 3333683
Join Date: Nov 2019
Location: United Kingdom
Device: K5, KT, KT2, KT3, KT4, KV, PW2, PW3, PW4, PW5
|
Might be waiting a while on that one
![]() The orientation thing on the other hand: I had a look on my PW4 and was able to replicate your post from last year showing that the browser ignores the orientation when set using lipc-set-prop com.lab126.winmgr orientationLock. You can force the orientation by making this change to /var/local/mesquite/browser/javascripts/browser.js: Code:
diff --git a/javascripts/browser.js b/javascripts/browser.js index 50b51fb..6215a3f 100755 --- a/javascripts/browser.js +++ b/javascripts/browser.js @@ -72,9 +72,10 @@ Kindle.use(function (b) { } // set orientation if needed - if (settings.orientation !== b.enums.orientations.auto) { - b.device.orientation = settings.orientation; - } + //if (settings.orientation !== b.enums.orientations.auto) { + // b.device.orientation = settings.orientation; + //} + b.device.orientation = b.enums.orientations.landscape } else { // save settings Code:
enums.orientations = { auto: 'auto', portrait: 'portrait', portraitUp: 'portraitUp', portraitDown: 'portraitDown', landscape: 'landscape', landscapeLeft: 'landscapeLeft', landscapeRight: 'landscapeRight' }; |
![]() |
![]() |
![]() |
#3 |
Connoisseur
![]() Posts: 58
Karma: 66
Join Date: Jan 2012
Location: Italy
Device: Kindle Keyboard, Paperwhite 4
|
I didn't remember I was already that advanced last year... Wow, I'm studying this now
![]() ![]() |
![]() |
![]() |
![]() |
#4 | |
Connoisseur
![]() Posts: 58
Karma: 66
Join Date: Jan 2012
Location: Italy
Device: Kindle Keyboard, Paperwhite 4
|
Quote:
Code:
// set orientation if needed - if (settings.orientation !== b.enums.orientations.auto) { - b.device.orientation = settings.orientation; - } + b.device.orientation = b.enums.orientations.landscape } else { // save settings Last edited by Eures; 01-09-2022 at 05:50 PM. |
|
![]() |
![]() |
![]() |
#5 |
Nerd
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52
Karma: 22352
Join Date: Dec 2020
Location: USA
Device: Kindle Basic 3 (2019)
|
I was able to get my browser into landscape mode without jailbreaking:
All I did was navigate to ".active_content_sandbox\browser\resource\LocalSto rage\file__0.localstorage" on the kindle and open it in SQLite browser, and change the database entry for orientation to "landscape". |
![]() |
![]() |
![]() |
#6 | |
Connoisseur
![]() Posts: 58
Karma: 66
Join Date: Jan 2012
Location: Italy
Device: Kindle Keyboard, Paperwhite 4
|
Quote:
![]() Last edited by Eures; 01-10-2022 at 03:51 AM. |
|
![]() |
![]() |
![]() |
#7 |
Nerd
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52
Karma: 22352
Join Date: Dec 2020
Location: USA
Device: Kindle Basic 3 (2019)
|
Just modify the JSON in the right panel, click apply on the panel below that, and then click save database on the top ribbon.
I'll probably try and create a proper tutorial later. |
![]() |
![]() |
![]() |
#8 |
Nerd
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 52
Karma: 22352
Join Date: Dec 2020
Location: USA
Device: Kindle Basic 3 (2019)
|
![]()
This is a very simple process, and does not require you to jailbreak your Kindle.
Note that this process has only been tested on the KT4.
You're done! The changes should take effect next time you open the browser. Last edited by JJTech; 01-13-2022 at 08:47 AM. Reason: Fix typo |
![]() |
![]() |
![]() |
#9 | |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Dec 2022
Device: Kindle Paperwhite
|
thanks
Quote:
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[EInk Browser v8.0] A new browser app for E-Ink devices | Daniel Kao | Android Devices | 63 | 08-24-2022 09:33 PM |
Browser history and search on the browser address bar? | ItalianUruguayan | Kobo Developer's Corner | 0 | 04-13-2018 05:44 PM |
Troubleshooting kindle 2 i browser | dontcarewho007 | Amazon Kindle | 6 | 03-25-2017 01:50 PM |
How to stop Tag Browser, Details and Cover Browser from showing on startup? | stuartro | Calibre | 1 | 08-15-2016 11:53 PM |
kindle browser | stroy | Introduce Yourself | 3 | 06-05-2011 09:47 AM |