• Home
Name Date Size #Lines LOC

..--

Android.bpD03-May-20242.1 KiB11393

AndroidTest.xmlD03-May-20241.2 KiB2612

README.mdD03-May-2024358 97

fuse_adb_provider.cppD03-May-20241.2 KiB4018

fuse_adb_provider.hD03-May-20241.1 KiB3612

fuse_adb_provider_test.cppD03-May-20242.8 KiB8645

minadbd.cppD03-May-20242 KiB7645

minadbd_services.cppD03-May-20249.9 KiB287215

minadbd_services.hD03-May-2024782 265

minadbd_services_test.cppD03-May-20247.4 KiB214155

minadbd_types.hD03-May-20241.9 KiB6538

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