1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 428, 5 .content = 6 "Processor\t: ARMv7 Processor rev 3 (v7l)\n" 7 "processor\t: 0\n" 8 "BogoMIPS\t: 38.40\n" 9 "\n" 10 "processor\t: 1\n" 11 "BogoMIPS\t: 38.40\n" 12 "\n" 13 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt \n" 14 "CPU implementer\t: 0x41\n" 15 "CPU architecture: 7\n" 16 "CPU variant\t: 0x0\n" 17 "CPU part\t: 0xc07\n" 18 "CPU revision\t: 3\n" 19 "\n" 20 "Hardware\t: Qualcomm MSM 8610 (Flattened Device Tree)\n" 21 "Revision\t: 82b0\n" 22 "Serial\t\t: 9433a00212000000\n" 23 "Device\t\t: condor\n" 24 "Radio\t\t: 1\n" 25 "MSM Hardware\t: MSM8210 CS\n", 26 }, 27 { 28 .path = "/system/build.prop", 29 .size = 7340, 30 .content = 31 "# begin build properties\n" 32 "# autogenerated by buildinfo.sh\n" 33 "ro.build.id=KXC21.5-53\n" 34 "ro.build.display.id=KXC21.5-53\n" 35 "ro.build.version.incremental=45\n" 36 "ro.build.version.sdk=19\n" 37 "ro.build.version.codename=REL\n" 38 "ro.build.version.release=4.4.4\n" 39 "ro.build.date=Thu Aug 21 17:17:38 CDT 2014\n" 40 "ro.build.date.utc=1408659458\n" 41 "ro.build.type=user\n" 42 "ro.build.user=hudsoncm\n" 43 "ro.build.host=ilclbld35\n" 44 "ro.build.tags=release-keys\n" 45 "ro.product.model=XT1021\n" 46 "ro.product.brand=motorola\n" 47 "ro.product.name=condor_retuglb\n" 48 "ro.product.device=condor_umts\n" 49 "ro.product.board=MSM8610\n" 50 "ro.product.cpu.abi=armeabi-v7a\n" 51 "ro.product.cpu.abi2=armeabi\n" 52 "ro.product.manufacturer=motorola\n" 53 "ro.product.locale.language=en\n" 54 "ro.product.locale.region=US\n" 55 "ro.wifi.channels=\n" 56 "ro.board.platform=msm8610\n" 57 "# ro.build.product is obsolete; use ro.product.device\n" 58 "ro.build.product=condor_umts\n" 59 "# Do not try to parse ro.build.description or .fingerprint\n" 60 "ro.build.description=condor_retuglb-user 4.4.4 KXC21.5-53 45 release-keys\n" 61 "ro.build.fingerprint=motorola/condor_retuglb/condor_umts:4.4.4/KXC21.5-53/45:user/release-keys\n" 62 "ro.build.characteristics=default\n" 63 "# end build properties\n" 64 "#\n" 65 "# from device/moto/condor_umts/system.prop\n" 66 "#\n" 67 "#\n" 68 "# system.prop for msm8610\n" 69 "#\n" 70 "\n" 71 "# Use reference RIL for initial bringup\n" 72 "#rild.libpath=/system/lib/libreference-ril.so\n" 73 "rild.libpath=/vendor/lib/libril-qc-qmi-1.so\n" 74 "rild.libargs=-d /dev/smd0\n" 75 "persist.rild.nitz_plmn=\n" 76 "persist.rild.nitz_long_ons_0=\n" 77 "persist.rild.nitz_long_ons_1=\n" 78 "persist.rild.nitz_long_ons_2=\n" 79 "persist.rild.nitz_long_ons_3=\n" 80 "persist.rild.nitz_short_ons_0=\n" 81 "persist.rild.nitz_short_ons_1=\n" 82 "persist.rild.nitz_short_ons_2=\n" 83 "persist.rild.nitz_short_ons_3=\n" 84 "ril.subscription.types=NV,RUIM\n" 85 "DEVICE_PROVISIONED=1\n" 86 "persist.radio.msgtunnel.start=false\n" 87 "persist.radio.atfwd.start=false\n" 88 "\n" 89 "#\n" 90 "# system props for the cne module\n" 91 "#\n" 92 "persist.cne.feature=0\n" 93 "\n" 94 "# Skip /sys/power/wait_for_fb_* nodes and\n" 95 "# force FB to be always on\n" 96 "debug.sf.fb_always_on=1\n" 97 "debug.composition.type=gpu\n" 98 "debug.gralloc.map_fb_memory=0\n" 99 "debug.hwc.dynThreshold=1.5\n" 100 "dalvik.vm.heapsize=36m\n" 101 "dev.pm.dyn_samplingrate=1\n" 102 "\n" 103 "ro.hdmi.enable=true\n" 104 "\n" 105 "#system props for the MM modules\n" 106 "\n" 107 "media.stagefright.enable-player=true\n" 108 "media.stagefright.enable-http=true\n" 109 "media.stagefright.enable-aac=true\n" 110 "media.stagefright.enable-qcp=true\n" 111 "media.stagefright.enable-fma2dp=true\n" 112 "media.stagefright.enable-scan=true\n" 113 "mmp.enable.3g2=true\n" 114 "media.aac_51_output_enabled=true\n" 115 "#37491 is decimal sum of supported codecs in AAL\n" 116 "#codecs: AVI AC3 ASF AAC QCP DTS 3G2 MP2TS\n" 117 "mm.enable.qcom_parser=37491\n" 118 "\n" 119 "# VIDC: debug_levels\n" 120 "# 1:ERROR 2:HIGH 4:LOW 0:NOlogs 7:AllLogs\n" 121 "vidc.debug.level=1\n" 122 "\n" 123 "#\n" 124 "# system props for widevine\n" 125 "#\n" 126 "persist.gralloc.cp.level3=1\n" 127 "\n" 128 "#\n" 129 "# system props for the data modules\n" 130 "#\n" 131 "ro.use_data_netmgrd=true\n" 132 "\n" 133 "#system props for time-services\n" 134 "persist.timed.enable=true\n" 135 "\n" 136 "#\n" 137 "# system prop for opengles version\n" 138 "#\n" 139 "# 196608 is decimal for 0x30000 to report version 3\n" 140 "ro.opengles.version=196608\n" 141 "\n" 142 "#\n" 143 "# System props for telephony\n" 144 "# System prop to turn on CdmaLTEPhone always\n" 145 "telephony.lteOnCdmaDevice=0\n" 146 "\n" 147 "# simulate sdcard on /data/media\n" 148 "#\n" 149 "persist.fuse_sdcard=true\n" 150 "ro.crypto.fuse_sdcard=true\n" 151 "\n" 152 "#\n" 153 "#snapdragon value add features\n" 154 "#\n" 155 "ro.qc.sdk.audio.ssr=false\n" 156 "##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n" 157 "ro.qc.sdk.audio.fluencetype=none\n" 158 "persist.audio.fluence.voicecall=true\n" 159 "persist.audio.fluence.voicerec=false\n" 160 "persist.audio.fluence.speaker=false\n" 161 "ro.config.vc_call_vol_steps=7\n" 162 "ro.audio.fm_max_volume=2624\n" 163 "\n" 164 "# Reduce Background apps limit\n" 165 "ro.sys.fw.bg_apps_limit=20\n" 166 "\n" 167 "# System property for cabl\n" 168 "ro.qualcomm.cabl=0\n" 169 "\n" 170 "#\n" 171 "# system property for Bluetooth hci transport\n" 172 "#\n" 173 "ro.qualcomm.bt.hci_transport=smd\n" 174 "\n" 175 "#\n" 176 "# system property for Bluetooth HFP version\n" 177 "#\n" 178 "ro.bluetooth.hfp.ver=1.6\n" 179 "\n" 180 "# Bluetooth LE power class\n" 181 "qcom.bt.le_dev_pwr_class=1\n" 182 "\n" 183 "#\n" 184 "# system property for Bluetooth SAP support\n" 185 "# Motorola disabled SAP\n" 186 "#\n" 187 "ro.qualcomm.bluetooth.sap=false\n" 188 "\n" 189 "#DASH video streaming\n" 190 "#Specify max allowed resolution/bandwidth for representations\n" 191 "#Set allowed avsync window during playback\n" 192 "#\n" 193 "persist.dash.max.rep.resolution=1280*720\n" 194 "persist.dash.max.rep.bandwidth=4000000\n" 195 "persist.dash.avsync.window.msec=100\n" 196 "\n" 197 "tunnel.audio.encode = false\n" 198 "\n" 199 "#use VERY_HIGH_QUALITY for audio resampler\n" 200 "af.resampler.quality=4\n" 201 "\n" 202 "#disable tunnel mode playback by default\n" 203 "audio.offload.disable=1\n" 204 "\n" 205 "#Buffer size in kbytes for compress offload playback\n" 206 "audio.offload.buffer.size.kb=32\n" 207 "\n" 208 "#8x10 does not support tunnel av playback\n" 209 "#this prop should be set to false all the time\n" 210 "av.offload.enable=false\n" 211 "\n" 212 "#enable voice path for PCM VoIP by default\n" 213 "use.voice.path.for.pcm.voip=true\n" 214 "#\n" 215 "#System property for FM transmitter\n" 216 "#\n" 217 "ro.fm.transmitter=false\n" 218 "\n" 219 "#enable dsp gapless mode by default\n" 220 "audio.offload.gapless.enabled=true\n" 221 "\n" 222 "# Enable SSR\n" 223 "persist.sys.ssr.restart_level=3\n" 224 "persist.sys.qc.sub.rdump.on=1\n" 225 "\n" 226 "# For TCMD debug level\n" 227 "persist.tcmd.log.limit=0\n" 228 "\n" 229 "# Disable QCOM net early sockets feature\n" 230 "net.early.sockets=0\n" 231 "\n" 232 "# Radio RIL properties\n" 233 "persist.radio.no_wait_for_card=1\n" 234 "persist.radio.call_type=1\n" 235 "persist.radio.apm_sim_not_pwdn=1\n" 236 "persist.radio.dfr_mode_set=1\n" 237 "persist.radio.relay_oprt_change=1\n" 238 "\n" 239 "# Property to disable hw keys which will enable on-screen virtual keys\n" 240 "qemu.hw.mainkeys=0\n" 241 "\n" 242 "#\n" 243 "# ADDITIONAL_BUILD_PROPERTIES\n" 244 "#\n" 245 "ro.build.version.full=Blur_Version.21.12.53.condor_retuglb.retuglb.en.US\n" 246 "ro.mot.build.customerid=retusa_glb\n" 247 "ro.mot.build.version.sdk_int=19\n" 248 "ro.product.display=Moto E\n" 249 "ro.build.version.qcom=AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1.04.04.02.048.020\n" 250 "telephony.lteOnCdmaDevice=0\n" 251 "ro.telephony.default_network=0\n" 252 "ro.com.android.dataroaming=false\n" 253 "ro.config.ringtone=Moto.ogg\n" 254 "ro.config.notification_sound=Moto.ogg\n" 255 "ro.config.alarm_alert=Oxygen.ogg\n" 256 "dalvik.vm.heapsize=128m\n" 257 "ro.MAX_HIDDEN_APPS=12\n" 258 "dalvik.vm.heapstartsize=8m\n" 259 "dalvik.vm.heapgrowthlimit=96m\n" 260 "dalvik.vm.heaptargetutilization=0.75\n" 261 "dalvik.vm.heapminfree=2m\n" 262 "dalvik.vm.heapmaxfree=8m\n" 263 "persist.sys.logkit.ctrlcode=0\n" 264 "ro.vendor.extension_library=/vendor/lib/libqc-opt.so\n" 265 "persist.radio.apm_sim_not_pwdn=1\n" 266 "ro.usb.mtp=0x2e82\n" 267 "ro.usb.mtp_adb=0x2e76\n" 268 "ro.usb.ptp=0x2e83\n" 269 "ro.usb.ptp_adb=0x2e84\n" 270 "ro.usb.bpt=0x2e28\n" 271 "ro.usb.bpt_adb=0x2e29\n" 272 "ro.usb.bpteth=0x2e2a\n" 273 "ro.usb.bpteth_adb=0x2e2b\n" 274 "persist.audio.calfile0=/etc/Bluetooth_cal.acdb\n" 275 "persist.audio.calfile1=/etc/General_cal.acdb\n" 276 "persist.audio.calfile2=/etc/Global_cal.acdb\n" 277 "persist.audio.calfile3=/etc/Handset_cal.acdb\n" 278 "persist.audio.calfile4=/etc/Hdmi_cal.acdb\n" 279 "persist.audio.calfile5=/etc/Headset_cal.acdb\n" 280 "persist.audio.calfile6=/etc/Speaker_cal.acdb\n" 281 "ro.bug2go.magickeys=24,26\n" 282 "persist.sys.qc.sub.rdump.max=3\n" 283 "ro.adb.secure=1\n" 284 "ro.sf.lcd_density=240\n" 285 "keyguard.no_require_sim=true\n" 286 "ro.zygote.capsuid=0\n" 287 "mdc_initial_max_retry=10\n" 288 "persist.radio.apn_delay=5000\n" 289 "drm.service.enabled=true\n" 290 "ro.com.google.clientidbase=android-motorola\n" 291 "ro.com.google.clientidbase.ms=android-motorola\n" 292 "ro.com.google.clientidbase.am=android-motorola\n" 293 "ro.com.google.clientidbase.gmm=android-motorola\n" 294 "ro.com.google.clientidbase.yt=android-motorola\n" 295 "ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html\n" 296 "ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html\n" 297 "ro.setupwizard.mode=OPTIONAL\n" 298 "ro.com.google.gmsversion=4.4.3_r1\n" 299 "ro.carrier=unknown\n" 300 "ro.media.enc.aud.fileformat=amr\n" 301 "ro.media.enc.aud.codec=amrnb\n" 302 "persist.sys.dalvik.vm.lib=libdvm.so\n" 303 "net.bt.name=Android\n" 304 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 305 "ro.qc.sdk.izat.premium_enabled=1\n" 306 "ro.qc.sdk.izat.service_mask=0x5\n" 307 "persist.gps.qc_nlp_in_use=1\n" 308 "persist.loc.nlp_name=com.qualcomm.services.location\n" 309 "ro.gps.agps_provider=1\n" 310 "\n", 311 }, 312 { 313 .path = "/sys/devices/system/cpu/kernel_max", 314 .size = 2, 315 .content = "3\n", 316 }, 317 { 318 .path = "/sys/devices/system/cpu/possible", 319 .size = 4, 320 .content = "0-1\n", 321 }, 322 { 323 .path = "/sys/devices/system/cpu/present", 324 .size = 4, 325 .content = "0-1\n", 326 }, 327 { 328 .path = "/sys/devices/system/cpu/online", 329 .size = 2, 330 .content = "0\n", 331 }, 332 { 333 .path = "/sys/devices/system/cpu/offline", 334 .size = 2, 335 .content = "1\n", 336 }, 337 { 338 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 339 .size = 9, 340 .content = "msm_idle\n", 341 }, 342 { 343 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 344 .size = 5, 345 .content = "menu\n", 346 }, 347 { 348 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 349 .size = 2, 350 .content = "0\n", 351 }, 352 { 353 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 354 .size = 8, 355 .content = "1190400\n", 356 }, 357 { 358 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 359 .size = 7, 360 .content = "300000\n", 361 }, 362 { 363 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 364 .size = 2, 365 .content = "0\n", 366 }, 367 { 368 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 369 .size = 2, 370 .content = "0\n", 371 }, 372 { 373 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 374 .size = 44, 375 .content = "300000 384000 600000 787200 998400 1190400 \n", 376 }, 377 { 378 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 379 .size = 54, 380 .content = "interactive ondemand userspace powersave performance \n", 381 }, 382 { 383 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 384 .size = 7, 385 .content = "300000\n", 386 }, 387 { 388 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 389 .size = 4, 390 .content = "msm\n", 391 }, 392 { 393 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 394 .size = 12, 395 .content = "interactive\n", 396 }, 397 { 398 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 399 .size = 69, 400 .content = 401 "300000 226957\n" 402 "384000 42\n" 403 "600000 89\n" 404 "787200 17\n" 405 "998400 3281\n" 406 "1190400 4758\n", 407 }, 408 { 409 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 410 .size = 4, 411 .content = "764\n", 412 }, 413 { 414 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 415 .size = 2, 416 .content = "0\n", 417 }, 418 { 419 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 420 .size = 4, 421 .content = "0-1\n", 422 }, 423 { 424 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 425 .size = 2, 426 .content = "3\n", 427 }, 428 { 429 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 430 .size = 2, 431 .content = "0\n", 432 }, 433 { 434 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 435 .size = 2, 436 .content = "0\n", 437 }, 438 { 439 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 440 .size = 2, 441 .content = "1\n", 442 }, 443 { NULL }, 444 }; 445 446 #ifdef __ANDROID__ 447 struct cpuinfo_mock_property properties[] = { 448 { 449 .key = "DEVICE_PROVISIONED", 450 .value = "1", 451 }, 452 { 453 .key = "af.resampler.quality", 454 .value = "4", 455 }, 456 { 457 .key = "audio.offload.buffer.size.kb", 458 .value = "32", 459 }, 460 { 461 .key = "audio.offload.disable", 462 .value = "1", 463 }, 464 { 465 .key = "audio.offload.gapless.enabled", 466 .value = "true", 467 }, 468 { 469 .key = "av.offload.enable", 470 .value = "false", 471 }, 472 { 473 .key = "dalvik.vm.heapgrowthlimit", 474 .value = "96m", 475 }, 476 { 477 .key = "dalvik.vm.heapmaxfree", 478 .value = "8m", 479 }, 480 { 481 .key = "dalvik.vm.heapminfree", 482 .value = "2m", 483 }, 484 { 485 .key = "dalvik.vm.heapsize", 486 .value = "128m", 487 }, 488 { 489 .key = "dalvik.vm.heapstartsize", 490 .value = "8m", 491 }, 492 { 493 .key = "dalvik.vm.heaptargetutilization", 494 .value = "0.75", 495 }, 496 { 497 .key = "dalvik.vm.stack-trace-file", 498 .value = "/data/anr/traces.txt", 499 }, 500 { 501 .key = "debug.composition.type", 502 .value = "gpu", 503 }, 504 { 505 .key = "debug.force_rtl", 506 .value = "0", 507 }, 508 { 509 .key = "debug.gralloc.map_fb_memory", 510 .value = "0", 511 }, 512 { 513 .key = "debug.hwc.dynThreshold", 514 .value = "1.5", 515 }, 516 { 517 .key = "debug.sf.fb_always_on", 518 .value = "1", 519 }, 520 { 521 .key = "dev.bootcomplete", 522 .value = "1", 523 }, 524 { 525 .key = "dev.pm.dyn_samplingrate", 526 .value = "1", 527 }, 528 { 529 .key = "drm.service.enabled", 530 .value = "true", 531 }, 532 { 533 .key = "gsm.current.phone-type", 534 .value = "1", 535 }, 536 { 537 .key = "gsm.network.type", 538 .value = "Unknown", 539 }, 540 { 541 .key = "gsm.operator.alpha", 542 .value = "", 543 }, 544 { 545 .key = "gsm.operator.iso-country", 546 .value = "", 547 }, 548 { 549 .key = "gsm.operator.isroaming", 550 .value = "false", 551 }, 552 { 553 .key = "gsm.operator.numeric", 554 .value = "", 555 }, 556 { 557 .key = "gsm.sim.state", 558 .value = "ABSENT", 559 }, 560 { 561 .key = "gsm.version.baseband", 562 .value = "MSM8610BP_1034.307.26.02P, RETUSA_GLB_CUST", 563 }, 564 { 565 .key = "gsm.version.ril-impl", 566 .value = "Qualcomm RIL 1.0", 567 }, 568 { 569 .key = "hw.cabl.version", 570 .value = "1.1.20130401", 571 }, 572 { 573 .key = "hw.cabl.yuv", 574 .value = "0", 575 }, 576 { 577 .key = "hw.pp.cfg", 578 .value = "/data/pp_data.cfg", 579 }, 580 { 581 .key = "init.svc.adbd", 582 .value = "running", 583 }, 584 { 585 .key = "init.svc.adsprpcd", 586 .value = "running", 587 }, 588 { 589 .key = "init.svc.atfwd", 590 .value = "stopped", 591 }, 592 { 593 .key = "init.svc.atvc", 594 .value = "stopped", 595 }, 596 { 597 .key = "init.svc.atvc_core", 598 .value = "stopped", 599 }, 600 { 601 .key = "init.svc.batt_health", 602 .value = "running", 603 }, 604 { 605 .key = "init.svc.bootanim", 606 .value = "stopped", 607 }, 608 { 609 .key = "init.svc.config_bluetooth", 610 .value = "stopped", 611 }, 612 { 613 .key = "init.svc.debuggerd", 614 .value = "running", 615 }, 616 { 617 .key = "init.svc.drm", 618 .value = "running", 619 }, 620 { 621 .key = "init.svc.dropboxd", 622 .value = "running", 623 }, 624 { 625 .key = "init.svc.flash_recovery", 626 .value = "stopped", 627 }, 628 { 629 .key = "init.svc.healthd", 630 .value = "running", 631 }, 632 { 633 .key = "init.svc.hw_revs", 634 .value = "stopped", 635 }, 636 { 637 .key = "init.svc.installd", 638 .value = "running", 639 }, 640 { 641 .key = "init.svc.irsc_util", 642 .value = "stopped", 643 }, 644 { 645 .key = "init.svc.keystore", 646 .value = "running", 647 }, 648 { 649 .key = "init.svc.kpgather", 650 .value = "stopped", 651 }, 652 { 653 .key = "init.svc.location_mq", 654 .value = "running", 655 }, 656 { 657 .key = "init.svc.mbm_spy", 658 .value = "stopped", 659 }, 660 { 661 .key = "init.svc.media", 662 .value = "running", 663 }, 664 { 665 .key = "init.svc.mmi-boot-sh", 666 .value = "stopped", 667 }, 668 { 669 .key = "init.svc.mmi-radio-sh", 670 .value = "stopped", 671 }, 672 { 673 .key = "init.svc.mmi-touch-sh", 674 .value = "stopped", 675 }, 676 { 677 .key = "init.svc.mmi-usb-sh", 678 .value = "stopped", 679 }, 680 { 681 .key = "init.svc.mpdecision", 682 .value = "running", 683 }, 684 { 685 .key = "init.svc.netd", 686 .value = "running", 687 }, 688 { 689 .key = "init.svc.netmgrd", 690 .value = "running", 691 }, 692 { 693 .key = "init.svc.p2p_supplicant", 694 .value = "running", 695 }, 696 { 697 .key = "init.svc.ppd", 698 .value = "running", 699 }, 700 { 701 .key = "init.svc.ptt_socket_app", 702 .value = "stopped", 703 }, 704 { 705 .key = "init.svc.qcamerasvr", 706 .value = "running", 707 }, 708 { 709 .key = "init.svc.qcom-c_core-sh", 710 .value = "stopped", 711 }, 712 { 713 .key = "init.svc.qcom-c_main-sh", 714 .value = "stopped", 715 }, 716 { 717 .key = "init.svc.qcom-post-boot", 718 .value = "stopped", 719 }, 720 { 721 .key = "init.svc.qcom-sh", 722 .value = "stopped", 723 }, 724 { 725 .key = "init.svc.qe", 726 .value = "stopped", 727 }, 728 { 729 .key = "init.svc.qmuxd", 730 .value = "running", 731 }, 732 { 733 .key = "init.svc.qseecomd", 734 .value = "running", 735 }, 736 { 737 .key = "init.svc.rfs_access", 738 .value = "running", 739 }, 740 { 741 .key = "init.svc.ril-daemon", 742 .value = "running", 743 }, 744 { 745 .key = "init.svc.ril-qmi", 746 .value = "stopped", 747 }, 748 { 749 .key = "init.svc.rmt_storage", 750 .value = "running", 751 }, 752 { 753 .key = "init.svc.sdcard", 754 .value = "running", 755 }, 756 { 757 .key = "init.svc.servicemanager", 758 .value = "running", 759 }, 760 { 761 .key = "init.svc.ss_rdump", 762 .value = "running", 763 }, 764 { 765 .key = "init.svc.surfaceflinger", 766 .value = "running", 767 }, 768 { 769 .key = "init.svc.tcmd", 770 .value = "running", 771 }, 772 { 773 .key = "init.svc.thermal-engine", 774 .value = "running", 775 }, 776 { 777 .key = "init.svc.time_daemon", 778 .value = "running", 779 }, 780 { 781 .key = "init.svc.ueventd", 782 .value = "running", 783 }, 784 { 785 .key = "init.svc.vold", 786 .value = "running", 787 }, 788 { 789 .key = "init.svc.wcnss-service", 790 .value = "running", 791 }, 792 { 793 .key = "init.svc.xtwifi_client", 794 .value = "running", 795 }, 796 { 797 .key = "init.svc.xtwifi_inet", 798 .value = "running", 799 }, 800 { 801 .key = "init.svc.zygote", 802 .value = "running", 803 }, 804 { 805 .key = "installd.post_fs_data_ready", 806 .value = "1", 807 }, 808 { 809 .key = "keyguard.no_require_sim", 810 .value = "true", 811 }, 812 { 813 .key = "mdc_initial_max_retry", 814 .value = "10", 815 }, 816 { 817 .key = "media.aac_51_output_enabled", 818 .value = "true", 819 }, 820 { 821 .key = "media.stagefright.enable-aac", 822 .value = "true", 823 }, 824 { 825 .key = "media.stagefright.enable-fma2dp", 826 .value = "true", 827 }, 828 { 829 .key = "media.stagefright.enable-http", 830 .value = "true", 831 }, 832 { 833 .key = "media.stagefright.enable-player", 834 .value = "true", 835 }, 836 { 837 .key = "media.stagefright.enable-qcp", 838 .value = "true", 839 }, 840 { 841 .key = "media.stagefright.enable-scan", 842 .value = "true", 843 }, 844 { 845 .key = "mm.enable.qcom_parser", 846 .value = "37491", 847 }, 848 { 849 .key = "mmp.enable.3g2", 850 .value = "true", 851 }, 852 { 853 .key = "net.bt.name", 854 .value = "Android", 855 }, 856 { 857 .key = "net.change", 858 .value = "net.qtaguid_enabled", 859 }, 860 { 861 .key = "net.early.sockets", 862 .value = "0", 863 }, 864 { 865 .key = "net.hostname", 866 .value = "android-29075d76e9f04227", 867 }, 868 { 869 .key = "net.qtaguid_enabled", 870 .value = "1", 871 }, 872 { 873 .key = "net.tcp.buffersize.1xrtt", 874 .value = "16384,32768,131072,4096,16384,102400", 875 }, 876 { 877 .key = "net.tcp.buffersize.2ghotspot2", 878 .value = "4096,16384,102400,16384,32768,131072", 879 }, 880 { 881 .key = "net.tcp.buffersize.2ghotspot", 882 .value = "4096,16384,65536,16384,32768,131072", 883 }, 884 { 885 .key = "net.tcp.buffersize.3ghotspot2", 886 .value = "4096,16384,524288,131072,262144,1048576", 887 }, 888 { 889 .key = "net.tcp.buffersize.3ghotspot", 890 .value = "4096,16384,399360,131072,262144,2441216", 891 }, 892 { 893 .key = "net.tcp.buffersize.cdma", 894 .value = "4096,12288,49152,4096,12288,49152", 895 }, 896 { 897 .key = "net.tcp.buffersize.default", 898 .value = "131072,262144,1048576,4096,16384,262144", 899 }, 900 { 901 .key = "net.tcp.buffersize.edge", 902 .value = "16384,32768,131072,4096,16384,65536", 903 }, 904 { 905 .key = "net.tcp.buffersize.ehrpd", 906 .value = "131072,262144,1048576,4096,16384,524288", 907 }, 908 { 909 .key = "net.tcp.buffersize.evdo", 910 .value = "16384,32768,131072,4096,16384,102400", 911 }, 912 { 913 .key = "net.tcp.buffersize.evdo_b", 914 .value = "131072,262144,1048576,4096,16384,524288", 915 }, 916 { 917 .key = "net.tcp.buffersize.gprs", 918 .value = "4096,8192,24576,4096,8192,24576", 919 }, 920 { 921 .key = "net.tcp.buffersize.hsdpa", 922 .value = "131072,262144,2441216,4096,16384,399360", 923 }, 924 { 925 .key = "net.tcp.buffersize.hspa", 926 .value = "131072,262144,2441216,4096,16384,399360", 927 }, 928 { 929 .key = "net.tcp.buffersize.hspap", 930 .value = "131072,262144,2441216,4096,16384,399360", 931 }, 932 { 933 .key = "net.tcp.buffersize.hsupa", 934 .value = "131072,262144,2441216,4096,16384,399360", 935 }, 936 { 937 .key = "net.tcp.buffersize.lte", 938 .value = "524288,1048576,2097152,262144,524288,1048576", 939 }, 940 { 941 .key = "net.tcp.buffersize.umts", 942 .value = "131072,262144,1452032,4096,16384,399360", 943 }, 944 { 945 .key = "net.tcp.buffersize.wifi", 946 .value = "131072,262144,3145728,4096,221184,3145728", 947 }, 948 { 949 .key = "net.tcp.default_init_rwnd", 950 .value = "60", 951 }, 952 { 953 .key = "net.tethering.on", 954 .value = "0", 955 }, 956 { 957 .key = "persist.atvc.adb", 958 .value = "0", 959 }, 960 { 961 .key = "persist.atvc.allow_all_core", 962 .value = "0", 963 }, 964 { 965 .key = "persist.atvc.allow_res_core", 966 .value = "0", 967 }, 968 { 969 .key = "persist.atvc.allow_res_panic", 970 .value = "0", 971 }, 972 { 973 .key = "persist.atvc.log", 974 .value = "0", 975 }, 976 { 977 .key = "persist.atvc.netmon_ih", 978 .value = "0", 979 }, 980 { 981 .key = "persist.atvc.netmon_usb", 982 .value = "0", 983 }, 984 { 985 .key = "persist.atvc.simswap", 986 .value = "0", 987 }, 988 { 989 .key = "persist.audio.calfile0", 990 .value = "/etc/Bluetooth_cal.acdb", 991 }, 992 { 993 .key = "persist.audio.calfile1", 994 .value = "/etc/General_cal.acdb", 995 }, 996 { 997 .key = "persist.audio.calfile2", 998 .value = "/etc/Global_cal.acdb", 999 }, 1000 { 1001 .key = "persist.audio.calfile3", 1002 .value = "/etc/Handset_cal.acdb", 1003 }, 1004 { 1005 .key = "persist.audio.calfile4", 1006 .value = "/etc/Hdmi_cal.acdb", 1007 }, 1008 { 1009 .key = "persist.audio.calfile5", 1010 .value = "/etc/Headset_cal.acdb", 1011 }, 1012 { 1013 .key = "persist.audio.calfile6", 1014 .value = "/etc/Speaker_cal.acdb", 1015 }, 1016 { 1017 .key = "persist.audio.fluence.speaker", 1018 .value = "false", 1019 }, 1020 { 1021 .key = "persist.audio.fluence.voicecall", 1022 .value = "true", 1023 }, 1024 { 1025 .key = "persist.audio.fluence.voicerec", 1026 .value = "false", 1027 }, 1028 { 1029 .key = "persist.cne.feature", 1030 .value = "0", 1031 }, 1032 { 1033 .key = "persist.dash.avsync.window.msec", 1034 .value = "100", 1035 }, 1036 { 1037 .key = "persist.dash.max.rep.bandwidth", 1038 .value = "4000000", 1039 }, 1040 { 1041 .key = "persist.dash.max.rep.resolution", 1042 .value = "1280*720", 1043 }, 1044 { 1045 .key = "persist.env.phone.global", 1046 .value = "false", 1047 }, 1048 { 1049 .key = "persist.env.plmn.update", 1050 .value = "false", 1051 }, 1052 { 1053 .key = "persist.fuse_sdcard", 1054 .value = "true", 1055 }, 1056 { 1057 .key = "persist.gps.qc_nlp_in_use", 1058 .value = "1", 1059 }, 1060 { 1061 .key = "persist.gralloc.cp.level3", 1062 .value = "1", 1063 }, 1064 { 1065 .key = "persist.loc.nlp_name", 1066 .value = "com.qualcomm.services.location", 1067 }, 1068 { 1069 .key = "persist.mot.usb.config", 1070 .value = "mtp,adb", 1071 }, 1072 { 1073 .key = "persist.qe", 1074 .value = "qe 0/0", 1075 }, 1076 { 1077 .key = "persist.radio.adb_log_on", 1078 .value = "0", 1079 }, 1080 { 1081 .key = "persist.radio.apm_sim_not_pwdn", 1082 .value = "1", 1083 }, 1084 { 1085 .key = "persist.radio.apn_delay", 1086 .value = "5000", 1087 }, 1088 { 1089 .key = "persist.radio.atfwd.start", 1090 .value = "false", 1091 }, 1092 { 1093 .key = "persist.radio.call_type", 1094 .value = "1", 1095 }, 1096 { 1097 .key = "persist.radio.dfr_mode_set", 1098 .value = "1", 1099 }, 1100 { 1101 .key = "persist.radio.dont_use_dsd", 1102 .value = "false", 1103 }, 1104 { 1105 .key = "persist.radio.eons.enabled", 1106 .value = "false", 1107 }, 1108 { 1109 .key = "persist.radio.msgtunnel.start", 1110 .value = "false", 1111 }, 1112 { 1113 .key = "persist.radio.no_wait_for_card", 1114 .value = "1", 1115 }, 1116 { 1117 .key = "persist.radio.relay_oprt_change", 1118 .value = "1", 1119 }, 1120 { 1121 .key = "persist.rild.nitz_long_ons_0", 1122 .value = "", 1123 }, 1124 { 1125 .key = "persist.rild.nitz_long_ons_1", 1126 .value = "", 1127 }, 1128 { 1129 .key = "persist.rild.nitz_long_ons_2", 1130 .value = "", 1131 }, 1132 { 1133 .key = "persist.rild.nitz_long_ons_3", 1134 .value = "", 1135 }, 1136 { 1137 .key = "persist.rild.nitz_plmn", 1138 .value = "", 1139 }, 1140 { 1141 .key = "persist.rild.nitz_short_ons_0", 1142 .value = "", 1143 }, 1144 { 1145 .key = "persist.rild.nitz_short_ons_1", 1146 .value = "", 1147 }, 1148 { 1149 .key = "persist.rild.nitz_short_ons_2", 1150 .value = "", 1151 }, 1152 { 1153 .key = "persist.rild.nitz_short_ons_3", 1154 .value = "", 1155 }, 1156 { 1157 .key = "persist.service.bdroid.bdaddr", 1158 .value = "22:22:a4:8d:db:97", 1159 }, 1160 { 1161 .key = "persist.sys.country", 1162 .value = "US", 1163 }, 1164 { 1165 .key = "persist.sys.dalvik.vm.lib", 1166 .value = "libdvm.so", 1167 }, 1168 { 1169 .key = "persist.sys.language", 1170 .value = "en", 1171 }, 1172 { 1173 .key = "persist.sys.localevar", 1174 .value = "", 1175 }, 1176 { 1177 .key = "persist.sys.logkit.ctrlcode", 1178 .value = "0", 1179 }, 1180 { 1181 .key = "persist.sys.phonelock.mode", 1182 .value = "0", 1183 }, 1184 { 1185 .key = "persist.sys.profiler_ms", 1186 .value = "0", 1187 }, 1188 { 1189 .key = "persist.sys.qc.sub.rdump.max", 1190 .value = "3", 1191 }, 1192 { 1193 .key = "persist.sys.qc.sub.rdump.on", 1194 .value = "1", 1195 }, 1196 { 1197 .key = "persist.sys.ssr.restart_level", 1198 .value = "3", 1199 }, 1200 { 1201 .key = "persist.sys.strict_op_enable", 1202 .value = "false", 1203 }, 1204 { 1205 .key = "persist.sys.timezone", 1206 .value = "America/Los_Angeles", 1207 }, 1208 { 1209 .key = "persist.sys.usb.config", 1210 .value = "mtp,adb", 1211 }, 1212 { 1213 .key = "persist.sys.whitelist", 1214 .value = "/system/etc/whitelist_appops.xml", 1215 }, 1216 { 1217 .key = "persist.tcmd.log.limit", 1218 .value = "0", 1219 }, 1220 { 1221 .key = "persist.timed.enable", 1222 .value = "true", 1223 }, 1224 { 1225 .key = "qcom.audio.init", 1226 .value = "complete", 1227 }, 1228 { 1229 .key = "qcom.bt.le_dev_pwr_class", 1230 .value = "1", 1231 }, 1232 { 1233 .key = "qemu.hw.mainkeys", 1234 .value = "0", 1235 }, 1236 { 1237 .key = "ril.baseband.config.version", 1238 .value = "RETUSA_GLB_CUST", 1239 }, 1240 { 1241 .key = "ril.ecclist", 1242 .value = "911,112,000,08,110,999,118,119,#911,*911", 1243 }, 1244 { 1245 .key = "ril.lte.bc.config", 1246 .value = "0", 1247 }, 1248 { 1249 .key = "ril.qcril_pre_init_lock_held", 1250 .value = "0", 1251 }, 1252 { 1253 .key = "ril.radio.ctbk_inst", 1254 .value = "259", 1255 }, 1256 { 1257 .key = "ril.radio.ctbk_val", 1258 .value = "1,0,0,0,0,0,0,0,0,0,1,0", 1259 }, 1260 { 1261 .key = "ril.subscription.types", 1262 .value = "NV,RUIM", 1263 }, 1264 { 1265 .key = "rild.libargs", 1266 .value = "-d /dev/smd0", 1267 }, 1268 { 1269 .key = "rild.libpath", 1270 .value = "/vendor/lib/libril-qc-qmi-1.so", 1271 }, 1272 { 1273 .key = "ro.MAX_HIDDEN_APPS", 1274 .value = "12", 1275 }, 1276 { 1277 .key = "ro.adb.secure", 1278 .value = "1", 1279 }, 1280 { 1281 .key = "ro.allow.mock.location", 1282 .value = "0", 1283 }, 1284 { 1285 .key = "ro.audio.fm_max_volume", 1286 .value = "2624", 1287 }, 1288 { 1289 .key = "ro.baseband", 1290 .value = "msm", 1291 }, 1292 { 1293 .key = "ro.bluetooth.hfp.ver", 1294 .value = "1.6", 1295 }, 1296 { 1297 .key = "ro.board.platform", 1298 .value = "msm8610", 1299 }, 1300 { 1301 .key = "ro.boot.baseband", 1302 .value = "msm", 1303 }, 1304 { 1305 .key = "ro.boot.bootloader", 1306 .value = "0x5009", 1307 }, 1308 { 1309 .key = "ro.boot.carrier", 1310 .value = "retus", 1311 }, 1312 { 1313 .key = "ro.boot.cid", 1314 .value = "0x9", 1315 }, 1316 { 1317 .key = "ro.boot.device", 1318 .value = "condor", 1319 }, 1320 { 1321 .key = "ro.boot.emmc", 1322 .value = "true", 1323 }, 1324 { 1325 .key = "ro.boot.fsg-id", 1326 .value = "", 1327 }, 1328 { 1329 .key = "ro.boot.hardware", 1330 .value = "qcom", 1331 }, 1332 { 1333 .key = "ro.boot.hwrev", 1334 .value = "0x82B0", 1335 }, 1336 { 1337 .key = "ro.boot.mode", 1338 .value = "normal", 1339 }, 1340 { 1341 .key = "ro.boot.powerup_reason", 1342 .value = "0x00000010", 1343 }, 1344 { 1345 .key = "ro.boot.radio", 1346 .value = "0x1", 1347 }, 1348 { 1349 .key = "ro.boot.secure_hardware", 1350 .value = "1", 1351 }, 1352 { 1353 .key = "ro.boot.serialno", 1354 .value = "ZX1B22CZ24", 1355 }, 1356 { 1357 .key = "ro.boot.write_protect", 1358 .value = "1", 1359 }, 1360 { 1361 .key = "ro.bootloader", 1362 .value = "0x5009", 1363 }, 1364 { 1365 .key = "ro.bootmode", 1366 .value = "normal", 1367 }, 1368 { 1369 .key = "ro.bug2go.magickeys", 1370 .value = "24,26", 1371 }, 1372 { 1373 .key = "ro.build.characteristics", 1374 .value = "default", 1375 }, 1376 { 1377 .key = "ro.build.date.utc", 1378 .value = "1408659458", 1379 }, 1380 { 1381 .key = "ro.build.date", 1382 .value = "Thu Aug 21 17:17:38 CDT 2014", 1383 }, 1384 { 1385 .key = "ro.build.description", 1386 .value = "condor_retuglb-user 4.4.4 KXC21.5-53 45 release-keys", 1387 }, 1388 { 1389 .key = "ro.build.display.id", 1390 .value = "KXC21.5-53", 1391 }, 1392 { 1393 .key = "ro.build.fingerprint", 1394 .value = "motorola/condor_retuglb/condor_umts:4.4.4/KXC21.5-53/45:user/release-keys", 1395 }, 1396 { 1397 .key = "ro.build.host", 1398 .value = "ilclbld35", 1399 }, 1400 { 1401 .key = "ro.build.id", 1402 .value = "KXC21.5-53", 1403 }, 1404 { 1405 .key = "ro.build.product", 1406 .value = "condor_umts", 1407 }, 1408 { 1409 .key = "ro.build.tags", 1410 .value = "release-keys", 1411 }, 1412 { 1413 .key = "ro.build.type", 1414 .value = "user", 1415 }, 1416 { 1417 .key = "ro.build.user", 1418 .value = "hudsoncm", 1419 }, 1420 { 1421 .key = "ro.build.version.codename", 1422 .value = "REL", 1423 }, 1424 { 1425 .key = "ro.build.version.full", 1426 .value = "Blur_Version.21.12.53.condor_retuglb.retuglb.en.US", 1427 }, 1428 { 1429 .key = "ro.build.version.incremental", 1430 .value = "45", 1431 }, 1432 { 1433 .key = "ro.build.version.qcom", 1434 .value = "AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1.04.04.02.048.020", 1435 }, 1436 { 1437 .key = "ro.build.version.release", 1438 .value = "4.4.4", 1439 }, 1440 { 1441 .key = "ro.build.version.sdk", 1442 .value = "19", 1443 }, 1444 { 1445 .key = "ro.carrier", 1446 .value = "retus", 1447 }, 1448 { 1449 .key = "ro.com.android.dataroaming", 1450 .value = "false", 1451 }, 1452 { 1453 .key = "ro.com.google.clientidbase.am", 1454 .value = "android-motorola", 1455 }, 1456 { 1457 .key = "ro.com.google.clientidbase.gmm", 1458 .value = "android-motorola", 1459 }, 1460 { 1461 .key = "ro.com.google.clientidbase.ms", 1462 .value = "android-motorola", 1463 }, 1464 { 1465 .key = "ro.com.google.clientidbase.yt", 1466 .value = "android-motorola", 1467 }, 1468 { 1469 .key = "ro.com.google.clientidbase", 1470 .value = "android-motorola", 1471 }, 1472 { 1473 .key = "ro.com.google.gmsversion", 1474 .value = "4.4.3_r1", 1475 }, 1476 { 1477 .key = "ro.config.alarm_alert", 1478 .value = "Oxygen.ogg", 1479 }, 1480 { 1481 .key = "ro.config.notification_sound", 1482 .value = "Moto.ogg", 1483 }, 1484 { 1485 .key = "ro.config.ringtone", 1486 .value = "Moto.ogg", 1487 }, 1488 { 1489 .key = "ro.config.vc_call_vol_steps", 1490 .value = "7", 1491 }, 1492 { 1493 .key = "ro.crypto.fuse_sdcard", 1494 .value = "true", 1495 }, 1496 { 1497 .key = "ro.crypto.state", 1498 .value = "unencrypted", 1499 }, 1500 { 1501 .key = "ro.debuggable", 1502 .value = "0", 1503 }, 1504 { 1505 .key = "ro.factorytest", 1506 .value = "0", 1507 }, 1508 { 1509 .key = "ro.fm.transmitter", 1510 .value = "false", 1511 }, 1512 { 1513 .key = "ro.fuse_sdcard", 1514 .value = "true", 1515 }, 1516 { 1517 .key = "ro.gps.agps_provider", 1518 .value = "1", 1519 }, 1520 { 1521 .key = "ro.hardware", 1522 .value = "qcom", 1523 }, 1524 { 1525 .key = "ro.hdmi.enable", 1526 .value = "true", 1527 }, 1528 { 1529 .key = "ro.hw.device", 1530 .value = "condor", 1531 }, 1532 { 1533 .key = "ro.hw.hwrev", 1534 .value = "0x82B0", 1535 }, 1536 { 1537 .key = "ro.hw.radio", 1538 .value = "0x1", 1539 }, 1540 { 1541 .key = "ro.hw.revision", 1542 .value = "p2b", 1543 }, 1544 { 1545 .key = "ro.manufacturedate", 1546 .value = "5/16/2014", 1547 }, 1548 { 1549 .key = "ro.media.enc.aud.codec", 1550 .value = "amrnb", 1551 }, 1552 { 1553 .key = "ro.media.enc.aud.fileformat", 1554 .value = "amr", 1555 }, 1556 { 1557 .key = "ro.mot.build.customerid", 1558 .value = "retusa_glb", 1559 }, 1560 { 1561 .key = "ro.mot.build.version.sdk_int", 1562 .value = "19", 1563 }, 1564 { 1565 .key = "ro.mvp.features", 1566 .value = "srvc,grbks,vpncrt,vpn,mvpdsec,ftx", 1567 }, 1568 { 1569 .key = "ro.opengles.version", 1570 .value = "196608", 1571 }, 1572 { 1573 .key = "ro.product.board", 1574 .value = "MSM8610", 1575 }, 1576 { 1577 .key = "ro.product.brand", 1578 .value = "motorola", 1579 }, 1580 { 1581 .key = "ro.product.cpu.abi2", 1582 .value = "armeabi", 1583 }, 1584 { 1585 .key = "ro.product.cpu.abi", 1586 .value = "armeabi-v7a", 1587 }, 1588 { 1589 .key = "ro.product.device", 1590 .value = "condor_umts", 1591 }, 1592 { 1593 .key = "ro.product.display", 1594 .value = "Moto E", 1595 }, 1596 { 1597 .key = "ro.product.locale.language", 1598 .value = "en", 1599 }, 1600 { 1601 .key = "ro.product.locale.region", 1602 .value = "US", 1603 }, 1604 { 1605 .key = "ro.product.manufacturer", 1606 .value = "motorola", 1607 }, 1608 { 1609 .key = "ro.product.model", 1610 .value = "XT1021", 1611 }, 1612 { 1613 .key = "ro.product.name", 1614 .value = "condor_retuglb", 1615 }, 1616 { 1617 .key = "ro.qc.sdk.audio.fluencetype", 1618 .value = "none", 1619 }, 1620 { 1621 .key = "ro.qc.sdk.audio.ssr", 1622 .value = "false", 1623 }, 1624 { 1625 .key = "ro.qc.sdk.izat.premium_enabled", 1626 .value = "1", 1627 }, 1628 { 1629 .key = "ro.qc.sdk.izat.service_mask", 1630 .value = "0x5", 1631 }, 1632 { 1633 .key = "ro.qualcomm.bluetooth.sap", 1634 .value = "false", 1635 }, 1636 { 1637 .key = "ro.qualcomm.bt.hci_transport", 1638 .value = "smd", 1639 }, 1640 { 1641 .key = "ro.qualcomm.cabl", 1642 .value = "0", 1643 }, 1644 { 1645 .key = "ro.revision", 1646 .value = "p2b0", 1647 }, 1648 { 1649 .key = "ro.ril.svdo", 1650 .value = "false", 1651 }, 1652 { 1653 .key = "ro.ril.svlte1x", 1654 .value = "false", 1655 }, 1656 { 1657 .key = "ro.runtime.firstboot", 1658 .value = "1498273564677", 1659 }, 1660 { 1661 .key = "ro.secure", 1662 .value = "1", 1663 }, 1664 { 1665 .key = "ro.serialno", 1666 .value = "ZX1B22CZ24", 1667 }, 1668 { 1669 .key = "ro.setupwizard.mode", 1670 .value = "OPTIONAL", 1671 }, 1672 { 1673 .key = "ro.sf.lcd_density", 1674 .value = "240", 1675 }, 1676 { 1677 .key = "ro.sys.atvc_allow_all_core", 1678 .value = "0", 1679 }, 1680 { 1681 .key = "ro.sys.atvc_allow_ap_mot_log", 1682 .value = "0", 1683 }, 1684 { 1685 .key = "ro.sys.atvc_allow_bp_log", 1686 .value = "0", 1687 }, 1688 { 1689 .key = "ro.sys.atvc_allow_gki_log", 1690 .value = "0", 1691 }, 1692 { 1693 .key = "ro.sys.atvc_allow_netmon_ih", 1694 .value = "0", 1695 }, 1696 { 1697 .key = "ro.sys.atvc_allow_netmon_usb", 1698 .value = "0", 1699 }, 1700 { 1701 .key = "ro.sys.atvc_allow_res_core", 1702 .value = "0", 1703 }, 1704 { 1705 .key = "ro.sys.atvc_allow_res_panic", 1706 .value = "0", 1707 }, 1708 { 1709 .key = "ro.sys.atvc_allow_simswap", 1710 .value = "0", 1711 }, 1712 { 1713 .key = "ro.sys.fw.bg_apps_limit", 1714 .value = "20", 1715 }, 1716 { 1717 .key = "ro.telephony.call_ring.multiple", 1718 .value = "false", 1719 }, 1720 { 1721 .key = "ro.telephony.default_network", 1722 .value = "0", 1723 }, 1724 { 1725 .key = "ro.url.legal.android_privacy", 1726 .value = "http://www.google.com/intl/%s/mobile/android/basic/privacy.html", 1727 }, 1728 { 1729 .key = "ro.url.legal", 1730 .value = "http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html", 1731 }, 1732 { 1733 .key = "ro.usb.bpt", 1734 .value = "0x2e28", 1735 }, 1736 { 1737 .key = "ro.usb.bpt_adb", 1738 .value = "0x2e29", 1739 }, 1740 { 1741 .key = "ro.usb.bpteth", 1742 .value = "0x2e2a", 1743 }, 1744 { 1745 .key = "ro.usb.bpteth_adb", 1746 .value = "0x2e2b", 1747 }, 1748 { 1749 .key = "ro.usb.mtp", 1750 .value = "0x2e82", 1751 }, 1752 { 1753 .key = "ro.usb.mtp_adb", 1754 .value = "0x2e76", 1755 }, 1756 { 1757 .key = "ro.usb.ptp", 1758 .value = "0x2e83", 1759 }, 1760 { 1761 .key = "ro.usb.ptp_adb", 1762 .value = "0x2e84", 1763 }, 1764 { 1765 .key = "ro.use_data_netmgrd", 1766 .value = "true", 1767 }, 1768 { 1769 .key = "ro.vendor.extension_library", 1770 .value = "/vendor/lib/libqc-opt.so", 1771 }, 1772 { 1773 .key = "ro.wifi.channels", 1774 .value = "", 1775 }, 1776 { 1777 .key = "ro.zygote.capsuid", 1778 .value = "0", 1779 }, 1780 { 1781 .key = "service.bootanim.exit", 1782 .value = "1", 1783 }, 1784 { 1785 .key = "sys.boot_completed", 1786 .value = "1", 1787 }, 1788 { 1789 .key = "sys.bootbroadcast_completed", 1790 .value = "1", 1791 }, 1792 { 1793 .key = "sys.sysctl.extra_free_kbytes", 1794 .value = "6075", 1795 }, 1796 { 1797 .key = "sys.usb.config", 1798 .value = "mtp,adb", 1799 }, 1800 { 1801 .key = "sys.usb.state", 1802 .value = "mtp,adb", 1803 }, 1804 { 1805 .key = "tcmd.blan.interface", 1806 .value = "usb0", 1807 }, 1808 { 1809 .key = "telephony.lteOnCdmaDevice", 1810 .value = "0", 1811 }, 1812 { 1813 .key = "tunnel.audio.encode", 1814 .value = "false", 1815 }, 1816 { 1817 .key = "use.voice.path.for.pcm.voip", 1818 .value = "true", 1819 }, 1820 { 1821 .key = "vidc.debug.level", 1822 .value = "1", 1823 }, 1824 { 1825 .key = "vold.post_fs_data_done", 1826 .value = "1", 1827 }, 1828 { 1829 .key = "wifi.interface", 1830 .value = "wlan0", 1831 }, 1832 { 1833 .key = "wlan.driver.ath", 1834 .value = "0", 1835 }, 1836 { 1837 .key = "wlan.driver.config", 1838 .value = "/system/etc/firmware/wlan/prima/WCNSS_qcom_cfg.ini", 1839 }, 1840 { 1841 .key = "wlan.driver.status", 1842 .value = "ok", 1843 }, 1844 { NULL }, 1845 }; 1846 #endif /* __ANDROID__ */ 1847