codrut.pro
  • CV
  • Projects
  • Snippets
  • Tags
  • More

Bypass screenshot security policy

October 23, 2020 One-minute read
android • linux
  1. Enable ‘Developer options’ on your phone

  2. Install scrcpy:

sudo pacman -S scrcpy
  1. Plug in your phone and open the app.

  2. Start recording:

scrcpy -r file.mp4

See also in Android Link to heading

  • Enable 'Developer options' on your phone
  • Expose a web server on local network
  • Compile Android projects from CLI