Quote:
Originally Posted by rupor
basically I am using /etc/lipc-daemon-events.conf to run it after every fullscan
|
JFYI: you can avoid editing
/etc/lipc-daemon-events.conf by using
lipc-wait-event program provided by stock firmware (
lipc-wait-event -h is suffuciently helpful). Search for lipc-wait-event in this subforum also brings useful information.
Or use underlying library directly:
Openlipc (though, unfortunately, that project misses event subscribing function prototype). Or instead of reverse-engeneering liblipc.so, yo can link to Lua and use
Kindle_Touch_Hacking#LIPC_Lua_bindings.