8000 GitHub - umjammer/vavi-nio-file-adb: 📱 Android ADB Java filesystem SPI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

umjammer/vavi-nio-file-adb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Java CI CodeQL Java

vavi-nio-file-adb

android_debug_bridge© Android Community

mount the android world!

Status

fs list upload download copy move rm mkdir cache watch library
adb ✅ ✅ ✅ ✅ jadb
adb (fuse) ✅ ✅ ✅ ✅ vavi-net-fuse

Install

Usage

 $ (
 >  export JAVA_HOME=`/usr/libexec/java_home -v 17`; \
 >  ${ANDROID_SDK}/platform-tools/adb start-server; \
 >  cd ${PROJECT_DIR}; \
 >  mvn -o -P run test-compile antrun:run -Dmaven.test.skip=true -DmountPoint=${MOUNT_POINT}
 > )

TODO

  • integration test
  • make other functions using shell commands?
  • SyncTransport#readChunk is too slow, threading? because of #4782263
  • symbolic link

References

About

📱 Android ADB Java filesystem SPI

Topics

Resources

Stars

Watchers

Forks

Languages

0