lk/system/android.md
Malin Freeborn ba8026e0c3
change formatting
input examples are now given as

```bash
input $ARG1
```

While outputs use md's '> ' sign as a quote.
2023-06-17 21:28:20 +02:00

379 B

title tags
android
Documentation
System

mtpfs

Start

Install:

yay -S simple-mtpfs

List available phones:

simple-mtpfs -l

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