adbfs-rootless
adbfs-rootless 0-unstable-2023-03-21
Mount Android phones on Linux with adb, no root required
https://github.com/spion/adbfs-rootlessBSD 3-clause "New" or "Revised" License
main program: adbfsprograms: adbfs
Maintainers
Platforms (45)
powerpc-netbsdpowerpc64le-linuxarmv6l-linuxx86_64-solarispowerpc-linuxs390-linuxs390x-linuxarmv6l-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ adbfs-rootless ];
Ad-hoc shell
nix-shell -p adbfs-rootless
Flake (nix run)
nix run nixpkgs#adbfs-rootless