1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 414, 5 .content = 6 "Processor\t: ARMv7 Processor rev 1 (v7l)\n" 7 "processor\t: 0\n" 8 "BogoMIPS\t: 159.25\n" 9 "\n" 10 "processor\t: 1\n" 11 "BogoMIPS\t: 159.25\n" 12 "\n" 13 "processor\t: 2\n" 14 "BogoMIPS\t: 159.25\n" 15 "\n" 16 "processor\t: 3\n" 17 "BogoMIPS\t: 159.25\n" 18 "\n" 19 "Features\t: swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 \n" 20 "CPU implementer\t: 0x41\n" 21 "CPU architecture: 7\n" 22 "CPU variant\t: 0x0\n" 23 "CPU part\t: 0xc05\n" 24 "CPU revision\t: 1\n" 25 "\n" 26 "Hardware\t: QRD MSM8625Q SKUD\n" 27 "Revision\t: 0000\n" 28 "Serial\t\t: 420369c3c4d34128\n", 29 }, 30 { 31 .path = "/system/build.prop", 32 .size = 6465, 33 .content = 34 "# begin build properties\n" 35 "# autogenerated by buildinfo.sh\n" 36 "ro.build.id=JZO54K\n" 37 "ro.build.display.id=JZO54K.I8552ZTANF1\n" 38 "ro.build.version.incremental=I8552ZTANF1\n" 39 "ro.build.version.sdk=16\n" 40 "ro.build.version.codename=REL\n" 41 "ro.build.version.release=4.1.2\n" 42 "ro.build.date=Mon Jun 16 12:25:15 KST 2014\n" 43 "ro.build.date.utc=1402889115\n" 44 "ro.build.type=user\n" 45 "ro.build.user=se.infra\n" 46 "ro.build.host=R0301-05\n" 47 "ro.build.tags=release-keys\n" 48 "ro.product.model=GT-I8552\n" 49 "ro.product.brand=samsung\n" 50 "ro.product.name=delos3gzt\n" 51 "ro.product.device=delos3geur\n" 52 "ro.product.board=MSM8225\n" 53 "ro.product.cpu.abi=armeabi-v7a\n" 54 "ro.product.cpu.abi2=armeabi\n" 55 "ro.product_ship=true\n" 56 "ro.product.manufacturer=samsung\n" 57 "ro.product.locale.language=en\n" 58 "ro.product.locale.region=GB\n" 59 "ro.wifi.channels=\n" 60 "ro.board.platform=msm7627a\n" 61 "# ro.build.product is obsolete; use ro.product.device\n" 62 "ro.build.product=delos3geur\n" 63 "# Do not try to parse ro.build.description or .fingerprint\n" 64 "ro.build.description=delos3gzt-user 4.1.2 JZO54K I8552ZTANF1 release-keys\n" 65 "ro.build.fingerprint=samsung/delos3gzt/delos3geur:4.1.2/JZO54K/I8552ZTANF1:user/release-keys\n" 66 "ro.build.characteristics=default\n" 67 "# Samsung Specific Properties\n" 68 "ro.build.PDA=I8552ZTANF1\n" 69 "ro.build.hidden_ver=I8552ZTANF1\n" 70 "ro.build.changelist=1181821\n" 71 "# end build properties\n" 72 "#\n" 73 "# system.prop for surf\n" 74 "#\n" 75 "\n" 76 "rild.libpath=/system/lib/libril-qc-qmi-1.so\n" 77 "rild.libargs=-d /dev/smd0\n" 78 "persist.rild.nitz_plmn=\n" 79 "persist.rild.nitz_long_ons_0=\n" 80 "persist.rild.nitz_long_ons_1=\n" 81 "persist.rild.nitz_long_ons_2=\n" 82 "persist.rild.nitz_long_ons_3=\n" 83 "persist.rild.nitz_short_ons_0=\n" 84 "persist.rild.nitz_short_ons_1=\n" 85 "persist.rild.nitz_short_ons_2=\n" 86 "persist.rild.nitz_short_ons_3=\n" 87 "ril.subscription.types=NV,RUIM\n" 88 "DEVICE_PROVISIONED=1\n" 89 "keyguard.no_require_sim=1\n" 90 "debug.sf.hw=1\n" 91 "debug.composition.7x27A.type=mdp\n" 92 "debug.composition.7x25A.type=mdp\n" 93 "debug.composition.8x25.type=dyn\n" 94 "debug.hwc.dynThreshold=1.90\n" 95 "dalvik.vm.heapsize=24m\n" 96 "persist.gralloc.cp.level3=1\n" 97 "ro.lcd_brightness=130\n" 98 "ro.sf.lcd_density=240\n" 99 "\n" 100 "# System property ril adb log on\n" 101 "persist.radio.adb_log_on=1\n" 102 "\n" 103 "#\n" 104 "# system props for the cne module\n" 105 "#\n" 106 "persist.cne.UseCne=none\n" 107 "persist.cne.bat.range.low.med=30\n" 108 "persist.cne.bat.range.med.high=60\n" 109 "persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml\n" 110 "persist.cne.loc.policy.user=/system/etc/UserPolicy.xml\n" 111 "persist.cne.bwbased.rat.sel=false\n" 112 "persist.cne.snsr.based.rat.mgt=false\n" 113 "persist.cne.bat.based.rat.mgt=false\n" 114 "persist.cne.rat.acq.time.out=30000\n" 115 "persist.cne.rat.acq.retry.tout=0\n" 116 "persist.cne.fmc.mode=false\n" 117 "persist.cne.fmc.init.time.out=30\n" 118 "persist.cne.fmc.comm.time.out=130\n" 119 "persist.cne.fmc.retry=false\n" 120 "persist.cne.feature=0\n" 121 "\n" 122 "#\n" 123 "# system props for the MM modules\n" 124 "#\n" 125 "media.stagefright.enable-player=true\n" 126 "media.stagefright.enable-meta=false\n" 127 "media.stagefright.enable-scan=true\n" 128 "media.stagefright.enable-http=true\n" 129 "media.stagefright.enable-fma2dp=true\n" 130 "media.stagefright.enable-aac=true\n" 131 "media.stagefright.enable-qcp=true\n" 132 "\n" 133 "\n" 134 "#\n" 135 "# system prop for audio post processing\n" 136 "#\n" 137 "audio.legacy.postproc=true\n" 138 "\n" 139 "#\n" 140 "# system prop for opengles version\n" 141 "#\n" 142 "ro.opengles.version=131072\n" 143 "\n" 144 "#\n" 145 "# system props for the data modules\n" 146 "#\n" 147 "ro.use_data_netmgrd=true\n" 148 "persist.data.ds_fmc_app.mode=0\n" 149 "\n" 150 "#\n" 151 "# system props for IMS module\n" 152 "#\n" 153 "persist.ims.regmanager.mode=0\n" 154 "\n" 155 "#\n" 156 "# system prop for requesting Master role in incoming Bluetooth connection.\n" 157 "#\n" 158 "ro.bluetooth.request.master=true\n" 159 "\n" 160 "#\n" 161 "# system prop for Bluetooth FTP profile\n" 162 "#\n" 163 "ro.qualcomm.bluetooth.ftp=true\n" 164 "\n" 165 "#\n" 166 "# system prop for Bluetooth SAP profile\n" 167 "#\n" 168 "ro.qualcomm.bluetooth.sap=true\n" 169 "\n" 170 "#\n" 171 "# system prop for Bluetooth Auto connect for remote initated connections\n" 172 "#\n" 173 "ro.bluetooth.remote.autoconnect=true\n" 174 "\n" 175 "#\n" 176 "#system property for Bluetooth discoverability timeout in seconds\n" 177 "#0: Always discoverable\n" 178 "#debug.bt.discoverable_time=0\n" 179 "\n" 180 "#\n" 181 "# System prop to disable strict mode flash on display\n" 182 "#\n" 183 "persist.sys.strictmode.visual=false\n" 184 "\n" 185 "#\n" 186 "# System prop to enable/disable OMH. Enabled by default\n" 187 "#\n" 188 "persist.omh.enabled=1\n" 189 "\n" 190 "#System prop to enable ehrpd capability\n" 191 "ro.config.ehrpd=true\n" 192 "\n" 193 "# System property for cabl\n" 194 "ro.qualcomm.cabl=1\n" 195 "\n" 196 "#\n" 197 "#System prop to determine availability of\n" 198 "#analog fm path\n" 199 "#\n" 200 "ro.fm.analogpath.supported=true\n" 201 "\n" 202 "#\n" 203 "#System property for FM transmitter\n" 204 "#\n" 205 "ro.fm.transmitter=false\n" 206 "\n" 207 "#\n" 208 "#System property for single instance recording\n" 209 "#\n" 210 "ro.fm.mulinst.recording.support=false\n" 211 "\n" 212 "#\n" 213 "# system props for SD card emulation of emmc partition\n" 214 "#\n" 215 "ro.emmc.sdcard.partition=18\n" 216 "\n" 217 "#\n" 218 "# system property to enforce Phone Mode view\n" 219 "#\n" 220 "ro.screen.layout=normal\n" 221 "#\n" 222 "# Turn off tiled rendering\n" 223 "#\n" 224 "debug.enabletr=true\n" 225 "#\n" 226 "#System prop for setting the pixel format\n" 227 "#\n" 228 "ro.staticwallpaper.pixelformat=RGB_565\n" 229 "\n" 230 "#\n" 231 "#System prop for disabling the meta data mode for encoder\n" 232 "#\n" 233 "debug.camcorder.disablemeta=0\n" 234 "\n" 235 "#\n" 236 "# Simulate sdcard on /data/media\n" 237 "#\n" 238 "persist.fuse_sdcard=true\n" 239 "\n" 240 "#\n" 241 "# System prop for using landscape preview layout in camera\n" 242 "#\n" 243 "debug.camera.landscape=true\n" 244 "\n" 245 "#\n" 246 "# System prop for capping scroll velocity\n" 247 "#\n" 248 "ro.max.fling_velocity=4000\n" 249 "\n" 250 "#\n" 251 "# System prop for disabling the rendering dirty regions\n" 252 "#\n" 253 "hwui.render_dirty_regions=false\n" 254 "\n" 255 "#\n" 256 "# System prop for enabling discontinuity for HLS Variant Playlist\n" 257 "#\n" 258 "httplive.enable.discontinuity=true\n" 259 "\n" 260 "#\n" 261 "# Enable Dynamic sampling to help with cases like mp3 playback.\n" 262 "#\n" 263 "dev.pm.dyn_samplingrate=1\n" 264 "#\n" 265 "# On Strider below period is found to improve power numbers for AAC MP4\n" 266 "#\n" 267 "dev.pm.dyn_sample_period=700000\n" 268 "#\n" 269 "# System prop to enable DSDS\n" 270 "#\n" 271 "persist.dsds.enabled=true\n" 272 "\n" 273 "persist.multisim.config=dsds\n" 274 "\n" 275 "ro.multi.rild=true\n" 276 "\n" 277 "ro.kernel.qemu=0\n" 278 "\n" 279 "#\n" 280 "#snapdragon value add features\n" 281 "#\n" 282 "ro.qc.sdk.camera.facialproc=false\n" 283 "ro.qc.sdk.gestures.camera=false\n" 284 "#\n" 285 "# Enable swaprect feature\n" 286 "#\n" 287 "debug.sf.swaprect=1\n" 288 "\n" 289 "#\n" 290 "# Keep SIM state on LPM mode\n" 291 "#\n" 292 "persist.radio.apm_sim_not_pwdn=1\n" 293 "#\n" 294 "# ADDITIONAL_BUILD_PROPERTIES\n" 295 "#\n" 296 "persist.radio.apm_sim_not_pwdn=0\n" 297 "dalvik.vm.heapstartsize=5m\n" 298 "dalvik.vm.heapgrowthlimit=48m\n" 299 "dalvik.vm.heapsize=128m\n" 300 "ro.vendor.extension_library=/system/lib/libqc-opt.so\n" 301 "dalvik.vm.heaputilization=0.25\n" 302 "dalvik.vm.heapidealfree=8388608\n" 303 "dalvik.vm.heapconcurrentstart=2097152\n" 304 "ro.sec.fle.encryption=true\n" 305 "ro.config.ringtone=S_Over_the_horizon.ogg\n" 306 "ro.config.ringtone_2=02_Fog_on_the_water.ogg\n" 307 "ro.config.notification_sound=S_Whistle.ogg\n" 308 "ro.config.notification_sound_2=S_On_time.ogg\n" 309 "ro.config.alarm_alert=Walk_in_the_forest.ogg\n" 310 "ro.config.media_sound=Media_preview_Touch_the_light.ogg\n" 311 "ro.error.receiver.default=com.samsung.receiver.error\n" 312 "keyguard.no_require_sim=true\n" 313 "ro.com.android.dateformat=MM-dd-yyyy\n" 314 "ro.carrier=unknown\n" 315 "ro.com.google.clientidbase=android-samsung\n" 316 "ro.ril.hsxpa=1\n" 317 "ro.ril.gprsclass=10\n" 318 "ro.adb.qemud=1\n" 319 "ro.com.google.gmsversion=4.1_r6\n" 320 "net.bt.name=Android\n" 321 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 322 "\n", 323 }, 324 { 325 .path = "/sys/devices/system/cpu/kernel_max", 326 .size = 2, 327 .content = "3\n", 328 }, 329 { 330 .path = "/sys/devices/system/cpu/possible", 331 .size = 4, 332 .content = "0-3\n", 333 }, 334 { 335 .path = "/sys/devices/system/cpu/present", 336 .size = 4, 337 .content = "0-3\n", 338 }, 339 { 340 .path = "/sys/devices/system/cpu/online", 341 .size = 2, 342 .content = "0\n", 343 }, 344 { 345 .path = "/sys/devices/system/cpu/offline", 346 .size = 4, 347 .content = "1-3\n", 348 }, 349 { 350 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 351 .size = 2, 352 .content = "0\n", 353 }, 354 { 355 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 356 .size = 8, 357 .content = "1209600\n", 358 }, 359 { 360 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 361 .size = 7, 362 .content = "245760\n", 363 }, 364 { 365 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 366 .size = 6, 367 .content = "50000\n", 368 }, 369 { 370 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 371 .size = 2, 372 .content = "0\n", 373 }, 374 { 375 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 376 .size = 45, 377 .content = "245760 320000 480000 700800 1008000 1209600 \n", 378 }, 379 { 380 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 381 .size = 67, 382 .content = "interactive conservative ondemand userspace powersave performance \n", 383 }, 384 { 385 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 386 .size = 7, 387 .content = "245760\n", 388 }, 389 { 390 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 391 .size = 4, 392 .content = "msm\n", 393 }, 394 { 395 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 396 .size = 9, 397 .content = "ondemand\n", 398 }, 399 { 400 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 401 .size = 7, 402 .content = "245760\n", 403 }, 404 { 405 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 406 .size = 71, 407 .content = 408 "245760 2541\n" 409 "320000 144\n" 410 "480000 164\n" 411 "700800 394\n" 412 "1008000 2542\n" 413 "1209600 2131\n", 414 }, 415 { 416 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 417 .size = 4, 418 .content = "258\n", 419 }, 420 { 421 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/trans_table", 422 .size = 521, 423 .content = 424 " From : To\n" 425 " : 245760 320000 480000 700800 1008000 1209600 \n" 426 " 245760: 0 0 0 32 0 0 \n" 427 " 320000: 7 0 0 1 0 0 \n" 428 " 480000: 5 0 0 13 0 1 \n" 429 " 700800: 10 2 12 0 34 0 \n" 430 " 1008000: 5 2 2 5 0 63 \n" 431 " 1209600: 6 4 4 7 43 0 \n", 432 }, 433 { 434 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 435 .size = 2, 436 .content = "0\n", 437 }, 438 { 439 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 440 .size = 4, 441 .content = "0-3\n", 442 }, 443 { 444 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 445 .size = 2, 446 .content = "f\n", 447 }, 448 { 449 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 450 .size = 2, 451 .content = "0\n", 452 }, 453 { 454 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 455 .size = 2, 456 .content = "0\n", 457 }, 458 { 459 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 460 .size = 2, 461 .content = "1\n", 462 }, 463 { NULL }, 464 }; 465 466 #ifdef __ANDROID__ 467 struct cpuinfo_mock_property properties[] = { 468 { 469 .key = "DEVICE_PROVISIONED", 470 .value = "1", 471 }, 472 { 473 .key = "ac3.decode", 474 .value = "true", 475 }, 476 { 477 .key = "af.resampler.quality", 478 .value = "255", 479 }, 480 { 481 .key = "audio.decoder_override_check", 482 .value = "true", 483 }, 484 { 485 .key = "audio.legacy.postproc", 486 .value = "true", 487 }, 488 { 489 .key = "bluetooth.hotoff.state", 490 .value = "1", 491 }, 492 { 493 .key = "dalvik.vm.heapconcurrentstart", 494 .value = "2097152", 495 }, 496 { 497 .key = "dalvik.vm.heapgrowthlimit", 498 .value = "48m", 499 }, 500 { 501 .key = "dalvik.vm.heapidealfree", 502 .value = "8388608", 503 }, 504 { 505 .key = "dalvik.vm.heapsize", 506 .value = "128m", 507 }, 508 { 509 .key = "dalvik.vm.heapstartsize", 510 .value = "5m", 511 }, 512 { 513 .key = "dalvik.vm.heaputilization", 514 .value = "0.25", 515 }, 516 { 517 .key = "dalvik.vm.stack-trace-file", 518 .value = "/data/anr/traces.txt", 519 }, 520 { 521 .key = "debug.camcorder.disablemeta", 522 .value = "0", 523 }, 524 { 525 .key = "debug.camera.landscape", 526 .value = "true", 527 }, 528 { 529 .key = "debug.composition.7x25A.type", 530 .value = "mdp", 531 }, 532 { 533 .key = "debug.composition.7x27A.type", 534 .value = "mdp", 535 }, 536 { 537 .key = "debug.composition.8x25.type", 538 .value = "dyn", 539 }, 540 { 541 .key = "debug.composition.type", 542 .value = "dyn", 543 }, 544 { 545 .key = "debug.enabletr", 546 .value = "true", 547 }, 548 { 549 .key = "debug.hwc.dynThreshold", 550 .value = "1.90", 551 }, 552 { 553 .key = "debug.sf.hw", 554 .value = "1", 555 }, 556 { 557 .key = "debug.sf.swaprect", 558 .value = "1", 559 }, 560 { 561 .key = "dev.bootcomplete", 562 .value = "1", 563 }, 564 { 565 .key = "dev.kiessupport", 566 .value = "TRUE", 567 }, 568 { 569 .key = "dev.pm.dyn_sample_period", 570 .value = "700000", 571 }, 572 { 573 .key = "dev.pm.dyn_samplingrate", 574 .value = "1", 575 }, 576 { 577 .key = "gsm.current.phone-type", 578 .value = "1,1", 579 }, 580 { 581 .key = "gsm.network.type", 582 .value = "GPRS:1", 583 }, 584 { 585 .key = "gsm.network.type_1", 586 .value = "GPRS:1", 587 }, 588 { 589 .key = "gsm.operator.alpha", 590 .value = "", 591 }, 592 { 593 .key = "gsm.operator.alpha_1", 594 .value = "", 595 }, 596 { 597 .key = "gsm.operator.iso-country", 598 .value = "us", 599 }, 600 { 601 .key = "gsm.operator.iso-country_1", 602 .value = "us", 603 }, 604 { 605 .key = "gsm.operator.isroaming", 606 .value = "false", 607 }, 608 { 609 .key = "gsm.operator.isroaming_1", 610 .value = "false", 611 }, 612 { 613 .key = "gsm.operator.numeric", 614 .value = "310260", 615 }, 616 { 617 .key = "gsm.operator.numeric_1", 618 .value = "310260", 619 }, 620 { 621 .key = "gsm.sim.state", 622 .value = "ABSENT", 623 }, 624 { 625 .key = "gsm.sim.state_1", 626 .value = "ABSENT", 627 }, 628 { 629 .key = "gsm.version.baseband", 630 .value = "I8552ZTANF1", 631 }, 632 { 633 .key = "gsm.version.ril-impl", 634 .value = "Qualcomm RIL 1.0", 635 }, 636 { 637 .key = "gsm.voice.networktype", 638 .value = "GPRS:1", 639 }, 640 { 641 .key = "httplive.enable.discontinuity", 642 .value = "true", 643 }, 644 { 645 .key = "hw.cabl.version", 646 .value = "1.0.20120512\n", 647 }, 648 { 649 .key = "hwui.render_dirty_regions", 650 .value = "false", 651 }, 652 { 653 .key = "init.svc.BCS-daemon", 654 .value = "running", 655 }, 656 { 657 .key = "init.svc.DR-daemon", 658 .value = "running", 659 }, 660 { 661 .key = "init.svc.DTT-daemon", 662 .value = "running", 663 }, 664 { 665 .key = "init.svc.KIES-daemon", 666 .value = "running", 667 }, 668 { 669 .key = "init.svc.SMD-daemon", 670 .value = "running", 671 }, 672 { 673 .key = "init.svc.adbd", 674 .value = "running", 675 }, 676 { 677 .key = "init.svc.at_distributor", 678 .value = "running", 679 }, 680 { 681 .key = "init.svc.atfwd", 682 .value = "running", 683 }, 684 { 685 .key = "init.svc.bccmd", 686 .value = "stopped", 687 }, 688 { 689 .key = "init.svc.bluetoothd", 690 .value = "running", 691 }, 692 { 693 .key = "init.svc.bootanim", 694 .value = "stopped", 695 }, 696 { 697 .key = "init.svc.cnd", 698 .value = "running", 699 }, 700 { 701 .key = "init.svc.comp-set", 702 .value = "stopped", 703 }, 704 { 705 .key = "init.svc.dbus", 706 .value = "running", 707 }, 708 { 709 .key = "init.svc.debuggerd", 710 .value = "running", 711 }, 712 { 713 .key = "init.svc.diag_uart_log", 714 .value = "running", 715 }, 716 { 717 .key = "init.svc.drm", 718 .value = "running", 719 }, 720 { 721 .key = "init.svc.gpu_dcvsd", 722 .value = "running", 723 }, 724 { 725 .key = "init.svc.griffon", 726 .value = "restarting", 727 }, 728 { 729 .key = "init.svc.hciattach", 730 .value = "running", 731 }, 732 { 733 .key = "init.svc.installd", 734 .value = "running", 735 }, 736 { 737 .key = "init.svc.keystore", 738 .value = "running", 739 }, 740 { 741 .key = "init.svc.macloader", 742 .value = "running", 743 }, 744 { 745 .key = "init.svc.media", 746 .value = "running", 747 }, 748 { 749 .key = "init.svc.mobex-daemon", 750 .value = "running", 751 }, 752 { 753 .key = "init.svc.mpdecision", 754 .value = "running", 755 }, 756 { 757 .key = "init.svc.netd", 758 .value = "running", 759 }, 760 { 761 .key = "init.svc.netmgrd", 762 .value = "running", 763 }, 764 { 765 .key = "init.svc.p2p_supplicant", 766 .value = "running", 767 }, 768 { 769 .key = "init.svc.powersnd", 770 .value = "stopped", 771 }, 772 { 773 .key = "init.svc.ppd", 774 .value = "running", 775 }, 776 { 777 .key = "init.svc.qcamerasvr", 778 .value = "running", 779 }, 780 { 781 .key = "init.svc.qcom-c_core-sh", 782 .value = "stopped", 783 }, 784 { 785 .key = "init.svc.qcom-c_main-sh", 786 .value = "stopped", 787 }, 788 { 789 .key = "init.svc.qcom-post-boot", 790 .value = "stopped", 791 }, 792 { 793 .key = "init.svc.qcom-post-fs", 794 .value = "stopped", 795 }, 796 { 797 .key = "init.svc.qcom-sh", 798 .value = "stopped", 799 }, 800 { 801 .key = "init.svc.qcom-usb-sh", 802 .value = "stopped", 803 }, 804 { 805 .key = "init.svc.qmuxd", 806 .value = "running", 807 }, 808 { 809 .key = "init.svc.qosmgrd", 810 .value = "running", 811 }, 812 { 813 .key = "init.svc.ril-daemon1", 814 .value = "running", 815 }, 816 { 817 .key = "init.svc.ril-daemon", 818 .value = "running", 819 }, 820 { 821 .key = "init.svc.ril-qmi", 822 .value = "stopped", 823 }, 824 { 825 .key = "init.svc.rmt_storage", 826 .value = "running", 827 }, 828 { 829 .key = "init.svc.sdcard", 830 .value = "running", 831 }, 832 { 833 .key = "init.svc.secril-daemon", 834 .value = "running", 835 }, 836 { 837 .key = "init.svc.sensord", 838 .value = "running", 839 }, 840 { 841 .key = "init.svc.servicemanager", 842 .value = "running", 843 }, 844 { 845 .key = "init.svc.surfaceflinger", 846 .value = "running", 847 }, 848 { 849 .key = "init.svc.synergy_fm_init", 850 .value = "running", 851 }, 852 { 853 .key = "init.svc.thermald", 854 .value = "running", 855 }, 856 { 857 .key = "init.svc.ueventd", 858 .value = "running", 859 }, 860 { 861 .key = "init.svc.version-set", 862 .value = "stopped", 863 }, 864 { 865 .key = "init.svc.vold", 866 .value = "running", 867 }, 868 { 869 .key = "init.svc.wiperiface", 870 .value = "stopped", 871 }, 872 { 873 .key = "init.svc.wpa_supplicant", 874 .value = "running", 875 }, 876 { 877 .key = "init.svc.zygote", 878 .value = "running", 879 }, 880 { 881 .key = "keyguard.no_require_sim", 882 .value = "true", 883 }, 884 { 885 .key = "lpa.decode", 886 .value = "true", 887 }, 888 { 889 .key = "media.stagefright.enable-aac", 890 .value = "true", 891 }, 892 { 893 .key = "media.stagefright.enable-fma2dp", 894 .value = "true", 895 }, 896 { 897 .key = "media.stagefright.enable-http", 898 .value = "true", 899 }, 900 { 901 .key = "media.stagefright.enable-meta", 902 .value = "false", 903 }, 904 { 905 .key = "media.stagefright.enable-player", 906 .value = "true", 907 }, 908 { 909 .key = "media.stagefright.enable-qcp", 910 .value = "true", 911 }, 912 { 913 .key = "media.stagefright.enable-scan", 914 .value = "true", 915 }, 916 { 917 .key = "net.bt.name", 918 .value = "Android", 919 }, 920 { 921 .key = "net.change", 922 .value = "net.nw.cache.orderby", 923 }, 924 { 925 .key = "net.dns.cache_size", 926 .value = "512", 927 }, 928 { 929 .key = "net.dns.cache_ttl", 930 .value = "600", 931 }, 932 { 933 .key = "net.hostname", 934 .value = "android-413f71b1560236d3", 935 }, 936 { 937 .key = "net.http.getzip", 938 .value = "1", 939 }, 940 { 941 .key = "net.http.idle_cache.shutdown", 942 .value = "true", 943 }, 944 { 945 .key = "net.http.idle_cache.size", 946 .value = "40", 947 }, 948 { 949 .key = "net.http.threads", 950 .value = "10", 951 }, 952 { 953 .key = "net.mt.init", 954 .value = "DONE", 955 }, 956 { 957 .key = "net.nw.cache.orderby", 958 .value = "weight", 959 }, 960 { 961 .key = "net.nw.cache.prioadvstep", 962 .value = "86400000", 963 }, 964 { 965 .key = "net.nw.cache.weightadvstep", 966 .value = "3600000", 967 }, 968 { 969 .key = "net.qtaguid_enabled", 970 .value = "1", 971 }, 972 { 973 .key = "net.rmnet0.dns1", 974 .value = "", 975 }, 976 { 977 .key = "net.rmnet0.dns2", 978 .value = "", 979 }, 980 { 981 .key = "net.rmnet0.gw", 982 .value = "", 983 }, 984 { 985 .key = "net.rmnet1.dns1", 986 .value = "", 987 }, 988 { 989 .key = "net.rmnet1.dns2", 990 .value = "", 991 }, 992 { 993 .key = "net.rmnet1.gw", 994 .value = "", 995 }, 996 { 997 .key = "net.rmnet2.dns1", 998 .value = "", 999 }, 1000 { 1001 .key = "net.rmnet2.dns2", 1002 .value = "", 1003 }, 1004 { 1005 .key = "net.rmnet2.gw", 1006 .value = "", 1007 }, 1008 { 1009 .key = "net.tcp.buffersize.default", 1010 .value = "4096,87380,110208,4096,16384,110208", 1011 }, 1012 { 1013 .key = "net.tcp.buffersize.edge", 1014 .value = "4093,26280,35040,4096,16384,35040", 1015 }, 1016 { 1017 .key = "net.tcp.buffersize.evdo_b", 1018 .value = "4094,87380,262144,4096,16384,262144", 1019 }, 1020 { 1021 .key = "net.tcp.buffersize.gprs", 1022 .value = "4092,8760,11680,4096,8760,11680", 1023 }, 1024 { 1025 .key = "net.tcp.buffersize.hsdpa", 1026 .value = "4094,87380,1220608,4096,16384,1220608", 1027 }, 1028 { 1029 .key = "net.tcp.buffersize.hspa", 1030 .value = "4094,87380,1220608,4096,16384,1220608", 1031 }, 1032 { 1033 .key = "net.tcp.buffersize.hsupa", 1034 .value = "4094,87380,1220608,4096,16384,1220608", 1035 }, 1036 { 1037 .key = "net.tcp.buffersize.lte", 1038 .value = "4094,87380,1220608,4096,16384,1220608", 1039 }, 1040 { 1041 .key = "net.tcp.buffersize.umts", 1042 .value = "4094,87380,110208,4096,16384,110208", 1043 }, 1044 { 1045 .key = "net.tcp.buffersize.wifi", 1046 .value = "524288,1048576,2097152,262144,524288,1048576", 1047 }, 1048 { 1049 .key = "net.webkit.cache.maxdeadsize", 1050 .value = "4194304", 1051 }, 1052 { 1053 .key = "net.webkit.cache.mindeadsize", 1054 .value = "4194304", 1055 }, 1056 { 1057 .key = "net.webkit.cache.size", 1058 .value = "12582912", 1059 }, 1060 { 1061 .key = "persist.audio.allsoundmute", 1062 .value = "0", 1063 }, 1064 { 1065 .key = "persist.audio.headsetsysvolume", 1066 .value = "4", 1067 }, 1068 { 1069 .key = "persist.audio.hphonesysvolume", 1070 .value = "4", 1071 }, 1072 { 1073 .key = "persist.audio.ringermode", 1074 .value = "2", 1075 }, 1076 { 1077 .key = "persist.audio.sysvolume", 1078 .value = "4", 1079 }, 1080 { 1081 .key = "persist.cne.UseCne", 1082 .value = "none", 1083 }, 1084 { 1085 .key = "persist.cne.bat.based.rat.mgt", 1086 .value = "false", 1087 }, 1088 { 1089 .key = "persist.cne.bat.range.low.med", 1090 .value = "30", 1091 }, 1092 { 1093 .key = "persist.cne.bat.range.med.high", 1094 .value = "60", 1095 }, 1096 { 1097 .key = "persist.cne.bwbased.rat.sel", 1098 .value = "false", 1099 }, 1100 { 1101 .key = "persist.cne.feature", 1102 .value = "0", 1103 }, 1104 { 1105 .key = "persist.cne.fmc.comm.time.out", 1106 .value = "130", 1107 }, 1108 { 1109 .key = "persist.cne.fmc.init.time.out", 1110 .value = "30", 1111 }, 1112 { 1113 .key = "persist.cne.fmc.mode", 1114 .value = "false", 1115 }, 1116 { 1117 .key = "persist.cne.fmc.retry", 1118 .value = "false", 1119 }, 1120 { 1121 .key = "persist.cne.loc.policy.op", 1122 .value = "/system/etc/OperatorPolicy.xml", 1123 }, 1124 { 1125 .key = "persist.cne.loc.policy.user", 1126 .value = "/system/etc/UserPolicy.xml", 1127 }, 1128 { 1129 .key = "persist.cne.rat.acq.retry.tout", 1130 .value = "0", 1131 }, 1132 { 1133 .key = "persist.cne.rat.acq.time.out", 1134 .value = "30000", 1135 }, 1136 { 1137 .key = "persist.cne.snsr.based.rat.mgt", 1138 .value = "false", 1139 }, 1140 { 1141 .key = "persist.data.ds_fmc_app.mode", 1142 .value = "0", 1143 }, 1144 { 1145 .key = "persist.dsds.enabled", 1146 .value = "true", 1147 }, 1148 { 1149 .key = "persist.fuse_sdcard", 1150 .value = "true", 1151 }, 1152 { 1153 .key = "persist.gralloc.cp.level3", 1154 .value = "1", 1155 }, 1156 { 1157 .key = "persist.ims.regmanager.mode", 1158 .value = "0", 1159 }, 1160 { 1161 .key = "persist.multisim.config", 1162 .value = "dsds", 1163 }, 1164 { 1165 .key = "persist.omh.enabled", 1166 .value = "1", 1167 }, 1168 { 1169 .key = "persist.radio.adb_log_on", 1170 .value = "1", 1171 }, 1172 { 1173 .key = "persist.radio.apm_sim_not_pwdn", 1174 .value = "0", 1175 }, 1176 { 1177 .key = "persist.radio.eons.enabled", 1178 .value = "true", 1179 }, 1180 { 1181 .key = "persist.radio.plmnname_1", 1182 .value = "", 1183 }, 1184 { 1185 .key = "persist.radio.plmnname_2", 1186 .value = "", 1187 }, 1188 { 1189 .key = "persist.rild.nitz_long_ons_0", 1190 .value = "", 1191 }, 1192 { 1193 .key = "persist.rild.nitz_long_ons_1", 1194 .value = "", 1195 }, 1196 { 1197 .key = "persist.rild.nitz_long_ons_2", 1198 .value = "", 1199 }, 1200 { 1201 .key = "persist.rild.nitz_long_ons_3", 1202 .value = "", 1203 }, 1204 { 1205 .key = "persist.rild.nitz_plmn", 1206 .value = "", 1207 }, 1208 { 1209 .key = "persist.rild.nitz_short_ons_0", 1210 .value = "", 1211 }, 1212 { 1213 .key = "persist.rild.nitz_short_ons_1", 1214 .value = "", 1215 }, 1216 { 1217 .key = "persist.rild.nitz_short_ons_2", 1218 .value = "", 1219 }, 1220 { 1221 .key = "persist.rild.nitz_short_ons_3", 1222 .value = "", 1223 }, 1224 { 1225 .key = "persist.sys.country", 1226 .value = "US", 1227 }, 1228 { 1229 .key = "persist.sys.flipfontpath", 1230 .value = "default", 1231 }, 1232 { 1233 .key = "persist.sys.gps_boot", 1234 .value = "1", 1235 }, 1236 { 1237 .key = "persist.sys.language", 1238 .value = "en", 1239 }, 1240 { 1241 .key = "persist.sys.localevar", 1242 .value = "", 1243 }, 1244 { 1245 .key = "persist.sys.profiler_ms", 1246 .value = "0", 1247 }, 1248 { 1249 .key = "persist.sys.setupwizard", 1250 .value = "FINISH", 1251 }, 1252 { 1253 .key = "persist.sys.storage_preload", 1254 .value = "2", 1255 }, 1256 { 1257 .key = "persist.sys.strictmode.visual", 1258 .value = "false", 1259 }, 1260 { 1261 .key = "persist.sys.usb.config", 1262 .value = "mtp,adb", 1263 }, 1264 { 1265 .key = "ril.CardSlotStatus", 1266 .value = "0", 1267 }, 1268 { 1269 .key = "ril.ICC_TYPE", 1270 .value = "0", 1271 }, 1272 { 1273 .key = "ril.ICC_TYPE_1", 1274 .value = "0", 1275 }, 1276 { 1277 .key = "ril.MSIMM", 1278 .value = "0", 1279 }, 1280 { 1281 .key = "ril.approved_codever", 1282 .value = "none", 1283 }, 1284 { 1285 .key = "ril.approved_cscver", 1286 .value = "none", 1287 }, 1288 { 1289 .key = "ril.approved_modemver", 1290 .value = "none", 1291 }, 1292 { 1293 .key = "ril.atd_status", 1294 .value = "1_1_0", 1295 }, 1296 { 1297 .key = "ril.deviceOffRes", 1298 .value = "0", 1299 }, 1300 { 1301 .key = "ril.ecclist0_0", 1302 .value = "112,911,999,000,110,118,119", 1303 }, 1304 { 1305 .key = "ril.ecclist", 1306 .value = "911,112,000,08,110,999,118,119", 1307 }, 1308 { 1309 .key = "ril.eri_num", 1310 .value = "0", 1311 }, 1312 { 1313 .key = "ril.hw_ver", 1314 .value = "MP 1.200", 1315 }, 1316 { 1317 .key = "ril.isSimChanged", 1318 .value = "0", 1319 }, 1320 { 1321 .key = "ril.isSimChanged_1", 1322 .value = "0", 1323 }, 1324 { 1325 .key = "ril.model_id", 1326 .value = "", 1327 }, 1328 { 1329 .key = "ril.modem.board", 1330 .value = "MSM8225Q", 1331 }, 1332 { 1333 .key = "ril.modem_sim_status", 1334 .value = "1", 1335 }, 1336 { 1337 .key = "ril.official_cscver", 1338 .value = "I8552ZZTANF1", 1339 }, 1340 { 1341 .key = "ril.prl_num", 1342 .value = "0", 1343 }, 1344 { 1345 .key = "ril.product_code", 1346 .value = "GT-I8552TAABRI", 1347 }, 1348 { 1349 .key = "ril.rfcal_date", 1350 .value = "2014.07.03", 1351 }, 1352 { 1353 .key = "ril.sales_code", 1354 .value = "BRI", 1355 }, 1356 { 1357 .key = "ril.serialnumber", 1358 .value = "RV1F62HGAYZ", 1359 }, 1360 { 1361 .key = "ril.subscription.types", 1362 .value = "NV,RUIM", 1363 }, 1364 { 1365 .key = "ril.sw_ver", 1366 .value = "I8552ZTANF1", 1367 }, 1368 { 1369 .key = "rild.libargs", 1370 .value = "-d /dev/smd0", 1371 }, 1372 { 1373 .key = "rild.libpath", 1374 .value = "/system/lib/libril-qc-qmi-1.so", 1375 }, 1376 { 1377 .key = "ro.adb.qemud", 1378 .value = "1", 1379 }, 1380 { 1381 .key = "ro.allow.mock.location", 1382 .value = "0", 1383 }, 1384 { 1385 .key = "ro.baseband", 1386 .value = "msm", 1387 }, 1388 { 1389 .key = "ro.bluetooth.remote.autoconnect", 1390 .value = "true", 1391 }, 1392 { 1393 .key = "ro.bluetooth.request.master", 1394 .value = "true", 1395 }, 1396 { 1397 .key = "ro.board.platform", 1398 .value = "msm7627a", 1399 }, 1400 { 1401 .key = "ro.boot.baseband", 1402 .value = "msm", 1403 }, 1404 { 1405 .key = "ro.boot.bootloader", 1406 .value = "I8552ZCANG1", 1407 }, 1408 { 1409 .key = "ro.boot.debug_level", 1410 .value = "0x4f4c", 1411 }, 1412 { 1413 .key = "ro.boot.emmc", 1414 .value = "true", 1415 }, 1416 { 1417 .key = "ro.boot.emmc_checksum", 1418 .value = "3", 1419 }, 1420 { 1421 .key = "ro.boot.hardware", 1422 .value = "qcom", 1423 }, 1424 { 1425 .key = "ro.boot.serialno", 1426 .value = "69c3c4d3", 1427 }, 1428 { 1429 .key = "ro.boot_recovery", 1430 .value = "unknown", 1431 }, 1432 { 1433 .key = "ro.bootchg", 1434 .value = "unknown", 1435 }, 1436 { 1437 .key = "ro.bootloader", 1438 .value = "I8552ZCANG1", 1439 }, 1440 { 1441 .key = "ro.bootmode", 1442 .value = "unknown", 1443 }, 1444 { 1445 .key = "ro.bt.bdaddr_path", 1446 .value = "/efs/bluetooth/bt_addr", 1447 }, 1448 { 1449 .key = "ro.build.PDA", 1450 .value = "I8552ZTANF1", 1451 }, 1452 { 1453 .key = "ro.build.changelist", 1454 .value = "1181821", 1455 }, 1456 { 1457 .key = "ro.build.characteristics", 1458 .value = "default", 1459 }, 1460 { 1461 .key = "ro.build.date.utc", 1462 .value = "1402889115", 1463 }, 1464 { 1465 .key = "ro.build.date", 1466 .value = "Mon Jun 16 12:25:15 KST 2014", 1467 }, 1468 { 1469 .key = "ro.build.description", 1470 .value = "delos3gzt-user 4.1.2 JZO54K I8552ZTANF1 release-keys", 1471 }, 1472 { 1473 .key = "ro.build.display.id", 1474 .value = "JZO54K.I8552ZTANF1", 1475 }, 1476 { 1477 .key = "ro.build.fingerprint", 1478 .value = "samsung/delos3gzt/delos3geur:4.1.2/JZO54K/I8552ZTANF1:user/release-keys", 1479 }, 1480 { 1481 .key = "ro.build.hidden_ver", 1482 .value = "I8552ZTANF1", 1483 }, 1484 { 1485 .key = "ro.build.host", 1486 .value = "R0301-05", 1487 }, 1488 { 1489 .key = "ro.build.id", 1490 .value = "JZO54K", 1491 }, 1492 { 1493 .key = "ro.build.product", 1494 .value = "delos3geur", 1495 }, 1496 { 1497 .key = "ro.build.tags", 1498 .value = "release-keys", 1499 }, 1500 { 1501 .key = "ro.build.type", 1502 .value = "user", 1503 }, 1504 { 1505 .key = "ro.build.user", 1506 .value = "se.infra", 1507 }, 1508 { 1509 .key = "ro.build.version.codename", 1510 .value = "REL", 1511 }, 1512 { 1513 .key = "ro.build.version.incremental", 1514 .value = "I8552ZTANF1", 1515 }, 1516 { 1517 .key = "ro.build.version.release", 1518 .value = "4.1.2", 1519 }, 1520 { 1521 .key = "ro.build.version.sdk", 1522 .value = "16", 1523 }, 1524 { 1525 .key = "ro.carrier", 1526 .value = "unknown", 1527 }, 1528 { 1529 .key = "ro.com.android.dateformat", 1530 .value = "MM-dd-yyyy", 1531 }, 1532 { 1533 .key = "ro.com.google.clientidbase", 1534 .value = "android-samsung", 1535 }, 1536 { 1537 .key = "ro.com.google.gmsversion", 1538 .value = "4.1_r6", 1539 }, 1540 { 1541 .key = "ro.config.alarm_alert", 1542 .value = "Walk_in_the_forest.ogg", 1543 }, 1544 { 1545 .key = "ro.config.ehrpd", 1546 .value = "true", 1547 }, 1548 { 1549 .key = "ro.config.media_sound", 1550 .value = "Media_preview_Touch_the_light.ogg", 1551 }, 1552 { 1553 .key = "ro.config.notification_sound", 1554 .value = "S_Whistle.ogg", 1555 }, 1556 { 1557 .key = "ro.config.notification_sound_2", 1558 .value = "S_On_time.ogg", 1559 }, 1560 { 1561 .key = "ro.config.ringtone", 1562 .value = "S_Over_the_horizon.ogg", 1563 }, 1564 { 1565 .key = "ro.config.ringtone_2", 1566 .value = "02_Fog_on_the_water.ogg", 1567 }, 1568 { 1569 .key = "ro.cp_debug_level", 1570 .value = "unknown", 1571 }, 1572 { 1573 .key = "ro.crypto.state", 1574 .value = "unencrypted", 1575 }, 1576 { 1577 .key = "ro.csc.country_code", 1578 .value = "Taiwan", 1579 }, 1580 { 1581 .key = "ro.csc.countryiso_code", 1582 .value = "TW", 1583 }, 1584 { 1585 .key = "ro.csc.sales_code", 1586 .value = "BRI", 1587 }, 1588 { 1589 .key = "ro.debug_level", 1590 .value = "0x4f4c", 1591 }, 1592 { 1593 .key = "ro.debuggable", 1594 .value = "0", 1595 }, 1596 { 1597 .key = "ro.emmc.sdcard.partition", 1598 .value = "18", 1599 }, 1600 { 1601 .key = "ro.emmc", 1602 .value = "true", 1603 }, 1604 { 1605 .key = "ro.emmc_checksum", 1606 .value = "3", 1607 }, 1608 { 1609 .key = "ro.error.receiver.default", 1610 .value = "com.samsung.receiver.error", 1611 }, 1612 { 1613 .key = "ro.factorytest", 1614 .value = "0", 1615 }, 1616 { 1617 .key = "ro.fm.analogpath.supported", 1618 .value = "true", 1619 }, 1620 { 1621 .key = "ro.fm.mulinst.recording.support", 1622 .value = "false", 1623 }, 1624 { 1625 .key = "ro.fm.transmitter", 1626 .value = "false", 1627 }, 1628 { 1629 .key = "ro.fuse_sdcard", 1630 .value = "true", 1631 }, 1632 { 1633 .key = "ro.hardware", 1634 .value = "qcom", 1635 }, 1636 { 1637 .key = "ro.hw_plat", 1638 .value = "8x25", 1639 }, 1640 { 1641 .key = "ro.kernel.qemu", 1642 .value = "0", 1643 }, 1644 { 1645 .key = "ro.lcd_brightness", 1646 .value = "130", 1647 }, 1648 { 1649 .key = "ro.max.fling_velocity", 1650 .value = "4000", 1651 }, 1652 { 1653 .key = "ro.multi.rild", 1654 .value = "true", 1655 }, 1656 { 1657 .key = "ro.nvdata_backup", 1658 .value = "unknown", 1659 }, 1660 { 1661 .key = "ro.opengles.version", 1662 .value = "131072", 1663 }, 1664 { 1665 .key = "ro.product.board", 1666 .value = "MSM8225", 1667 }, 1668 { 1669 .key = "ro.product.brand", 1670 .value = "samsung", 1671 }, 1672 { 1673 .key = "ro.product.cpu.abi2", 1674 .value = "armeabi", 1675 }, 1676 { 1677 .key = "ro.product.cpu.abi", 1678 .value = "armeabi-v7a", 1679 }, 1680 { 1681 .key = "ro.product.device", 1682 .value = "delos3geur", 1683 }, 1684 { 1685 .key = "ro.product.locale.language", 1686 .value = "en", 1687 }, 1688 { 1689 .key = "ro.product.locale.region", 1690 .value = "GB", 1691 }, 1692 { 1693 .key = "ro.product.manufacturer", 1694 .value = "samsung", 1695 }, 1696 { 1697 .key = "ro.product.model", 1698 .value = "GT-I8552", 1699 }, 1700 { 1701 .key = "ro.product.name", 1702 .value = "delos3gzt", 1703 }, 1704 { 1705 .key = "ro.product_ship", 1706 .value = "true", 1707 }, 1708 { 1709 .key = "ro.qc.sdk.audio.fluencetype", 1710 .value = "fluence", 1711 }, 1712 { 1713 .key = "ro.qc.sdk.camera.facialproc", 1714 .value = "false", 1715 }, 1716 { 1717 .key = "ro.qc.sdk.gestures.camera", 1718 .value = "false", 1719 }, 1720 { 1721 .key = "ro.qualcomm.bluetooth.ftp", 1722 .value = "true", 1723 }, 1724 { 1725 .key = "ro.qualcomm.bluetooth.sap", 1726 .value = "true", 1727 }, 1728 { 1729 .key = "ro.qualcomm.cabl", 1730 .value = "1", 1731 }, 1732 { 1733 .key = "ro.revision", 1734 .value = "0", 1735 }, 1736 { 1737 .key = "ro.ril.gprsclass", 1738 .value = "10", 1739 }, 1740 { 1741 .key = "ro.ril.hsxpa", 1742 .value = "1", 1743 }, 1744 { 1745 .key = "ro.runtime.firstboot", 1746 .value = "1325636102182", 1747 }, 1748 { 1749 .key = "ro.screen.layout", 1750 .value = "normal", 1751 }, 1752 { 1753 .key = "ro.sec.fle.encryption", 1754 .value = "true", 1755 }, 1756 { 1757 .key = "ro.secure", 1758 .value = "1", 1759 }, 1760 { 1761 .key = "ro.serialno", 1762 .value = "69c3c4d3", 1763 }, 1764 { 1765 .key = "ro.setupwizard.mode", 1766 .value = "OPTIONAL", 1767 }, 1768 { 1769 .key = "ro.sf.lcd_density", 1770 .value = "240", 1771 }, 1772 { 1773 .key = "ro.staticwallpaper.pixelformat", 1774 .value = "RGB_565", 1775 }, 1776 { 1777 .key = "ro.telephony.call_ring.multiple", 1778 .value = "false", 1779 }, 1780 { 1781 .key = "ro.use_data_netmgrd", 1782 .value = "true", 1783 }, 1784 { 1785 .key = "ro.vendor.extension_library", 1786 .value = "/system/lib/libqc-opt.so", 1787 }, 1788 { 1789 .key = "ro.wifi.channels", 1790 .value = "", 1791 }, 1792 { 1793 .key = "service.bootanim.exit", 1794 .value = "1", 1795 }, 1796 { 1797 .key = "service.media.powersnd", 1798 .value = "1", 1799 }, 1800 { 1801 .key = "sys.boot_completed", 1802 .value = "1", 1803 }, 1804 { 1805 .key = "sys.media.vdec.sw", 1806 .value = "0", 1807 }, 1808 { 1809 .key = "sys.settings_system_version", 1810 .value = "17", 1811 }, 1812 { 1813 .key = "sys.usb.config", 1814 .value = "mtp,adb", 1815 }, 1816 { 1817 .key = "sys.usb.state", 1818 .value = "mtp,adb", 1819 }, 1820 { 1821 .key = "system_init.startsurfaceflinger", 1822 .value = "0", 1823 }, 1824 { 1825 .key = "use.non-omx.aac.decoder", 1826 .value = "true", 1827 }, 1828 { 1829 .key = "use.non-omx.mp3.decoder", 1830 .value = "true", 1831 }, 1832 { 1833 .key = "vold.post_fs_data_done", 1834 .value = "1", 1835 }, 1836 { 1837 .key = "wifi.interface", 1838 .value = "wlan0", 1839 }, 1840 { 1841 .key = "wlan.driver.status", 1842 .value = "ok", 1843 }, 1844 { NULL }, 1845 }; 1846 #endif /* __ANDROID__ */ 1847