Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 05-Oct-2017 | 949 | |
fuse_adb_provider.cpp | 05-Oct-2017 | 1.7K | |
fuse_adb_provider.h | 05-Oct-2017 | 992 | |
fuse_adb_provider_test.cpp | 05-Oct-2017 | 2.6K | |
minadbd.cpp | 05-Oct-2017 | 1.1K | |
minadbd.h | 05-Oct-2017 | 690 | |
minadbd_services.cpp | 05-Oct-2017 | 2.8K | |
README.md | 05-Oct-2017 | 358 |
1 minadbd is now mostly built from libadbd. The fuse features are unique to 2 minadbd, and services.c has been modified as follows: 3 4 - all services removed 5 - all host mode support removed 6 - `sideload_service()` added; this is the only service supported. It 7 receives a single blob of data, writes it to a fixed filename, and 8 makes the process exit. 9