https://github.com/pcboy/dpi_updater
Android dpi update.zip generator
https://github.com/pcboy/dpi_updater
Last synced: about 1 year ago
JSON representation
Android dpi update.zip generator
- Host: GitHub
- URL: https://github.com/pcboy/dpi_updater
- Owner: pcboy
- Created: 2013-12-29T21:12:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T13:34:21.000Z (over 6 years ago)
- Last Synced: 2025-02-12T15:17:43.895Z (over 1 year ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DPI updater
## Introduction
Just a very simple script to generate android flashable zips changing the density of the lcd in the build.prop.
Some pre-generated zips for major DPIs are inside the examples/ folder.
## Requirements
* Ruby >= 1.9
## Installation
git clone https://github.com/pcboy/dpi_updater && cd dpi_updater && bundle install
## Usage
$> bundle exec./dpi_updater.rb DPI DESTINATION.zip
## License
DPI Updater is released under the [Do What The Fuck You Want To Public License](http://www.wtfpl.net/) by Sam Hocevar.
[](http://www.wtfpl.net)