• Home
Name Date Size #Lines LOC

..--

Android.mkD03-May-2024912 3827

README.txtD03-May-2024357 97

adb_main.cppD03-May-20241.2 KiB5021

fuse_adb_provider.cppD03-May-20241.7 KiB6235

fuse_adb_provider.hD03-May-2024992 3311

fuse_adb_provider_test.cppD03-May-20242.6 KiB8948

services.cppD03-May-20242.8 KiB10772

README.txt

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