Do you want to use this software? 3 simple steps!
- Download the latest APK from our GitHub
page.
- Add the following files to your ROM or Kernel:
/system/app/OTA-Updater.apk
: OTA Updater APK you downloaded
/system/rom.ota.prop
: ROM or Kernel version file
/system/ota.prop
(optional): General properties file
/system/etc/permissions/com.otaudater.feature.xml
: OTA Updater feature file (get it
here)
- Add your ROM or
Kernel on this site. When you have updates, simply update your ROM/Kernel
here.
Optional settings for /system/ota.prop
file:
{
"noflash": "<< true or false - prevents app from rebooting into recovery for flashing (user must flash manually) >>",
"rebootcmd": "<< reboot command if different than `reboot recovery` (can be a script included with ROM/Kernel) >>",
"system_sdpath": "<< path to external storage in OS if it's non-standard >>",
"recovery_sdpath": "<< path to external storage in recovery if it's non-standard >>"
}
Format for /system/rom.ota.prop
file:
{
"otaid": "<< ROM OTA ID >>",
"otaver": "<< ROM Version >>",
"otatime": "<< Date/time of ROM in yyyymmdd-hhmm format >>"
}
Format for /system/kernel.ota.prop
file:
{
"otaid": "<< Kernel OTA ID >>",
"otaver": "<< Kernel Version >>",
"otatime": "<< Date/time of Kernel in yyyymmdd-hhmm format >>",
"fullver": "<< Output of `cat /proc/version` >>"
}