#android #cli #adb

app abr

cli tool to adjust screen size on android devices

1 unstable release

0.0.1 Jun 22, 2020

#18 in #adb

MIT license

6KB

ADR

Android Device Resizer

ARD is a cli tool made with Rust. This tool allows to resize the screen of a device connected to one of the following preset dimensions:

  • ldpi => Galaxy Y => (240x320,133)
  • mdpi => iphone => (320x480,165)
  • hdpi => Android One => (480x854,218)
  • xhdpi => Moto x => (720x1280,312)
  • xxhdpi => Google Pixel => (1080x1920,441)
  • xxxhdpi => Google Pixel XL => (1440x2560,534)

Example: this will reisze the android device to the mdpi size

adr mdpi

Installation!

  • crates The package can be found on

License

MIT

Free Software, Hell Yeah!

Dependencies

~3MB
~61K SLoC