diff options
author | Fedor917 <cryscript@gmail.com> | 2016-10-28 21:43:12 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-10-28 21:43:12 +0700 |
commit | a2ca9e58fc03343234e2fa773cc3d76a1b787d53 (patch) | |
tree | 5e246162748f5ef9b623bf3e64a93fdc5ddf00a2 /system.prop | |
parent | d54dc6743f36114f82f012300a976a1dff06b04f (diff) |
Add test ota and small edits
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 90ba366..3b0337c 100644 --- a/system.prop +++ b/system.prop @@ -25,6 +25,12 @@ ro.telephony.default_network=22,22 persist.panel.inversemounted=1 persist.panel.mountflip=3 +# OTA Updates +ro.ota.systemname=CM13 by Fedor917 +ro.ota.version=2016102800 +ro.ota.device=z2_plus +ro.ota.manifest=https://will.be/soon/ota.xml + debug.sf.hw=1 debug.egl.hw=1 debug.gralloc.enable_fb_ubwc=1 @@ -249,7 +255,6 @@ persist.radio.multisim.config=dsds persist.radio.primarycard=true persist.radio.flexmap_type=dds -#liujb2 add persist.dpm.feature=3 persist.radio.add_power_save=1 |