Quote:
Originally Posted by Skeeve
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
|