1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 335, 5 .content = 6 "Processor\t: ARMv7 Processor rev 4 (v7l)\n" 7 "processor\t: 0\n" 8 "BogoMIPS\t: 13.53\n" 9 "\n" 10 "processor\t: 1\n" 11 "BogoMIPS\t: 13.53\n" 12 "\n" 13 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 \n" 14 "CPU implementer\t: 0x51\n" 15 "CPU architecture: 7\n" 16 "CPU variant\t: 0x1\n" 17 "CPU part\t: 0x04d\n" 18 "CPU revision\t: 4\n" 19 "\n" 20 "Hardware\t: SAMSUNG M2_ATT\n" 21 "Revision\t: 0010\n" 22 "Serial\t\t: 0000eb0d0000f3a2\n", 23 }, 24 { 25 .path = "/system/build.prop", 26 .size = 5377, 27 .content = 28 "# begin build properties\n" 29 "# autogenerated by buildinfo.sh\n" 30 "ro.build.id=JRO03L\n" 31 "ro.build.display.id=JRO03L.I747UCDLK3\n" 32 "ro.build.version.incremental=I747UCDLK3\n" 33 "ro.build.version.sdk=16\n" 34 "ro.build.version.codename=REL\n" 35 "ro.build.version.release=4.1.1\n" 36 "ro.build.date=Thu Nov 15 15:56:47 KST 2012\n" 37 "ro.build.date.utc=1352962607\n" 38 "ro.build.type=user\n" 39 "ro.build.user=se.infra\n" 40 "ro.build.host=SEP-103\n" 41 "ro.build.tags=release-keys\n" 42 "ro.product.model=SAMSUNG-SGH-I747\n" 43 "ro.product.brand=samsung\n" 44 "ro.product.name=d2uc\n" 45 "ro.product.device=d2att\n" 46 "ro.product.board=MSM8960\n" 47 "ro.chipname=MSM8960\n" 48 "ro.product.cpu.abi=armeabi-v7a\n" 49 "ro.product.cpu.abi2=armeabi\n" 50 "ro.product_ship=true\n" 51 "ro.product.manufacturer=samsung\n" 52 "ro.product.locale.language=en\n" 53 "ro.product.locale.region=GB\n" 54 "ro.wifi.channels=\n" 55 "ro.board.platform=msm8960\n" 56 "# ro.build.product is obsolete; use ro.product.device\n" 57 "ro.build.product=d2att\n" 58 "# Do not try to parse ro.build.description or .fingerprint\n" 59 "ro.build.description=d2uc-user 4.1.1 JRO03L I747UCDLK3 release-keys\n" 60 "ro.build.fingerprint=samsung/d2uc/d2att:4.1.1/JRO03L/I747UCDLK3:user/release-keys\n" 61 "ro.build.characteristics=att\n" 62 "# Samsung Specific Properties\n" 63 "ro.build.PDA=I747UCDLK3\n" 64 "ro.build.hidden_ver=I747UCDLK3\n" 65 "ro.build.changelist=274808\n" 66 "# end build properties\n" 67 "#\n" 68 "# system.prop for surf\n" 69 "#\n" 70 "\n" 71 "rild.libpath=/system/lib/libril-qc-qmi-1.so\n" 72 "rild.libargs=-d /dev/smd0\n" 73 "persist.rild.nitz_plmn=\n" 74 "persist.rild.nitz_long_ons_0=\n" 75 "persist.rild.nitz_long_ons_1=\n" 76 "persist.rild.nitz_long_ons_2=\n" 77 "persist.rild.nitz_long_ons_3=\n" 78 "persist.rild.nitz_short_ons_0=\n" 79 "persist.rild.nitz_short_ons_1=\n" 80 "persist.rild.nitz_short_ons_2=\n" 81 "persist.rild.nitz_short_ons_3=\n" 82 "ril.subscription.types=NV,RUIM\n" 83 "DEVICE_PROVISIONED=1\n" 84 "debug.sf.hw=1\n" 85 "debug.egl.hw=1\n" 86 "debug.composition.type=dyn\n" 87 "debug.compbypass.enable=1\n" 88 "debug.hwui.render_dirty_regions=true\n" 89 "dalvik.vm.heapsize=36m\n" 90 "debug.enable.wl_log=1\n" 91 "debug.mdpcomp.maxlayer=3\n" 92 "\n" 93 "#\n" 94 "# system props for the cne module\n" 95 "#\n" 96 "persist.cne.bat.range.low.med=30\n" 97 "persist.cne.bat.range.med.high=60\n" 98 "persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml\n" 99 "persist.cne.loc.policy.user=/system/etc/UserPolicy.xml\n" 100 "persist.cne.bwbased.rat.sel=false\n" 101 "persist.cne.snsr.based.rat.mgt=false\n" 102 "persist.cne.bat.based.rat.mgt=false\n" 103 "persist.cne.rat.acq.time.out=30000\n" 104 "persist.cne.rat.acq.retry.tout=0\n" 105 "persist.cne.feature=0\n" 106 "\n" 107 "ro.hdmi.enable=true\n" 108 "lpa.decode=true\n" 109 "lpa.use-stagefright=true\n" 110 "\n" 111 "#system props for the MM modules\n" 112 "\n" 113 "media.stagefright.enable-player=true\n" 114 "media.stagefright.enable-http=true\n" 115 "media.stagefright.enable-aac=true\n" 116 "media.stagefright.enable-qcp=true\n" 117 "media.stagefright.enable-fma2dp=true\n" 118 "media.stagefright.enable-scan=true\n" 119 "mmp.enable.3g2=true\n" 120 "\n" 121 "#\n" 122 "# system props for the data modules\n" 123 "#\n" 124 "ro.use_data_netmgrd=true\n" 125 "\n" 126 "#system props for time-services\n" 127 "persist.timed.enable=true\n" 128 "\n" 129 "# System props for audio\n" 130 "persist.audio.fluence.mode=endfire\n" 131 "persist.audio.vr.enable=false\n" 132 "persist.audio.handset.mic=digital\n" 133 "\n" 134 "# System prop to select audio resampler quality\n" 135 "af.resampler.quality=255\n" 136 "# System prop to select MPQAudioPlayer by default on mpq8064\n" 137 "mpq.audio.decode=true\n" 138 "\n" 139 "#\n" 140 "# system prop for opengles version\n" 141 "#\n" 142 "# 131072 is decimal for 0x20000 to report version 2\n" 143 "ro.opengles.version=131072\n" 144 "\n" 145 "#\n" 146 "# system property for Bluetooth Handsfree Profile version\n" 147 "#\n" 148 "ro.bluetooth.hfp.ver=1.6\n" 149 "#\n" 150 "#system prop for Bluetooth hci transport\n" 151 "ro.qualcomm.bt.hci_transport=smd\n" 152 "#\n" 153 "# system prop for requesting Master role in incoming Bluetooth connection.\n" 154 "#\n" 155 "ro.bluetooth.request.master=true\n" 156 "#\n" 157 "# system prop for Bluetooth Auto connect for remote initated connections\n" 158 "#\n" 159 "ro.bluetooth.remote.autoconnect=true\n" 160 "# system property for Bluetooth discoverability time out in seconds\n" 161 "# 0: Always discoverable\n" 162 "#debug.bt.discoverable_time=0\n" 163 "\n" 164 "#system prop for switching gps driver to qmi\n" 165 "persist.gps.qmienabled=true\n" 166 "\n" 167 "# System property for cabl\n" 168 "ro.qualcomm.cabl=1\n" 169 "\n" 170 "#\n" 171 "# System prop for sending transmit power request to RIL during WiFi hotspot on/off\n" 172 "#\n" 173 "ro.ril.transmitpower=true\n" 174 "\n" 175 "#\n" 176 "#Simulate sdcard on /data/media\n" 177 "#\n" 178 "persist.fuse_sdcard=true\n" 179 "ro.hwui.text_cache_width=2048\n" 180 "\n" 181 "#\n" 182 "# Supports warmboot capabilities\n" 183 "#\n" 184 "ro.warmboot.capability=1\n" 185 "\n" 186 "ro.sf.lcd_density=320\n" 187 "\n" 188 "# Keep SIM state on LPM mode\n" 189 "persist.radio.apm_sim_not_pwdn=1\n" 190 "\n" 191 "# System property for Default touch key light duration\n" 192 "ro.button_key_light=6000\n" 193 "\n" 194 "# System proverty for sys info indication\n" 195 "persist.radio.add_power_save=1\n" 196 "\n" 197 "# System property for HDMI/WFD\n" 198 "persist.sys.camera.connect=0\n" 199 "persist.sys.camera.transform=0\n" 200 "persist.sys.videomode=0\n" 201 "#\n" 202 "# ADDITIONAL_BUILD_PROPERTIES\n" 203 "#\n" 204 "ro.vendor.extension_library=/system/lib/libqc-opt.so\n" 205 "ro.error.receiver.default=com.samsung.receiver.error\n" 206 "dalvik.vm.heapstartsize=8m\n" 207 "dalvik.vm.heapgrowthlimit=64m\n" 208 "dalvik.vm.heapsize=256m\n" 209 "dalvik.vm.heaputilization=0.25\n" 210 "dalvik.vm.heapidealfree=8388608\n" 211 "dalvik.vm.heapconcurrentstart=2097152\n" 212 "ro.hdcp2.rx=tz\n" 213 "ro.sec.fle.encryption=true\n" 214 "ro.config.alarm_alert=Walk_in_the_forest.ogg\n" 215 "ro.config.ringtone=ATT_Firefly_Default.ogg\n" 216 "ro.config.notification_sound=S_Whistle.ogg\n" 217 "ro.monkey=0\n" 218 "keyguard.no_require_sim=true\n" 219 "ro.com.android.dateformat=MM-dd-yyyy\n" 220 "ro.carrier=unknown\n" 221 "ro.ril.hsxpa=1\n" 222 "ro.ril.gprsclass=10\n" 223 "ro.adb.qemud=1\n" 224 "ro.setupwizard.mode=OPTIONAL\n" 225 "ro.com.google.apphider=off\n" 226 "ro.com.google.clientidbase=android-samsung\n" 227 "ro.com.google.clientidbase.ms=android-att-us\n" 228 "ro.com.google.clientidbase.am=android-att-us\n" 229 "ro.com.google.clientidbase.yt=android-samsung\n" 230 "ro.com.google.clientidbase.gmm=android-samsung\n" 231 "ro.com.google.gmsversion=4.1_r3\n" 232 "net.bt.name=Android\n" 233 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 234 "\n", 235 }, 236 { 237 .path = "/sys/devices/system/cpu/kernel_max", 238 .size = 2, 239 .content = "1\n", 240 }, 241 { 242 .path = "/sys/devices/system/cpu/possible", 243 .size = 4, 244 .content = "0-1\n", 245 }, 246 { 247 .path = "/sys/devices/system/cpu/present", 248 .size = 4, 249 .content = "0-1\n", 250 }, 251 { 252 .path = "/sys/devices/system/cpu/online", 253 .size = 4, 254 .content = "0-1\n", 255 }, 256 { 257 .path = "/sys/devices/system/cpu/offline", 258 .size = 1, 259 .content = "\n", 260 }, 261 { 262 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 263 .size = 9, 264 .content = "msm_idle\n", 265 }, 266 { 267 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 268 .size = 5, 269 .content = "menu\n", 270 }, 271 { 272 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 273 .size = 2, 274 .content = "0\n", 275 }, 276 { 277 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 278 .size = 8, 279 .content = "1512000\n", 280 }, 281 { 282 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 283 .size = 7, 284 .content = "384000\n", 285 }, 286 { 287 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 288 .size = 2, 289 .content = "0\n", 290 }, 291 { 292 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 293 .size = 2, 294 .content = "0\n", 295 }, 296 { 297 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 298 .size = 91, 299 .content = "384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1512000 \n", 300 }, 301 { 302 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 303 .size = 51, 304 .content = "msm-dcvs ondemand userspace powersave performance \n", 305 }, 306 { 307 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 308 .size = 8, 309 .content = "1512000\n", 310 }, 311 { 312 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 313 .size = 4, 314 .content = "msm\n", 315 }, 316 { 317 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 318 .size = 12, 319 .content = "performance\n", 320 }, 321 { 322 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 323 .size = 7, 324 .content = "384000\n", 325 }, 326 { 327 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 328 .size = 116, 329 .content = 330 "384000 0\n" 331 "486000 0\n" 332 "594000 0\n" 333 "702000 0\n" 334 "810000 0\n" 335 "918000 0\n" 336 "1026000 0\n" 337 "1134000 0\n" 338 "1242000 0\n" 339 "1350000 0\n" 340 "1458000 0\n" 341 "1512000 818\n", 342 }, 343 { 344 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 345 .size = 2, 346 .content = "0\n", 347 }, 348 { 349 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 350 .size = 3, 351 .content = "-1\n", 352 }, 353 { 354 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 355 .size = 2, 356 .content = "0\n", 357 }, 358 { 359 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 360 .size = 2, 361 .content = "1\n", 362 }, 363 { 364 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 365 .size = 2, 366 .content = "0\n", 367 }, 368 { 369 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 370 .size = 2, 371 .content = "0\n", 372 }, 373 { 374 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 375 .size = 2, 376 .content = "1\n", 377 }, 378 { 379 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 380 .size = 2, 381 .content = "1\n", 382 }, 383 { 384 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 385 .size = 8, 386 .content = "1512000\n", 387 }, 388 { 389 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 390 .size = 7, 391 .content = "384000\n", 392 }, 393 { 394 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 395 .size = 2, 396 .content = "0\n", 397 }, 398 { 399 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 400 .size = 2, 401 .content = "1\n", 402 }, 403 { 404 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 405 .size = 91, 406 .content = "384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1512000 \n", 407 }, 408 { 409 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 410 .size = 51, 411 .content = "msm-dcvs ondemand userspace powersave performance \n", 412 }, 413 { 414 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 415 .size = 8, 416 .content = "1512000\n", 417 }, 418 { 419 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 420 .size = 4, 421 .content = "msm\n", 422 }, 423 { 424 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 425 .size = 12, 426 .content = "performance\n", 427 }, 428 { 429 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq", 430 .size = 8, 431 .content = "1512000\n", 432 }, 433 { 434 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 435 .size = 7, 436 .content = "384000\n", 437 }, 438 { 439 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 440 .size = 117, 441 .content = 442 "384000 0\n" 443 "486000 0\n" 444 "594000 0\n" 445 "702000 0\n" 446 "810000 0\n" 447 "918000 0\n" 448 "1026000 0\n" 449 "1134000 0\n" 450 "1242000 0\n" 451 "1350000 0\n" 452 "1458000 0\n" 453 "1512000 1064\n", 454 }, 455 { 456 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 457 .size = 2, 458 .content = "0\n", 459 }, 460 { 461 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 462 .size = 3, 463 .content = "-1\n", 464 }, 465 { 466 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 467 .size = 2, 468 .content = "1\n", 469 }, 470 { 471 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 472 .size = 2, 473 .content = "2\n", 474 }, 475 { 476 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 477 .size = 2, 478 .content = "0\n", 479 }, 480 { 481 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 482 .size = 2, 483 .content = "1\n", 484 }, 485 { 486 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 487 .size = 2, 488 .content = "2\n", 489 }, 490 { NULL }, 491 }; 492 493 #ifdef __ANDROID__ 494 struct cpuinfo_mock_property properties[] = { 495 { 496 .key = "DEVICE_PROVISIONED", 497 .value = "1", 498 }, 499 { 500 .key = "af.resampler.quality", 501 .value = "255", 502 }, 503 { 504 .key = "dalvik.vm.heapconcurrentstart", 505 .value = "2097152", 506 }, 507 { 508 .key = "dalvik.vm.heapgrowthlimit", 509 .value = "64m", 510 }, 511 { 512 .key = "dalvik.vm.heapidealfree", 513 .value = "8388608", 514 }, 515 { 516 .key = "dalvik.vm.heapsize", 517 .value = "256m", 518 }, 519 { 520 .key = "dalvik.vm.heapstartsize", 521 .value = "8m", 522 }, 523 { 524 .key = "dalvik.vm.heaputilization", 525 .value = "0.25", 526 }, 527 { 528 .key = "dalvik.vm.stack-trace-file", 529 .value = "/data/anr/traces.txt", 530 }, 531 { 532 .key = "debug.compbypass.enable", 533 .value = "1", 534 }, 535 { 536 .key = "debug.composition.type", 537 .value = "dyn", 538 }, 539 { 540 .key = "debug.egl.hw", 541 .value = "1", 542 }, 543 { 544 .key = "debug.enable.wl_log", 545 .value = "1", 546 }, 547 { 548 .key = "debug.hwui.render_dirty_regions", 549 .value = "true", 550 }, 551 { 552 .key = "debug.mdpcomp.maxlayer", 553 .value = "3", 554 }, 555 { 556 .key = "debug.sf.hw", 557 .value = "1", 558 }, 559 { 560 .key = "dev.kiessupport", 561 .value = "TRUE", 562 }, 563 { 564 .key = "hw.cabl.version", 565 .value = "1.0.20120512\n", 566 }, 567 { 568 .key = "init.svc.BCS-daemon", 569 .value = "running", 570 }, 571 { 572 .key = "init.svc.DR-daemon", 573 .value = "running", 574 }, 575 { 576 .key = "init.svc.DTT-daemon", 577 .value = "running", 578 }, 579 { 580 .key = "init.svc.KIES-daemon", 581 .value = "running", 582 }, 583 { 584 .key = "init.svc.SMD-daemon", 585 .value = "running", 586 }, 587 { 588 .key = "init.svc.TvoutService_C", 589 .value = "running", 590 }, 591 { 592 .key = "init.svc.adbd", 593 .value = "running", 594 }, 595 { 596 .key = "init.svc.at_distributor", 597 .value = "running", 598 }, 599 { 600 .key = "init.svc.atfwd", 601 .value = "running", 602 }, 603 { 604 .key = "init.svc.cnd", 605 .value = "running", 606 }, 607 { 608 .key = "init.svc.dbus", 609 .value = "running", 610 }, 611 { 612 .key = "init.svc.debuggerd", 613 .value = "running", 614 }, 615 { 616 .key = "init.svc.diag_uart_log", 617 .value = "running", 618 }, 619 { 620 .key = "init.svc.drm", 621 .value = "running", 622 }, 623 { 624 .key = "init.svc.gsiff_daemon", 625 .value = "running", 626 }, 627 { 628 .key = "init.svc.icd", 629 .value = "stopped", 630 }, 631 { 632 .key = "init.svc.immvibed", 633 .value = "stopped", 634 }, 635 { 636 .key = "init.svc.installd", 637 .value = "running", 638 }, 639 { 640 .key = "init.svc.keystore", 641 .value = "running", 642 }, 643 { 644 .key = "init.svc.macloader", 645 .value = "running", 646 }, 647 { 648 .key = "init.svc.media", 649 .value = "running", 650 }, 651 { 652 .key = "init.svc.mobex-daemon", 653 .value = "running", 654 }, 655 { 656 .key = "init.svc.netd", 657 .value = "running", 658 }, 659 { 660 .key = "init.svc.netmgrd", 661 .value = "running", 662 }, 663 { 664 .key = "init.svc.poke_helper", 665 .value = "running", 666 }, 667 { 668 .key = "init.svc.powersnd", 669 .value = "running", 670 }, 671 { 672 .key = "init.svc.ppd", 673 .value = "running", 674 }, 675 { 676 .key = "init.svc.qcamerasvr", 677 .value = "running", 678 }, 679 { 680 .key = "init.svc.qcom-c_core-sh", 681 .value = "stopped", 682 }, 683 { 684 .key = "init.svc.qcom-c_main-sh", 685 .value = "stopped", 686 }, 687 { 688 .key = "init.svc.qcom-post-fs", 689 .value = "stopped", 690 }, 691 { 692 .key = "init.svc.qcom-sh", 693 .value = "stopped", 694 }, 695 { 696 .key = "init.svc.qcom-usb-sh", 697 .value = "stopped", 698 }, 699 { 700 .key = "init.svc.qmiproxy", 701 .value = "running", 702 }, 703 { 704 .key = "init.svc.qmuxd", 705 .value = "running", 706 }, 707 { 708 .key = "init.svc.qrngd", 709 .value = "running", 710 }, 711 { 712 .key = "init.svc.qseecomd", 713 .value = "running", 714 }, 715 { 716 .key = "init.svc.ril-daemon", 717 .value = "running", 718 }, 719 { 720 .key = "init.svc.rmt_storage", 721 .value = "running", 722 }, 723 { 724 .key = "init.svc.samsungani", 725 .value = "running", 726 }, 727 { 728 .key = "init.svc.sdcard", 729 .value = "running", 730 }, 731 { 732 .key = "init.svc.secril-daemon", 733 .value = "running", 734 }, 735 { 736 .key = "init.svc.secstarter", 737 .value = "running", 738 }, 739 { 740 .key = "init.svc.servicemanager", 741 .value = "running", 742 }, 743 { 744 .key = "init.svc.surfaceflinger", 745 .value = "running", 746 }, 747 { 748 .key = "init.svc.thermald", 749 .value = "running", 750 }, 751 { 752 .key = "init.svc.time_daemon", 753 .value = "running", 754 }, 755 { 756 .key = "init.svc.ueventd", 757 .value = "running", 758 }, 759 { 760 .key = "init.svc.vold", 761 .value = "running", 762 }, 763 { 764 .key = "init.svc.zygote", 765 .value = "running", 766 }, 767 { 768 .key = "keyguard.no_require_sim", 769 .value = "true", 770 }, 771 { 772 .key = "lpa.decode", 773 .value = "true", 774 }, 775 { 776 .key = "lpa.use-stagefright", 777 .value = "true", 778 }, 779 { 780 .key = "media.stagefright.enable-aac", 781 .value = "true", 782 }, 783 { 784 .key = "media.stagefright.enable-fma2dp", 785 .value = "true", 786 }, 787 { 788 .key = "media.stagefright.enable-http", 789 .value = "true", 790 }, 791 { 792 .key = "media.stagefright.enable-player", 793 .value = "true", 794 }, 795 { 796 .key = "media.stagefright.enable-qcp", 797 .value = "true", 798 }, 799 { 800 .key = "media.stagefright.enable-scan", 801 .value = "true", 802 }, 803 { 804 .key = "mmp.enable.3g2", 805 .value = "true", 806 }, 807 { 808 .key = "mpq.audio.decode", 809 .value = "true", 810 }, 811 { 812 .key = "net.bt.name", 813 .value = "Android", 814 }, 815 { 816 .key = "net.change", 817 .value = "net.tcp.buffersize.evdo_b", 818 }, 819 { 820 .key = "net.rmnet0.dns1", 821 .value = "", 822 }, 823 { 824 .key = "net.rmnet0.dns2", 825 .value = "", 826 }, 827 { 828 .key = "net.rmnet0.gw", 829 .value = "", 830 }, 831 { 832 .key = "net.rmnet1.dns1", 833 .value = "", 834 }, 835 { 836 .key = "net.rmnet1.dns2", 837 .value = "", 838 }, 839 { 840 .key = "net.rmnet1.gw", 841 .value = "", 842 }, 843 { 844 .key = "net.rmnet2.dns1", 845 .value = "", 846 }, 847 { 848 .key = "net.rmnet2.dns2", 849 .value = "", 850 }, 851 { 852 .key = "net.rmnet2.gw", 853 .value = "", 854 }, 855 { 856 .key = "net.tcp.buffersize.default", 857 .value = "4096,87380,110208,4096,16384,110208", 858 }, 859 { 860 .key = "net.tcp.buffersize.edge", 861 .value = "4093,26280,35040,4096,16384,35040", 862 }, 863 { 864 .key = "net.tcp.buffersize.evdo_b", 865 .value = "4094,87380,262144,4096,16384,262144", 866 }, 867 { 868 .key = "net.tcp.buffersize.gprs", 869 .value = "4092,8760,11680,4096,8760,11680", 870 }, 871 { 872 .key = "net.tcp.buffersize.hsdpa", 873 .value = "4092,87380,704512,4096,16384,110208", 874 }, 875 { 876 .key = "net.tcp.buffersize.hspa", 877 .value = "4092,87380,704512,4096,16384,262144", 878 }, 879 { 880 .key = "net.tcp.buffersize.hspap", 881 .value = "4092,87380,704512,4096,16384,262144", 882 }, 883 { 884 .key = "net.tcp.buffersize.hsupa", 885 .value = "4092,87380,704512,4096,16384,262144", 886 }, 887 { 888 .key = "net.tcp.buffersize.lte", 889 .value = "524288,1048576,2560000,262144,524288,1220608", 890 }, 891 { 892 .key = "net.tcp.buffersize.umts", 893 .value = "4094,87380,110208,4096,16384,110208", 894 }, 895 { 896 .key = "net.tcp.buffersize.wifi", 897 .value = "524288,1048576,2097152,262144,524288,1048576", 898 }, 899 { 900 .key = "persist.audio.allsoundmute", 901 .value = "0", 902 }, 903 { 904 .key = "persist.audio.fluence.mode", 905 .value = "endfire", 906 }, 907 { 908 .key = "persist.audio.handset.mic", 909 .value = "digital", 910 }, 911 { 912 .key = "persist.audio.headsetsysvolume", 913 .value = "4", 914 }, 915 { 916 .key = "persist.audio.hphonesysvolume", 917 .value = "4", 918 }, 919 { 920 .key = "persist.audio.ringermode", 921 .value = "0", 922 }, 923 { 924 .key = "persist.audio.sysvolume", 925 .value = "4", 926 }, 927 { 928 .key = "persist.audio.vr.enable", 929 .value = "false", 930 }, 931 { 932 .key = "persist.cne.bat.based.rat.mgt", 933 .value = "false", 934 }, 935 { 936 .key = "persist.cne.bat.range.low.med", 937 .value = "30", 938 }, 939 { 940 .key = "persist.cne.bat.range.med.high", 941 .value = "60", 942 }, 943 { 944 .key = "persist.cne.bwbased.rat.sel", 945 .value = "false", 946 }, 947 { 948 .key = "persist.cne.feature", 949 .value = "0", 950 }, 951 { 952 .key = "persist.cne.loc.policy.op", 953 .value = "/system/etc/OperatorPolicy.xml", 954 }, 955 { 956 .key = "persist.cne.loc.policy.user", 957 .value = "/system/etc/UserPolicy.xml", 958 }, 959 { 960 .key = "persist.cne.rat.acq.retry.tout", 961 .value = "0", 962 }, 963 { 964 .key = "persist.cne.rat.acq.time.out", 965 .value = "30000", 966 }, 967 { 968 .key = "persist.cne.snsr.based.rat.mgt", 969 .value = "false", 970 }, 971 { 972 .key = "persist.fuse_sdcard", 973 .value = "true", 974 }, 975 { 976 .key = "persist.gps.qmienabled", 977 .value = "true", 978 }, 979 { 980 .key = "persist.radio.adb_log_on", 981 .value = "1", 982 }, 983 { 984 .key = "persist.radio.add_power_save", 985 .value = "1", 986 }, 987 { 988 .key = "persist.radio.apm_sim_not_pwdn", 989 .value = "1", 990 }, 991 { 992 .key = "persist.radio.mem_leak_debug", 993 .value = "0", 994 }, 995 { 996 .key = "persist.radio.sglte.mode_pref", 997 .value = "9", 998 }, 999 { 1000 .key = "persist.radio.voip_enabled", 1001 .value = "0", 1002 }, 1003 { 1004 .key = "persist.rild.nitz_long_ons_0", 1005 .value = "", 1006 }, 1007 { 1008 .key = "persist.rild.nitz_long_ons_1", 1009 .value = "", 1010 }, 1011 { 1012 .key = "persist.rild.nitz_long_ons_2", 1013 .value = "", 1014 }, 1015 { 1016 .key = "persist.rild.nitz_long_ons_3", 1017 .value = "", 1018 }, 1019 { 1020 .key = "persist.rild.nitz_plmn", 1021 .value = "", 1022 }, 1023 { 1024 .key = "persist.rild.nitz_short_ons_0", 1025 .value = "", 1026 }, 1027 { 1028 .key = "persist.rild.nitz_short_ons_1", 1029 .value = "", 1030 }, 1031 { 1032 .key = "persist.rild.nitz_short_ons_2", 1033 .value = "", 1034 }, 1035 { 1036 .key = "persist.rild.nitz_short_ons_3", 1037 .value = "", 1038 }, 1039 { 1040 .key = "persist.sys.camera.connect", 1041 .value = "0", 1042 }, 1043 { 1044 .key = "persist.sys.camera.transform", 1045 .value = "0", 1046 }, 1047 { 1048 .key = "persist.sys.country", 1049 .value = "", 1050 }, 1051 { 1052 .key = "persist.sys.flipfontpath", 1053 .value = "default", 1054 }, 1055 { 1056 .key = "persist.sys.language", 1057 .value = "", 1058 }, 1059 { 1060 .key = "persist.sys.localevar", 1061 .value = "", 1062 }, 1063 { 1064 .key = "persist.sys.profiler_ms", 1065 .value = "0", 1066 }, 1067 { 1068 .key = "persist.sys.storage_preload", 1069 .value = "2", 1070 }, 1071 { 1072 .key = "persist.sys.timezone", 1073 .value = "America/Los_Angeles", 1074 }, 1075 { 1076 .key = "persist.sys.usb.config", 1077 .value = "mtp,adb", 1078 }, 1079 { 1080 .key = "persist.sys.videomode", 1081 .value = "0", 1082 }, 1083 { 1084 .key = "persist.timed.enable", 1085 .value = "true", 1086 }, 1087 { 1088 .key = "ril.atd_status", 1089 .value = "1_0", 1090 }, 1091 { 1092 .key = "ril.serialnumber", 1093 .value = "R21CC66XTZN", 1094 }, 1095 { 1096 .key = "ril.subscription.types", 1097 .value = "NV,RUIM", 1098 }, 1099 { 1100 .key = "rild.libargs", 1101 .value = "-d /dev/smd0", 1102 }, 1103 { 1104 .key = "rild.libpath", 1105 .value = "/system/lib/libril-qc-qmi-1.so", 1106 }, 1107 { 1108 .key = "ro.adb.qemud", 1109 .value = "1", 1110 }, 1111 { 1112 .key = "ro.allow.mock.location", 1113 .value = "0", 1114 }, 1115 { 1116 .key = "ro.baseband", 1117 .value = "msm", 1118 }, 1119 { 1120 .key = "ro.bluetooth.hfp.ver", 1121 .value = "1.6", 1122 }, 1123 { 1124 .key = "ro.bluetooth.remote.autoconnect", 1125 .value = "true", 1126 }, 1127 { 1128 .key = "ro.bluetooth.request.master", 1129 .value = "true", 1130 }, 1131 { 1132 .key = "ro.board.platform", 1133 .value = "msm8960", 1134 }, 1135 { 1136 .key = "ro.boot.baseband", 1137 .value = "msm", 1138 }, 1139 { 1140 .key = "ro.boot.batt_check_recovery", 1141 .value = "0", 1142 }, 1143 { 1144 .key = "ro.boot.boot_recovery", 1145 .value = "0", 1146 }, 1147 { 1148 .key = "ro.boot.bootloader", 1149 .value = "I747UCDLK3", 1150 }, 1151 { 1152 .key = "ro.boot.cp_debug_level", 1153 .value = "0x55FF", 1154 }, 1155 { 1156 .key = "ro.boot.debug_level", 1157 .value = "0x4f4c", 1158 }, 1159 { 1160 .key = "ro.boot.emmc", 1161 .value = "true", 1162 }, 1163 { 1164 .key = "ro.boot.emmc_checksum", 1165 .value = "3", 1166 }, 1167 { 1168 .key = "ro.boot.hardware", 1169 .value = "qcom", 1170 }, 1171 { 1172 .key = "ro.boot.nvdata_backup", 1173 .value = "1", 1174 }, 1175 { 1176 .key = "ro.boot.serialno", 1177 .value = "eb0df3a2", 1178 }, 1179 { 1180 .key = "ro.boot_recovery", 1181 .value = "0", 1182 }, 1183 { 1184 .key = "ro.bootchg", 1185 .value = "unknown", 1186 }, 1187 { 1188 .key = "ro.bootloader", 1189 .value = "I747UCDLK3", 1190 }, 1191 { 1192 .key = "ro.bootmode", 1193 .value = "unknown", 1194 }, 1195 { 1196 .key = "ro.bt.bdaddr_path", 1197 .value = "/efs/bluetooth/bt_addr", 1198 }, 1199 { 1200 .key = "ro.build.PDA", 1201 .value = "I747UCDLK3", 1202 }, 1203 { 1204 .key = "ro.build.changelist", 1205 .value = "274808", 1206 }, 1207 { 1208 .key = "ro.build.characteristics", 1209 .value = "att", 1210 }, 1211 { 1212 .key = "ro.build.date.utc", 1213 .value = "1352962607", 1214 }, 1215 { 1216 .key = "ro.build.date", 1217 .value = "Thu Nov 15 15:56:47 KST 2012", 1218 }, 1219 { 1220 .key = "ro.build.description", 1221 .value = "d2uc-user 4.1.1 JRO03L I747UCDLK3 release-keys", 1222 }, 1223 { 1224 .key = "ro.build.display.id", 1225 .value = "JRO03L.I747UCDLK3", 1226 }, 1227 { 1228 .key = "ro.build.fingerprint", 1229 .value = "samsung/d2uc/d2att:4.1.1/JRO03L/I747UCDLK3:user/release-keys", 1230 }, 1231 { 1232 .key = "ro.build.hidden_ver", 1233 .value = "I747UCDLK3", 1234 }, 1235 { 1236 .key = "ro.build.host", 1237 .value = "SEP-103", 1238 }, 1239 { 1240 .key = "ro.build.id", 1241 .value = "JRO03L", 1242 }, 1243 { 1244 .key = "ro.build.product", 1245 .value = "d2att", 1246 }, 1247 { 1248 .key = "ro.build.tags", 1249 .value = "release-keys", 1250 }, 1251 { 1252 .key = "ro.build.type", 1253 .value = "user", 1254 }, 1255 { 1256 .key = "ro.build.user", 1257 .value = "se.infra", 1258 }, 1259 { 1260 .key = "ro.build.version.codename", 1261 .value = "REL", 1262 }, 1263 { 1264 .key = "ro.build.version.incremental", 1265 .value = "I747UCDLK3", 1266 }, 1267 { 1268 .key = "ro.build.version.release", 1269 .value = "4.1.1", 1270 }, 1271 { 1272 .key = "ro.build.version.sdk", 1273 .value = "16", 1274 }, 1275 { 1276 .key = "ro.button_key_light", 1277 .value = "6000", 1278 }, 1279 { 1280 .key = "ro.carrier", 1281 .value = "unknown", 1282 }, 1283 { 1284 .key = "ro.chipname", 1285 .value = "MSM8960", 1286 }, 1287 { 1288 .key = "ro.com.android.dateformat", 1289 .value = "MM-dd-yyyy", 1290 }, 1291 { 1292 .key = "ro.com.google.apphider", 1293 .value = "off", 1294 }, 1295 { 1296 .key = "ro.com.google.clientidbase.am", 1297 .value = "android-att-us", 1298 }, 1299 { 1300 .key = "ro.com.google.clientidbase.gmm", 1301 .value = "android-samsung", 1302 }, 1303 { 1304 .key = "ro.com.google.clientidbase.ms", 1305 .value = "android-att-us", 1306 }, 1307 { 1308 .key = "ro.com.google.clientidbase.yt", 1309 .value = "android-samsung", 1310 }, 1311 { 1312 .key = "ro.com.google.clientidbase", 1313 .value = "android-samsung", 1314 }, 1315 { 1316 .key = "ro.com.google.gmsversion", 1317 .value = "4.1_r3", 1318 }, 1319 { 1320 .key = "ro.config.alarm_alert", 1321 .value = "Walk_in_the_forest.ogg", 1322 }, 1323 { 1324 .key = "ro.config.notification_sound", 1325 .value = "S_Whistle.ogg", 1326 }, 1327 { 1328 .key = "ro.config.ringtone", 1329 .value = "ATT_Firefly_Default.ogg", 1330 }, 1331 { 1332 .key = "ro.cp_debug_level", 1333 .value = "0x55FF", 1334 }, 1335 { 1336 .key = "ro.crypto.state", 1337 .value = "unencrypted", 1338 }, 1339 { 1340 .key = "ro.csc.country_code", 1341 .value = "USA", 1342 }, 1343 { 1344 .key = "ro.csc.countryiso_code", 1345 .value = "US", 1346 }, 1347 { 1348 .key = "ro.csc.sales_code", 1349 .value = "ATT", 1350 }, 1351 { 1352 .key = "ro.debug_level", 1353 .value = "0x4f4c", 1354 }, 1355 { 1356 .key = "ro.debuggable", 1357 .value = "0", 1358 }, 1359 { 1360 .key = "ro.emmc", 1361 .value = "true", 1362 }, 1363 { 1364 .key = "ro.emmc_checksum", 1365 .value = "3", 1366 }, 1367 { 1368 .key = "ro.error.receiver.default", 1369 .value = "com.samsung.receiver.error", 1370 }, 1371 { 1372 .key = "ro.factorytest", 1373 .value = "0", 1374 }, 1375 { 1376 .key = "ro.fuse_sdcard", 1377 .value = "true", 1378 }, 1379 { 1380 .key = "ro.hardware", 1381 .value = "qcom", 1382 }, 1383 { 1384 .key = "ro.hdcp2.rx", 1385 .value = "tz", 1386 }, 1387 { 1388 .key = "ro.hdmi.enable", 1389 .value = "true", 1390 }, 1391 { 1392 .key = "ro.hwui.text_cache_width", 1393 .value = "2048", 1394 }, 1395 { 1396 .key = "ro.kernel.qemu", 1397 .value = "0", 1398 }, 1399 { 1400 .key = "ro.monkey", 1401 .value = "0", 1402 }, 1403 { 1404 .key = "ro.nfc.port", 1405 .value = "I2C", 1406 }, 1407 { 1408 .key = "ro.nvdata_backup", 1409 .value = "1", 1410 }, 1411 { 1412 .key = "ro.opengles.version", 1413 .value = "131072", 1414 }, 1415 { 1416 .key = "ro.product.board", 1417 .value = "MSM8960", 1418 }, 1419 { 1420 .key = "ro.product.brand", 1421 .value = "samsung", 1422 }, 1423 { 1424 .key = "ro.product.cpu.abi2", 1425 .value = "armeabi", 1426 }, 1427 { 1428 .key = "ro.product.cpu.abi", 1429 .value = "armeabi-v7a", 1430 }, 1431 { 1432 .key = "ro.product.device", 1433 .value = "d2att", 1434 }, 1435 { 1436 .key = "ro.product.locale.language", 1437 .value = "en", 1438 }, 1439 { 1440 .key = "ro.product.locale.region", 1441 .value = "GB", 1442 }, 1443 { 1444 .key = "ro.product.manufacturer", 1445 .value = "samsung", 1446 }, 1447 { 1448 .key = "ro.product.model", 1449 .value = "SAMSUNG-SGH-I747", 1450 }, 1451 { 1452 .key = "ro.product.name", 1453 .value = "d2uc", 1454 }, 1455 { 1456 .key = "ro.product_ship", 1457 .value = "true", 1458 }, 1459 { 1460 .key = "ro.qualcomm.bluetooth.dun", 1461 .value = "false", 1462 }, 1463 { 1464 .key = "ro.qualcomm.bluetooth.ftp", 1465 .value = "true", 1466 }, 1467 { 1468 .key = "ro.qualcomm.bluetooth.hfp", 1469 .value = "true", 1470 }, 1471 { 1472 .key = "ro.qualcomm.bluetooth.hsp", 1473 .value = "true", 1474 }, 1475 { 1476 .key = "ro.qualcomm.bluetooth.map", 1477 .value = "true", 1478 }, 1479 { 1480 .key = "ro.qualcomm.bluetooth.nap", 1481 .value = "true", 1482 }, 1483 { 1484 .key = "ro.qualcomm.bluetooth.opp", 1485 .value = "true", 1486 }, 1487 { 1488 .key = "ro.qualcomm.bluetooth.pbap", 1489 .value = "true", 1490 }, 1491 { 1492 .key = "ro.qualcomm.bluetooth.sap", 1493 .value = "true", 1494 }, 1495 { 1496 .key = "ro.qualcomm.bt.hci_transport", 1497 .value = "smd", 1498 }, 1499 { 1500 .key = "ro.qualcomm.cabl", 1501 .value = "1", 1502 }, 1503 { 1504 .key = "ro.revision", 1505 .value = "16", 1506 }, 1507 { 1508 .key = "ro.ril.gprsclass", 1509 .value = "10", 1510 }, 1511 { 1512 .key = "ro.ril.hsxpa", 1513 .value = "1", 1514 }, 1515 { 1516 .key = "ro.ril.transmitpower", 1517 .value = "true", 1518 }, 1519 { 1520 .key = "ro.sec.fle.encryption", 1521 .value = "true", 1522 }, 1523 { 1524 .key = "ro.secure", 1525 .value = "1", 1526 }, 1527 { 1528 .key = "ro.serialno", 1529 .value = "eb0df3a2", 1530 }, 1531 { 1532 .key = "ro.setupwizard.mode", 1533 .value = "OPTIONAL", 1534 }, 1535 { 1536 .key = "ro.sf.lcd_density", 1537 .value = "320", 1538 }, 1539 { 1540 .key = "ro.telephony.call_ring.multiple", 1541 .value = "false", 1542 }, 1543 { 1544 .key = "ro.use_data_netmgrd", 1545 .value = "true", 1546 }, 1547 { 1548 .key = "ro.vendor.extension_library", 1549 .value = "/system/lib/libqc-opt.so", 1550 }, 1551 { 1552 .key = "ro.warmboot.capability", 1553 .value = "1", 1554 }, 1555 { 1556 .key = "ro.wifi.channels", 1557 .value = "", 1558 }, 1559 { 1560 .key = "service.bootanim.exit", 1561 .value = "0", 1562 }, 1563 { 1564 .key = "service.media.powersnd", 1565 .value = "1", 1566 }, 1567 { 1568 .key = "sys.media.vdec.sw", 1569 .value = "0", 1570 }, 1571 { 1572 .key = "sys.qseecomd.enable", 1573 .value = "true", 1574 }, 1575 { 1576 .key = "sys.service_manager_ready", 1577 .value = "1", 1578 }, 1579 { 1580 .key = "sys.usb.config", 1581 .value = "mtp,adb", 1582 }, 1583 { 1584 .key = "sys.usb.state", 1585 .value = "mtp,adb", 1586 }, 1587 { 1588 .key = "system_init.startsurfaceflinger", 1589 .value = "0", 1590 }, 1591 { 1592 .key = "vold.post_fs_data_done", 1593 .value = "1", 1594 }, 1595 { 1596 .key = "wifi.interface", 1597 .value = "wlan0", 1598 }, 1599 { 1600 .key = "wlan.driver.ath", 1601 .value = "0", 1602 }, 1603 { 1604 .key = "wlan.driver.config", 1605 .value = "/data/misc/wifi/WCNSS_qcom_cfg.ini", 1606 }, 1607 { 1608 .key = "wlan.poke_helper.pid", 1609 .value = "224", 1610 }, 1611 { 1612 .key = "wlan.wfd.tcp", 1613 .value = "0", 1614 }, 1615 { NULL }, 1616 }; 1617 #endif /* __ANDROID__ */ 1618