Skip to content
Vetruvet edited this page Sep 12, 2012 · 2 revisions

Required properties

otaupdater.otaid - identifies your ROM to the OTA Update Center - use the same ID as you use when registering on our website (no spaces, preferably all lowercase)

otaupdater.otaver - identifies the ROM version - use the same version you use when updating the ROM information on our website. This is a human-readable string which will be displayed to the user inside the app.

otaupdater.otatime - identifies the date and time the ROM was built - use the same date/time you use when updating the ROM information on our website (yyyymmdd-hhmm format, ex. 20120912-2030 for Sept. 12, 2012 20:30)

Optional properties

otaupdater.sdcard.os - specifies the path, relative to root (/), where the SD card which is visible to recovery is mounted (e.g. sdcard2 if the SD card that is visible to recovery is at /sdcard2). If unspecified, will default to sdcard.

otaupdater.sdcard.recovery - specifies the path, relative to root (/), where the SD card is mounted in recovery (e.g. sdcard2 if the SD card is mounted at /sdcard2 in recovery). If unspecified, will default to sdcard.

otaupdater.rebootcmd - specifies the full path to a script or command to reboot the device into recovery (e.g. /system/bin/reboot_recovery.sh). Script name must end in '.sh', otherwise it will be treated as a regular command. If unspecified, will default to "reboot recovery".

otaupdater.noflash - if set, and set to '1' or 'true', will prevent the app from writing recovery commands and automatically rebooting into recovery. Set this flag if users must manually reboot into recovery or some other mode to flash, in cases where flashing automatically will do bad things to the device (e.g. brick or wipe unintentionally).

Clone this wiki locally