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 07-21-2021, 09:51 PM   #31
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
I ended up writing my own procedure, with shell scripts slightly simpler than the ones provided by tshering:

https://anarc.at/hardware/tablet/kobo-clara-hd/

Upside: you get the latest version of whatever syncthing is currently shipping without me or tshering having to rebuild a KoboRoot.tgz.

Downside: you need to manually copy scripts around and generally, you need to know your way around a bit more.

Bonus: other cool hacks collected from elsewhere in one page.
anarcat is offline   Reply With Quote
Old 10-31-2023, 05:20 PM   #32
johndoe3444
Member
johndoe3444 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2022
Device: Kobo Clara HD
Quote:
Originally Posted by anarcat View Post
I ended up writing my own procedure, with shell scripts slightly simpler than the ones provided by tshering:

https://anarc.at/hardware/tablet/kobo-clara-hd/

Upside: you get the latest version of whatever syncthing is currently shipping without me or tshering having to rebuild a KoboRoot.tgz.

Downside: you need to manually copy scripts around and generally, you need to know your way around a bit more.

Bonus: other cool hacks collected from elsewhere in one page.
Hey, thanks for the guide, I followed it and it still works, now I have my library folder synced wirelessly between my computer, phone, tablet and kobo.

The only thing I couldn't do was the seventh step (copy a valid ca-certificates.crt file (say from your Linux desktop) into /etc/ssl/certs/ on the Kobo (otherwise syncthing cannot bootstrap discovery servers)

The /etc/ssl/certs/ directory doesn't exist anymore, I believe it has been moved, and I don't know where I can get the ca-certificates.crt if I don't use Linux.

But the folder syncs and it's so convenient so I guess it's ok :-)
johndoe3444 is offline   Reply With Quote
Advert
Old 11-01-2023, 03:01 PM   #33
Szybet
Connoisseur
Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.
 
Posts: 86
Karma: 3892
Join Date: Feb 2022
Device: Kobo nia
Oh, so i wasn't the only one noticing that it works

well anyway, i drafted a simple qt gui for syncthing ( only for inkbox for now ) allows to view logs mainly:
https://github.com/Szybet/syncthing-inkbox
https://github.com/Kobo-InkBox/user-applications
Szybet is offline   Reply With Quote
Old 11-03-2023, 01:23 PM   #34
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by johndoe3444 View Post
The only thing I couldn't do was the seventh step (copy a valid ca-certificates.crt file (say from your Linux desktop) into /etc/ssl/certs/ on the Kobo (otherwise syncthing cannot bootstrap discovery servers)

The /etc/ssl/certs/ directory doesn't exist anymore, I believe it has been moved, and I don't know where I can get the ca-certificates.crt if I don't use Linux.
Hmm... well, that's a good question, I guess it depends on your operating system, I don't actually know where the trust root is stored on other systems!

But since it works, YOLO, nothing to fix?
anarcat is offline   Reply With Quote
Old 11-03-2023, 01:25 PM   #35
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by Szybet View Post
Oh, so i wasn't the only one noticing that it works

well anyway, i drafted a simple qt gui for syncthing ( only for inkbox for now ) allows to view logs mainly:
https://github.com/Szybet/syncthing-inkbox
https://github.com/Kobo-InkBox/user-applications
whoa, nice! a screenshot would look good on there
anarcat is offline   Reply With Quote
Advert
Old 11-03-2023, 01:42 PM   #36
Szybet
Connoisseur
Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.
 
Posts: 86
Karma: 3892
Join Date: Feb 2022
Device: Kobo nia
a few buttons and logs, nothing fancy for now
Szybet is offline   Reply With Quote
Old 11-03-2023, 09:54 PM   #37
johndoe3444
Member
johndoe3444 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2022
Device: Kobo Clara HD
Quote:
Originally Posted by anarcat View Post
Hmm... well, that's a good question, I guess it depends on your operating system, I don't actually know where the trust root is stored on other systems!

But since it works, YOLO, nothing to fix?
It does work and it syncs, although you can see constant errors related to certificates in the log.

Click image for larger version

Name:	Screenshot_20231104-024642~2.png
Views:	63
Size:	154.9 KB
ID:	204550

Edit: I got the certificate file from here, renamed to .crt and all is good now, no more errors in the log https://curl.se/docs/caextract.html

Last edited by johndoe3444; 11-05-2023 at 06:14 PM. Reason: All fixed now
johndoe3444 is offline   Reply With Quote
Old 11-10-2023, 08:45 AM   #38
anarcat
Connoisseur
anarcat began at the beginning.
 
anarcat's Avatar
 
Posts: 81
Karma: 10
Join Date: Jul 2013
Location: Planet Ocean
Device: Kobo Glo HD, Onyx Boox Note Pro 2, Samsung Galaxy Tab S5e, Pixel 4a
Quote:
Originally Posted by Szybet View Post
a few buttons and logs, nothing fancy for now
You'd be surprised how useful that is...
anarcat is offline   Reply With Quote
Old 11-10-2023, 02:40 PM   #39
Szybet
Connoisseur
Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.Szybet can teach chickens to fly.
 
Posts: 86
Karma: 3892
Join Date: Feb 2022
Device: Kobo nia
Well then, just use it, it's open source
Szybet is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Kobo User becomes burned EX-Kobo user aka KOBO is horrible tvuongpham Kobo Reader 140 09-18-2015 08:42 AM
Changing fonts issue on Kobo Aura HD/Kobo Glo [PROBLEM SOLVED] Dr. Drib Kobo Reader 19 05-13-2014 04:35 PM
Glo How to import reading Life Statistics from Kobo Touch to Kobo Glo? the_m Kobo Reader 5 12-13-2012 03:40 PM
$25 gift card w. purchase of Kobo Touch or Kobo Vox at Frys sufue Deals and Resources (No Self-Promotion or Affiliate Links) 0 07-15-2012 10:39 AM
Touch Kobo Touch defective after 3 months and Kobo Customer Support useless shaf Kobo Reader 5 12-04-2011 05:10 PM


All times are GMT -4. The time now is 04:36 AM.


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