/android-web-control-docker

Remote control your android from web browser. This allows you to run real wechat from web browser, with a $20 USD phone plugged at home!

Primary LanguageDockerfile

Remote control android phone from web

USAGE

  1. Set up tailscale on your host machine and your phone(optional);

  2. Enable adb-over-tcp in your phone;

adb shell
su
setprop persist.adb.tcp.port 5555
  1. Run docker service:
docker run \
    -e PHONE_ADDR=ADDRESS_OF_YOUR_ANDROID_PHONE \
    -p 6080:80 \
    -v /dev/shm:/dev/shm \
    -d --restart=always \
    cublin/android-web-control-docker:latest
  1. Navigate to http://localhost:6080 and you'll get what to do.