View Single Post
Old 03-11-2019, 10:41 AM   #15
BloodRagg
Zealot
BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.BloodRagg ought to be getting tired of karma fortunes by now.
 
BloodRagg's Avatar
 
Posts: 128
Karma: 842196
Join Date: Feb 2019
Device: none
For the frontlight I had hoped that i could just print some data into /dev/ntx.

But it is more complicated than that unfortunately. Its a struct with some data in it.
I tried to replicate it but i failed horribly:

printf 'fl\x0\xf1\x0\x32\x0\x0\x0' > /dev/ntx_io
(00000000 66 6c 00 f1 00 32 00 00 00 |fl...2...|)

I tried hacking the lua script to /tmp/ntx_io as a file, hoping it would just dump its data in there,
so i could do a replay from script. But that did not work *sigh*

Does anyone know what data is send exactly ?
I just need to turn on and off the frontlight, nothing fancy.
BloodRagg is offline   Reply With Quote