-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
20 lines (16 loc) · 811 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ROMUpdater is meant to be an Android universal ROM updater.
It checks for the build.prop's ro.build.display.id and
downloads a series of JSON files that describe and give
a link to the available versions (from the next one
upwards, if available). It can also execute the most
common Recovery actions (via /cache/recovery/command
and extendedcommand), for example Nandroid backup,
cache/data wipe, or simply enter the removery mode.
This application requires root.
ROMUpdater is a free software and its source code
is being distributed under the GNU GPL v.3.
You can find the final APK in the market as
"ROMUpdater" by Giacomo Furlan
For more informations please visit the following sites:
Website: http://www.elegosproject.org/android-rom-updater/
Google-Gson project: http://code.google.com/p/google-gson/