• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.mkD22-Nov-2023949 3928

README.mdD22-Nov-2023358 97

fuse_adb_provider.cppD22-Nov-20231.7 KiB6034

fuse_adb_provider.hD22-Nov-2023992 3311

fuse_adb_provider_test.cppD22-Nov-20232.6 KiB8948

minadbd.cppD22-Nov-20231.1 KiB4418

minadbd.hD22-Nov-2023690 234

minadbd_services.cppD22-Nov-20232.8 KiB10470

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