Skip to content

Instantly share code, notes, and snippets.

@pragyanatvade
Last active September 5, 2022 07:38
Show Gist options
  • Save pragyanatvade/aa7f701b5ca2f3bbf77e to your computer and use it in GitHub Desktop.
Save pragyanatvade/aa7f701b5ca2f3bbf77e to your computer and use it in GitHub Desktop.
Nexus 5 - MTP Driver Linux Mint
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