1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 2274, 5 .content = 6 "processor\t: 0\n" 7 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 8 "BogoMIPS\t: 38.00\n" 9 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 10 "CPU implementer\t: 0x41\n" 11 "CPU architecture: 7\n" 12 "CPU variant\t: 0x0\n" 13 "CPU part\t: 0xd03\n" 14 "CPU revision\t: 4\n" 15 "\n" 16 "processor\t: 1\n" 17 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 18 "BogoMIPS\t: 38.00\n" 19 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 20 "CPU implementer\t: 0x41\n" 21 "CPU architecture: 7\n" 22 "CPU variant\t: 0x0\n" 23 "CPU part\t: 0xd03\n" 24 "CPU revision\t: 4\n" 25 "\n" 26 "processor\t: 2\n" 27 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 28 "BogoMIPS\t: 38.00\n" 29 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 30 "CPU implementer\t: 0x41\n" 31 "CPU architecture: 7\n" 32 "CPU variant\t: 0x0\n" 33 "CPU part\t: 0xd03\n" 34 "CPU revision\t: 4\n" 35 "\n" 36 "processor\t: 3\n" 37 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 38 "BogoMIPS\t: 38.00\n" 39 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 40 "CPU implementer\t: 0x41\n" 41 "CPU architecture: 7\n" 42 "CPU variant\t: 0x0\n" 43 "CPU part\t: 0xd03\n" 44 "CPU revision\t: 4\n" 45 "\n" 46 "processor\t: 4\n" 47 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 48 "BogoMIPS\t: 38.00\n" 49 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 50 "CPU implementer\t: 0x41\n" 51 "CPU architecture: 7\n" 52 "CPU variant\t: 0x0\n" 53 "CPU part\t: 0xd03\n" 54 "CPU revision\t: 4\n" 55 "\n" 56 "processor\t: 5\n" 57 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 58 "BogoMIPS\t: 38.00\n" 59 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 60 "CPU implementer\t: 0x41\n" 61 "CPU architecture: 7\n" 62 "CPU variant\t: 0x0\n" 63 "CPU part\t: 0xd03\n" 64 "CPU revision\t: 4\n" 65 "\n" 66 "processor\t: 6\n" 67 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 68 "BogoMIPS\t: 38.00\n" 69 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 70 "CPU implementer\t: 0x41\n" 71 "CPU architecture: 7\n" 72 "CPU variant\t: 0x0\n" 73 "CPU part\t: 0xd03\n" 74 "CPU revision\t: 4\n" 75 "\n" 76 "processor\t: 7\n" 77 "model name\t: ARMv7 Processor rev 4 (v7l)\n" 78 "BogoMIPS\t: 38.00\n" 79 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 evtstrm \n" 80 "CPU implementer\t: 0x41\n" 81 "CPU architecture: 7\n" 82 "CPU variant\t: 0x0\n" 83 "CPU part\t: 0xd03\n" 84 "CPU revision\t: 4\n" 85 "\n" 86 "Hardware\t: Qualcomm Technologies, Inc MSM8952\n" 87 "Revision\t: 82a0\n" 88 "Serial\t\t: 4e7abe0200000000\n" 89 "Processor\t: ARMv7 Processor rev 4 (v7l)\n" 90 "Device\t\t: athene_13mp\n" 91 "Radio\t\t: US\n" 92 "MSM Hardware\t: MSM8952\n", 93 }, 94 { 95 .path = "/system/build.prop", 96 .size = 12923, 97 .content = 98 "\n" 99 "#\n" 100 "# PRODUCT_OEM_PROPERTIES\n" 101 "#\n" 102 "import /oem/oem.prop ro.product.brand1\n" 103 "import /oem/oem.prop ro.product.name\n" 104 "import /oem/oem.prop ro.product.model\n" 105 "import /oem/oem.prop ro.product.display\n" 106 "import /oem/oem.prop ro.config.ringtone\n" 107 "import /oem/oem.prop ro.build.date\n" 108 "import /oem/oem.prop ro.build.date.uts\n" 109 "import /oem/oem.prop ro.build.id\n" 110 "import /oem/oem.prop ro.build.display.id\n" 111 "import /oem/oem.prop ro.build.version.incremental\n" 112 "import /oem/oem.prop ro.mot.build.customerid\n" 113 "import /oem/oem.prop ro.mot.build.product.increment\n" 114 "import /oem/oem.prop ro.mot.build.oem.product\n" 115 "import /oem/oem.prop ro.carrier\n" 116 "import /oem/oem.prop ro.carrier.oem\n" 117 "import /oem/oem.prop ro.telephony.default_network\n" 118 "import /oem/oem.prop ro.product.locale\n" 119 "import /oem/oem.prop ro.config.alarm_alert\n" 120 "import /oem/oem.prop ro.config.notification_sound\n" 121 "import /oem/oem.prop ro.config.wallpaper\n" 122 "import /oem/oem.prop ro.com.google.clientidbase.am\n" 123 "import /oem/oem.prop ro.com.google.clientidbase.gmm\n" 124 "import /oem/oem.prop ro.com.google.clientidbase.ms\n" 125 "import /oem/oem.prop ro.com.google.clientidbase.yt\n" 126 "import /oem/oem.prop ro.oem.*\n" 127 "import /oem/oem.prop oem.*\n" 128 "# begin build properties\n" 129 "# autogenerated by buildinfo.sh\n" 130 "ro.build.id=MPJ24.139-64\n" 131 "ro.build.version.incremental=65\n" 132 "ro.build.version.sdk=23\n" 133 "ro.build.version.preview_sdk=0\n" 134 "ro.build.version.codename=REL\n" 135 "ro.build.version.all_codenames=REL\n" 136 "ro.build.version.release=6.0.1\n" 137 "ro.build.version.security_patch=2016-07-01\n" 138 "ro.build.date=Thu Aug 4 22:02:42 CDT 2016\n" 139 "ro.build.date.utc=1470366162\n" 140 "ro.build.type=user\n" 141 "ro.build.user=hudsoncm\n" 142 "ro.build.host=ilclbld87\n" 143 "ro.build.tags=release-keys\n" 144 "ro.product.model=Moto G (4)\n" 145 "ro.product.brand=motorola\n" 146 "ro.product.name=athene_retail\n" 147 "ro.product.device=athene\n" 148 "ro.product.board=msm8952\n" 149 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 150 "# use ro.product.cpu.abilist instead.\n" 151 "ro.product.cpu.abi=armeabi-v7a\n" 152 "ro.product.cpu.abi2=armeabi\n" 153 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 154 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 155 "ro.product.cpu.abilist64=\n" 156 "ro.product.manufacturer=motorola\n" 157 "ro.product.locale=en-US\n" 158 "ro.wifi.channels=\n" 159 "ro.board.platform=msm8952\n" 160 "# ro.build.product is obsolete; use ro.product.device\n" 161 "ro.build.product=athene\n" 162 "# Do not try to parse description, fingerprint, or thumbprint\n" 163 "ro.build.thumbprint=6.0.1/MPJ24.139-64/65:user/release-keys\n" 164 "ro.build.characteristics=default\n" 165 "ro.mot.build.device=athene\n" 166 "ro.mot.build.system.product=athene_retail\n" 167 "# end build properties\n" 168 "#\n" 169 "# from device/qcom/msm8952_32/system.prop\n" 170 "#\n" 171 "#\n" 172 "# system.prop for msm8952_32\n" 173 "#\n" 174 "\n" 175 "#rild.libpath=/system/lib/libreference-ril.so\n" 176 "rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so\n" 177 "rild.libargs=-d /dev/smd0\n" 178 "persist.rild.nitz_plmn=\n" 179 "persist.rild.nitz_long_ons_0=\n" 180 "persist.rild.nitz_long_ons_1=\n" 181 "persist.rild.nitz_long_ons_2=\n" 182 "persist.rild.nitz_long_ons_3=\n" 183 "persist.rild.nitz_short_ons_0=\n" 184 "persist.rild.nitz_short_ons_1=\n" 185 "persist.rild.nitz_short_ons_2=\n" 186 "persist.rild.nitz_short_ons_3=\n" 187 "#ril.subscription.types=NV,RUIM\n" 188 "DEVICE_PROVISIONED=1\n" 189 "# MOTCHANGE - configured later in product make files\n" 190 "#ro.telephony.default_network=5\n" 191 "\n" 192 "debug.sf.hw=1\n" 193 "debug.egl.hw=1\n" 194 "persist.hwc.mdpcomp.enable=true\n" 195 "debug.mdpcomp.logs=0\n" 196 "dev.pm.dyn_samplingrate=1\n" 197 "persist.demo.hdmirotationlock=false\n" 198 "debug.enable.sglscale=1\n" 199 "\n" 200 "#ro.hdmi.enable=true\n" 201 "#tunnel.decode=true\n" 202 "#tunnel.audiovideo.decode=true\n" 203 "#lpa.decode=false\n" 204 "#lpa.use-stagefright=true\n" 205 "#persist.speaker.prot.enable=false\n" 206 "qcom.hw.aac.encoder=true\n" 207 "\n" 208 "#\n" 209 "# system props for the cne module\n" 210 "#\n" 211 "persist.cne.feature=1\n" 212 "\n" 213 "#system props for the MM modules\n" 214 "media.msm8956hw=0\n" 215 "media.msm8956.version=0\n" 216 "mm.enable.smoothstreaming=true\n" 217 "mmp.enable.3g2=true\n" 218 "media.aac_51_output_enabled=true\n" 219 "#codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE\n" 220 "mm.enable.qcom_parser=1048575\n" 221 "\n" 222 "# Additional buffers shared between Camera and Video\n" 223 "vidc.enc.dcvs.extra-buff-count=2\n" 224 "\n" 225 "#Audio voice concurrency related flags\n" 226 "voice.playback.conc.disabled=true\n" 227 "voice.record.conc.disabled=false\n" 228 "voice.voip.conc.disabled=true\n" 229 "#Decides the audio fallback path during voice call, deep-buffer and fast are the two allowed fallback paths now.\n" 230 "voice.conc.fallbackpath=deep-buffer\n" 231 "\n" 232 "#parser input buffer size(256kb) in byte stream mode\n" 233 "audio.parser.ip.buffer.size=262144\n" 234 "#\n" 235 "# system props for the data modules\n" 236 "#\n" 237 "ro.use_data_netmgrd=true\n" 238 "persist.data.netmgrd.qos.enable=true\n" 239 "persist.data.mode=concurrent\n" 240 "\n" 241 "#system props for time-services\n" 242 "persist.timed.enable=true\n" 243 "\n" 244 "#\n" 245 "# system prop for opengles version\n" 246 "#\n" 247 "# 131072 is decimal for 0x20000 to report version 2\n" 248 "# 196608 is decimal for 0x30000 to report major/minor versions as 3/0\n" 249 "# 196609 is decimal for 0x30001 to report major/minor versions as 3/1\n" 250 "ro.opengles.version=196609\n" 251 "\n" 252 "# System property for cabl\n" 253 "ro.qualcomm.cabl=0\n" 254 "\n" 255 "#\n" 256 "# System props for telephony\n" 257 "# System prop to turn on CdmaLTEPhone always\n" 258 "# MOTCHANGE - configured later in product make files\n" 259 "#telephony.lteOnCdmaDevice=1\n" 260 "#\n" 261 "# System props for bluetooh\n" 262 "# System prop to turn on hfp client\n" 263 "bluetooth.hfp.client=1\n" 264 "\n" 265 "#Simulate sdcard on /data/media\n" 266 "#\n" 267 "persist.fuse_sdcard=true\n" 268 "\n" 269 "#\n" 270 "#snapdragon value add features\n" 271 "#\n" 272 "ro.qc.sdk.audio.ssr=false\n" 273 "# disable this being set here, since persist property can't be overrided.\n" 274 "#fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n" 275 "#ro.qc.sdk.audio.fluencetype=none\n" 276 "#persist.audio.fluence.voicecall=true\n" 277 "#persist.audio.fluence.voicerec=false\n" 278 "#persist.audio.fluence.speaker=true\n" 279 "#Set for msm8952\n" 280 "tunnel.audio.encode = false\n" 281 "#Buffer size in kbytes for compress offload playback\n" 282 "audio.offload.buffer.size.kb=64\n" 283 "#Minimum duration for offload playback in secs\n" 284 "audio.offload.min.duration.secs=30\n" 285 "#Enable offload audio video playback by default\n" 286 "audio.offload.video=true\n" 287 "\n" 288 "#Enable PCM offload by default\n" 289 "audio.offload.pcm.16bit.enable=true\n" 290 "audio.offload.pcm.24bit.enable=true\n" 291 "\n" 292 "#Enable audio track offload by default\n" 293 "audio.offload.track.enable=true\n" 294 "\n" 295 "#Enable music through deep buffer\n" 296 "audio.deep_buffer.media=true\n" 297 "\n" 298 "#disable voice path for PCM VoIP by default\n" 299 "use.voice.path.for.pcm.voip=false\n" 300 "ro.config.vc_call_vol_steps=8\n" 301 "\n" 302 "#enable downsampling for multi-channel content > 48Khz\n" 303 "audio.playback.mch.downsample=true\n" 304 "\n" 305 "#\n" 306 "#System property for FM transmitter\n" 307 "#\n" 308 "ro.fm.transmitter=false\n" 309 "#enable dsp gapless mode by default\n" 310 "audio.offload.gapless.enabled=true\n" 311 "\n" 312 "#multi offload\n" 313 "audio.offload.multiple.enabled=false\n" 314 "\n" 315 "#enable pbe effects\n" 316 "audio.safx.pbe.enabled=true\n" 317 "#property for AudioSphere Post processing\n" 318 "audio.pp.asphere.enabled=false\n" 319 "\n" 320 "# set max background services\n" 321 "ro.config.max_starting_bg=8\n" 322 "\n" 323 "#property to enable user to access Google WFD settings\n" 324 "#persist.debug.wfd.enable=1\n" 325 "#propery to enable VDS WFD solution\n" 326 "persist.hwc.enable_vds=1\n" 327 "\n" 328 "#selects CoreSight configuration to enable\n" 329 "persist.debug.coresight.config=stm-events\n" 330 "\n" 331 "#property for vendor specific library\n" 332 "ro.vendor.gt_library=libqti-gt.so\n" 333 "\n" 334 "#property to enable narrow search range for video encoding\n" 335 "vidc.enc.narrow.searchrange=1\n" 336 "\n" 337 "#property to enable fingerprint\n" 338 "persist.qfp=false\n" 339 "\n" 340 "#property to enable DS2 dap\n" 341 "audio.dolby.ds2.enabled=true\n" 342 "#min/max cpu in core control\n" 343 "ro.core_ctl_min_cpu=2\n" 344 "ro.core_ctl_max_cpu=4\n" 345 "\n" 346 "#HWUI properties\n" 347 "ro.hwui.texture_cache_size=72\n" 348 "ro.hwui.layer_cache_size=48\n" 349 "ro.hwui.r_buffer_cache_size=8\n" 350 "ro.hwui.path_cache_size=32\n" 351 "ro.hwui.gradient_cache_size=1\n" 352 "ro.hwui.drop_shadow_cache_size=6\n" 353 "ro.hwui.texture_cache_flushrate=0.4\n" 354 "ro.hwui.text_small_cache_width=1024\n" 355 "ro.hwui.text_small_cache_height=1024\n" 356 "ro.hwui.text_large_cache_width=2048\n" 357 "ro.hwui.text_large_cache_height=2048\n" 358 "\n" 359 "#Enable B service adj transition by default\n" 360 "ro.sys.fw.bservice_enable=true\n" 361 "ro.sys.fw.bservice_limit=5\n" 362 "ro.sys.fw.bservice_age=5000\n" 363 "\n" 364 "#Enable delay service restart\n" 365 "ro.am.reschedule_service=true\n" 366 "\n" 367 "#Trim properties\n" 368 "ro.sys.fw.use_trim_settings=true\n" 369 "ro.sys.fw.empty_app_percent=50\n" 370 "ro.sys.fw.trim_empty_percent=100\n" 371 "ro.sys.fw.trim_cache_percent=100\n" 372 "ro.sys.fw.trim_enable_memory=2147483648\n" 373 "\n" 374 "#Optimal dex2oat threads for faster app installation\n" 375 "ro.sys.fw.dex2oat_thread_count=4\n" 376 "\n" 377 "# set cutoff voltage to 3200mV\n" 378 "ro.cutoff_voltage_mv=3200\n" 379 "\n" 380 "#set texture cache size\n" 381 "ro.hwui.texture_cache_size=40\n" 382 "\n" 383 "#force HAL1 for below packages\n" 384 "camera.hal1.packagelist=com.skype.raider,com.google.android.talk\n" 385 "\n" 386 "#properties for limiting preview size in camera\n" 387 "camera.display.umax=1920x1080\n" 388 "camera.display.lmax=1280x720\n" 389 "\n" 390 "#low power mode for camera\n" 391 "camera.lowpower.record.enable=1\n" 392 "\n" 393 "#enable game colocation feature\n" 394 "sched.colocate.enable=1\n" 395 "\n" 396 "#\n" 397 "# ADDITIONAL_BUILD_PROPERTIES\n" 398 "#\n" 399 "ro.build.version.qcom=LA.BR.1.3.3-02720-8976.0\n" 400 "ro.mot.build.customerid=retail\n" 401 "ro.mot.build.version.sdk_int=24\n" 402 "ro.mot.build.product.increment=31\n" 403 "ro.mot.build.version.release=24.31\n" 404 "ro.telephony.default_network=10,0\n" 405 "ro.mot.ignore_csim_appid=true\n" 406 "ro.config.alarm_alert=Oxygen.ogg\n" 407 "ro.config.ringtone=Moto.ogg\n" 408 "ro.config.notification_sound=Moto.ogg\n" 409 "persist.audio.calfile0=/etc/acdbdata/Bluetooth_cal.acdb\n" 410 "persist.audio.calfile1=/etc/acdbdata/General_cal.acdb\n" 411 "persist.audio.calfile2=/etc/acdbdata/Global_cal.acdb\n" 412 "persist.audio.calfile3=/etc/acdbdata/Handset_cal.acdb\n" 413 "persist.audio.calfile4=/etc/acdbdata/Hdmi_cal.acdb\n" 414 "persist.audio.calfile5=/etc/acdbdata/Headset_cal.acdb\n" 415 "persist.audio.calfile6=/etc/acdbdata/Speaker_cal.acdb\n" 416 "persist.audio.dualmic.config=endfire\n" 417 "persist.audio.fluence.voicecall=true\n" 418 "persist.audio.fluence.voicecomm=true\n" 419 "persist.audio.fluence.voicerec=false\n" 420 "persist.audio.fluence.speaker=false\n" 421 "ro.radio.imei.sv=4\n" 422 "ro.carrier.subsidized=amz\n" 423 "persist.radio.mcfg_enabled=1\n" 424 "persist.radio.mcfg_refresh=1\n" 425 "mm.enable.smoothstreaming=false\n" 426 "media.stagefright.log-uri=1\n" 427 "media.stagefright.use-awesome=false\n" 428 "qcom.hw.aac.encoder=false\n" 429 "audio.offload.video=false\n" 430 "audio_hal.period_size=240\n" 431 "ro.bluetooth.hfp.ver=1.6\n" 432 "ro.qualcomm.bt.hci_transport=smd\n" 433 "persist.mot.gps.conf.from.sim=true\n" 434 "ro.frp.pst=/dev/block/bootdevice/by-name/frp\n" 435 "persist.mot.gps.smart_battery=1\n" 436 "ro.vendor.extension_library=libqti-perfd-client.so\n" 437 "persist.radio.apm_sim_not_pwdn=1\n" 438 "persist.radio.sib16_support=1\n" 439 "af.fast_track_multiplier=1\n" 440 "ro.bug2go.magickeys=24,26\n" 441 "persist.radio.no_wait_for_card=1\n" 442 "persist.radio.dfr_mode_set=1\n" 443 "persist.radio.relay_oprt_change=1\n" 444 "persist.radio.msgtunnel.start=true\n" 445 "persist.radio.oem_ind_to_both=0\n" 446 "persist.qcril_uim_vcc_feature=1\n" 447 "persist.data.qmi.adb_logmask=0\n" 448 "persist.radio.0x9e_not_callname=1\n" 449 "persist.radio.mt_sms_ack=30\n" 450 "persist.radio.force_get_pref=1\n" 451 "persist.dpm.feature=0\n" 452 "persist.radio.is_wps_enabled=true\n" 453 "persist.radio.sar_sensor=1\n" 454 "ro.usb.mtp=2e82\n" 455 "ro.usb.mtp_adb=2e76\n" 456 "ro.usb.ptp=2e83\n" 457 "ro.usb.ptp_adb=2e84\n" 458 "ro.usb.bpt=2ec1\n" 459 "ro.usb.bpt_adb=2ec5\n" 460 "ro.usb.bpteth=2ec3\n" 461 "ro.usb.bpteth_adb=2ec6\n" 462 "persist.esdfs_sdcard=true\n" 463 "persist.sys.ssr.restart_level=ALL_ENABLE\n" 464 "persist.sys.qc.sub.rdump.on=1\n" 465 "persist.sys.qc.sub.rdump.max=0\n" 466 "dalvik.vm.heapstartsize=8m\n" 467 "dalvik.vm.heapgrowthlimit=192m\n" 468 "dalvik.vm.heapsize=384m\n" 469 "dalvik.vm.heaptargetutilization=0.75\n" 470 "dalvik.vm.heapminfree=512k\n" 471 "dalvik.vm.heapmaxfree=8m\n" 472 "persist.radio.apn_delay=5000\n" 473 "persist.sys.media.use-awesome=false\n" 474 "mm.enable.qcom_parser=4643\n" 475 "persist.radio.mot_ecc_enabled=1\n" 476 "persist.radio.mot_ecc_custid=common\n" 477 "keyguard.no_require_sim=true\n" 478 "drm.service.enabled=true\n" 479 "mdc_initial_max_retry=10\n" 480 "ro.adb.secure=1\n" 481 "audio.offload.disable=false\n" 482 "av.offload.enable=false\n" 483 "audio.offload.pcm.16bit.enable=false\n" 484 "audio.offload.pcm.24bit.enable=false\n" 485 "audio.offload.gapless.enabled=false\n" 486 "ro.lenovo.single_hand=1\n" 487 "ro.com.google.clientidbase=android-motorola\n" 488 "ro.com.google.clientidbase.ms=android-motorola\n" 489 "ro.com.google.clientidbase.am=android-motorola\n" 490 "ro.com.google.clientidbase.gmm=android-motorola\n" 491 "ro.com.google.clientidbase.yt=android-motorola\n" 492 "ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html\n" 493 "ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html\n" 494 "ro.setupwizard.mode=OPTIONAL\n" 495 "ro.com.google.gmsversion=6.0_r4\n" 496 "ro.carrier=unknown\n" 497 "telephony.lteOnCdmaDevice=1\n" 498 "ro.media.enc.aud.fileformat=qcp\n" 499 "ro.media.enc.aud.codec=qcelp\n" 500 "ro.media.enc.aud.bps=13300\n" 501 "ro.media.enc.aud.ch=1\n" 502 "ro.media.enc.aud.hz=8000\n" 503 "persist.radio.snapshot_timer=22\n" 504 "persist.radio.snapshot_enabled=1\n" 505 "persist.ims.volte=true\n" 506 "persist.ims.vt=false\n" 507 "persist.ims.vt.epdg=false\n" 508 "persist.ims.rcs=false\n" 509 "persist.radio.calls.on.ims=true\n" 510 "persist.radio.jbims=1\n" 511 "persist.radio.domain.ps=0\n" 512 "persist.radio.VT_ENABLE=1\n" 513 "persist.radio.VT_HYBRID_ENABLE=1\n" 514 "persist.radio.ROTATION_ENABLE=1\n" 515 "persist.radio.REVERSE_QMI=0\n" 516 "persist.radio.RATE_ADAPT_ENABLE=1\n" 517 "persist.rmnet.mux=enabled\n" 518 "persist.radio.VT_USE_MDM_TIME=0\n" 519 "persist.radio.videopause.mode=0\n" 520 "persist.data.netmgrd.qos.enable=true\n" 521 "persist.data.iwlan.enable=false\n" 522 "persist.sys.cnd.iwlan=0\n" 523 "persist.cne.logging.qxdm=0\n" 524 "persist.vt.supported=0\n" 525 "persist.eab.supported=0\n" 526 "persist.rcs.supported=0\n" 527 "persist.rcs.presence.provision=0\n" 528 "persist.ims.disableADBLogs=2\n" 529 "persist.ims.disableDebugLogs=0\n" 530 "persist.ims.disableQXDMLogs=0\n" 531 "persist.ims.disableIMSLogs=0\n" 532 "persist.sys.dalvik.vm.lib.2=libart\n" 533 "dalvik.vm.isa.arm.variant=cortex-a53\n" 534 "dalvik.vm.isa.arm.features=default\n" 535 "net.bt.name=Android\n" 536 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 537 "persist.gps.qc_nlp_in_use=0\n" 538 "ro.gps.agps_provider=1\n" 539 "ro.expect.recovery_id=0x624e2e0b7805d55fbb06bcd23d5d44ebf477458d000000000000000000000000\n" 540 "\n", 541 }, 542 { 543 .path = "/sys/devices/system/cpu/kernel_max", 544 .size = 2, 545 .content = "7\n", 546 }, 547 { 548 .path = "/sys/devices/system/cpu/possible", 549 .size = 4, 550 .content = "0-7\n", 551 }, 552 { 553 .path = "/sys/devices/system/cpu/present", 554 .size = 4, 555 .content = "0-7\n", 556 }, 557 { 558 .path = "/sys/devices/system/cpu/online", 559 .size = 8, 560 .content = "0-1,4-7\n", 561 }, 562 { 563 .path = "/sys/devices/system/cpu/offline", 564 .size = 4, 565 .content = "2-3\n", 566 }, 567 { 568 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 569 .size = 9, 570 .content = "msm_idle\n", 571 }, 572 { 573 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 574 .size = 5, 575 .content = "menu\n", 576 }, 577 { 578 .path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name", 579 .size = 9, 580 .content = "msm_idle\n", 581 }, 582 { 583 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 584 .size = 4, 585 .content = "0 1\n", 586 }, 587 { 588 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 589 .size = 8, 590 .content = "1516800\n", 591 }, 592 { 593 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 594 .size = 7, 595 .content = "960000\n", 596 }, 597 { 598 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 599 .size = 2, 600 .content = "0\n", 601 }, 602 { 603 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 604 .size = 8, 605 .content = "0 1 2 3\n", 606 }, 607 { 608 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 609 .size = 40, 610 .content = "960000 1094400 1344000 1440000 1516800 \n", 611 }, 612 { 613 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 614 .size = 54, 615 .content = "interactive ondemand userspace powersave performance \n", 616 }, 617 { 618 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 619 .size = 7, 620 .content = "960000\n", 621 }, 622 { 623 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 624 .size = 4, 625 .content = "msm\n", 626 }, 627 { 628 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 629 .size = 12, 630 .content = "interactive\n", 631 }, 632 { 633 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq", 634 .size = 8, 635 .content = "1516800\n", 636 }, 637 { 638 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 639 .size = 7, 640 .content = "960000\n", 641 }, 642 { 643 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 644 .size = 53, 645 .content = 646 "960000 739\n" 647 "1094400 0\n" 648 "1344000 9\n" 649 "1440000 8\n" 650 "1516800 255\n", 651 }, 652 { 653 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 654 .size = 3, 655 .content = "41\n", 656 }, 657 { 658 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 659 .size = 2, 660 .content = "0\n", 661 }, 662 { 663 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 664 .size = 3, 665 .content = "0f\n", 666 }, 667 { 668 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 669 .size = 4, 670 .content = "0-3\n", 671 }, 672 { 673 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 674 .size = 2, 675 .content = "1\n", 676 }, 677 { 678 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 679 .size = 3, 680 .content = "01\n", 681 }, 682 { 683 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 684 .size = 2, 685 .content = "0\n", 686 }, 687 { 688 .path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name", 689 .size = 9, 690 .content = "msm_idle\n", 691 }, 692 { 693 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 694 .size = 4, 695 .content = "0 1\n", 696 }, 697 { 698 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 699 .size = 8, 700 .content = "1516800\n", 701 }, 702 { 703 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 704 .size = 7, 705 .content = "960000\n", 706 }, 707 { 708 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 709 .size = 2, 710 .content = "0\n", 711 }, 712 { 713 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 714 .size = 8, 715 .content = "0 1 2 3\n", 716 }, 717 { 718 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 719 .size = 40, 720 .content = "960000 1094400 1344000 1440000 1516800 \n", 721 }, 722 { 723 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 724 .size = 54, 725 .content = "interactive ondemand userspace powersave performance \n", 726 }, 727 { 728 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 729 .size = 7, 730 .content = "960000\n", 731 }, 732 { 733 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 734 .size = 4, 735 .content = "msm\n", 736 }, 737 { 738 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 739 .size = 12, 740 .content = "interactive\n", 741 }, 742 { 743 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 744 .size = 8, 745 .content = "1516800\n", 746 }, 747 { 748 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 749 .size = 7, 750 .content = "960000\n", 751 }, 752 { 753 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 754 .size = 54, 755 .content = 756 "960000 861\n" 757 "1094400 0\n" 758 "1344000 9\n" 759 "1440000 24\n" 760 "1516800 308\n", 761 }, 762 { 763 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 764 .size = 3, 765 .content = "56\n", 766 }, 767 { 768 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 769 .size = 2, 770 .content = "1\n", 771 }, 772 { 773 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 774 .size = 3, 775 .content = "0f\n", 776 }, 777 { 778 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 779 .size = 4, 780 .content = "0-3\n", 781 }, 782 { 783 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 784 .size = 2, 785 .content = "1\n", 786 }, 787 { 788 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 789 .size = 3, 790 .content = "02\n", 791 }, 792 { 793 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 794 .size = 2, 795 .content = "1\n", 796 }, 797 { 798 .path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name", 799 .size = 9, 800 .content = "msm_idle\n", 801 }, 802 { 803 .path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name", 804 .size = 9, 805 .content = "msm_idle\n", 806 }, 807 { 808 .path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name", 809 .size = 9, 810 .content = "msm_idle\n", 811 }, 812 { 813 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", 814 .size = 8, 815 .content = "4 5 6 7\n", 816 }, 817 { 818 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", 819 .size = 8, 820 .content = "1209600\n", 821 }, 822 { 823 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", 824 .size = 7, 825 .content = "806400\n", 826 }, 827 { 828 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", 829 .size = 2, 830 .content = "0\n", 831 }, 832 { 833 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", 834 .size = 8, 835 .content = "4 5 6 7\n", 836 }, 837 { 838 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies", 839 .size = 31, 840 .content = "806400 998400 1094400 1209600 \n", 841 }, 842 { 843 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors", 844 .size = 54, 845 .content = "interactive ondemand userspace powersave performance \n", 846 }, 847 { 848 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", 849 .size = 7, 850 .content = "806400\n", 851 }, 852 { 853 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", 854 .size = 4, 855 .content = "msm\n", 856 }, 857 { 858 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", 859 .size = 12, 860 .content = "interactive\n", 861 }, 862 { 863 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", 864 .size = 8, 865 .content = "1209600\n", 866 }, 867 { 868 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", 869 .size = 7, 870 .content = "806400\n", 871 }, 872 { 873 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state", 874 .size = 47, 875 .content = 876 "806400 1011\n" 877 "998400 149\n" 878 "1094400 20\n" 879 "1209600 3422\n", 880 }, 881 { 882 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", 883 .size = 3, 884 .content = "90\n", 885 }, 886 { 887 .path = "/sys/devices/system/cpu/cpu4/topology/core_id", 888 .size = 2, 889 .content = "0\n", 890 }, 891 { 892 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings", 893 .size = 3, 894 .content = "f0\n", 895 }, 896 { 897 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", 898 .size = 4, 899 .content = "4-7\n", 900 }, 901 { 902 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", 903 .size = 2, 904 .content = "0\n", 905 }, 906 { 907 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", 908 .size = 3, 909 .content = "10\n", 910 }, 911 { 912 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", 913 .size = 2, 914 .content = "4\n", 915 }, 916 { 917 .path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name", 918 .size = 9, 919 .content = "msm_idle\n", 920 }, 921 { 922 .path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus", 923 .size = 8, 924 .content = "4 5 6 7\n", 925 }, 926 { 927 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq", 928 .size = 8, 929 .content = "1209600\n", 930 }, 931 { 932 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq", 933 .size = 7, 934 .content = "806400\n", 935 }, 936 { 937 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency", 938 .size = 2, 939 .content = "0\n", 940 }, 941 { 942 .path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus", 943 .size = 8, 944 .content = "4 5 6 7\n", 945 }, 946 { 947 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies", 948 .size = 31, 949 .content = "806400 998400 1094400 1209600 \n", 950 }, 951 { 952 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors", 953 .size = 54, 954 .content = "interactive ondemand userspace powersave performance \n", 955 }, 956 { 957 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", 958 .size = 7, 959 .content = "806400\n", 960 }, 961 { 962 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", 963 .size = 4, 964 .content = "msm\n", 965 }, 966 { 967 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", 968 .size = 12, 969 .content = "interactive\n", 970 }, 971 { 972 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq", 973 .size = 8, 974 .content = "1209600\n", 975 }, 976 { 977 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq", 978 .size = 7, 979 .content = "806400\n", 980 }, 981 { 982 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state", 983 .size = 47, 984 .content = 985 "806400 1163\n" 986 "998400 154\n" 987 "1094400 20\n" 988 "1209600 3437\n", 989 }, 990 { 991 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans", 992 .size = 3, 993 .content = "93\n", 994 }, 995 { 996 .path = "/sys/devices/system/cpu/cpu5/topology/core_id", 997 .size = 2, 998 .content = "1\n", 999 }, 1000 { 1001 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings", 1002 .size = 3, 1003 .content = "f0\n", 1004 }, 1005 { 1006 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list", 1007 .size = 4, 1008 .content = "4-7\n", 1009 }, 1010 { 1011 .path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id", 1012 .size = 2, 1013 .content = "0\n", 1014 }, 1015 { 1016 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings", 1017 .size = 3, 1018 .content = "20\n", 1019 }, 1020 { 1021 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list", 1022 .size = 2, 1023 .content = "5\n", 1024 }, 1025 { 1026 .path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name", 1027 .size = 9, 1028 .content = "msm_idle\n", 1029 }, 1030 { 1031 .path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus", 1032 .size = 8, 1033 .content = "4 5 6 7\n", 1034 }, 1035 { 1036 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq", 1037 .size = 8, 1038 .content = "1209600\n", 1039 }, 1040 { 1041 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", 1042 .size = 7, 1043 .content = "806400\n", 1044 }, 1045 { 1046 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", 1047 .size = 2, 1048 .content = "0\n", 1049 }, 1050 { 1051 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", 1052 .size = 8, 1053 .content = "4 5 6 7\n", 1054 }, 1055 { 1056 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies", 1057 .size = 31, 1058 .content = "806400 998400 1094400 1209600 \n", 1059 }, 1060 { 1061 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors", 1062 .size = 54, 1063 .content = "interactive ondemand userspace powersave performance \n", 1064 }, 1065 { 1066 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq", 1067 .size = 7, 1068 .content = "806400\n", 1069 }, 1070 { 1071 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver", 1072 .size = 4, 1073 .content = "msm\n", 1074 }, 1075 { 1076 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor", 1077 .size = 12, 1078 .content = "interactive\n", 1079 }, 1080 { 1081 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq", 1082 .size = 8, 1083 .content = "1209600\n", 1084 }, 1085 { 1086 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq", 1087 .size = 7, 1088 .content = "806400\n", 1089 }, 1090 { 1091 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state", 1092 .size = 47, 1093 .content = 1094 "806400 1317\n" 1095 "998400 159\n" 1096 "1094400 20\n" 1097 "1209600 3453\n", 1098 }, 1099 { 1100 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans", 1101 .size = 3, 1102 .content = "96\n", 1103 }, 1104 { 1105 .path = "/sys/devices/system/cpu/cpu6/topology/core_id", 1106 .size = 2, 1107 .content = "2\n", 1108 }, 1109 { 1110 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings", 1111 .size = 3, 1112 .content = "f0\n", 1113 }, 1114 { 1115 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list", 1116 .size = 4, 1117 .content = "4-7\n", 1118 }, 1119 { 1120 .path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id", 1121 .size = 2, 1122 .content = "0\n", 1123 }, 1124 { 1125 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings", 1126 .size = 3, 1127 .content = "40\n", 1128 }, 1129 { 1130 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list", 1131 .size = 2, 1132 .content = "6\n", 1133 }, 1134 { 1135 .path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name", 1136 .size = 9, 1137 .content = "msm_idle\n", 1138 }, 1139 { 1140 .path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus", 1141 .size = 8, 1142 .content = "4 5 6 7\n", 1143 }, 1144 { 1145 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq", 1146 .size = 8, 1147 .content = "1209600\n", 1148 }, 1149 { 1150 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq", 1151 .size = 7, 1152 .content = "806400\n", 1153 }, 1154 { 1155 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency", 1156 .size = 2, 1157 .content = "0\n", 1158 }, 1159 { 1160 .path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus", 1161 .size = 8, 1162 .content = "4 5 6 7\n", 1163 }, 1164 { 1165 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies", 1166 .size = 31, 1167 .content = "806400 998400 1094400 1209600 \n", 1168 }, 1169 { 1170 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors", 1171 .size = 54, 1172 .content = "interactive ondemand userspace powersave performance \n", 1173 }, 1174 { 1175 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq", 1176 .size = 7, 1177 .content = "806400\n", 1178 }, 1179 { 1180 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver", 1181 .size = 4, 1182 .content = "msm\n", 1183 }, 1184 { 1185 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor", 1186 .size = 12, 1187 .content = "interactive\n", 1188 }, 1189 { 1190 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq", 1191 .size = 8, 1192 .content = "1209600\n", 1193 }, 1194 { 1195 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq", 1196 .size = 7, 1197 .content = "806400\n", 1198 }, 1199 { 1200 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state", 1201 .size = 47, 1202 .content = 1203 "806400 1494\n" 1204 "998400 165\n" 1205 "1094400 20\n" 1206 "1209600 3453\n", 1207 }, 1208 { 1209 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans", 1210 .size = 3, 1211 .content = "98\n", 1212 }, 1213 { 1214 .path = "/sys/devices/system/cpu/cpu7/topology/core_id", 1215 .size = 2, 1216 .content = "3\n", 1217 }, 1218 { 1219 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings", 1220 .size = 3, 1221 .content = "f0\n", 1222 }, 1223 { 1224 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list", 1225 .size = 4, 1226 .content = "4-7\n", 1227 }, 1228 { 1229 .path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id", 1230 .size = 2, 1231 .content = "0\n", 1232 }, 1233 { 1234 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings", 1235 .size = 3, 1236 .content = "80\n", 1237 }, 1238 { 1239 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list", 1240 .size = 2, 1241 .content = "7\n", 1242 }, 1243 { NULL }, 1244 }; 1245 #ifdef __ANDROID__ 1246 struct cpuinfo_mock_property properties[] = { 1247 { 1248 .key = "DEVICE_PROVISIONED", 1249 .value = "1", 1250 }, 1251 { 1252 .key = "af.fast_track_multiplier", 1253 .value = "1", 1254 }, 1255 { 1256 .key = "audio.deep_buffer.media", 1257 .value = "true", 1258 }, 1259 { 1260 .key = "audio.dolby.ds2.enabled", 1261 .value = "true", 1262 }, 1263 { 1264 .key = "audio.offload.buffer.size.kb", 1265 .value = "64", 1266 }, 1267 { 1268 .key = "audio.offload.disable", 1269 .value = "false", 1270 }, 1271 { 1272 .key = "audio.offload.gapless.enabled", 1273 .value = "false", 1274 }, 1275 { 1276 .key = "audio.offload.min.duration.secs", 1277 .value = "30", 1278 }, 1279 { 1280 .key = "audio.offload.multiple.enabled", 1281 .value = "false", 1282 }, 1283 { 1284 .key = "audio.offload.pcm.16bit.enable", 1285 .value = "false", 1286 }, 1287 { 1288 .key = "audio.offload.pcm.24bit.enable", 1289 .value = "false", 1290 }, 1291 { 1292 .key = "audio.offload.track.enable", 1293 .value = "true", 1294 }, 1295 { 1296 .key = "audio.offload.video", 1297 .value = "false", 1298 }, 1299 { 1300 .key = "audio.parser.ip.buffer.size", 1301 .value = "262144", 1302 }, 1303 { 1304 .key = "audio.playback.mch.downsample", 1305 .value = "true", 1306 }, 1307 { 1308 .key = "audio.pp.asphere.enabled", 1309 .value = "false", 1310 }, 1311 { 1312 .key = "audio.safx.pbe.enabled", 1313 .value = "true", 1314 }, 1315 { 1316 .key = "audio_hal.period_size", 1317 .value = "240", 1318 }, 1319 { 1320 .key = "av.offload.enable", 1321 .value = "false", 1322 }, 1323 { 1324 .key = "bluetooth.hfp.client", 1325 .value = "1", 1326 }, 1327 { 1328 .key = "camera.display.lmax", 1329 .value = "1280x720", 1330 }, 1331 { 1332 .key = "camera.display.umax", 1333 .value = "1920x1080", 1334 }, 1335 { 1336 .key = "camera.hal1.packagelist", 1337 .value = "com.skype.raider,com.google.android.talk", 1338 }, 1339 { 1340 .key = "camera.lowpower.record.enable", 1341 .value = "1", 1342 }, 1343 { 1344 .key = "camera.mot.startup_probing", 1345 .value = "0", 1346 }, 1347 { 1348 .key = "camera.show_roi.cfg_bf", 1349 .value = "", 1350 }, 1351 { 1352 .key = "dalvik.vm.dex2oat-Xms", 1353 .value = "64m", 1354 }, 1355 { 1356 .key = "dalvik.vm.dex2oat-Xmx", 1357 .value = "512m", 1358 }, 1359 { 1360 .key = "dalvik.vm.heapgrowthlimit", 1361 .value = "192m", 1362 }, 1363 { 1364 .key = "dalvik.vm.heapmaxfree", 1365 .value = "8m", 1366 }, 1367 { 1368 .key = "dalvik.vm.heapminfree", 1369 .value = "512k", 1370 }, 1371 { 1372 .key = "dalvik.vm.heapsize", 1373 .value = "384m", 1374 }, 1375 { 1376 .key = "dalvik.vm.heapstartsize", 1377 .value = "8m", 1378 }, 1379 { 1380 .key = "dalvik.vm.heaptargetutilization", 1381 .value = "0.75", 1382 }, 1383 { 1384 .key = "dalvik.vm.image-dex2oat-Xms", 1385 .value = "64m", 1386 }, 1387 { 1388 .key = "dalvik.vm.image-dex2oat-Xmx", 1389 .value = "64m", 1390 }, 1391 { 1392 .key = "dalvik.vm.isa.arm.features", 1393 .value = "default", 1394 }, 1395 { 1396 .key = "dalvik.vm.isa.arm.variant", 1397 .value = "cortex-a53", 1398 }, 1399 { 1400 .key = "dalvik.vm.stack-trace-file", 1401 .value = "/data/anr/traces.txt", 1402 }, 1403 { 1404 .key = "debug.atrace.tags.enableflags", 1405 .value = "0", 1406 }, 1407 { 1408 .key = "debug.egl.hw", 1409 .value = "1", 1410 }, 1411 { 1412 .key = "debug.enable.sglscale", 1413 .value = "1", 1414 }, 1415 { 1416 .key = "debug.force_rtl", 1417 .value = "0", 1418 }, 1419 { 1420 .key = "debug.mdpcomp.logs", 1421 .value = "0", 1422 }, 1423 { 1424 .key = "debug.sf.hw", 1425 .value = "1", 1426 }, 1427 { 1428 .key = "dev.bootcomplete", 1429 .value = "1", 1430 }, 1431 { 1432 .key = "dev.pm.dyn_samplingrate", 1433 .value = "1", 1434 }, 1435 { 1436 .key = "drm.service.enabled", 1437 .value = "true", 1438 }, 1439 { 1440 .key = "gsm.current.phone-type", 1441 .value = "1", 1442 }, 1443 { 1444 .key = "gsm.network.type", 1445 .value = "Unknown", 1446 }, 1447 { 1448 .key = "gsm.operator.alpha", 1449 .value = "", 1450 }, 1451 { 1452 .key = "gsm.operator.isinterroaming", 1453 .value = "false", 1454 }, 1455 { 1456 .key = "gsm.operator.iso-country", 1457 .value = "", 1458 }, 1459 { 1460 .key = "gsm.operator.isroaming", 1461 .value = "false", 1462 }, 1463 { 1464 .key = "gsm.operator.numeric", 1465 .value = "", 1466 }, 1467 { 1468 .key = "gsm.sim.operator.alpha", 1469 .value = "", 1470 }, 1471 { 1472 .key = "gsm.sim.operator.iso-country", 1473 .value = "", 1474 }, 1475 { 1476 .key = "gsm.sim.operator.numeric", 1477 .value = "", 1478 }, 1479 { 1480 .key = "gsm.sim.state", 1481 .value = "ABSENT", 1482 }, 1483 { 1484 .key = "gsm.version.baseband", 1485 .value = "M8952_70009.08.03.45R ATHENE_RETUSA_CUST", 1486 }, 1487 { 1488 .key = "gsm.version.ril-impl", 1489 .value = "Qualcomm RIL 1.0", 1490 }, 1491 { 1492 .key = "hw.cabl.version", 1493 .value = "2.0.20140905", 1494 }, 1495 { 1496 .key = "hw.cabl.yuv", 1497 .value = "0", 1498 }, 1499 { 1500 .key = "hw.motosh.booted", 1501 .value = "1", 1502 }, 1503 { 1504 .key = "hw.touch.status", 1505 .value = "0", 1506 }, 1507 { 1508 .key = "init.svc.adbd", 1509 .value = "running", 1510 }, 1511 { 1512 .key = "init.svc.adsprpcd", 1513 .value = "running", 1514 }, 1515 { 1516 .key = "init.svc.atfwd", 1517 .value = "running", 1518 }, 1519 { 1520 .key = "init.svc.atvc", 1521 .value = "stopped", 1522 }, 1523 { 1524 .key = "init.svc.atvc_core", 1525 .value = "stopped", 1526 }, 1527 { 1528 .key = "init.svc.audiod", 1529 .value = "running", 1530 }, 1531 { 1532 .key = "init.svc.bms-sh", 1533 .value = "stopped", 1534 }, 1535 { 1536 .key = "init.svc.bootanim", 1537 .value = "stopped", 1538 }, 1539 { 1540 .key = "init.svc.cnd", 1541 .value = "running", 1542 }, 1543 { 1544 .key = "init.svc.cnss-daemon", 1545 .value = "running", 1546 }, 1547 { 1548 .key = "init.svc.config-zram", 1549 .value = "stopped", 1550 }, 1551 { 1552 .key = "init.svc.config_bluetooth", 1553 .value = "stopped", 1554 }, 1555 { 1556 .key = "init.svc.cs-early-boot", 1557 .value = "stopped", 1558 }, 1559 { 1560 .key = "init.svc.cs-post-boot", 1561 .value = "stopped", 1562 }, 1563 { 1564 .key = "init.svc.debuggerd", 1565 .value = "running", 1566 }, 1567 { 1568 .key = "init.svc.drm", 1569 .value = "running", 1570 }, 1571 { 1572 .key = "init.svc.dropboxd", 1573 .value = "running", 1574 }, 1575 { 1576 .key = "init.svc.emmc_ffu", 1577 .value = "stopped", 1578 }, 1579 { 1580 .key = "init.svc.esdpll", 1581 .value = "running", 1582 }, 1583 { 1584 .key = "init.svc.fidodaemon", 1585 .value = "running", 1586 }, 1587 { 1588 .key = "init.svc.flash_recovery", 1589 .value = "stopped", 1590 }, 1591 { 1592 .key = "init.svc.gatekeeperd", 1593 .value = "running", 1594 }, 1595 { 1596 .key = "init.svc.healthd", 1597 .value = "running", 1598 }, 1599 { 1600 .key = "init.svc.hw_revs", 1601 .value = "stopped", 1602 }, 1603 { 1604 .key = "init.svc.installd", 1605 .value = "running", 1606 }, 1607 { 1608 .key = "init.svc.ipacm", 1609 .value = "running", 1610 }, 1611 { 1612 .key = "init.svc.ipacm-diag", 1613 .value = "running", 1614 }, 1615 { 1616 .key = "init.svc.irsc_util", 1617 .value = "stopped", 1618 }, 1619 { 1620 .key = "init.svc.keystore", 1621 .value = "running", 1622 }, 1623 { 1624 .key = "init.svc.lmkd", 1625 .value = "running", 1626 }, 1627 { 1628 .key = "init.svc.loc_launcher", 1629 .value = "running", 1630 }, 1631 { 1632 .key = "init.svc.logd", 1633 .value = "running", 1634 }, 1635 { 1636 .key = "init.svc.logd-reinit", 1637 .value = "stopped", 1638 }, 1639 { 1640 .key = "init.svc.mbm_spy", 1641 .value = "running", 1642 }, 1643 { 1644 .key = "init.svc.media", 1645 .value = "running", 1646 }, 1647 { 1648 .key = "init.svc.mmi-block-perm", 1649 .value = "stopped", 1650 }, 1651 { 1652 .key = "init.svc.mmi-boot-sh", 1653 .value = "stopped", 1654 }, 1655 { 1656 .key = "init.svc.mmi-laser-sh", 1657 .value = "stopped", 1658 }, 1659 { 1660 .key = "init.svc.mmi-touch-sh", 1661 .value = "stopped", 1662 }, 1663 { 1664 .key = "init.svc.mmi-usb-sh", 1665 .value = "stopped", 1666 }, 1667 { 1668 .key = "init.svc.motosh", 1669 .value = "stopped", 1670 }, 1671 { 1672 .key = "init.svc.msm_irqbalance", 1673 .value = "running", 1674 }, 1675 { 1676 .key = "init.svc.netd", 1677 .value = "running", 1678 }, 1679 { 1680 .key = "init.svc.netmgrd", 1681 .value = "running", 1682 }, 1683 { 1684 .key = "init.svc.oem-hw-sh", 1685 .value = "stopped", 1686 }, 1687 { 1688 .key = "init.svc.p2p_supplicant", 1689 .value = "running", 1690 }, 1691 { 1692 .key = "init.svc.per_mgr", 1693 .value = "running", 1694 }, 1695 { 1696 .key = "init.svc.perfd", 1697 .value = "running", 1698 }, 1699 { 1700 .key = "init.svc.ppd", 1701 .value = "running", 1702 }, 1703 { 1704 .key = "init.svc.qcamerasvr", 1705 .value = "running", 1706 }, 1707 { 1708 .key = "init.svc.qcom-c_core-sh", 1709 .value = "stopped", 1710 }, 1711 { 1712 .key = "init.svc.qcom-c_main-sh", 1713 .value = "stopped", 1714 }, 1715 { 1716 .key = "init.svc.qcom-post-boot", 1717 .value = "stopped", 1718 }, 1719 { 1720 .key = "init.svc.qcom-sh", 1721 .value = "stopped", 1722 }, 1723 { 1724 .key = "init.svc.qe", 1725 .value = "stopped", 1726 }, 1727 { 1728 .key = "init.svc.qfintverify", 1729 .value = "stopped", 1730 }, 1731 { 1732 .key = "init.svc.qmuxd", 1733 .value = "running", 1734 }, 1735 { 1736 .key = "init.svc.qseecomd", 1737 .value = "running", 1738 }, 1739 { 1740 .key = "init.svc.qti", 1741 .value = "running", 1742 }, 1743 { 1744 .key = "init.svc.ril-daemon", 1745 .value = "running", 1746 }, 1747 { 1748 .key = "init.svc.rmt_storage", 1749 .value = "running", 1750 }, 1751 { 1752 .key = "init.svc.servicemanager", 1753 .value = "running", 1754 }, 1755 { 1756 .key = "init.svc.setup_shutdown", 1757 .value = "running", 1758 }, 1759 { 1760 .key = "init.svc.ss_ramdump", 1761 .value = "running", 1762 }, 1763 { 1764 .key = "init.svc.ssr_setup", 1765 .value = "stopped", 1766 }, 1767 { 1768 .key = "init.svc.surfaceflinger", 1769 .value = "running", 1770 }, 1771 { 1772 .key = "init.svc.tcmd", 1773 .value = "running", 1774 }, 1775 { 1776 .key = "init.svc.tftp_server", 1777 .value = "running", 1778 }, 1779 { 1780 .key = "init.svc.thermal-engine", 1781 .value = "running", 1782 }, 1783 { 1784 .key = "init.svc.time_daemon", 1785 .value = "running", 1786 }, 1787 { 1788 .key = "init.svc.ueventd", 1789 .value = "running", 1790 }, 1791 { 1792 .key = "init.svc.vold", 1793 .value = "running", 1794 }, 1795 { 1796 .key = "init.svc.wcnss-service", 1797 .value = "running", 1798 }, 1799 { 1800 .key = "init.svc.zygote", 1801 .value = "running", 1802 }, 1803 { 1804 .key = "installd.post_fs_data_ready", 1805 .value = "1", 1806 }, 1807 { 1808 .key = "keyguard.no_require_sim", 1809 .value = "true", 1810 }, 1811 { 1812 .key = "mdc_initial_max_retry", 1813 .value = "10", 1814 }, 1815 { 1816 .key = "media.aac_51_output_enabled", 1817 .value = "true", 1818 }, 1819 { 1820 .key = "media.msm8956.version", 1821 .value = "0", 1822 }, 1823 { 1824 .key = "media.msm8956hw", 1825 .value = "0", 1826 }, 1827 { 1828 .key = "media.stagefright.log-uri", 1829 .value = "1", 1830 }, 1831 { 1832 .key = "media.stagefright.use-awesome", 1833 .value = "false", 1834 }, 1835 { 1836 .key = "mm.enable.qcom_parser", 1837 .value = "4643", 1838 }, 1839 { 1840 .key = "mm.enable.smoothstreaming", 1841 .value = "false", 1842 }, 1843 { 1844 .key = "mmp.enable.3g2", 1845 .value = "true", 1846 }, 1847 { 1848 .key = "net.bt.name", 1849 .value = "Android", 1850 }, 1851 { 1852 .key = "net.change", 1853 .value = "net.qtaguid_enabled", 1854 }, 1855 { 1856 .key = "net.hostname", 1857 .value = "android-d8d38aefc6299ed5", 1858 }, 1859 { 1860 .key = "net.qtaguid_enabled", 1861 .value = "1", 1862 }, 1863 { 1864 .key = "net.tcp.2g_init_rwnd", 1865 .value = "10", 1866 }, 1867 { 1868 .key = "net.tcp.buffersize.default", 1869 .value = "4096,87380,524288,4096,16384,110208", 1870 }, 1871 { 1872 .key = "net.tcp.buffersize.edge", 1873 .value = "4093,26280,35040,4096,16384,35040", 1874 }, 1875 { 1876 .key = "net.tcp.buffersize.evdo", 1877 .value = "4094,87380,524288,4096,16384,262144", 1878 }, 1879 { 1880 .key = "net.tcp.buffersize.gprs", 1881 .value = "4092,8760,11680,4096,8760,11680", 1882 }, 1883 { 1884 .key = "net.tcp.buffersize.hsdpa", 1885 .value = "4094,87380,1220608,4096,16384,1220608", 1886 }, 1887 { 1888 .key = "net.tcp.buffersize.hspa", 1889 .value = "4094,87380,1220608,4096,16384,1220608", 1890 }, 1891 { 1892 .key = "net.tcp.buffersize.hspap", 1893 .value = "4094,87380,1220608,4096,16384,1220608", 1894 }, 1895 { 1896 .key = "net.tcp.buffersize.hsupa", 1897 .value = "4094,87380,1220608,4096,16384,1220608", 1898 }, 1899 { 1900 .key = "net.tcp.buffersize.lte", 1901 .value = "2097152,4194304,8388608,262144,524288,1048576", 1902 }, 1903 { 1904 .key = "net.tcp.buffersize.umts", 1905 .value = "4094,87380,110208,4096,16384,110208", 1906 }, 1907 { 1908 .key = "net.tcp.buffersize.wifi", 1909 .value = "524288,2097152,4194304,262144,524288,1048576", 1910 }, 1911 { 1912 .key = "net.tcp.default_init_rwnd", 1913 .value = "60", 1914 }, 1915 { 1916 .key = "net.tethering.on", 1917 .value = "0", 1918 }, 1919 { 1920 .key = "persist.atvc.adb", 1921 .value = "0", 1922 }, 1923 { 1924 .key = "persist.atvc.allow_all_core", 1925 .value = "0", 1926 }, 1927 { 1928 .key = "persist.atvc.allow_res_core", 1929 .value = "0", 1930 }, 1931 { 1932 .key = "persist.atvc.allow_res_panic", 1933 .value = "0", 1934 }, 1935 { 1936 .key = "persist.atvc.log", 1937 .value = "0", 1938 }, 1939 { 1940 .key = "persist.atvc.netmon_ih", 1941 .value = "0", 1942 }, 1943 { 1944 .key = "persist.atvc.netmon_usb", 1945 .value = "0", 1946 }, 1947 { 1948 .key = "persist.atvc.simswap", 1949 .value = "0", 1950 }, 1951 { 1952 .key = "persist.atvc.uid", 1953 .value = "", 1954 }, 1955 { 1956 .key = "persist.audio.calfile0", 1957 .value = "/etc/acdbdata/Bluetooth_cal.acdb", 1958 }, 1959 { 1960 .key = "persist.audio.calfile1", 1961 .value = "/etc/acdbdata/General_cal.acdb", 1962 }, 1963 { 1964 .key = "persist.audio.calfile2", 1965 .value = "/etc/acdbdata/Global_cal.acdb", 1966 }, 1967 { 1968 .key = "persist.audio.calfile3", 1969 .value = "/etc/acdbdata/Handset_cal.acdb", 1970 }, 1971 { 1972 .key = "persist.audio.calfile4", 1973 .value = "/etc/acdbdata/Hdmi_cal.acdb", 1974 }, 1975 { 1976 .key = "persist.audio.calfile5", 1977 .value = "/etc/acdbdata/Headset_cal.acdb", 1978 }, 1979 { 1980 .key = "persist.audio.calfile6", 1981 .value = "/etc/acdbdata/Speaker_cal.acdb", 1982 }, 1983 { 1984 .key = "persist.audio.dualmic.config", 1985 .value = "endfire", 1986 }, 1987 { 1988 .key = "persist.audio.fluence.speaker", 1989 .value = "false", 1990 }, 1991 { 1992 .key = "persist.audio.fluence.voicecall", 1993 .value = "true", 1994 }, 1995 { 1996 .key = "persist.audio.fluence.voicecomm", 1997 .value = "true", 1998 }, 1999 { 2000 .key = "persist.audio.fluence.voicerec", 2001 .value = "false", 2002 }, 2003 { 2004 .key = "persist.camera.ltm.gts", 2005 .value = "345.60", 2006 }, 2007 { 2008 .key = "persist.cne.feature", 2009 .value = "1", 2010 }, 2011 { 2012 .key = "persist.cne.logging.qxdm", 2013 .value = "0", 2014 }, 2015 { 2016 .key = "persist.data.iwlan.enable", 2017 .value = "false", 2018 }, 2019 { 2020 .key = "persist.data.mode", 2021 .value = "concurrent", 2022 }, 2023 { 2024 .key = "persist.data.netmgrd.qos.enable", 2025 .value = "true", 2026 }, 2027 { 2028 .key = "persist.data.qmi.adb_logmask", 2029 .value = "0", 2030 }, 2031 { 2032 .key = "persist.debug.coresight.config", 2033 .value = "stm-events", 2034 }, 2035 { 2036 .key = "persist.demo.hdmirotationlock", 2037 .value = "false", 2038 }, 2039 { 2040 .key = "persist.dpm.feature", 2041 .value = "0", 2042 }, 2043 { 2044 .key = "persist.eab.supported", 2045 .value = "0", 2046 }, 2047 { 2048 .key = "persist.esdfs_sdcard", 2049 .value = "true", 2050 }, 2051 { 2052 .key = "persist.fuse_sdcard", 2053 .value = "true", 2054 }, 2055 { 2056 .key = "persist.gps.qc_nlp_in_use", 2057 .value = "0", 2058 }, 2059 { 2060 .key = "persist.hwc.enable_vds", 2061 .value = "1", 2062 }, 2063 { 2064 .key = "persist.hwc.mdpcomp.enable", 2065 .value = "true", 2066 }, 2067 { 2068 .key = "persist.ims.disableADBLogs", 2069 .value = "2", 2070 }, 2071 { 2072 .key = "persist.ims.disableDebugLogs", 2073 .value = "0", 2074 }, 2075 { 2076 .key = "persist.ims.disableIMSLogs", 2077 .value = "0", 2078 }, 2079 { 2080 .key = "persist.ims.disableQXDMLogs", 2081 .value = "0", 2082 }, 2083 { 2084 .key = "persist.ims.rcs", 2085 .value = "false", 2086 }, 2087 { 2088 .key = "persist.ims.volte", 2089 .value = "true", 2090 }, 2091 { 2092 .key = "persist.ims.vt", 2093 .value = "false", 2094 }, 2095 { 2096 .key = "persist.ims.vt.epdg", 2097 .value = "false", 2098 }, 2099 { 2100 .key = "persist.mot.gps.conf.from.sim", 2101 .value = "true", 2102 }, 2103 { 2104 .key = "persist.mot.gps.smart_battery", 2105 .value = "1", 2106 }, 2107 { 2108 .key = "persist.mot.usb.config", 2109 .value = "mtp,adb", 2110 }, 2111 { 2112 .key = "persist.qcril_uim_vcc_feature", 2113 .value = "1", 2114 }, 2115 { 2116 .key = "persist.qe", 2117 .value = "qe 0/0", 2118 }, 2119 { 2120 .key = "persist.qfp", 2121 .value = "false", 2122 }, 2123 { 2124 .key = "persist.radio.0x9e_not_callname", 2125 .value = "1", 2126 }, 2127 { 2128 .key = "persist.radio.RATE_ADAPT_ENABLE", 2129 .value = "1", 2130 }, 2131 { 2132 .key = "persist.radio.REVERSE_QMI", 2133 .value = "0", 2134 }, 2135 { 2136 .key = "persist.radio.ROTATION_ENABLE", 2137 .value = "1", 2138 }, 2139 { 2140 .key = "persist.radio.VT_ENABLE", 2141 .value = "1", 2142 }, 2143 { 2144 .key = "persist.radio.VT_HYBRID_ENABLE", 2145 .value = "1", 2146 }, 2147 { 2148 .key = "persist.radio.VT_USE_MDM_TIME", 2149 .value = "0", 2150 }, 2151 { 2152 .key = "persist.radio.adb_log_on", 2153 .value = "0", 2154 }, 2155 { 2156 .key = "persist.radio.apm_sim_not_pwdn", 2157 .value = "1", 2158 }, 2159 { 2160 .key = "persist.radio.apn_delay", 2161 .value = "5000", 2162 }, 2163 { 2164 .key = "persist.radio.calls.on.ims", 2165 .value = "true", 2166 }, 2167 { 2168 .key = "persist.radio.dfr_mode_set", 2169 .value = "1", 2170 }, 2171 { 2172 .key = "persist.radio.domain.ps", 2173 .value = "0", 2174 }, 2175 { 2176 .key = "persist.radio.eons.enabled", 2177 .value = "false", 2178 }, 2179 { 2180 .key = "persist.radio.force_get_pref", 2181 .value = "1", 2182 }, 2183 { 2184 .key = "persist.radio.is_wps_enabled", 2185 .value = "true", 2186 }, 2187 { 2188 .key = "persist.radio.jbims", 2189 .value = "1", 2190 }, 2191 { 2192 .key = "persist.radio.mcfg_enabled", 2193 .value = "1", 2194 }, 2195 { 2196 .key = "persist.radio.mcfg_refresh", 2197 .value = "1", 2198 }, 2199 { 2200 .key = "persist.radio.mcfg_ver_num", 2201 .value = "", 2202 }, 2203 { 2204 .key = "persist.radio.mcfg_version", 2205 .value = "", 2206 }, 2207 { 2208 .key = "persist.radio.mot_ecc_custid", 2209 .value = "common", 2210 }, 2211 { 2212 .key = "persist.radio.mot_ecc_enabled", 2213 .value = "1", 2214 }, 2215 { 2216 .key = "persist.radio.msgtunnel.start", 2217 .value = "true", 2218 }, 2219 { 2220 .key = "persist.radio.mt_sms_ack", 2221 .value = "30", 2222 }, 2223 { 2224 .key = "persist.radio.multisim.config", 2225 .value = "", 2226 }, 2227 { 2228 .key = "persist.radio.no_wait_for_card", 2229 .value = "1", 2230 }, 2231 { 2232 .key = "persist.radio.oem_ind_to_both", 2233 .value = "0", 2234 }, 2235 { 2236 .key = "persist.radio.relay_oprt_change", 2237 .value = "1", 2238 }, 2239 { 2240 .key = "persist.radio.ril_payload_on", 2241 .value = "0", 2242 }, 2243 { 2244 .key = "persist.radio.sar_sensor", 2245 .value = "1", 2246 }, 2247 { 2248 .key = "persist.radio.sglte_target", 2249 .value = "0", 2250 }, 2251 { 2252 .key = "persist.radio.sib16_support", 2253 .value = "1", 2254 }, 2255 { 2256 .key = "persist.radio.snapshot_enabled", 2257 .value = "1", 2258 }, 2259 { 2260 .key = "persist.radio.snapshot_timer", 2261 .value = "22", 2262 }, 2263 { 2264 .key = "persist.radio.videopause.mode", 2265 .value = "0", 2266 }, 2267 { 2268 .key = "persist.rcs.presence.provision", 2269 .value = "0", 2270 }, 2271 { 2272 .key = "persist.rcs.supported", 2273 .value = "0", 2274 }, 2275 { 2276 .key = "persist.rild.nitz_long_ons_0", 2277 .value = "", 2278 }, 2279 { 2280 .key = "persist.rild.nitz_long_ons_1", 2281 .value = "", 2282 }, 2283 { 2284 .key = "persist.rild.nitz_long_ons_2", 2285 .value = "", 2286 }, 2287 { 2288 .key = "persist.rild.nitz_long_ons_3", 2289 .value = "", 2290 }, 2291 { 2292 .key = "persist.rild.nitz_plmn", 2293 .value = "", 2294 }, 2295 { 2296 .key = "persist.rild.nitz_short_ons_0", 2297 .value = "", 2298 }, 2299 { 2300 .key = "persist.rild.nitz_short_ons_1", 2301 .value = "", 2302 }, 2303 { 2304 .key = "persist.rild.nitz_short_ons_2", 2305 .value = "", 2306 }, 2307 { 2308 .key = "persist.rild.nitz_short_ons_3", 2309 .value = "", 2310 }, 2311 { 2312 .key = "persist.rmnet.mux", 2313 .value = "enabled", 2314 }, 2315 { 2316 .key = "persist.sys.cnd.iwlan", 2317 .value = "0", 2318 }, 2319 { 2320 .key = "persist.sys.dalvik.vm.lib.2", 2321 .value = "libart.so", 2322 }, 2323 { 2324 .key = "persist.sys.media.use-awesome", 2325 .value = "false", 2326 }, 2327 { 2328 .key = "persist.sys.phonelock.mode", 2329 .value = "0", 2330 }, 2331 { 2332 .key = "persist.sys.profiler_ms", 2333 .value = "0", 2334 }, 2335 { 2336 .key = "persist.sys.qc.sub.rdump.max", 2337 .value = "0", 2338 }, 2339 { 2340 .key = "persist.sys.qc.sub.rdump.on", 2341 .value = "1", 2342 }, 2343 { 2344 .key = "persist.sys.ssr.enable_ramdumps", 2345 .value = "1", 2346 }, 2347 { 2348 .key = "persist.sys.ssr.restart_level", 2349 .value = "ALL_ENABLE", 2350 }, 2351 { 2352 .key = "persist.sys.timezone", 2353 .value = "America/New_York", 2354 }, 2355 { 2356 .key = "persist.sys.usb.config", 2357 .value = "mtp,adb", 2358 }, 2359 { 2360 .key = "persist.timed.enable", 2361 .value = "true", 2362 }, 2363 { 2364 .key = "persist.vt.supported", 2365 .value = "0", 2366 }, 2367 { 2368 .key = "qcom.hw.aac.encoder", 2369 .value = "false", 2370 }, 2371 { 2372 .key = "ril.baseband.config.ver_num", 2373 .value = "03.68", 2374 }, 2375 { 2376 .key = "ril.baseband.config.version", 2377 .value = "ATHENE_RETUSA_CUST", 2378 }, 2379 { 2380 .key = "ril.baseband.rfcable.status", 2381 .value = "0", 2382 }, 2383 { 2384 .key = "ril.ecclist", 2385 .value = "112,911,000,08,110,999,118,119,190,066,060,*911,#911", 2386 }, 2387 { 2388 .key = "ril.ecclist1", 2389 .value = "112,911,000,08,110,999,118,119,190,066,060,*911,#911", 2390 }, 2391 { 2392 .key = "ril.ims.supported_services", 2393 .value = "0", 2394 }, 2395 { 2396 .key = "ril.lte.bc.config", 2397 .value = "50338015", 2398 }, 2399 { 2400 .key = "ril.qcril_pre_init_lock_held", 2401 .value = "0", 2402 }, 2403 { 2404 .key = "ril.radio.ctbk_inst", 2405 .value = "499", 2406 }, 2407 { 2408 .key = "ril.radio.ctbk_val", 2409 .value = "1,0,0,0,0,0,0,0,0,0,1,0,0,1", 2410 }, 2411 { 2412 .key = "rild.libargs", 2413 .value = "-d /dev/smd0", 2414 }, 2415 { 2416 .key = "rild.libpath", 2417 .value = "/system/vendor/lib/libril-qc-qmi-1.so", 2418 }, 2419 { 2420 .key = "ro.adb.secure", 2421 .value = "1", 2422 }, 2423 { 2424 .key = "ro.alarm_boot", 2425 .value = "false", 2426 }, 2427 { 2428 .key = "ro.allow.mock.location", 2429 .value = "0", 2430 }, 2431 { 2432 .key = "ro.am.reschedule_service", 2433 .value = "true", 2434 }, 2435 { 2436 .key = "ro.baseband", 2437 .value = "msm", 2438 }, 2439 { 2440 .key = "ro.bluetooth.hfp.ver", 2441 .value = "1.6", 2442 }, 2443 { 2444 .key = "ro.board.platform", 2445 .value = "msm8952", 2446 }, 2447 { 2448 .key = "ro.boot.baseband", 2449 .value = "msm", 2450 }, 2451 { 2452 .key = "ro.boot.bl_state", 2453 .value = "oem_locked", 2454 }, 2455 { 2456 .key = "ro.boot.bootdevice", 2457 .value = "7824900.sdhci", 2458 }, 2459 { 2460 .key = "ro.boot.bootloader", 2461 .value = "0xB00E", 2462 }, 2463 { 2464 .key = "ro.boot.bootreason", 2465 .value = "reboot", 2466 }, 2467 { 2468 .key = "ro.boot.btmacaddr", 2469 .value = "A8:96:75:61:02:CE", 2470 }, 2471 { 2472 .key = "ro.boot.build_vars", 2473 .value = "black", 2474 }, 2475 { 2476 .key = "ro.boot.carrier", 2477 .value = "retus", 2478 }, 2479 { 2480 .key = "ro.boot.cid", 2481 .value = "0x32", 2482 }, 2483 { 2484 .key = "ro.boot.device", 2485 .value = "athene_13mp", 2486 }, 2487 { 2488 .key = "ro.boot.dualsim", 2489 .value = "false", 2490 }, 2491 { 2492 .key = "ro.boot.emmc", 2493 .value = "true", 2494 }, 2495 { 2496 .key = "ro.boot.fsg-id", 2497 .value = "", 2498 }, 2499 { 2500 .key = "ro.boot.hardware", 2501 .value = "qcom", 2502 }, 2503 { 2504 .key = "ro.boot.hardware.sku", 2505 .value = "XT1625", 2506 }, 2507 { 2508 .key = "ro.boot.hwrev", 2509 .value = "0x82A0", 2510 }, 2511 { 2512 .key = "ro.boot.mode", 2513 .value = "normal", 2514 }, 2515 { 2516 .key = "ro.boot.powerup_reason", 2517 .value = "0x00004000", 2518 }, 2519 { 2520 .key = "ro.boot.radio", 2521 .value = "US", 2522 }, 2523 { 2524 .key = "ro.boot.ram", 2525 .value = "2GB", 2526 }, 2527 { 2528 .key = "ro.boot.secure_hardware", 2529 .value = "1", 2530 }, 2531 { 2532 .key = "ro.boot.serialno", 2533 .value = "ZY224GN2XS", 2534 }, 2535 { 2536 .key = "ro.boot.storage", 2537 .value = "16GB", 2538 }, 2539 { 2540 .key = "ro.boot.uid", 2541 .value = "4E7ABE0200000000000000000000", 2542 }, 2543 { 2544 .key = "ro.boot.verifiedbootstate", 2545 .value = "green", 2546 }, 2547 { 2548 .key = "ro.boot.veritymode", 2549 .value = "enforcing", 2550 }, 2551 { 2552 .key = "ro.boot.wifimacaddr", 2553 .value = "A8:96:75:61:02:CF,A8:96:75:61:02:D0", 2554 }, 2555 { 2556 .key = "ro.boot.write_protect", 2557 .value = "1", 2558 }, 2559 { 2560 .key = "ro.bootimage.build.date", 2561 .value = "Thu Aug 4 22:05:09 CDT 2016", 2562 }, 2563 { 2564 .key = "ro.bootimage.build.date.utc", 2565 .value = "1470366309", 2566 }, 2567 { 2568 .key = "ro.bootimage.build.fingerprint", 2569 .value = "motorola/athene_retail/athene:6.0.1/MPJ24.139-64/65:user/release-keys", 2570 }, 2571 { 2572 .key = "ro.bootloader", 2573 .value = "0xB00E", 2574 }, 2575 { 2576 .key = "ro.bootmode", 2577 .value = "normal", 2578 }, 2579 { 2580 .key = "ro.bootreason", 2581 .value = "reboot", 2582 }, 2583 { 2584 .key = "ro.bug2go.magickeys", 2585 .value = "24,26", 2586 }, 2587 { 2588 .key = "ro.build.characteristics", 2589 .value = "default", 2590 }, 2591 { 2592 .key = "ro.build.date", 2593 .value = "Thu Aug 4 22:02:42 CDT 2016", 2594 }, 2595 { 2596 .key = "ro.build.date.utc", 2597 .value = "1470366162", 2598 }, 2599 { 2600 .key = "ro.build.description", 2601 .value = "athene-user 6.0.1 MPJ24.139-64 65 release-keys", 2602 }, 2603 { 2604 .key = "ro.build.display.id", 2605 .value = "MPJ24.139-64", 2606 }, 2607 { 2608 .key = "ro.build.fingerprint", 2609 .value = "motorola/athene/athene:6.0.1/MPJ24.139-64/65:user/release-keys", 2610 }, 2611 { 2612 .key = "ro.build.flavor", 2613 .value = "athene-user", 2614 }, 2615 { 2616 .key = "ro.build.host", 2617 .value = "ilclbld87", 2618 }, 2619 { 2620 .key = "ro.build.id", 2621 .value = "MPJ24.139-64", 2622 }, 2623 { 2624 .key = "ro.build.product", 2625 .value = "athene", 2626 }, 2627 { 2628 .key = "ro.build.tags", 2629 .value = "release-keys", 2630 }, 2631 { 2632 .key = "ro.build.thumbprint", 2633 .value = "6.0.1/MPJ24.139-64/65:user/release-keys", 2634 }, 2635 { 2636 .key = "ro.build.type", 2637 .value = "user", 2638 }, 2639 { 2640 .key = "ro.build.user", 2641 .value = "hudsoncm", 2642 }, 2643 { 2644 .key = "ro.build.version.all_codenames", 2645 .value = "REL", 2646 }, 2647 { 2648 .key = "ro.build.version.base_os", 2649 .value = "", 2650 }, 2651 { 2652 .key = "ro.build.version.codename", 2653 .value = "REL", 2654 }, 2655 { 2656 .key = "ro.build.version.full", 2657 .value = "Blur_Version.24.31.65.athene.retail.en.US", 2658 }, 2659 { 2660 .key = "ro.build.version.incremental", 2661 .value = "65", 2662 }, 2663 { 2664 .key = "ro.build.version.preview_sdk", 2665 .value = "0", 2666 }, 2667 { 2668 .key = "ro.build.version.qcom", 2669 .value = "LA.BR.1.3.3-02720-8976.0", 2670 }, 2671 { 2672 .key = "ro.build.version.release", 2673 .value = "6.0.1", 2674 }, 2675 { 2676 .key = "ro.build.version.sdk", 2677 .value = "23", 2678 }, 2679 { 2680 .key = "ro.build.version.security_patch", 2681 .value = "2016-07-01", 2682 }, 2683 { 2684 .key = "ro.carrier", 2685 .value = "retus", 2686 }, 2687 { 2688 .key = "ro.carrier.subsidized", 2689 .value = "amz", 2690 }, 2691 { 2692 .key = "ro.com.google.clientidbase", 2693 .value = "android-motorola", 2694 }, 2695 { 2696 .key = "ro.com.google.clientidbase.am", 2697 .value = "android-motorola", 2698 }, 2699 { 2700 .key = "ro.com.google.clientidbase.gmm", 2701 .value = "android-motorola", 2702 }, 2703 { 2704 .key = "ro.com.google.clientidbase.ms", 2705 .value = "android-motorola", 2706 }, 2707 { 2708 .key = "ro.com.google.clientidbase.yt", 2709 .value = "android-motorola", 2710 }, 2711 { 2712 .key = "ro.com.google.gmsversion", 2713 .value = "6.0_r4", 2714 }, 2715 { 2716 .key = "ro.config.alarm_alert", 2717 .value = "Oxygen.ogg", 2718 }, 2719 { 2720 .key = "ro.config.max_starting_bg", 2721 .value = "8", 2722 }, 2723 { 2724 .key = "ro.config.notification_sound", 2725 .value = "Moto.ogg", 2726 }, 2727 { 2728 .key = "ro.config.ringtone", 2729 .value = "Moto.ogg", 2730 }, 2731 { 2732 .key = "ro.config.vc_call_vol_steps", 2733 .value = "8", 2734 }, 2735 { 2736 .key = "ro.config.zram", 2737 .value = "true", 2738 }, 2739 { 2740 .key = "ro.core_ctl_max_cpu", 2741 .value = "4", 2742 }, 2743 { 2744 .key = "ro.core_ctl_min_cpu", 2745 .value = "2", 2746 }, 2747 { 2748 .key = "ro.crypto.state", 2749 .value = "unencrypted", 2750 }, 2751 { 2752 .key = "ro.cutoff_voltage_mv", 2753 .value = "3200", 2754 }, 2755 { 2756 .key = "ro.dalvik.vm.native.bridge", 2757 .value = "0", 2758 }, 2759 { 2760 .key = "ro.debuggable", 2761 .value = "0", 2762 }, 2763 { 2764 .key = "ro.expect.recovery_id", 2765 .value = "0x624e2e0b7805d55fbb06bcd23d5d44ebf477458d000000000000000000000000", 2766 }, 2767 { 2768 .key = "ro.fm.transmitter", 2769 .value = "false", 2770 }, 2771 { 2772 .key = "ro.frp.pst", 2773 .value = "/dev/block/bootdevice/by-name/frp", 2774 }, 2775 { 2776 .key = "ro.gps.agps_provider", 2777 .value = "1", 2778 }, 2779 { 2780 .key = "ro.hardware", 2781 .value = "qcom", 2782 }, 2783 { 2784 .key = "ro.hw.device", 2785 .value = "athene_13mp", 2786 }, 2787 { 2788 .key = "ro.hw.dtv", 2789 .value = "false", 2790 }, 2791 { 2792 .key = "ro.hw.dualsim", 2793 .value = "false", 2794 }, 2795 { 2796 .key = "ro.hw.fps", 2797 .value = "false", 2798 }, 2799 { 2800 .key = "ro.hw.frontcolor", 2801 .value = "black", 2802 }, 2803 { 2804 .key = "ro.hw.hwrev", 2805 .value = "0x82A0", 2806 }, 2807 { 2808 .key = "ro.hw.imager", 2809 .value = "13MP", 2810 }, 2811 { 2812 .key = "ro.hw.nfc", 2813 .value = "false", 2814 }, 2815 { 2816 .key = "ro.hw.radio", 2817 .value = "US", 2818 }, 2819 { 2820 .key = "ro.hw.ram", 2821 .value = "2GB", 2822 }, 2823 { 2824 .key = "ro.hw.revision", 2825 .value = "p2a", 2826 }, 2827 { 2828 .key = "ro.hw.storage", 2829 .value = "16GB", 2830 }, 2831 { 2832 .key = "ro.hwui.drop_shadow_cache_size", 2833 .value = "6", 2834 }, 2835 { 2836 .key = "ro.hwui.gradient_cache_size", 2837 .value = "1", 2838 }, 2839 { 2840 .key = "ro.hwui.layer_cache_size", 2841 .value = "48", 2842 }, 2843 { 2844 .key = "ro.hwui.path_cache_size", 2845 .value = "32", 2846 }, 2847 { 2848 .key = "ro.hwui.r_buffer_cache_size", 2849 .value = "8", 2850 }, 2851 { 2852 .key = "ro.hwui.text_large_cache_height", 2853 .value = "2048", 2854 }, 2855 { 2856 .key = "ro.hwui.text_large_cache_width", 2857 .value = "2048", 2858 }, 2859 { 2860 .key = "ro.hwui.text_small_cache_height", 2861 .value = "1024", 2862 }, 2863 { 2864 .key = "ro.hwui.text_small_cache_width", 2865 .value = "1024", 2866 }, 2867 { 2868 .key = "ro.hwui.texture_cache_flushrate", 2869 .value = "0.4", 2870 }, 2871 { 2872 .key = "ro.hwui.texture_cache_size", 2873 .value = "72", 2874 }, 2875 { 2876 .key = "ro.kick.logcopy", 2877 .value = "reboot", 2878 }, 2879 { 2880 .key = "ro.lenovo.single_hand", 2881 .value = "1", 2882 }, 2883 { 2884 .key = "ro.manufacturedate", 2885 .value = "Unknown", 2886 }, 2887 { 2888 .key = "ro.media.enc.aud.bps", 2889 .value = "13300", 2890 }, 2891 { 2892 .key = "ro.media.enc.aud.ch", 2893 .value = "1", 2894 }, 2895 { 2896 .key = "ro.media.enc.aud.codec", 2897 .value = "qcelp", 2898 }, 2899 { 2900 .key = "ro.media.enc.aud.fileformat", 2901 .value = "qcp", 2902 }, 2903 { 2904 .key = "ro.media.enc.aud.hz", 2905 .value = "8000", 2906 }, 2907 { 2908 .key = "ro.mot.build.customerid", 2909 .value = "retail", 2910 }, 2911 { 2912 .key = "ro.mot.build.device", 2913 .value = "athene", 2914 }, 2915 { 2916 .key = "ro.mot.build.oem.product", 2917 .value = "athene", 2918 }, 2919 { 2920 .key = "ro.mot.build.product.increment", 2921 .value = "31", 2922 }, 2923 { 2924 .key = "ro.mot.build.system.product", 2925 .value = "athene_retail", 2926 }, 2927 { 2928 .key = "ro.mot.build.version.release", 2929 .value = "24.31", 2930 }, 2931 { 2932 .key = "ro.mot.build.version.sdk_int", 2933 .value = "24", 2934 }, 2935 { 2936 .key = "ro.mot.ignore_csim_appid", 2937 .value = "true", 2938 }, 2939 { 2940 .key = "ro.opengles.version", 2941 .value = "196609", 2942 }, 2943 { 2944 .key = "ro.product.board", 2945 .value = "msm8952", 2946 }, 2947 { 2948 .key = "ro.product.brand", 2949 .value = "motorola", 2950 }, 2951 { 2952 .key = "ro.product.cpu.abi", 2953 .value = "armeabi-v7a", 2954 }, 2955 { 2956 .key = "ro.product.cpu.abi2", 2957 .value = "armeabi", 2958 }, 2959 { 2960 .key = "ro.product.cpu.abilist", 2961 .value = "armeabi-v7a,armeabi", 2962 }, 2963 { 2964 .key = "ro.product.cpu.abilist32", 2965 .value = "armeabi-v7a,armeabi", 2966 }, 2967 { 2968 .key = "ro.product.cpu.abilist64", 2969 .value = "", 2970 }, 2971 { 2972 .key = "ro.product.device", 2973 .value = "athene", 2974 }, 2975 { 2976 .key = "ro.product.display", 2977 .value = "Moto GxE2x81xB4", 2978 }, 2979 { 2980 .key = "ro.product.locale", 2981 .value = "en-US", 2982 }, 2983 { 2984 .key = "ro.product.manufacturer", 2985 .value = "motorola", 2986 }, 2987 { 2988 .key = "ro.product.model", 2989 .value = "Moto G (4)", 2990 }, 2991 { 2992 .key = "ro.product.name", 2993 .value = "athene", 2994 }, 2995 { 2996 .key = "ro.qc.sdk.audio.ssr", 2997 .value = "false", 2998 }, 2999 { 3000 .key = "ro.qualcomm.bt.hci_transport", 3001 .value = "smd", 3002 }, 3003 { 3004 .key = "ro.qualcomm.cabl", 3005 .value = "0", 3006 }, 3007 { 3008 .key = "ro.radio.imei.sv", 3009 .value = "4", 3010 }, 3011 { 3012 .key = "ro.revision", 3013 .value = "p2a0", 3014 }, 3015 { 3016 .key = "ro.ril.svdo", 3017 .value = "false", 3018 }, 3019 { 3020 .key = "ro.ril.svlte1x", 3021 .value = "false", 3022 }, 3023 { 3024 .key = "ro.runtime.firstboot", 3025 .value = "1519936932530", 3026 }, 3027 { 3028 .key = "ro.secure", 3029 .value = "1", 3030 }, 3031 { 3032 .key = "ro.serialno", 3033 .value = "ZY224GN2XS", 3034 }, 3035 { 3036 .key = "ro.setupwizard.mode", 3037 .value = "OPTIONAL", 3038 }, 3039 { 3040 .key = "ro.sf.lcd_density", 3041 .value = "480", 3042 }, 3043 { 3044 .key = "ro.sys.fw.bservice_age", 3045 .value = "5000", 3046 }, 3047 { 3048 .key = "ro.sys.fw.bservice_enable", 3049 .value = "true", 3050 }, 3051 { 3052 .key = "ro.sys.fw.bservice_limit", 3053 .value = "5", 3054 }, 3055 { 3056 .key = "ro.sys.fw.dex2oat_thread_count", 3057 .value = "4", 3058 }, 3059 { 3060 .key = "ro.sys.fw.empty_app_percent", 3061 .value = "50", 3062 }, 3063 { 3064 .key = "ro.sys.fw.trim_cache_percent", 3065 .value = "100", 3066 }, 3067 { 3068 .key = "ro.sys.fw.trim_empty_percent", 3069 .value = "100", 3070 }, 3071 { 3072 .key = "ro.sys.fw.trim_enable_memory", 3073 .value = "2147483648", 3074 }, 3075 { 3076 .key = "ro.sys.fw.use_trim_settings", 3077 .value = "true", 3078 }, 3079 { 3080 .key = "ro.telephony.call_ring.multiple", 3081 .value = "false", 3082 }, 3083 { 3084 .key = "ro.telephony.default_network", 3085 .value = "10,0", 3086 }, 3087 { 3088 .key = "ro.url.legal", 3089 .value = "http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html", 3090 }, 3091 { 3092 .key = "ro.url.legal.android_privacy", 3093 .value = "http://www.google.com/intl/%s/mobile/android/basic/privacy.html", 3094 }, 3095 { 3096 .key = "ro.usb.bpt", 3097 .value = "2ec1", 3098 }, 3099 { 3100 .key = "ro.usb.bpt_adb", 3101 .value = "2ec5", 3102 }, 3103 { 3104 .key = "ro.usb.bpteth", 3105 .value = "2ec3", 3106 }, 3107 { 3108 .key = "ro.usb.bpteth_adb", 3109 .value = "2ec6", 3110 }, 3111 { 3112 .key = "ro.usb.mtp", 3113 .value = "2e82", 3114 }, 3115 { 3116 .key = "ro.usb.mtp_adb", 3117 .value = "2e76", 3118 }, 3119 { 3120 .key = "ro.usb.ptp", 3121 .value = "2e83", 3122 }, 3123 { 3124 .key = "ro.usb.ptp_adb", 3125 .value = "2e84", 3126 }, 3127 { 3128 .key = "ro.use_data_netmgrd", 3129 .value = "true", 3130 }, 3131 { 3132 .key = "ro.vendor.extension_library", 3133 .value = "libqti-perfd-client.so", 3134 }, 3135 { 3136 .key = "ro.vendor.gt_library", 3137 .value = "libqti-gt.so", 3138 }, 3139 { 3140 .key = "ro.wifi.channels", 3141 .value = "", 3142 }, 3143 { 3144 .key = "ro.zygote", 3145 .value = "zygote32", 3146 }, 3147 { 3148 .key = "sched.colocate.enable", 3149 .value = "1", 3150 }, 3151 { 3152 .key = "selinux.reload_policy", 3153 .value = "1", 3154 }, 3155 { 3156 .key = "service.bootanim.exit", 3157 .value = "1", 3158 }, 3159 { 3160 .key = "sys.boot_completed", 3161 .value = "1", 3162 }, 3163 { 3164 .key = "sys.bootbroadcast_completed", 3165 .value = "0", 3166 }, 3167 { 3168 .key = "sys.keymaster.loaded", 3169 .value = "true", 3170 }, 3171 { 3172 .key = "sys.listeners.registered", 3173 .value = "true", 3174 }, 3175 { 3176 .key = "sys.oem_unlock_allowed", 3177 .value = "0", 3178 }, 3179 { 3180 .key = "sys.runtime.restart.times", 3181 .value = "0", 3182 }, 3183 { 3184 .key = "sys.settings_global_version", 3185 .value = "1", 3186 }, 3187 { 3188 .key = "sys.settings_secure_version", 3189 .value = "1", 3190 }, 3191 { 3192 .key = "sys.sysctl.extra_free_kbytes", 3193 .value = "24300", 3194 }, 3195 { 3196 .key = "sys.usb.config", 3197 .value = "mtp,adb", 3198 }, 3199 { 3200 .key = "sys.usb.configfs", 3201 .value = "0", 3202 }, 3203 { 3204 .key = "sys.usb.ffs.ready", 3205 .value = "1", 3206 }, 3207 { 3208 .key = "sys.usb.rps_mask", 3209 .value = "10", 3210 }, 3211 { 3212 .key = "sys.usb.state", 3213 .value = "mtp,adb", 3214 }, 3215 { 3216 .key = "tcmd.blan.interface", 3217 .value = "usb0", 3218 }, 3219 { 3220 .key = "telephony.lteOnCdmaDevice", 3221 .value = "1", 3222 }, 3223 { 3224 .key = "tunnel.audio.encode", 3225 .value = "false", 3226 }, 3227 { 3228 .key = "use.voice.path.for.pcm.voip", 3229 .value = "false", 3230 }, 3231 { 3232 .key = "vidc.enc.dcvs.extra-buff-count", 3233 .value = "2", 3234 }, 3235 { 3236 .key = "vidc.enc.narrow.searchrange", 3237 .value = "1", 3238 }, 3239 { 3240 .key = "voice.conc.fallbackpath", 3241 .value = "deep-buffer", 3242 }, 3243 { 3244 .key = "voice.playback.conc.disabled", 3245 .value = "true", 3246 }, 3247 { 3248 .key = "voice.record.conc.disabled", 3249 .value = "false", 3250 }, 3251 { 3252 .key = "voice.voip.conc.disabled", 3253 .value = "true", 3254 }, 3255 { 3256 .key = "vold.emulated_mount_state", 3257 .value = "true", 3258 }, 3259 { 3260 .key = "vold.has_adoptable", 3261 .value = "1", 3262 }, 3263 { 3264 .key = "vold.post_fs_data_done", 3265 .value = "1", 3266 }, 3267 { 3268 .key = "wifi.interface", 3269 .value = "wlan0", 3270 }, 3271 { 3272 .key = "wlan.driver.ath", 3273 .value = "0", 3274 }, 3275 { 3276 .key = "wlan.driver.config", 3277 .value = "/data/misc/wifi/WCNSS_qcom_cfg.ini", 3278 }, 3279 { 3280 .key = "wlan.driver.status", 3281 .value = "ok", 3282 }, 3283 { NULL }, 3284 }; 3285 #endif /* __ANDROID__ */ 3286