-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Avoid rewrites in tmp #1880
Comments
See #1722. Why is it a problem for you? |
I think it's unnecessary wear and tear on the memory card if avoidable. |
Maybe make an apk package for the scrcpy-server? |
I use |
If user has concern about this, the best way is to create an apk and install it. However, it may need to do something to make server as apk. In short time, maybe we can remain the server in device and calculate the checksum to ensure the server in device is expected. |
For information, I started to work on a new option (probably The goal is to install a real Android app. This will pave the way to:
|
I am excited about this, things like #1484 can also be solved by provding apk. For example, we can add a notification or toast directly on phone. |
@rom1v how about progress of scrcpy's IME? |
Thank you. I hope the IME can be implemented soon. |
|
Please check #3517. |
I replaced "scrcpy-server" with a 0 size file. |
If I have understood correctly, scrcpy, every time it runs, it writes scrcpy-server.odex and scrcpy-server.vdex in /data/local/tmp.
Do it is possible to avoid all these rewrites, and keep the file by overwriting it if not exist or there is a new one?
The text was updated successfully, but these errors were encountered: