Skip to content

configkey: update.property

Tarek edited this page May 30, 2015 · 2 revisions

update.property

{
    "update": {
        "property": {
            "sys": {
                "usb": {
                    "config": "mtp,adb"
                },
                "timezone": "Europe/Amsterdam",
                "silent": "0",
                "language": "en",
                "setupwizard": "FINISH"
            }
        }
    }
}

Inception uses this property to generate files inside '/data/property' on the device. Files in this directory control some of the device settings, such as timezone, and whether usb adb access is enabled or not. For example the above configuration will generate the following files on the device with the values above:

  • /data/property/persist.sys.usb.config
  • /data/property/persist.sys.timezone
  • /data/property/persist.sys.silent
  • /data/property/persist.sys.language
  • /data/property/persist.sys.setupwizard