You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 99da0f2c72 pl286 release code 4 years ago
..
Android.mk pl286 release code 4 years ago
AndroidTest.xml pl286 release code 4 years ago
README.md pl286 release code 4 years ago
fuse_adb_provider.cpp pl286 release code 4 years ago
fuse_adb_provider.h pl286 release code 4 years ago
fuse_adb_provider_test.cpp pl286 release code 4 years ago
minadbd.cpp pl286 release code 4 years ago
minadbd.h pl286 release code 4 years ago
minadbd_services.cpp pl286 release code 4 years ago

README.md

minadbd is now mostly built from libadbd. The fuse features are unique to minadbd, and services.c has been modified as follows:

  • all services removed
  • all host mode support removed
  • sideload_service() added; this is the only service supported. It receives a single blob of data, writes it to a fixed filename, and makes the process exit.