Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mount android device [using simple-mtpfs] in linux

# Clone repo
git clone https://github.com/phatina/simple-mtpfs/
cd simple-mtpfs
./autogen.sh
mkdir build && cd build
../configure --with-tmpdir=TMPDIR
make
make install (as root)

# connect your android-device with your linux-pc
# turn on usb-debugging mode on your android phone

# list connected android devices
 simple-mtpfs -l

# mounting particualr number device
 simple-mtpfs --device [number] [mountpoint]

# unmounting 
fusermount -u [mountpoint]

Comment

PREVIOUS NEXT
Code Example
Shell :: dpkg --configure -a » pour corriger le problème. 
Shell :: remove data from realtime database 
Shell :: kali qcow2 image download 
Shell :: installingf 
Shell :: how to zip a unzipped folder mac terminal 
Shell :: case in fish 
Shell :: update pulumi 
Shell :: Angular ng-upgrade stuck in infinite loop with singleton provider 
Shell :: nohup server stop in python django 
Shell :: barryvdh dompdf file_getcontents passing null 
Shell :: git change upstream url 
Shell :: sqlite analyze table 
Shell :: comment installle des salsh commande 
Shell :: linux how to cd into directory and run command without changing working directory 
Shell :: The main configuration file containing paths to utilities, services and packages used by Plesk 
Shell :: sed beginning of file 
Shell :: powershell show doskey 
Shell :: awk column decimal to integer 
Shell :: how to uninstall networkx in windows 10 
Shell :: ldocker comand list of images 
Shell :: Failed to initialize graphics environment linux 
Shell :: how to check the version of glibc in parrot os 
Shell :: amber vmd command line code 
Shell :: powersheel comand recursive unzip all 
Shell :: permission denied cannnot remove a file in linux 
Shell :: Ubuntu adhan program 
Shell :: login as root debian 
Shell :: silent installation with powershell 
Shell :: com.github.parse-community.Parse-SDK-Android 
Shell :: how to set up password ssh access askubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =