From f67c31fbfa3bd0c4b7d6464ec91f68f3545eff4b Mon Sep 17 00:00:00 2001 From: tretrauit Date: Sat, 5 Feb 2022 14:32:41 +0700 Subject: [PATCH] Add note on Termux:API about wifi connection https://github.com/termux/termux-api/issues/304 --- Apps/ws-scrcpy/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Apps/ws-scrcpy/README.md b/Apps/ws-scrcpy/README.md index 7168c57..8bdab6f 100644 --- a/Apps/ws-scrcpy/README.md +++ b/Apps/ws-scrcpy/README.md @@ -6,6 +6,7 @@ + **YOU NEED TO HAVE WS-SCRCPY INSTALLED, ALONG WITH ROOT ACCESS AND DEPENDENCIES** + ~~YOU ALSO NEED TO OPEN ADB WIRELESS IN DEVELOPER SETTINGS FOR THIS TO WORK~~ (The script can use `su` to start ADB wireless now) ++ You need to grant Termux:API full Location permission and set to "Always" (Foreground mode will not work correctly) + Rootless mode is available, although it **will not** work in most cases. + Dependencies: `root-repo` `tsu` `moreutils` `build-essential` `nodejs` `python3` `android-tools` `git` `termux-api`