Quote:
Originally Posted by aceflor
I have not yet tried on my Aura (not sure I am going to keep it anyway), but, although I know that the lack of SD Card Slot on the mini is the problem, is there anyway that could work with the mini ?
|
Fake SD card is used to tell Kobo firmware that there's new content in the file system and library must be updated. So, you must find another way to update library.
There's also another hack that forces Kobo firmware to scan for new content. You can send "usb plugged" event to the firmware and then "usb unplugged". Problem is that sending "usb plugged" event will disconnect the wlan.. I think it's not a good thing if it happens in the middle of synchronization.
usb plugged:
Code:
echo usb plug add >> /tmp/nickel-hardware-status
usb unplugged:
Code:
echo usb plug remove >> /tmp/nickel-hardware-status
To change the way library is updated edit /usr/local/grive-sync/refresh_library.sh file. (
https://github.com/softapalvelin/kob...esh_library.sh).
I don't know any other hacks that can update the library. I wish there would be cleaner way to update library. Once I compiled sqllite to ARM processor and installed it to my Kobo touch, but I had no success inserting content to the library using that.