Disable Screen Recording Dialog with Anydesk and Termux#

  • Install the Anydesk app and pluging AD1 img img

  • Launch the app img img img img img img
  • On the settings> permissions> permission profiles> create a profile, check all the boxes and create a password

img img img img

  • Install the Termux app img

  • To activate Developper mode click many times on the build number img img

  • Activate Wireless debugging img img

  • Split the screens with termux app and settings img

  • If this option is not available, activate Force activities to be resizable in the Developer options img

  • On Termux update the packages with this command >
apt update && apt full-upgrade -y
  • Install the android-tools package >
pkg install android-tools -y
  • Push on the “Pair device with parring code” img img

  • On the Termux screen, enter the command >
adb pair localhost:Port
Enter pairing code: Wi-Fi pairing code
Successfully...
  • Then enter the command >
adb connect localhost:Port#

img

  • And the final command >
adb shell appops set com.anydesk.anydeskandroid PROJECT_MEDIA allow
  • You can desactivated the developer mode after that.