Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiesou/Android-Screener
A Shizuku/ROOT tool for easily adjusting screen resolution and frame rate
https://github.com/jiesou/Android-Screener
Last synced: 3 months ago
JSON representation
A Shizuku/ROOT tool for easily adjusting screen resolution and frame rate
- Host: GitHub
- URL: https://github.com/jiesou/Android-Screener
- Owner: jiesou
- License: mit
- Created: 2023-12-04T12:36:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T06:58:20.000Z (3 months ago)
- Last Synced: 2024-08-01T15:45:12.044Z (3 months ago)
- Language: Kotlin
- Size: 227 KB
- Stars: 126
- Watchers: 12
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shizuku - Android-Screener - A tool for easily adjusting screen resolution and frame rate `MIT` (Apps / Display management)
README
# Android-Screener
A simple Shizuku tool for easily adjusting screen resolution and frame rate> Still under development
> I am busy with my studies and have no time to update this app (for now). Contributions welcome
## Screenshots (Preview)
## TODO
- [x] Get Shizuku permissions
- [x] Basic resolution changing function
- [x] Automatically undo if no operation within 10 seconds
- [x] Basic DPI density changing function
- [ ] Basic frame rate changing function
- [ ] Multi-user support
- [x] Automatically calculate dpi and resolution based on scaling
- [ ] Store display mode and apply it
- [ ] Edit display mode
- [ ] QS switching## Notice
If you've broken your phone, you can use the `wm` command from your computer ADB to recover it.
```
adb shell wm size reset
adb shell wm density reset
```## Download
The apk on the Releases page is updated manually and will not be synchronized with the latest updates, and the program is not yet complete enough to be “released”!
So it's best to download the apk from the [Actions](https://github.com/jiesou/Android-Screener/actions) page first, if the artifacts in Github Actions is expired and cannot be downloaded, you can *fork* this project and rebuild it.