Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from AkihiroSuda/b
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
AkihiroSuda authored Apr 10, 2020
2 parents 910f837 + 68230e9 commit f659966
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,24 @@ sudo modprobe binder_linux
docker run -td --name aind --privileged -p 5900:5900 -v /lib/modules:/lib/modules:ro aind/aind
```

> NOTE: `--privileged` is required for nesting an Anbox (LXC) inside Docker. But you don't need to worry too much because Anbox launches "unprivileged" LXC using user namespaces. You can confirm that all Android process are running as non-root users, by executing `docker exec aind ps -ef`.
Connect to `5900` via `vncviewer`.

Future version will support noVNC.
Future version will support connection from Web browsers without VNC.

### Installing apk packages

Use `adb` (TBD).
Use `adb install` (To be documented).

You can also use [F-Droid](https://f-droid.org/).

F-Droid will be installed by default soon.


## TODOs
* Map different UID range per containers
* Support noVNC (VNC over Web browsers) w/ TLS
* Support remote connection from phones and tablets, ideally using Web browsers (noVNC?).
* Better touch screen experience
* Redirect camera, notifications, ...

Expand Down

0 comments on commit f659966

Please sign in to comment.