5 Commits

Author SHA1 Message Date
Oleks 3b2eb38d9a flake: add android-tools (adb) to devShell; justfile adb uses the devShell
adb is now provided by the flake's devShell (pinned to the flake's nixpkgs)
instead of an ad-hoc 'nix shell nixpkgs#android-tools' registry reference, so
the install/tv-* recipes use the same pinned adb as 'nix develop'.
2026-05-29 19:37:08 +03:00
Oleks cfa28298bc justfile: add tv-launch (leanback activity) for Android TV 2026-05-29 19:16:23 +03:00
Oleks 6c077f5289 justfile: fix adb invocation (nix shell --command) + add wireless-debugging recipes
nix run nixpkgs#android-tools has no main binary; use nix shell --command adb.
Add tv-pair/tv-connect/install-to for the Android 11+/Google TV wireless
debugging flow (random port + pairing code) when :5555 isn't exposed.
2026-05-29 19:07:58 +03:00
Oleks 3319749c0d justfile: add install-tv for Chromecast with Google TV (network adb over WiFi)
Adds an adb variable (from nixpkgs android-tools), an install-tv <ip> recipe
that adb-connects to :5555 and installs the debug APK, and tv-disconnect.
2026-05-29 18:20:28 +03:00
Oleks 702e1826d3 Add justfile wrapping the Nix flake build/dev/deps tasks
Encodes the two flake gotchas: ?submodules=1 (submodule sources) and
--builders '' (build locally instead of copying the SDK closure to nixbuild).
2026-05-29 18:12:59 +03:00