View Single Post
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