linux:mtp
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:mtp [2012/12/30 21:31] – created percy | linux:mtp [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== MTP on Gentoo ====== | ====== MTP on Gentoo ====== | ||
| + | Refer to http:// | ||
| + | emerge mtpfs | ||
| + | layman -a poly-c | ||
| + | layman -S | ||
| + | emerge sys-fs/ | ||
| + | Note media-libs/ | ||
| + | |||
| + | | ||
| + | Then use jmtpfs mount the device: | ||
| + | | ||
| + | Note should edit | ||
| + | vim / | ||
| + | ===== Auto mount/ | ||
| + | <file BASH 99-android-mtp.rules> | ||
| + | #localhost bin # cat / | ||
| + | ATTR{idVendor}==" | ||
| + | ATTR{idVendor}==" | ||
| + | </ | ||
| + | |||
| + | <file BASH mount_galaxy_nexus.sh> | ||
| + | #localhost bin # cat / | ||
| + | # | ||
| + | |||
| + | echo " | ||
| + | jmtpfs -o allow_other / | ||
| + | echo " | ||
| + | |||
| + | </file BASH umount_galaxy_nexus.sh> | ||
| + | #localhost bin # cat / | ||
| + | # | ||
| + | |||
| + | echo " | ||
| + | umount / | ||
| + | echo " | ||
| + | |||
| + | </ | ||
/var/www/dokuwiki/wiki/data/attic/linux/mtp.1356874291.txt.gz · Last modified: (external edit)
