Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 03-19-2020, 10:52 AM   #1
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
kobo H2O webapp for marine application need help

hello after lot off hours for search in the forum i tell you if its possible to hack a little my kobo for turn a special aplication .
it s an application for sailling she s have a server on raspberry pi named signalk.
i test the connection it s ok the browser go to the page but the page is blank.
i test a kindle app whith little mod but it difficult to program the good information
the second app it very configurable.
i take you the source of the ap if it possible to looking i m very happy.
sorry for my bad english
the first it ok
i want to utilise the second mxtommy
Attached Files
File Type: zip @digitalyacht.zip (64.4 KB, 203 views)
File Type: zip @mxtommy.zip (2.33 MB, 191 views)
chech is offline   Reply With Quote
Old 03-19-2020, 03:27 PM   #2
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
HTML5 Storage isn't supported. You'll need to either build a browser for Kobo or use a polyfill.

Alternatively, using LD_PRELOAD to inject the following code might work:

Code:
auto s = QWebSettings::globalSettings();
s->setAttribute(QWebSettings::LocalStorageEnabled, true);
auto p = "/mnt/onboard/storage";
s->setOfflineStoragePath(p);
s->enablePersistentStorage(p);
geek1011 is offline   Reply With Quote
Advert
Old 03-19-2020, 04:37 PM   #3
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Quote:
Originally Posted by geek1011 View Post
HTML5 Storage isn't supported. You'll need to either build a browser for Kobo or use a polyfill.

Alternatively, using LD_PRELOAD to inject the following code might work:

Code:
auto s = QWebSettings::globalSettings();
s->setAttribute(QWebSettings::LocalStorageEnabled, true);
auto p = "/mnt/onboard/storage";
s->setOfflineStoragePath(p);
s->enablePersistentStorage(p);
think you for your responce but i don t know the way for inject the code i m not developer i see your work. now i test kvnc viewer but i just have just the half display of my raspberry pi . i think it s because i have another display my but it have juste the diplay with the number ,i test a lot of technique but i don t understand what i do for have a real teminal on the kobo . i think it s my bad level in computer i learn but its difficult just whith the forum where man know very well:Merci:
chech is offline   Reply With Quote
Old 03-19-2020, 08:21 PM   #4
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I mentioned in the other thread a change in firmware 4.20 to add some local storage. This apparently stems from https://github.com/kobolabs/Kobo-Reader/issues/59. There is a link in the original report for a page that uses local storage and it works with 4.20.x.

That makes me wonder if this app will work with 4.20.x. But, it could easily be another issue that breaks it. I can't do a test at the moment, but, might have a play over the weekend.
davidfor is offline   Reply With Quote
Old 03-19-2020, 10:11 PM   #5
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by davidfor View Post
I mentioned in the other thread a change in firmware 4.20 to add some local storage. This apparently stems from https://github.com/kobolabs/Kobo-Reader/issues/59. There is a link in the original report for a page that uses local storage and it works with 4.20.x.

That makes me wonder if this app will work with 4.20.x. But, it could easily be another issue that breaks it. I can't do a test at the moment, but, might have a play over the weekend.
That's interesting. I'll have to take a look at that later and see what I can do with it.

The app also uses other features too new for the WebKit build on the Kobo. For instance, classList will need to be polyfilled.
geek1011 is offline   Reply With Quote
Advert
Old 03-20-2020, 07:14 AM   #6
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
think you for you interess i see the folder named webstrorage but the page are stored just if your ar on internet my page of another app don't go in the folder i think it s maybe for that. the connection to my server is local via access point i don t know if the little hack webportal change this
chech is offline   Reply With Quote
Old 03-20-2020, 07:23 AM   #7
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
i test a new app for the same work but it the same problem she s not comfigurable but she open in the browser i take you the source . i test it always trought my signalk server on my raspberry pi
Attached Files
File Type: zip signalk-eink.zip (2.33 MB, 174 views)
chech is offline   Reply With Quote
Old 03-20-2020, 04:11 PM   #8
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by chech View Post
i test a new app for the same work but it the same problem she s not comfigurable but she open in the browser i take you the source . i test it always trought my signalk server on my raspberry pi
I've seen that one before (https://github.com/ieb/signalk-eink). I don't understand what you're asking here, though. If you mean it opens, unlike your own one, then it's simply because you need a few compatibility polyfills.
geek1011 is offline   Reply With Quote
Old 03-21-2020, 06:53 AM   #9
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Quote:
Originally Posted by geek1011 View Post
I've seen that one before (https://github.com/ieb/signalk-eink). I don't understand what you're asking here, though. If you mean it opens, unlike your own one, then it's simply because you need a few compatibility polyfills.
ok think you very much my question it for what the app don t work in kobo i see the folder whit polifills. now i think i search the good polifill for kobo browser and test it .i m on good road think you
chech is offline   Reply With Quote
Old 03-21-2020, 05:38 PM   #10
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,804
Karma: 7025947
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by chech View Post
ok think you very much my question it for what the app don t work in kobo i see the folder whit polifills. now i think i search the good polifill for kobo browser and test it .i m on good road think you
Yes. You'll probably be able to find most of what you need from the babel and es5/6 polyfills on GitHub (or NPM).
geek1011 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo for a marine gps dysplay chech Kobo Developer's Corner 15 11-12-2018 03:37 PM
Kobo Aura H2O 2nd Edition vs old Kobo Aura H2O screen dimentions. iXPert12 Kobo Reader 1 09-18-2017 09:35 AM
Kobo H2O Question - [Post moved out of a thread and forum unrelated to Kobo] Millie1366 Kobo Reader 10 03-20-2016 12:35 PM
Aura H2O USB connection with application running? Bob Brunius Kobo Developer's Corner 4 03-08-2016 06:45 PM
EpubCheck jar/webapp odedta ePub 8 04-23-2014 05:06 AM


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


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