An open API service indexing awesome lists of open source software.

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

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.

[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png)](http://www.wtfpl.net)