View Single Post
Old 06-05-2020, 06:00 PM   #14
Flaviocc
Zealot
Flaviocc began at the beginning.
 
Posts: 134
Karma: 10
Join Date: May 2019
Location: Brazil
Device: Kindle PPW5 / Kobo Aura One
Quote:
Originally Posted by NiLuJe View Post
Hmm, AFAIK, a plain old OS eject will do just fine, and is actually necessary here.

i.e., you *want* the Kobo to detect a true eject, so it can remount it and process the new content, to account for the double cycle necessary to handle metadata updating, as was mentioned earlier.

Then, you just kindly tell the Kobo that, yes, it's still plugged in, please show me the "Connect" popup again:

Code:
echo "usb plug add" > /tmp/nickel-hardware-status
There's a NickelMenu action for that:

Code:
menu_item : main : USB : nickel_misc : force_usb_connection
Nice!

I'll try the Nickel menu. That solution is perfect for what I want.

Tks.
Flaviocc is offline   Reply With Quote