View Single Post
Old 12-20-2020, 03:28 AM   #22
Carmelocotonto
Connoisseur
Carmelocotonto began at the beginning.
 
Carmelocotonto's Avatar
 
Posts: 93
Karma: 12
Join Date: Nov 2018
Location: Salamanca
Device: kobo Clara HD, Onyxboox C67
Hi. Can I use this one into 'reader.lua' when I am going to run koreader?.

This is I have got now into 'reader.lua' while I run a file.sh to backup some database and all is ok

os.execute("./fbink -q -y -29 -pmh 'REALIZANDO COPIA DE SEGURIDAD'")
os.execute("./fbink -q -y -27 -pmh 'DE LAS BASES DE DATOS DE KOBO'")
os.execute("./grabar_fich_kobo.sh")

Could I put something like this?

os.execute("qndb -m mwcToast 4000 "REALIZANDO COPIA DE SEGURIDAD DE LAS BASES DE DATOS DE KOBO")
os.execute("./grabar_fich_kobo.sh")

Could I even make the message stick while the file.sh is running? (not only 4 seconds)?

This is not important, just that I like to learn new things.
Carmelocotonto is offline   Reply With Quote