isieo / adbFS

A Proof of concept fuse filesystem for android debugger
Other
123 stars 99 forks source link

are there any options to mount a special device? #25

Open irzp opened 3 years ago

irzp commented 3 years ago

one single device adb connected by wifi works fine to mount with adbfs. if there are more than one devices when typing adb devices how to choose the correct one

the adb command itself knows an option -s IP-Number to choose please what ist the way with adbfs?

thx gina

System: Kernel: 5.4.0-74-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Cinnamon 4.8.6 Distro: Linux Mint 20.1 Ulyssa

isieo commented 3 years ago

Hi this repo is no longer maintained but you can try using the enviroment variable (not sure if this will work or not)

export ANDROID_SERIAL=<device ip>