https://github.com/smilyorg/adbs
Sets the screen density and size via adb with the provided device name (list maintained by dpi.lv)
https://github.com/smilyorg/adbs
Last synced: 4 months ago
JSON representation
Sets the screen density and size via adb with the provided device name (list maintained by dpi.lv)
- Host: GitHub
- URL: https://github.com/smilyorg/adbs
- Owner: SmilyOrg
- Created: 2015-01-12T22:36:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T16:30:06.000Z (over 11 years ago)
- Last Synced: 2025-03-06T05:29:56.273Z (over 1 year ago)
- Language: Haxe
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adbs
Sets the screen density and size via adb with the provided device name (list maintained by dpi.lv)
```
adbs (adb screen)
Sets the screen density and size via adb with the provided device name.
List maintained by dpi.lv
Usage: adbs DEVICE NAME
Examples:
adbs nexus 7 13 Sets the density and size to the 2013 edition of the Nexus 7.
adbs reset Resets the density and size.
adbs --help Shows help.
-d, --dry Dry run - don't execute any adb commands.
-h, --help Print this help message.
-u, --update Update the list from the default remote server.
```