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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| Android.mk | 4 years ago | |
| AndroidTest.xml | 4 years ago | |
| README.md | 4 years ago | |
| fuse_adb_provider.cpp | 4 years ago | |
| fuse_adb_provider.h | 4 years ago | |
| fuse_adb_provider_test.cpp | 4 years ago | |
| minadbd.cpp | 4 years ago | |
| minadbd.h | 4 years ago | |
| minadbd_services.cpp | 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.