How to access Media files from Android device, whether it's internal phone storage or external microSD card.
Steps to access Android Devices in Ubuntu, Linux Mint.
Here MTP stands for Media Transfer Protocol, which comes to existese when we connect our Smartphone through USB cable into computer/laptops.
Just Install libmtp, FUSE file system for MTP enabled devices mtpfs using below commands.
# sudo apt-get install go-mtpfs# sudo apt-get install libmtp# sudo apt-get install mtpfs mtp-tools# mtp-detect
# mtp-detect ==> Run this command to verify your Android Device.
- Rejack your Android device using USB cable in Ubuntu.
- In your Android device, swipe down from above in the home screen and click Touch for more options.
- In the next menu, select option “Transfer File (MTP)“.
- If required then, restart your device manager to
sudo service udev restart
And you are done :)
No comments:
Post a Comment