Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgnn7/android-screengrab
Basic utility to continuously grab screenshots of a debug-enabled Android device. Requires just the adb executable in project directory.
https://github.com/sgnn7/android-screengrab
Last synced: 7 days ago
JSON representation
Basic utility to continuously grab screenshots of a debug-enabled Android device. Requires just the adb executable in project directory.
- Host: GitHub
- URL: https://github.com/sgnn7/android-screengrab
- Owner: sgnn7
- Created: 2012-01-05T15:47:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-05T15:46:07.000Z (almost 13 years ago)
- Last Synced: 2024-05-02T00:27:21.649Z (7 months ago)
- Language: Java
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Java utility to coninuously grab screenshots of a debug-enabled Android phone connected over USB. Only dependency is the 'adb' executable and is only limited by the phone's processing power. No rotation logic nor robust error handling has been added yet as it is more of a proof-of-concept
-sg