Skip to content

πŸ“± Android ADB Java filesystem SPI

Notifications You must be signed in to change notification settings

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