Open fogine opened 5 years ago
Initial thoughts:
For iOS devices, wrap around ifuse -u <UDID>, detect available devices by something like:
iOS
ifuse -u <UDID>
lsusb -v 2> /dev/null | grep -e "Apple Inc" -A 2
For Android devices wrap around simple-mtpfs or android-file-transfer (probably not as it doesnt currently support multiple devices)
Android
Initial thoughts:
For
iOS
devices, wrap aroundifuse -u <UDID>
, detect available devices by something like:For
Android
devices wrap around simple-mtpfs or android-file-transfer (probably not as it doesnt currently support multiple devices)