Friday, April 11, 2014
How to Mounting Android on Ubuntu
$ sudo apt-get install mtpfs
$ sudo apt-get install mtp-tools
$ sudo mkdir /media/MTPdevice
$ sudo chmod 775 /media/MTPdevice
$ sudo mtpfs -o allow_other /media/MTPdevice
sambungkan android dan aktifkan usb connnection
$ mtp-detect
result :
Device 0 (VID=04e8 and PID=6860) is a Samsung GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note.
Found 1 device(s):
Samsung: GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note (04e8:6860) @ bus 2, dev 15
Attempting to connect device(s)
$gksu gedit /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0666"
and then save
$ sudo service udev restart
$ sudo umount mtpfs
ref
http://www.mysolutions.it/
Subscribe to:
Post Comments (Atom)
About Me
|
No comments:
Post a Comment