lk/system/android.md

32 lines
330 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "android"
2022-01-26 22:35:07 +00:00
tags: [ "Documentation", "System" ]
2022-01-16 18:20:39 +00:00
---
2020-01-02 00:04:35 +00:00
# mtpfs
2021-07-25 21:51:19 +00:00
## Start
2020-01-02 00:04:35 +00:00
Install:
> yay -S simple-mtpfs
List available phones:
> simple-mtpfs -l
2021-07-25 21:51:19 +00:00
Make a mount point:
> mkdir phone
Check your phone, and tell it to allow access to the USB.
> simple-mtpfs --device 1 phone
## Stop
> fusermount -u phone
rmdir phone
2021-05-18 22:21:06 +00:00