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 10-31-2018, 07:04 PM   #1
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Kobo for a marine gps dysplay

Hello i have a three kobo H20 ans i want see a web application for create wifi dysplay on m'y boat for Android its easy i take the URL ans its connecter
But on the expérimental web off kobo i have blank page thé web app IS signal k Can you explain me for What i don t see nothing ans if you have solution think you
chech is offline   Reply With Quote
Old 10-31-2018, 07:06 PM   #2
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
http://signalk.org/demo.html the page of demo
chech is offline   Reply With Quote
Advert
Old 10-31-2018, 07:09 PM   #3
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
http://signalk.org/specification/1.0.0/doc/
chech is offline   Reply With Quote
Old 10-31-2018, 08:28 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,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Unfortunately, the web browser on the Kobo devices doesn't support a lot of function that is needed for modern web sites. Looking at that page, it needs more function and power than the Kobo devices will have.
davidfor is offline   Reply With Quote
Old 11-01-2018, 09:44 AM   #5
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
Don't know if this would help you in any way but here's the debug message when visiting the demo site:

Code:
Nov  1 14:26:39 nickel: (  5335.603 @ 0x4c7898 / ui.debug) "http://demo.signalk.org/admin/:1: Viewport argument key "shrink-to-fit" not recognized and ignored." 
Nov  1 14:26:41 nickel: (  5337.170 @ 0x4c7898 / ui.debug) "http://demo.signalk.org/admin/index.bundle.js:19: ReferenceError: Can't find variable: Set"
So the Kobo browser takes offense to the JavaScript on that site... and going to https://developer.mozilla.org/en-US/...al_Objects/Set also doesn't work one bit on the Kobo

Basically it's not a good idea to run heavy javascripts browser apps. Keep it simple
frostschutz is offline   Reply With Quote
Advert
Old 11-01-2018, 10:04 AM   #6
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
You might be able to adapt the XCsoar software. A description here. You could search for "XCsoar Kobo". Mod description (with 3d printed parts)

Luck;
Ken

Last edited by Ken Maltby; 11-01-2018 at 10:19 AM.
Ken Maltby is offline   Reply With Quote
Old 11-01-2018, 02:33 PM   #7
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Think you for you response i want test icsoar its thé départir off m'y project on the Kindle the app IS ok i think its possible on kobo H20 ans aura one i have both off them look thé Kindle app https://digitalyacht.fr/blog/2016/10...-dernierement/
chech is offline   Reply With Quote
Old 11-01-2018, 03:47 PM   #8
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
You can use my WebPortal mod to run HTML+JS+CGI stuff in the Kobo browser (from localhost, http://127.0.0.1 or http://webportal).

However, the Kindle app shown in their screenshot won't work on Kobo browser either.

Quote:
Nov 1 20:37:12 nickel: ( 76.812 @ 0x4c7898 / ui.debug) "http://127.0.0.1/kindle/iKommunicate-API-Kindle.html:661: 127.0.0.1"
Nov 1 20:37:12 nickel: ( 76.814 @ 0x4c7898 / ui.debug) "http://127.0.0.1/kindle/iKommunicate-API-Kindle.html:547: TypeError: null is not an object (evaluating 'localStorage.getItem')"
Nov 1 20:37:26 nickel: ( 90.839 @ 0x4c7898 / ui.debug) "http://127.0.0.1/kindle/iKommunicate-API-Kindle.html:661: 127.0.0.1"
Nov 1 20:37:26 nickel: ( 90.840 @ 0x4c7898 / ui.debug) "http://127.0.0.1/kindle/iKommunicate-API-Kindle.html:547: TypeError: null is not an object (evaluating 'localStorage.getItem')"
So this kindle script is trying to use localStorage which is apparently, not available on Kobo. And without local storage you can not configure server.

And once you fix the localStorage thing (just a few settings you can just as well put in the file directly), another problem is likely to come up, so it probably just won't work.

----

changed localStorage to cookies and next problem

Quote:
Nov 1 21:32:57 nickel: ( 430.229 @ 0x4c7898 / ui.debug) "http://127.0.0.1/kindle/iKommunicate-API-Kindle.html:200: TypeError: undefined is not an object (evaluating 'jsonParsed["navigation"][KEYS_4BOXES[2][positionPriority[2]]].value')"
I give up on it at this point, sorry

Last edited by frostschutz; 11-01-2018 at 04:35 PM.
frostschutz is offline   Reply With Quote
Old 11-02-2018, 04:51 AM   #9
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Think you to have tested thé app have a good day
chech is offline   Reply With Quote
Old 11-05-2018, 08:49 AM   #10
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Hello i don t know thé way to connect intranet i see tour post for kobo.com but i don t understand thé buildininfo.xml What this think you i want to connect at one hotspot whith no internet thinks a lot
chech is offline   Reply With Quote
Old 11-05-2018, 08:53 AM   #11
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
It IS possible to connect thé brosser kobo to accès point whith no internet raspberry pi 3 whith openplotter its os dedied to sailling its easy whith smartphone but impossible with kobo reader for What
chech is offline   Reply With Quote
Old 11-05-2018, 09:05 AM   #12
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,279
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
for intranet connection, you can

- download my WebPortal mod
- edit .addons/webportal/vhosts.conf
- add www.msftncsi.com www.kobo.com to vhosts.conf
- download www.msftncsi.com/ncsi.txt and www.kobo.com/buildinfo.xml and place in .addons/webportal dir
- reboot

After reboot, when Kobo firmware checks for www.msftncsi.com/ncsi.txt (old firmware) or www.kobo.com/buildinfo.xml (new firmware), it should find the locally served file instead and proceed with the connection.

( I should update the WebPortal mod to include a separate archive with this hack pre-enabled to make it easier... )

I'm not sure if there is another patch for intranet wifi that doesn't involve WebPortal
frostschutz is offline   Reply With Quote
Old 11-05-2018, 04:39 PM   #13
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Thinks you web portal ok connections ok now testing with openplotter its thé way
chech is offline   Reply With Quote
Old 11-10-2018, 03:30 PM   #14
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
Quote:
Originally Posted by frostschutz View Post
You can use my WebPortal mod to run HTML+JS+CGI stuff in the Kobo browser (from localhost, http://127.0.0.1 or http://webportal).

However, the Kindle app shown in their screenshot won't work on Kobo browser either.



So this kindle script is trying to use localStorage which is apparently, not available on Kobo. And without local storage you can not configure server.

And once you fix the localStorage thing (just a few settings you can just as well put in the file directly), another problem is likely to come up, so it probably just won't work.

----

changed localStorage to cookies and next problem



I give up on it at this point, sorry
hello i explain you my project i have a signalk server on raspberry i connect the kobo h20 to the server whith your intranet hack think you now the aplication open i change the ipserver adress and its good but the data and setting dont arrive i think its the localstorage probleme you talk to set this localstorage to cookie can you explain me tomorow i take a little video because 2 apps are good i see the data signal k its not easy for me im not develloper but i learn i take you the little app for you i¡understand i m french sorry for my bad english do you know if it possible to open an http page whith ksm09 like thishttp;//10.10.10.1:3000 /kindle/index.html for example to a local server my raspberry pi with signakserver installed have a good day think you
chech is offline   Reply With Quote
Old 11-10-2018, 04:03 PM   #15
chech
Enthusiast
chech began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2018
Device: kobo aura h2o
I think you have the solution if i understand localstorage is the memory in client (kobo h20) but the kobo browser is not have this function when you change to cookie its on the server and delete when you noy are connect now i dont know how and where to write the cookie code and where i take the json file
chech is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Volunteering for Gulf Specimen Marine Lab Richard Gordon Calibre 2 05-02-2011 02:03 AM


All times are GMT -4. The time now is 06:12 AM.


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