Skip to content

lifehacker-101/unruu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unruu

unruu is a simple command line utility to extract the rom.zip file from a HTC RUU update executable.

Please note that it'll output the rom.zip file to your current directory.

Requirements (libunshield v0.9 or higher):

$ git clone https://github.com/twogood/unshield.git
$ cd unshield/
$ ./bootstrap
$ ./configure --prefix=/usr
$ make
$ sudo make install

Building:

$ ./autogen.sh
$ ./configure
$ make

Downloading:

You can download pre-compiled snapshots or releases from:-

Installing:

$ sudo make install

Using:

$ unruu /path/to/RUU.exe

Packages

No packages published

Languages

  • C 89.1%
  • M4 5.1%
  • Shell 3.4%
  • Makefile 2.4%