Last active
September 5, 2022 07:38
-
-
Save pragyanatvade/aa7f701b5ca2f3bbf77e to your computer and use it in GitHub Desktop.
Nexus 5 - MTP Driver Linux Mint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1: Setting > About Phone > Start Tapping (7 times) on Build number option 'you are now developer'. | |
Setting > Developer Options > Enable USB Debugging | |
Step 2: sudo apt-get instal mtp-tools mtpfs | |
Step 3: sudo gedit /etc/udev/rules.d/51-android.rules | |
#LG – Nexus 5 | |
ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee7", MODE=”0666" | |
Step 4: sudo chmod +x /etc/udev/rules.d/51-android.rules | |
sudo service udev restart | |
Step 5: sudo mkdir /media/nexus5 | |
sudo chmod 755 /media/nexus5 | |
Step 6: Setting > Device Category > Storage > USB Computer Connection > Enable Media Device (MTP) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment