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