Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 03-May-2024 | 2.1 KiB | 113 | 93 | |
AndroidTest.xml | D | 03-May-2024 | 1.2 KiB | 26 | 12 | |
README.md | D | 03-May-2024 | 358 | 9 | 7 | |
fuse_adb_provider.cpp | D | 03-May-2024 | 1.2 KiB | 40 | 18 | |
fuse_adb_provider.h | D | 03-May-2024 | 1.1 KiB | 36 | 12 | |
fuse_adb_provider_test.cpp | D | 03-May-2024 | 2.8 KiB | 86 | 45 | |
minadbd.cpp | D | 03-May-2024 | 2 KiB | 76 | 45 | |
minadbd_services.cpp | D | 03-May-2024 | 9.9 KiB | 287 | 215 | |
minadbd_services.h | D | 03-May-2024 | 782 | 26 | 5 | |
minadbd_services_test.cpp | D | 03-May-2024 | 7.4 KiB | 214 | 155 | |
minadbd_types.h | D | 03-May-2024 | 1.9 KiB | 65 | 38 |
README.md
1minadbd is now mostly built from libadbd. The fuse features are unique to 2minadbd, 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