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-04-2018, 04:14 PM   #1
neoberg
Junior Member
neoberg began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2018
Device: Kobo Clara HD
inotify-tools?

Hello,
I want to use inotify-tools (https://github.com/rvoicilas/inotify-tools) for a script I need on my Kobo but couldn't cross compile it (on linux or macos). I'm not a C or CPP developer so my knowledge on build systems for these are quite limited. Can someone help me with this?
neoberg is offline   Reply With Quote
Old 10-05-2018, 04:28 AM   #2
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
Did you read INSTALL?
Good luck.
jcn363 is offline   Reply With Quote
Advert
Old 10-08-2018, 12:09 AM   #3
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
I ship part of it in my bag o' stuff .

Since it has zero dependencies, if you just need a standalone binary, here's inotifywait.

EDIT: If you need inotifywatch, I probably have that lying around somewhere, too.

Last edited by NiLuJe; 10-08-2018 at 12:25 PM.
NiLuJe is offline   Reply With Quote
Old 10-08-2018, 04:54 AM   #4
neoberg
Junior Member
neoberg began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2018
Device: Kobo Clara HD
thanks @niluje it worked like a charm

And thanks for the package, it's awesome.
neoberg is offline   Reply With Quote
Old 04-13-2025, 12:37 PM   #5
beecom
Enthusiast
beecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheese
 
Posts: 40
Karma: 1000
Join Date: Jun 2022
Device: Kindle Oasis
Quote:
Originally Posted by NiLuJe View Post
I ship part of it in my bag o' stuff .

Since it has zero dependencies, if you just need a standalone binary, here's inotifywait.

EDIT: If you need inotifywatch, I probably have that lying around somewhere, too.
I think the link to the standalone binary of inotifywait is dead. I tried to build it using a Windows PC in vain.
Could you please let me know how to get the inotifywait binary file that can be run in jailbroken Kindle scribe?
beecom is offline   Reply With Quote
Advert
Old 04-13-2025, 05:33 PM   #6
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by beecom View Post
I think the link to the standalone binary of inotifywait is dead. I tried to build it using a Windows PC in vain.
Could you please let me know how to get the inotifywait binary file that can be run in jailbroken Kindle scribe?
Nah, the link still works. If your browser redirects you to unsecure url (http) make sure you turn that into https and try again.

It returns a 403 on http. It returns the binary on https
pazos is offline   Reply With Quote
Old 04-13-2025, 08:33 PM   #7
beecom
Enthusiast
beecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheese
 
Posts: 40
Karma: 1000
Join Date: Jun 2022
Device: Kindle Oasis
Quote:
Originally Posted by pazos View Post
Nah, the link still works. If your browser redirects you to unsecure url (http) make sure you turn that into https and try again.

It returns a 403 on http. It returns the binary on https
Wow! I didn't know that. Thank you very much, pazos.

When I checked the file(inotifywait) with "file inotifywait", it returns
"inotifywait: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.33, stripped"
To use inotifywait standalone on Kindle, doesn't it need to be statically built? I tried building it statically multiple times on Windows, but it kept coming out dynamically linked, so I thought I had failed. Given that, is it still okay to use inotifywait like this on the Kindle Scribe?

edit :
I've confirmed that it's working properly. I should have paid attention to what NiLuJe wrote: 'it has zero dependencies.'
Many thanks to both NiLuJe and pazos.

Last edited by beecom; 04-13-2025 at 11:18 PM.
beecom is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Software Engineering Tools and Debugging Techniques: Guide to Build Software Tools amazon author Self-Promotions by Authors and Publishers 2 04-07-2015 04:02 AM
Tools CRussel General Discussions 39 01-21-2013 04:00 PM
Tools Polyphemus General Discussions 5 12-26-2012 08:48 AM
xz tools for a 3 twobob Kindle Developer's Corner 10 08-22-2012 03:17 PM


All times are GMT -4. The time now is 07:31 PM.


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