On 06/01/2013 05:31 PM, Anthony K wrote:
On 02/06/13 00:38, Rock wrote:
The phone should mount successfully! If not, then I'd really like to know what else the locked S3 does to the PC that requires a reboot to fix!
Me too! :)
Please post what you see in /var/log/messages when you attach a locked S3. Run the following command before plugging in a locked S3: tail -f /var/log/message
Hit enter key a few times to help demarcate the start of output (don't worry, that won't affect the contents of /var/log/messages, just what appears on screen).
Cheers, ak.
Solution could be in restarting udev daemon/service, according to this article: http://marcofalchi.blogspot.com/2012/02/android-ics-usb-storage-on-fedora-16...
running: # service udev restart and # systemctl restart udev.service as root
It also explains how to compile mtpfs, but I think Fedora 16 already had newer libmtp package.
So Rock, try running those to commands instead of rebooting entire system. If that works, you can create 2 scripts, one to install newer libmtp and restart udev, and other to revert it back.