View Single Post
Old 08-10-2015, 07:23 AM   #3
brucelee
Addict
brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.
 
Posts: 352
Karma: 188498
Join Date: Jan 2015
Location: Romania
Device: Kobo Aura One
Quote:
Originally Posted by Skeeve View Post
How can I refresh the library view so that it shows the data from the DB and not the data it has cached somehow?
I didn't find anything related to this in the SDK.
Maybe calling the library binary with a certain param would trigger the update?

It might be worth looking through the system scripts. Locating the USB connect/disconnect script could be the solution since the library is updated when disconnecting.

Edit:
I don't know if this still exists but I found in an older FW5.2 apps list I had in my computer that there's a scanner.app in /ebrmain/bin. Maybe this is what you're searching for.

Try calling the following command and see what happens. It logs the output too just in case it throws some error or help page.
Quote:
/ebrmain/bin/scanner.app > /mnt/ext1/scanner.app.log 2>&1

Last edited by brucelee; 08-10-2015 at 07:48 AM.
brucelee is offline   Reply With Quote