1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 1121, 5 .content = 6 "Processor\t: ARMv7 Processor rev 5 (v7l)\n" 7 "processor\t: 0\n" 8 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 9 "BogoMIPS\t: 2413.36\n" 10 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 11 "CPU implementer\t: 0x41\n" 12 "CPU architecture: 7\n" 13 "CPU variant\t: 0x0\n" 14 "CPU part\t: 0xc07\n" 15 "CPU revision\t: 5\n" 16 "\n" 17 "processor\t: 1\n" 18 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 19 "BogoMIPS\t: 2419.91\n" 20 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 21 "CPU implementer\t: 0x41\n" 22 "CPU architecture: 7\n" 23 "CPU variant\t: 0x0\n" 24 "CPU part\t: 0xc07\n" 25 "CPU revision\t: 5\n" 26 "\n" 27 "processor\t: 2\n" 28 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 29 "BogoMIPS\t: 2419.91\n" 30 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 31 "CPU implementer\t: 0x41\n" 32 "CPU architecture: 7\n" 33 "CPU variant\t: 0x0\n" 34 "CPU part\t: 0xc07\n" 35 "CPU revision\t: 5\n" 36 "\n" 37 "processor\t: 3\n" 38 "model name\t: ARMv7 Processor rev 5 (v7l)\n" 39 "BogoMIPS\t: 2419.91\n" 40 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 41 "CPU implementer\t: 0x41\n" 42 "CPU architecture: 7\n" 43 "CPU variant\t: 0x0\n" 44 "CPU part\t: 0xc07\n" 45 "CPU revision\t: 5\n" 46 "\n" 47 "Hardware\t: sc8830\n" 48 "Revision\t: 0005\n" 49 "Serial\t\t: 4200ff80dc185400\n", 50 }, 51 { 52 .path = "/system/build.prop", 53 .size = 5018, 54 .content = 55 "\n" 56 "# begin build properties\n" 57 "# autogenerated by buildinfo.sh\n" 58 "ro.build.id=LMY47V\n" 59 "ro.build.display.id=LMY47V.J120HXXS0AQE1\n" 60 "ro.build.version.incremental=J120HXXS0AQE1\n" 61 "ro.build.version.sdk=22\n" 62 "ro.build.version.codename=REL\n" 63 "ro.build.version.all_codenames=REL\n" 64 "ro.build.version.release=5.1.1\n" 65 "ro.build.version.security_patch=2017-05-01\n" 66 "ro.build.version.base_os=samsung/j1x3gxx/j1x3g:5.1.1/LMY47V/J120HXXU0AQC1:user/release-keys\n" 67 "ro.build.date=Thu May 18 18:45:55 KST 2017\n" 68 "ro.build.date.utc=1495100755\n" 69 "ro.build.type=user\n" 70 "ro.build.user=dpi\n" 71 "ro.build.host=SWDG9710\n" 72 "ro.build.tags=release-keys\n" 73 "ro.build.flavor=j1x3gxx-user\n" 74 "ro.product.model=SM-J120H\n" 75 "ro.product.brand=samsung\n" 76 "ro.product.name=j1x3gxx\n" 77 "ro.product.device=j1x3g\n" 78 "ro.product.board=SC7727SE\n" 79 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 80 "# use ro.product.cpu.abilist instead.\n" 81 "ro.product.cpu.abi=armeabi-v7a\n" 82 "ro.product.cpu.abi2=armeabi\n" 83 "ro.product.cpu.abilist=armeabi-v7a,armeabi\n" 84 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 85 "ro.product.cpu.abilist64=\n" 86 "ro.product.manufacturer=samsung\n" 87 "ro.product.locale.language=en\n" 88 "ro.product.locale.region=GB\n" 89 "ro.wifi.channels=\n" 90 "ro.board.platform=sc8830\n" 91 "# ro.build.product is obsolete; use ro.product.device\n" 92 "ro.build.product=j1x3g\n" 93 "# Do not try to parse description, fingerprint, or thumbprint\n" 94 "ro.build.description=j1x3gxx-user 5.1.1 LMY47V J120HXXS0AQE1 release-keys\n" 95 "ro.build.fingerprint=samsung/j1x3gxx/j1x3g:5.1.1/LMY47V/J120HXXS0AQE1:user/release-keys\n" 96 "ro.build.characteristics=default\n" 97 "# Samsung Specific Properties\n" 98 "ro.build.PDA=J120HXXS0AQE1\n" 99 "ro.build.hidden_ver=J120HXXS0AQE1\n" 100 "ro.build.changelist=9606765\n" 101 "ro.product_ship=true\n" 102 "ro.chipname=SC7727SE\n" 103 "ro.build.official.release=true\n" 104 "# end build properties\n" 105 "#\n" 106 "# from device/samsung/j1x3g/system.prop\n" 107 "#\n" 108 "\n" 109 "ro.sf.lcd_density=240\n" 110 "ro.sf.lcd_width=54\n" 111 "ro.sf.lcd_height=96\n" 112 "ro.opengles.version=131072\n" 113 "ro.product.hardware=J1X3G_V1.0.0\n" 114 "\n" 115 "debug.hwui.render_dirty_regions=false\n" 116 "\n" 117 "# Bluetooth OPP low speed for save power\n" 118 "debug.bt.lowspeed=true\n" 119 "\n" 120 "persist.ttydev=ttyVUART0\n" 121 "\n" 122 "# delay for ConnectivityChange broadcast (ms)\n" 123 "conn.connectivity_change_delay = 0\n" 124 "\n" 125 "ro.product.partitionpath=/dev/block/platform/sdio_emmc/by-name/\n" 126 "\n" 127 "# Default ecclist\n" 128 "ro.ril.ecclist=112,911,#911,*911\n" 129 "\n" 130 "persist.modem.w.enable=1\n" 131 "persist.modem.w.nvp=w\n" 132 "ro.modem.w.dev=/proc/cpw/\n" 133 "ro.modem.w.tty=/dev/stty_w\n" 134 "ro.modem.w.eth=rmnet\n" 135 "ro.modem.w.snd=1\n" 136 "ro.modem.w.diag=/dev/slog_w\n" 137 "ro.modem.w.log=/dev/slog_w\n" 138 "ro.modem.w.loop=/dev/spipe_w0\n" 139 "ro.modem.w.nv=/dev/spipe_w1\n" 140 "ro.modem.w.assert=/dev/spipe_w2\n" 141 "ro.modem.w.vbc=/dev/spipe_w6\n" 142 "ro.modem.w.id=0\n" 143 "ro.modem.w.fixnv_size=0x40000\n" 144 "ro.modem.w.runnv_size=0x60000\n" 145 "\n" 146 "ro.modem.wcn.enable=1\n" 147 "ro.modem.wcn.diag=/dev/slog_wcn\n" 148 "ro.digital.fm.support=1\n" 149 "\n" 150 "persist.sys.engpc.disable=0\n" 151 "\n" 152 "ro.config.ksm.support=true\n" 153 "\n" 154 "#zram config\n" 155 "ro.config.zram.support=true\n" 156 "ro.board_ram_size=high\n" 157 "\n" 158 "# SPRD: add low cost low memory @{\n" 159 "ro.config.low_ram=true\n" 160 "# @}\n" 161 "\n" 162 "#if our product not support drm,set as false\n" 163 "drm.service.enabled=true\n" 164 "\n" 165 "# hotspot development\n" 166 "#ro.hotspot.enabled=1\n" 167 "\n" 168 "# SPRD: add support hwrotation\n" 169 "ro.sf.hwrotation=0\n" 170 "\n" 171 "# System property for storage_preload\n" 172 "persist.sys.storage_preload=1\n" 173 "\n" 174 "persist.ini.connectivity.prodnv=0\n" 175 "\n" 176 "ro.kernel.qemu=0\n" 177 "\n" 178 "#\n" 179 "# ADDITIONAL_BUILD_PROPERTIES\n" 180 "#\n" 181 "ro.astcenc.astcsupport=0\n" 182 "ro.mct.compressiontype=ETC1\n" 183 "ro.sf.lcd_density=240\n" 184 "dalvik.vm.heapstartsize=5m\n" 185 "dalvik.vm.heapgrowthlimit=96m\n" 186 "dalvik.vm.heapsize=128m\n" 187 "dalvik.vm.heaptargetutilization=0.75\n" 188 "dalvik.vm.heapminfree=1m\n" 189 "dalvik.vm.heapmaxfree=4m\n" 190 "ro.com.android.dateformat=MM-dd-yyyy\n" 191 "ro.carrier=unknown\n" 192 "security.ASKS.policy_version=000000\n" 193 "drm.service.enabled=true\n" 194 "persist.sys.sprd.modemreset=1\n" 195 "ro.adb.secure=1\n" 196 "persist.sys.sprd.wcnreset=1\n" 197 "persist.sys.engpc.disable=0\n" 198 "persist.service.agps.network=4g\n" 199 "ro.storage.flash_type=2\n" 200 "persist.storage.type=2\n" 201 "sys.tempsd.enable=0\n" 202 "sys.internal.emulated=1\n" 203 "ro.storage.install2internal=0\n" 204 "keyguard.no_require_sim=true\n" 205 "ro.com.android.dataroaming=false\n" 206 "persist.msms.phone_default=0\n" 207 "persist.sys.modem.diag=,gser\n" 208 "persist.sys.support.vt=false\n" 209 "sys.usb.gser.count=4\n" 210 "lmk.autocalc=false\n" 211 "ro.msms.phone_count=2\n" 212 "persist.msms.phone_count=2\n" 213 "ro.modem.w.count=2\n" 214 "persist.sprd.hperf=false\n" 215 "ro.build.scafe=capuccino\n" 216 "ro.build.scafe.size=short\n" 217 "ro.build.scafe.cream=white\n" 218 "ro.build.scafe.shot=single\n" 219 "ro.sec.fle.encryption=true\n" 220 "ro.error.receiver.default=com.samsung.receiver.error\n" 221 "ro.frp.pst=/dev/block/persistent\n" 222 "ro.config.dha_cached_max=8\n" 223 "ro.config.dha_cached_min=4\n" 224 "ro.config.dha_empty_max=30\n" 225 "ro.config.dha_empty_min=6\n" 226 "ro.config.dha_lmk_scale=1\n" 227 "ro.config.mdha_ssr_enable=true\n" 228 "ro.config.ringtone=Over_the_Horizon.ogg\n" 229 "ro.config.notification_sound=Skyline.ogg\n" 230 "ro.config.alarm_alert=Morning_Flower.ogg\n" 231 "ro.config.media_sound=Media_preview_Touch_the_light.ogg\n" 232 "ro.config.ringtone_2=Basic_Bell.ogg\n" 233 "ro.config.notification_sound_2=S_Charming_Bell.ogg\n" 234 "ro.setupwizard.mode=OPTIONAL\n" 235 "ro.com.google.gmsversion=5.1_r7\n" 236 "ro.com.google.clientidbase=android-samsung\n" 237 "persist.sys.dalvik.vm.lib.2=libart.so\n" 238 "dalvik.vm.isa.arm.features=div\n" 239 "ro.build.selinux=1\n" 240 "net.bt.name=Android\n" 241 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 242 "ro.build.aapt.config.prefer=hdpi\n" 243 "ro.build.version.sdl=2203\n" 244 "\n", 245 }, 246 { 247 .path = "/sys/devices/system/cpu/kernel_max", 248 .size = 2, 249 .content = "3\n", 250 }, 251 { 252 .path = "/sys/devices/system/cpu/possible", 253 .size = 4, 254 .content = "0-3\n", 255 }, 256 { 257 .path = "/sys/devices/system/cpu/present", 258 .size = 4, 259 .content = "0-3\n", 260 }, 261 { 262 .path = "/sys/devices/system/cpu/online", 263 .size = 4, 264 .content = "0-3\n", 265 }, 266 { 267 .path = "/sys/devices/system/cpu/offline", 268 .size = 1, 269 .content = "\n", 270 }, 271 { 272 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 273 .size = 108, 274 .content = 275 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\t\n" 276 "768000\t\t0\t\t0\t\t0\t\t0\t\t\n" 277 "1000000\t\t0\t\t0\t\t0\t\t0\t\t\n" 278 "1200000\t\t2301\t\t2301\t\t2301\t\t2301\t\t\n", 279 }, 280 { 281 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 282 .size = 11, 283 .content = "sc_cpuidle\n", 284 }, 285 { 286 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 287 .size = 5, 288 .content = "menu\n", 289 }, 290 { 291 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 292 .size = 8, 293 .content = "0 1 2 3\n", 294 }, 295 { 296 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 297 .size = 8, 298 .content = "1200000\n", 299 }, 300 { 301 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 302 .size = 7, 303 .content = "768000\n", 304 }, 305 { 306 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 307 .size = 6, 308 .content = "50000\n", 309 }, 310 { 311 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 312 .size = 8, 313 .content = "0 1 2 3\n", 314 }, 315 { 316 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 317 .size = 25, 318 .content = "interactive performance \n", 319 }, 320 { 321 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 322 .size = 5, 323 .content = "sprd\n", 324 }, 325 { 326 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 327 .size = 7, 328 .content = "768000\n", 329 }, 330 { 331 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 332 .size = 32, 333 .content = 334 "1200000 2395\n" 335 "1000000 0\n" 336 "768000 0\n", 337 }, 338 { 339 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 340 .size = 2, 341 .content = "0\n", 342 }, 343 { 344 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 345 .size = 2, 346 .content = "0\n", 347 }, 348 { 349 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 350 .size = 2, 351 .content = "f\n", 352 }, 353 { 354 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 355 .size = 4, 356 .content = "0-3\n", 357 }, 358 { 359 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 360 .size = 3, 361 .content = "15\n", 362 }, 363 { 364 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 365 .size = 2, 366 .content = "1\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/cpu1/cpufreq/affected_cpus", 375 .size = 8, 376 .content = "0 1 2 3\n", 377 }, 378 { 379 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 380 .size = 8, 381 .content = "1200000\n", 382 }, 383 { 384 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 385 .size = 7, 386 .content = "768000\n", 387 }, 388 { 389 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 390 .size = 6, 391 .content = "50000\n", 392 }, 393 { 394 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 395 .size = 8, 396 .content = "0 1 2 3\n", 397 }, 398 { 399 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 400 .size = 25, 401 .content = "interactive performance \n", 402 }, 403 { 404 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 405 .size = 5, 406 .content = "sprd\n", 407 }, 408 { 409 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq", 410 .size = 7, 411 .content = "768000\n", 412 }, 413 { 414 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 415 .size = 32, 416 .content = 417 "1200000 2683\n" 418 "1000000 0\n" 419 "768000 0\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 423 .size = 2, 424 .content = "0\n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 428 .size = 2, 429 .content = "1\n", 430 }, 431 { 432 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 433 .size = 2, 434 .content = "f\n", 435 }, 436 { 437 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 438 .size = 4, 439 .content = "0-3\n", 440 }, 441 { 442 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 443 .size = 3, 444 .content = "15\n", 445 }, 446 { 447 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 448 .size = 2, 449 .content = "2\n", 450 }, 451 { 452 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 453 .size = 2, 454 .content = "1\n", 455 }, 456 { 457 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 458 .size = 8, 459 .content = "0 1 2 3\n", 460 }, 461 { 462 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 463 .size = 8, 464 .content = "1200000\n", 465 }, 466 { 467 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 468 .size = 7, 469 .content = "768000\n", 470 }, 471 { 472 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 473 .size = 6, 474 .content = "50000\n", 475 }, 476 { 477 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 478 .size = 8, 479 .content = "0 1 2 3\n", 480 }, 481 { 482 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 483 .size = 25, 484 .content = "interactive performance \n", 485 }, 486 { 487 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 488 .size = 5, 489 .content = "sprd\n", 490 }, 491 { 492 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq", 493 .size = 7, 494 .content = "768000\n", 495 }, 496 { 497 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 498 .size = 32, 499 .content = 500 "1200000 2968\n" 501 "1000000 0\n" 502 "768000 0\n", 503 }, 504 { 505 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 506 .size = 2, 507 .content = "0\n", 508 }, 509 { 510 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 511 .size = 2, 512 .content = "2\n", 513 }, 514 { 515 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 516 .size = 2, 517 .content = "f\n", 518 }, 519 { 520 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 521 .size = 4, 522 .content = "0-3\n", 523 }, 524 { 525 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 526 .size = 3, 527 .content = "15\n", 528 }, 529 { 530 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 531 .size = 2, 532 .content = "4\n", 533 }, 534 { 535 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 536 .size = 2, 537 .content = "2\n", 538 }, 539 { 540 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 541 .size = 8, 542 .content = "0 1 2 3\n", 543 }, 544 { 545 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 546 .size = 8, 547 .content = "1200000\n", 548 }, 549 { 550 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 551 .size = 7, 552 .content = "768000\n", 553 }, 554 { 555 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 556 .size = 6, 557 .content = "50000\n", 558 }, 559 { 560 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 561 .size = 8, 562 .content = "0 1 2 3\n", 563 }, 564 { 565 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 566 .size = 25, 567 .content = "interactive performance \n", 568 }, 569 { 570 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 571 .size = 5, 572 .content = "sprd\n", 573 }, 574 { 575 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq", 576 .size = 7, 577 .content = "768000\n", 578 }, 579 { 580 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 581 .size = 32, 582 .content = 583 "1200000 3254\n" 584 "1000000 6\n" 585 "768000 0\n", 586 }, 587 { 588 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 589 .size = 2, 590 .content = "4\n", 591 }, 592 { 593 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 594 .size = 2, 595 .content = "3\n", 596 }, 597 { 598 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 599 .size = 2, 600 .content = "f\n", 601 }, 602 { 603 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 604 .size = 4, 605 .content = "0-3\n", 606 }, 607 { 608 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 609 .size = 3, 610 .content = "15\n", 611 }, 612 { 613 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 614 .size = 2, 615 .content = "8\n", 616 }, 617 { 618 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 619 .size = 2, 620 .content = "3\n", 621 }, 622 { NULL }, 623 }; 624 #ifdef __ANDROID__ 625 struct cpuinfo_mock_property properties[] = { 626 { 627 .key = "audioflinger.bootsnd", 628 .value = "0", 629 }, 630 { 631 .key = "boot.sfbootcomplete", 632 .value = "0", 633 }, 634 { 635 .key = "conn.connectivity_change_delay", 636 .value = "0", 637 }, 638 { 639 .key = "dalvik.vm.dex2oat-Xms", 640 .value = "64m", 641 }, 642 { 643 .key = "dalvik.vm.dex2oat-Xmx", 644 .value = "512m", 645 }, 646 { 647 .key = "dalvik.vm.heapgrowthlimit", 648 .value = "96m", 649 }, 650 { 651 .key = "dalvik.vm.heapmaxfree", 652 .value = "4m", 653 }, 654 { 655 .key = "dalvik.vm.heapminfree", 656 .value = "1m", 657 }, 658 { 659 .key = "dalvik.vm.heapsize", 660 .value = "128m", 661 }, 662 { 663 .key = "dalvik.vm.heapstartsize", 664 .value = "5m", 665 }, 666 { 667 .key = "dalvik.vm.heaptargetutilization", 668 .value = "0.75", 669 }, 670 { 671 .key = "dalvik.vm.image-dex2oat-Xms", 672 .value = "64m", 673 }, 674 { 675 .key = "dalvik.vm.image-dex2oat-Xmx", 676 .value = "64m", 677 }, 678 { 679 .key = "dalvik.vm.isa.arm.features", 680 .value = "div", 681 }, 682 { 683 .key = "dalvik.vm.stack-trace-file", 684 .value = "/data/anr/traces.txt", 685 }, 686 { 687 .key = "debug.bt.lowspeed", 688 .value = "true", 689 }, 690 { 691 .key = "debug.force_rtl", 692 .value = "0", 693 }, 694 { 695 .key = "debug.hwui.render_dirty_regions", 696 .value = "false", 697 }, 698 { 699 .key = "debug.sf.layerdump", 700 .value = "0", 701 }, 702 { 703 .key = "dev.bootcomplete", 704 .value = "1", 705 }, 706 { 707 .key = "dev.kies.sommode", 708 .value = "TRUE", 709 }, 710 { 711 .key = "dev.kiessupport", 712 .value = "TRUE", 713 }, 714 { 715 .key = "dev.knoxapp.running", 716 .value = "false", 717 }, 718 { 719 .key = "dev.ssrm.app.type", 720 .value = "false", 721 }, 722 { 723 .key = "dev.ssrm.appsync3p", 724 .value = "false", 725 }, 726 { 727 .key = "dev.ssrm.init", 728 .value = "1", 729 }, 730 { 731 .key = "dev.ssrm.live_thumbnail", 732 .value = "1", 733 }, 734 { 735 .key = "dev.ssrm.mode", 736 .value = "", 737 }, 738 { 739 .key = "dev.ssrm.pst", 740 .value = "340", 741 }, 742 { 743 .key = "dev.ssrm.smart_switch", 744 .value = "false", 745 }, 746 { 747 .key = "drm.service.enabled", 748 .value = "true", 749 }, 750 { 751 .key = "gsm.current.phone-type", 752 .value = "1,1", 753 }, 754 { 755 .key = "gsm.network.type", 756 .value = "Unknown,Unknown", 757 }, 758 { 759 .key = "gsm.operator.alpha", 760 .value = "", 761 }, 762 { 763 .key = "gsm.operator.iso-country", 764 .value = "us", 765 }, 766 { 767 .key = "gsm.operator.ispsroaming", 768 .value = "false,false", 769 }, 770 { 771 .key = "gsm.operator.isroaming", 772 .value = "false,false", 773 }, 774 { 775 .key = "gsm.operator.numeric", 776 .value = "310410", 777 }, 778 { 779 .key = "gsm.sim.operator.alpha", 780 .value = ",", 781 }, 782 { 783 .key = "gsm.sim.operator.iso-country", 784 .value = ",", 785 }, 786 { 787 .key = "gsm.sim.operator.numeric", 788 .value = ",", 789 }, 790 { 791 .key = "gsm.sim.state", 792 .value = "ABSENT,ABSENT", 793 }, 794 { 795 .key = "gsm.version.baseband", 796 .value = "J120HXXU0APJ1", 797 }, 798 { 799 .key = "gsm.version.ril-impl", 800 .value = "android reference-ril 1.0", 801 }, 802 { 803 .key = "init.svc.BCS-daemon", 804 .value = "running", 805 }, 806 { 807 .key = "init.svc.DR-daemon", 808 .value = "running", 809 }, 810 { 811 .key = "init.svc.SMD-daemon", 812 .value = "running", 813 }, 814 { 815 .key = "init.svc.adbd", 816 .value = "running", 817 }, 818 { 819 .key = "init.svc.at_distributor", 820 .value = "running", 821 }, 822 { 823 .key = "init.svc.auditd", 824 .value = "running", 825 }, 826 { 827 .key = "init.svc.batterysrv", 828 .value = "running", 829 }, 830 { 831 .key = "init.svc.bootanim", 832 .value = "stopped", 833 }, 834 { 835 .key = "init.svc.cmd_services", 836 .value = "stopped", 837 }, 838 { 839 .key = "init.svc.cp_diskserver_w", 840 .value = "running", 841 }, 842 { 843 .key = "init.svc.debuggerd", 844 .value = "running", 845 }, 846 { 847 .key = "init.svc.download", 848 .value = "running", 849 }, 850 { 851 .key = "init.svc.drm", 852 .value = "running", 853 }, 854 { 855 .key = "init.svc.drsd", 856 .value = "running", 857 }, 858 { 859 .key = "init.svc.edmaudit", 860 .value = "running", 861 }, 862 { 863 .key = "init.svc.engpcclientw", 864 .value = "running", 865 }, 866 { 867 .key = "init.svc.gpsd", 868 .value = "running", 869 }, 870 { 871 .key = "init.svc.healthd", 872 .value = "running", 873 }, 874 { 875 .key = "init.svc.installd", 876 .value = "running", 877 }, 878 { 879 .key = "init.svc.keystore", 880 .value = "running", 881 }, 882 { 883 .key = "init.svc.lmkd", 884 .value = "running", 885 }, 886 { 887 .key = "init.svc.logd", 888 .value = "running", 889 }, 890 { 891 .key = "init.svc.macloader", 892 .value = "stopped", 893 }, 894 { 895 .key = "init.svc.media", 896 .value = "running", 897 }, 898 { 899 .key = "init.svc.mobex-daemon", 900 .value = "running", 901 }, 902 { 903 .key = "init.svc.modem_control", 904 .value = "running", 905 }, 906 { 907 .key = "init.svc.modemd", 908 .value = "running", 909 }, 910 { 911 .key = "init.svc.netd", 912 .value = "running", 913 }, 914 { 915 .key = "init.svc.p2p_supplicant", 916 .value = "running", 917 }, 918 { 919 .key = "init.svc.phoneserver_w", 920 .value = "running", 921 }, 922 { 923 .key = "init.svc.powersnd", 924 .value = "stopped", 925 }, 926 { 927 .key = "init.svc.prepare_param", 928 .value = "stopped", 929 }, 930 { 931 .key = "init.svc.refnotify_w", 932 .value = "running", 933 }, 934 { 935 .key = "init.svc.ril-daemon2", 936 .value = "running", 937 }, 938 { 939 .key = "init.svc.ril-daemon", 940 .value = "running", 941 }, 942 { 943 .key = "init.svc.scs", 944 .value = "stopped", 945 }, 946 { 947 .key = "init.svc.sdcard", 948 .value = "stopped", 949 }, 950 { 951 .key = "init.svc.servicemanager", 952 .value = "running", 953 }, 954 { 955 .key = "init.svc.smd_symlink", 956 .value = "stopped", 957 }, 958 { 959 .key = "init.svc.surfaceflinger", 960 .value = "running", 961 }, 962 { 963 .key = "init.svc.swapon", 964 .value = "stopped", 965 }, 966 { 967 .key = "init.svc.ueventd", 968 .value = "running", 969 }, 970 { 971 .key = "init.svc.vold", 972 .value = "running", 973 }, 974 { 975 .key = "init.svc.wcnd", 976 .value = "running", 977 }, 978 { 979 .key = "init.svc.zygote", 980 .value = "running", 981 }, 982 { 983 .key = "installd.sdcard_manipulate_done", 984 .value = "1", 985 }, 986 { 987 .key = "keyguard.no_require_sim", 988 .value = "true", 989 }, 990 { 991 .key = "lmk.autocalc", 992 .value = "false", 993 }, 994 { 995 .key = "logd.auditd", 996 .value = "false", 997 }, 998 { 999 .key = "marlin.hardware.version", 1000 .value = "AA", 1001 }, 1002 { 1003 .key = "media.dump.path", 1004 .value = "/data/local/media/", 1005 }, 1006 { 1007 .key = "media.dump.switch", 1008 .value = "0x0", 1009 }, 1010 { 1011 .key = "net.bt.name", 1012 .value = "Android", 1013 }, 1014 { 1015 .key = "net.change", 1016 .value = "net.qtaguid_enabled", 1017 }, 1018 { 1019 .key = "net.hostname", 1020 .value = "android-4396cf647dece0e0", 1021 }, 1022 { 1023 .key = "net.knoxscep.version", 1024 .value = "2.0.1", 1025 }, 1026 { 1027 .key = "net.knoxsso.version", 1028 .value = "1.0.0", 1029 }, 1030 { 1031 .key = "net.knoxvpn.version", 1032 .value = "2.2.2", 1033 }, 1034 { 1035 .key = "net.qtaguid_enabled", 1036 .value = "1", 1037 }, 1038 { 1039 .key = "net.tcp.default_init_rwnd", 1040 .value = "60", 1041 }, 1042 { 1043 .key = "persist.audio.allsoundmute", 1044 .value = "0", 1045 }, 1046 { 1047 .key = "persist.audio.cpufreq", 1048 .value = "350000", 1049 }, 1050 { 1051 .key = "persist.audio.finemediavolume", 1052 .value = "0", 1053 }, 1054 { 1055 .key = "persist.audio.globaleffect", 1056 .value = "1", 1057 }, 1058 { 1059 .key = "persist.audio.headsetsysvolume", 1060 .value = "9", 1061 }, 1062 { 1063 .key = "persist.audio.hphonesysvolume", 1064 .value = "9", 1065 }, 1066 { 1067 .key = "persist.audio.mpseek", 1068 .value = "0", 1069 }, 1070 { 1071 .key = "persist.audio.mysound", 1072 .value = "1", 1073 }, 1074 { 1075 .key = "persist.audio.ringermode", 1076 .value = "2", 1077 }, 1078 { 1079 .key = "persist.audio.soundalivefxsec", 1080 .value = "1", 1081 }, 1082 { 1083 .key = "persist.audio.stereospeaker", 1084 .value = "0", 1085 }, 1086 { 1087 .key = "persist.audio.sysvolume", 1088 .value = "9", 1089 }, 1090 { 1091 .key = "persist.audio.uhqa", 1092 .value = "0", 1093 }, 1094 { 1095 .key = "persist.ini.connectivity.prodnv", 1096 .value = "0", 1097 }, 1098 { 1099 .key = "persist.modem.w.enable", 1100 .value = "1", 1101 }, 1102 { 1103 .key = "persist.modem.w.nvp", 1104 .value = "w", 1105 }, 1106 { 1107 .key = "persist.msms.phone_count", 1108 .value = "2", 1109 }, 1110 { 1111 .key = "persist.msms.phone_default", 1112 .value = "0", 1113 }, 1114 { 1115 .key = "persist.radio.gprsattachmode", 1116 .value = "1", 1117 }, 1118 { 1119 .key = "persist.radio.initphone-type", 1120 .value = "1", 1121 }, 1122 { 1123 .key = "persist.radio.multisim.config", 1124 .value = "dsds", 1125 }, 1126 { 1127 .key = "persist.radio.networktype2", 1128 .value = "-1", 1129 }, 1130 { 1131 .key = "persist.radio.networktype", 1132 .value = "-1", 1133 }, 1134 { 1135 .key = "persist.radio.plmnname_1", 1136 .value = "", 1137 }, 1138 { 1139 .key = "persist.radio.plmnname_2", 1140 .value = "", 1141 }, 1142 { 1143 .key = "persist.security.ams.enforcing", 1144 .value = "1", 1145 }, 1146 { 1147 .key = "persist.service.agps.network", 1148 .value = "4g", 1149 }, 1150 { 1151 .key = "persist.service.bdroid.version", 1152 .value = "4.1", 1153 }, 1154 { 1155 .key = "persist.sprd.hperf", 1156 .value = "false", 1157 }, 1158 { 1159 .key = "persist.storage.type", 1160 .value = "2", 1161 }, 1162 { 1163 .key = "persist.sys.clssprld1", 1164 .value = "710", 1165 }, 1166 { 1167 .key = "persist.sys.clssprld2", 1168 .value = "495", 1169 }, 1170 { 1171 .key = "persist.sys.cmdservice.enable", 1172 .value = "disable", 1173 }, 1174 { 1175 .key = "persist.sys.country", 1176 .value = "GB", 1177 }, 1178 { 1179 .key = "persist.sys.dalvik.vm.lib.2", 1180 .value = "libart.so", 1181 }, 1182 { 1183 .key = "persist.sys.dataprefer.simid", 1184 .value = "0", 1185 }, 1186 { 1187 .key = "persist.sys.drs.date", 1188 .value = "Thu May 18 18:45:55 KST 2017", 1189 }, 1190 { 1191 .key = "persist.sys.engpc.disable", 1192 .value = "0", 1193 }, 1194 { 1195 .key = "persist.sys.language", 1196 .value = "en", 1197 }, 1198 { 1199 .key = "persist.sys.localevar", 1200 .value = "", 1201 }, 1202 { 1203 .key = "persist.sys.modem.diag", 1204 .value = ",gser", 1205 }, 1206 { 1207 .key = "persist.sys.profiler_ms", 1208 .value = "0", 1209 }, 1210 { 1211 .key = "persist.sys.setupwizard", 1212 .value = "FINISH", 1213 }, 1214 { 1215 .key = "persist.sys.sprd.modemreset", 1216 .value = "1", 1217 }, 1218 { 1219 .key = "persist.sys.sprd.wcnreset", 1220 .value = "1", 1221 }, 1222 { 1223 .key = "persist.sys.ssrm_unbox_cnt", 1224 .value = "2", 1225 }, 1226 { 1227 .key = "persist.sys.storage_preload", 1228 .value = "2", 1229 }, 1230 { 1231 .key = "persist.sys.support.vt", 1232 .value = "false", 1233 }, 1234 { 1235 .key = "persist.sys.timezone", 1236 .value = "America/New_York", 1237 }, 1238 { 1239 .key = "persist.sys.usb.config", 1240 .value = "mtp,adb", 1241 }, 1242 { 1243 .key = "persist.ttydev", 1244 .value = "ttyVUART0", 1245 }, 1246 { 1247 .key = "ril.ICC_TYPE", 1248 .value = "0,0", 1249 }, 1250 { 1251 .key = "ril.MSIMM", 1252 .value = "0", 1253 }, 1254 { 1255 .key = "ril.RildInit", 1256 .value = "1", 1257 }, 1258 { 1259 .key = "ril.SIMSLOT_EXCHANGED", 1260 .value = "0", 1261 }, 1262 { 1263 .key = "ril.approved_codever", 1264 .value = "none", 1265 }, 1266 { 1267 .key = "ril.approved_cscver", 1268 .value = "none", 1269 }, 1270 { 1271 .key = "ril.approved_modemver", 1272 .value = "none", 1273 }, 1274 { 1275 .key = "ril.atd_status", 1276 .value = "1_1_0", 1277 }, 1278 { 1279 .key = "ril.boot_completed", 1280 .value = "1", 1281 }, 1282 { 1283 .key = "ril.cp_ver", 1284 .value = "J120HXXU0APJ1", 1285 }, 1286 { 1287 .key = "ril.dds.progressing", 1288 .value = "0", 1289 }, 1290 { 1291 .key = "ril.deviceOffRes", 1292 .value = "1", 1293 }, 1294 { 1295 .key = "ril.ecclist00", 1296 .value = "112,911,999,000,08,110,118,119", 1297 }, 1298 { 1299 .key = "ril.ecclist10", 1300 .value = "112,911,999,000,08,110,118,119", 1301 }, 1302 { 1303 .key = "ril.hw_ver", 1304 .value = "MP 0.400", 1305 }, 1306 { 1307 .key = "ril.modem.board", 1308 .value = "SC7727SE", 1309 }, 1310 { 1311 .key = "ril.official_cscver", 1312 .value = "J120HOJV0AQC1", 1313 }, 1314 { 1315 .key = "ril.product_code", 1316 .value = "SM-J120HZDDBTC", 1317 }, 1318 { 1319 .key = "ril.rfcal_date", 1320 .value = "20170710", 1321 }, 1322 { 1323 .key = "ril.serialnumber", 1324 .value = "R51J703YHDV", 1325 }, 1326 { 1327 .key = "ril.servicestate", 1328 .value = "2,1", 1329 }, 1330 { 1331 .key = "ril.sim1.absent", 1332 .value = "1", 1333 }, 1334 { 1335 .key = "ril.sim2.present", 1336 .value = "0", 1337 }, 1338 { 1339 .key = "ril.subinfo", 1340 .value = "0:2147483643,1:2147483644", 1341 }, 1342 { 1343 .key = "ril.sw_ver", 1344 .value = "J120HXXU0APJ1", 1345 }, 1346 { 1347 .key = "ril.valid_certsig1", 1348 .value = "true", 1349 }, 1350 { 1351 .key = "ril.valid_certsig2", 1352 .value = "true", 1353 }, 1354 { 1355 .key = "ril.w.sim.power1", 1356 .value = "1", 1357 }, 1358 { 1359 .key = "ril.w.sim.power", 1360 .value = "1", 1361 }, 1362 { 1363 .key = "ro.adb.secure", 1364 .value = "1", 1365 }, 1366 { 1367 .key = "ro.allow.mock.location", 1368 .value = "0", 1369 }, 1370 { 1371 .key = "ro.astcenc.astcsupport", 1372 .value = "0", 1373 }, 1374 { 1375 .key = "ro.baseband", 1376 .value = "unknown", 1377 }, 1378 { 1379 .key = "ro.board.platform", 1380 .value = "sc8830", 1381 }, 1382 { 1383 .key = "ro.board_ram_size", 1384 .value = "high", 1385 }, 1386 { 1387 .key = "ro.boot.bootloader", 1388 .value = "J120HXXS0AQE1", 1389 }, 1390 { 1391 .key = "ro.boot.debug_level", 1392 .value = "0x4f4c", 1393 }, 1394 { 1395 .key = "ro.boot.emmc_checksum", 1396 .value = "3", 1397 }, 1398 { 1399 .key = "ro.boot.serialno", 1400 .value = "4200ff80dc185400", 1401 }, 1402 { 1403 .key = "ro.boot_recovery", 1404 .value = "unknown", 1405 }, 1406 { 1407 .key = "ro.bootloader", 1408 .value = "J120HXXS0AQE1", 1409 }, 1410 { 1411 .key = "ro.bootmode", 1412 .value = "unknown", 1413 }, 1414 { 1415 .key = "ro.bt.bdaddr_path", 1416 .value = "/efs/bluetooth/bt_addr", 1417 }, 1418 { 1419 .key = "ro.build.PDA", 1420 .value = "J120HXXS0AQE1", 1421 }, 1422 { 1423 .key = "ro.build.aapt.config.prefer", 1424 .value = "hdpi", 1425 }, 1426 { 1427 .key = "ro.build.changelist", 1428 .value = "9606765", 1429 }, 1430 { 1431 .key = "ro.build.characteristics", 1432 .value = "default", 1433 }, 1434 { 1435 .key = "ro.build.date.utc", 1436 .value = "1495100755", 1437 }, 1438 { 1439 .key = "ro.build.date", 1440 .value = "Thu May 18 18:45:55 KST 2017", 1441 }, 1442 { 1443 .key = "ro.build.description", 1444 .value = "j1x3gxx-user 5.1.1 LMY47V J120HXXS0AQE1 release-keys", 1445 }, 1446 { 1447 .key = "ro.build.display.id", 1448 .value = "LMY47V.J120HXXS0AQE1", 1449 }, 1450 { 1451 .key = "ro.build.fingerprint", 1452 .value = "samsung/j1x3gxx/j1x3g:5.1.1/LMY47V/J120HXXS0AQE1:user/release-keys", 1453 }, 1454 { 1455 .key = "ro.build.flavor", 1456 .value = "j1x3gxx-user", 1457 }, 1458 { 1459 .key = "ro.build.hidden_ver", 1460 .value = "J120HXXS0AQE1", 1461 }, 1462 { 1463 .key = "ro.build.host", 1464 .value = "SWDG9710", 1465 }, 1466 { 1467 .key = "ro.build.id", 1468 .value = "LMY47V", 1469 }, 1470 { 1471 .key = "ro.build.official.release", 1472 .value = "true", 1473 }, 1474 { 1475 .key = "ro.build.product", 1476 .value = "j1x3g", 1477 }, 1478 { 1479 .key = "ro.build.scafe.cream", 1480 .value = "white", 1481 }, 1482 { 1483 .key = "ro.build.scafe.shot", 1484 .value = "single", 1485 }, 1486 { 1487 .key = "ro.build.scafe.size", 1488 .value = "short", 1489 }, 1490 { 1491 .key = "ro.build.scafe", 1492 .value = "capuccino", 1493 }, 1494 { 1495 .key = "ro.build.selinux.enforce", 1496 .value = "1", 1497 }, 1498 { 1499 .key = "ro.build.selinux", 1500 .value = "1", 1501 }, 1502 { 1503 .key = "ro.build.tags", 1504 .value = "release-keys", 1505 }, 1506 { 1507 .key = "ro.build.type", 1508 .value = "user", 1509 }, 1510 { 1511 .key = "ro.build.user", 1512 .value = "dpi", 1513 }, 1514 { 1515 .key = "ro.build.version.all_codenames", 1516 .value = "REL", 1517 }, 1518 { 1519 .key = "ro.build.version.base_os", 1520 .value = "samsung/j1x3gxx/j1x3g:5.1.1/LMY47V/J120HXXU0AQC1:user/release-keys", 1521 }, 1522 { 1523 .key = "ro.build.version.codename", 1524 .value = "REL", 1525 }, 1526 { 1527 .key = "ro.build.version.incremental", 1528 .value = "J120HXXS0AQE1", 1529 }, 1530 { 1531 .key = "ro.build.version.release", 1532 .value = "5.1.1", 1533 }, 1534 { 1535 .key = "ro.build.version.sdk", 1536 .value = "22", 1537 }, 1538 { 1539 .key = "ro.build.version.sdl", 1540 .value = "2203", 1541 }, 1542 { 1543 .key = "ro.build.version.security_patch", 1544 .value = "2017-05-01", 1545 }, 1546 { 1547 .key = "ro.carrier", 1548 .value = "unknown", 1549 }, 1550 { 1551 .key = "ro.chipname", 1552 .value = "SC7727SE", 1553 }, 1554 { 1555 .key = "ro.com.android.dataroaming", 1556 .value = "false", 1557 }, 1558 { 1559 .key = "ro.com.android.dateformat", 1560 .value = "MM-dd-yyyy", 1561 }, 1562 { 1563 .key = "ro.com.google.clientidbase", 1564 .value = "android-samsung", 1565 }, 1566 { 1567 .key = "ro.com.google.gmsversion", 1568 .value = "5.1_r7", 1569 }, 1570 { 1571 .key = "ro.config.alarm_alert", 1572 .value = "Morning_Flower.ogg", 1573 }, 1574 { 1575 .key = "ro.config.dha_cached_max", 1576 .value = "8", 1577 }, 1578 { 1579 .key = "ro.config.dha_cached_min", 1580 .value = "4", 1581 }, 1582 { 1583 .key = "ro.config.dha_empty_max", 1584 .value = "30", 1585 }, 1586 { 1587 .key = "ro.config.dha_empty_min", 1588 .value = "6", 1589 }, 1590 { 1591 .key = "ro.config.dha_lmk_scale", 1592 .value = "1", 1593 }, 1594 { 1595 .key = "ro.config.ksm.support", 1596 .value = "true", 1597 }, 1598 { 1599 .key = "ro.config.low_ram", 1600 .value = "true", 1601 }, 1602 { 1603 .key = "ro.config.mdha_ssr_enable", 1604 .value = "true", 1605 }, 1606 { 1607 .key = "ro.config.media_sound", 1608 .value = "Media_preview_Touch_the_light.ogg", 1609 }, 1610 { 1611 .key = "ro.config.notification_sound", 1612 .value = "Skyline.ogg", 1613 }, 1614 { 1615 .key = "ro.config.notification_sound_2", 1616 .value = "S_Charming_Bell.ogg", 1617 }, 1618 { 1619 .key = "ro.config.ringtone", 1620 .value = "Over_the_Horizon.ogg", 1621 }, 1622 { 1623 .key = "ro.config.ringtone_2", 1624 .value = "Basic_Bell.ogg", 1625 }, 1626 { 1627 .key = "ro.config.zram.support", 1628 .value = "true", 1629 }, 1630 { 1631 .key = "ro.cp_debug_level", 1632 .value = "unknown", 1633 }, 1634 { 1635 .key = "ro.crypto.fuse_sdcard", 1636 .value = "true", 1637 }, 1638 { 1639 .key = "ro.crypto.state", 1640 .value = "unencrypted", 1641 }, 1642 { 1643 .key = "ro.csc.country_code", 1644 .value = "Libya", 1645 }, 1646 { 1647 .key = "ro.csc.countryiso_code", 1648 .value = "LY", 1649 }, 1650 { 1651 .key = "ro.csc.sales_code", 1652 .value = "BTC", 1653 }, 1654 { 1655 .key = "ro.dalvik.vm.native.bridge", 1656 .value = "0", 1657 }, 1658 { 1659 .key = "ro.debug_level", 1660 .value = "0x4f4c", 1661 }, 1662 { 1663 .key = "ro.debuggable", 1664 .value = "0", 1665 }, 1666 { 1667 .key = "ro.digital.fm.support", 1668 .value = "1", 1669 }, 1670 { 1671 .key = "ro.emmc_checksum", 1672 .value = "3", 1673 }, 1674 { 1675 .key = "ro.error.receiver.default", 1676 .value = "com.samsung.receiver.error", 1677 }, 1678 { 1679 .key = "ro.factorytest", 1680 .value = "0", 1681 }, 1682 { 1683 .key = "ro.frp.pst", 1684 .value = "/dev/block/persistent", 1685 }, 1686 { 1687 .key = "ro.hardware", 1688 .value = "sc8830", 1689 }, 1690 { 1691 .key = "ro.hmac_mismatch", 1692 .value = "unknown", 1693 }, 1694 { 1695 .key = "ro.im.param.offset", 1696 .value = "unknown", 1697 }, 1698 { 1699 .key = "ro.kernel.qemu", 1700 .value = "0", 1701 }, 1702 { 1703 .key = "ro.mct.compressiontype", 1704 .value = "ETC1", 1705 }, 1706 { 1707 .key = "ro.me.param.offset", 1708 .value = "unknown", 1709 }, 1710 { 1711 .key = "ro.modem.w.assert", 1712 .value = "/dev/spipe_w2", 1713 }, 1714 { 1715 .key = "ro.modem.w.count", 1716 .value = "2", 1717 }, 1718 { 1719 .key = "ro.modem.w.dev", 1720 .value = "/proc/cpw/", 1721 }, 1722 { 1723 .key = "ro.modem.w.diag", 1724 .value = "/dev/slog_w", 1725 }, 1726 { 1727 .key = "ro.modem.w.eth", 1728 .value = "rmnet", 1729 }, 1730 { 1731 .key = "ro.modem.w.fixnv_size", 1732 .value = "0x40000", 1733 }, 1734 { 1735 .key = "ro.modem.w.id", 1736 .value = "0", 1737 }, 1738 { 1739 .key = "ro.modem.w.log", 1740 .value = "/dev/slog_w", 1741 }, 1742 { 1743 .key = "ro.modem.w.loop", 1744 .value = "/dev/spipe_w0", 1745 }, 1746 { 1747 .key = "ro.modem.w.nv", 1748 .value = "/dev/spipe_w1", 1749 }, 1750 { 1751 .key = "ro.modem.w.runnv_size", 1752 .value = "0x60000", 1753 }, 1754 { 1755 .key = "ro.modem.w.snd", 1756 .value = "1", 1757 }, 1758 { 1759 .key = "ro.modem.w.tty", 1760 .value = "/dev/stty_w", 1761 }, 1762 { 1763 .key = "ro.modem.w.vbc", 1764 .value = "/dev/spipe_w6", 1765 }, 1766 { 1767 .key = "ro.modem.wcn.diag", 1768 .value = "/dev/slog_wcn", 1769 }, 1770 { 1771 .key = "ro.modem.wcn.enable", 1772 .value = "1", 1773 }, 1774 { 1775 .key = "ro.msms.phone_count", 1776 .value = "2", 1777 }, 1778 { 1779 .key = "ro.multisim.simslotcount", 1780 .value = "2", 1781 }, 1782 { 1783 .key = "ro.opengles.version", 1784 .value = "131072", 1785 }, 1786 { 1787 .key = "ro.pr.param.offset", 1788 .value = "unknown", 1789 }, 1790 { 1791 .key = "ro.product.board", 1792 .value = "SC7727SE", 1793 }, 1794 { 1795 .key = "ro.product.brand", 1796 .value = "samsung", 1797 }, 1798 { 1799 .key = "ro.product.cpu.abi2", 1800 .value = "armeabi", 1801 }, 1802 { 1803 .key = "ro.product.cpu.abi", 1804 .value = "armeabi-v7a", 1805 }, 1806 { 1807 .key = "ro.product.cpu.abilist32", 1808 .value = "armeabi-v7a,armeabi", 1809 }, 1810 { 1811 .key = "ro.product.cpu.abilist64", 1812 .value = "", 1813 }, 1814 { 1815 .key = "ro.product.cpu.abilist", 1816 .value = "armeabi-v7a,armeabi", 1817 }, 1818 { 1819 .key = "ro.product.device", 1820 .value = "j1x3g", 1821 }, 1822 { 1823 .key = "ro.product.hardware", 1824 .value = "J1X3G_V1.0.0", 1825 }, 1826 { 1827 .key = "ro.product.locale.language", 1828 .value = "en", 1829 }, 1830 { 1831 .key = "ro.product.locale.region", 1832 .value = "GB", 1833 }, 1834 { 1835 .key = "ro.product.manufacturer", 1836 .value = "samsung", 1837 }, 1838 { 1839 .key = "ro.product.model", 1840 .value = "SM-J120H", 1841 }, 1842 { 1843 .key = "ro.product.name", 1844 .value = "j1x3gxx", 1845 }, 1846 { 1847 .key = "ro.product.partitionpath", 1848 .value = "/dev/block/platform/sdio_emmc/by-name/", 1849 }, 1850 { 1851 .key = "ro.product_ship", 1852 .value = "true", 1853 }, 1854 { 1855 .key = "ro.revision", 1856 .value = "5", 1857 }, 1858 { 1859 .key = "ro.ril.ecclist", 1860 .value = "112,911,#911,*911", 1861 }, 1862 { 1863 .key = "ro.rtn_config", 1864 .value = "unknown", 1865 }, 1866 { 1867 .key = "ro.runtime.firstboot", 1868 .value = "1515121985079", 1869 }, 1870 { 1871 .key = "ro.sec.fle.encryption", 1872 .value = "true", 1873 }, 1874 { 1875 .key = "ro.secure", 1876 .value = "1", 1877 }, 1878 { 1879 .key = "ro.serialno", 1880 .value = "4200ff80dc185400", 1881 }, 1882 { 1883 .key = "ro.setupwizard.mode", 1884 .value = "OPTIONAL", 1885 }, 1886 { 1887 .key = "ro.sf.hwrotation", 1888 .value = "0", 1889 }, 1890 { 1891 .key = "ro.sf.lcd_density", 1892 .value = "240", 1893 }, 1894 { 1895 .key = "ro.sf.lcd_height", 1896 .value = "96", 1897 }, 1898 { 1899 .key = "ro.sf.lcd_width", 1900 .value = "54", 1901 }, 1902 { 1903 .key = "ro.sku.param.offset", 1904 .value = "unknown", 1905 }, 1906 { 1907 .key = "ro.sn.param.offset", 1908 .value = "unknown", 1909 }, 1910 { 1911 .key = "ro.storage.flash_type", 1912 .value = "2", 1913 }, 1914 { 1915 .key = "ro.storage.install2internal", 1916 .value = "0", 1917 }, 1918 { 1919 .key = "ro.warranty_bit", 1920 .value = "unknown", 1921 }, 1922 { 1923 .key = "ro.wifi.channels", 1924 .value = "", 1925 }, 1926 { 1927 .key = "ro.zygote", 1928 .value = "zygote32", 1929 }, 1930 { 1931 .key = "sec.fle.encryption.status", 1932 .value = "Dec NewFile IncludeMedia", 1933 }, 1934 { 1935 .key = "security.ASKS.policy_version", 1936 .value = "161011", 1937 }, 1938 { 1939 .key = "selinux.policy_version", 1940 .value = "SEPF_SM-J120H_5.1.1_0072", 1941 }, 1942 { 1943 .key = "selinux.reload_policy", 1944 .value = "1", 1945 }, 1946 { 1947 .key = "selinux.sec.restorecon", 1948 .value = "1", 1949 }, 1950 { 1951 .key = "service.bootanim.exit", 1952 .value = "0", 1953 }, 1954 { 1955 .key = "service.brcm.fm.set_blndmute", 1956 .value = "1", 1957 }, 1958 { 1959 .key = "service.brcm.fm.start_mute", 1960 .value = "255", 1961 }, 1962 { 1963 .key = "service.media.powersnd", 1964 .value = "1", 1965 }, 1966 { 1967 .key = "storage.mmc.size", 1968 .value = "7818182656", 1969 }, 1970 { 1971 .key = "storage.preload.complete", 1972 .value = "1", 1973 }, 1974 { 1975 .key = "sys.boot_completed", 1976 .value = "1", 1977 }, 1978 { 1979 .key = "sys.cameramode.blackbox", 1980 .value = "0", 1981 }, 1982 { 1983 .key = "sys.cameramode.vtcall", 1984 .value = "0", 1985 }, 1986 { 1987 .key = "sys.dockstate", 1988 .value = "0", 1989 }, 1990 { 1991 .key = "sys.enterprise.billing.version", 1992 .value = "1.2.0", 1993 }, 1994 { 1995 .key = "sys.internal.emulated", 1996 .value = "1", 1997 }, 1998 { 1999 .key = "sys.isdumpstaterunning", 2000 .value = "0", 2001 }, 2002 { 2003 .key = "sys.lmk.adj", 2004 .value = "0,1,3,9,11,15", 2005 }, 2006 { 2007 .key = "sys.lmk.minfree", 2008 .value = "3072,4096,4608,6656,8704,10752", 2009 }, 2010 { 2011 .key = "sys.onemodem.start.enable", 2012 .value = "1", 2013 }, 2014 { 2015 .key = "sys.settings_system_version", 2016 .value = "3", 2017 }, 2018 { 2019 .key = "sys.siop.level", 2020 .value = "0", 2021 }, 2022 { 2023 .key = "sys.ssrm.mdnie", 2024 .value = "-1", 2025 }, 2026 { 2027 .key = "sys.symlink.umts_router", 2028 .value = "/dev/pts/16 /dev/umts_router", 2029 }, 2030 { 2031 .key = "sys.sysctl.extra_free_kbytes", 2032 .value = "4500", 2033 }, 2034 { 2035 .key = "sys.tempsd.enable", 2036 .value = "0", 2037 }, 2038 { 2039 .key = "sys.usb.config", 2040 .value = "mtp,adb", 2041 }, 2042 { 2043 .key = "sys.usb.gser.count", 2044 .value = "4", 2045 }, 2046 { 2047 .key = "sys.usb.state", 2048 .value = "mtp,adb", 2049 }, 2050 { 2051 .key = "sys.vm.swappiness", 2052 .value = "100", 2053 }, 2054 { 2055 .key = "vold.pfe", 2056 .value = "deactivated", 2057 }, 2058 { 2059 .key = "vold.post_fs_data_done", 2060 .value = "1", 2061 }, 2062 { 2063 .key = "wifi.interface", 2064 .value = "wlan0", 2065 }, 2066 { 2067 .key = "wlan.driver.status", 2068 .value = "ok", 2069 }, 2070 { 2071 .key = "wlan.p2p.no_go_iface", 2072 .value = "1", 2073 }, 2074 { 2075 .key = "zram.disksize", 2076 .value = "600", 2077 }, 2078 { NULL }, 2079 }; 2080 #endif /* __ANDROID__ */ 2081