Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requires the ability to pause streaming #4893

Open
NDS7EN opened this issue Apr 28, 2024 · 4 comments
Open

Requires the ability to pause streaming #4893

NDS7EN opened this issue Apr 28, 2024 · 4 comments

Comments

@NDS7EN
Copy link

NDS7EN commented Apr 28, 2024

Use Ctrl+O to turn off the device screen and still mirror the phone screen on the computer

When the screen is off, the phone can run in the background. But after exiting the mirroring mode, the device screen brightens immediately

Is there a way to turn off the phone screen after passing CTRL+O and continue to run the background script without lighting up the device screen after exiting mirror mode.

Or when you connect to your computer, add a command to pause the transfer of your device's screen, reduce the load on your device to save energy, and run your phone in the background with the screen off

Purpose: Run an automated click script through ADB to make the device run in the background. Turn off the device screen with CTRL+O to reduce heat generation. Use the shortcut key to pause the transmission of device images to stop the resource occupation caused by decoding... to efficiently run equipment foreground tasks

@NDS7EN
Copy link
Author

NDS7EN commented Apr 28, 2024

no- video does not work. I used scrcpy -m 200 --max-fps=1 to limit the device transmission to reduce the performance consumption of transmission.

@NDS7EN
Copy link
Author

NDS7EN commented Apr 28, 2024

Currently working fine. My device is cooling down significantly

@rom1v
Copy link
Collaborator

rom1v commented Apr 28, 2024

scrcpy --no-cleanup will not restore the display power mode on exit.

@NDS7EN
Copy link
Author

NDS7EN commented May 3, 2024

scrcpy --no-cleanup will not restore the display power mode on exit.

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants