Quote:
Originally Posted by Markismus
EDIT: HOWTO install on your own AURA
Unpack attached zip-file to the koreader directory and add the line
Code:
cat kobohome.bin > /dev/input/event1
two times to the end of the shell script koreader_kobo.sh
|
Thank you Marksimus, but I cannot make it work on my Aura. I am sure I must be doing something very basically wrong - since my koreader_kobo.sh file is in the .kobo directory, not in koreader, I added twice at the end of that file the following lines:
Code:
cat /koreader/kobohome.bin > /dev/input/event1
cat /koreader/kobohome.bin > /dev/input/event1
Have I made a mistake in directing to the koreader folder (where I have put the .bin file)?
(the reason I have koreader_kobo.sh outside of the koreader directory is because of a modification of the path to dictionary files, so that the modified koreader_kobo.sh file will not be modified every time I update the koreader version).