1 struct cpuinfo_mock_file filesystem[] = { 2 { 3 .path = "/proc/cpuinfo", 4 .size = 1141, 5 .content = 6 "processor\t: 0\n" 7 "model name\t: ARMv7 Processor rev 0 (v7l)\n" 8 "BogoMIPS\t: 38.40\n" 9 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 10 "CPU implementer\t: 0x41\n" 11 "CPU architecture: 7\n" 12 "CPU variant\t: 0x0\n" 13 "CPU part\t: 0xd03\n" 14 "CPU revision\t: 0\n" 15 "\n" 16 "processor\t: 1\n" 17 "model name\t: ARMv7 Processor rev 0 (v7l)\n" 18 "BogoMIPS\t: 38.40\n" 19 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 20 "CPU implementer\t: 0x41\n" 21 "CPU architecture: 7\n" 22 "CPU variant\t: 0x0\n" 23 "CPU part\t: 0xd03\n" 24 "CPU revision\t: 0\n" 25 "\n" 26 "processor\t: 2\n" 27 "model name\t: ARMv7 Processor rev 0 (v7l)\n" 28 "BogoMIPS\t: 38.40\n" 29 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 30 "CPU implementer\t: 0x41\n" 31 "CPU architecture: 7\n" 32 "CPU variant\t: 0x0\n" 33 "CPU part\t: 0xd03\n" 34 "CPU revision\t: 0\n" 35 "\n" 36 "processor\t: 3\n" 37 "model name\t: ARMv7 Processor rev 0 (v7l)\n" 38 "BogoMIPS\t: 38.40\n" 39 "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 \n" 40 "CPU implementer\t: 0x41\n" 41 "CPU architecture: 7\n" 42 "CPU variant\t: 0x0\n" 43 "CPU part\t: 0xd03\n" 44 "CPU revision\t: 0\n" 45 "\n" 46 "Hardware\t: Qualcomm Technologies, Inc MSM8916\n" 47 "Revision\t: 0009\n" 48 "Serial\t\t: 0000000000000000\n" 49 "Processor\t: ARMv7 Processor rev 0 (v7l)\n", 50 }, 51 { 52 .path = "/system/build.prop", 53 .size = 9576, 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\n" 60 "ro.build.version.incremental=1611917394609\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=2016-04-01\n" 66 "ro.build.version.base_os=\n" 67 "ro.build.date=Thu Apr 28 17:42:11 KST 2016\n" 68 "ro.build.date.utc=1461832931\n" 69 "ro.build.type=user\n" 70 "ro.build.user=jenkins\n" 71 "ro.build.host=LGEACI6R2\n" 72 "ro.build.tags=release-keys\n" 73 "ro.build.flavor=m216_global_com-user\n" 74 "ro.product.model=LG-K420\n" 75 "ro.product.brand=lge\n" 76 "ro.product.name=m216_global_com\n" 77 "ro.product.device=m216\n" 78 "ro.product.board=msm8916\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=LGE\n" 87 "ro.product.locale.language=en\n" 88 "ro.product.locale.region=GB\n" 89 "ro.wifi.channels=11\n" 90 "ro.board.platform=msm8916\n" 91 "# ro.build.product is obsolete; use ro.product.device\n" 92 "ro.build.product=m216\n" 93 "# Do not try to parse description, fingerprint, or thumbprint\n" 94 "ro.build.description=m216_global_com-user 5.1.1 LMY47V 1611917394609 release-keys\n" 95 "ro.build.fingerprint=lge/m216_global_com/m216:5.1.1/LMY47V/1611917394609:user/release-keys\n" 96 "ro.build.characteristics=default\n" 97 "ro.lge.lguiversion=4.2\n" 98 "# end build properties\n" 99 "#\n" 100 "# from device/lge/epsilon0c/qcom/device/msm8916_32/system.prop\n" 101 "#\n" 102 "#\n" 103 "# system.prop for msm8916\n" 104 "#\n" 105 "\n" 106 "#rild.libpath=/system/lib/libreference-ril.so\n" 107 "rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so\n" 108 "rild.libargs=-d /dev/smd0\n" 109 "persist.rild.nitz_plmn=\n" 110 "persist.rild.nitz_long_ons_0=\n" 111 "persist.rild.nitz_long_ons_1=\n" 112 "persist.rild.nitz_long_ons_2=\n" 113 "persist.rild.nitz_long_ons_3=\n" 114 "persist.rild.nitz_short_ons_0=\n" 115 "persist.rild.nitz_short_ons_1=\n" 116 "persist.rild.nitz_short_ons_2=\n" 117 "persist.rild.nitz_short_ons_3=\n" 118 "#persist.radio.rat_on=combine\n" 119 "ril.subscription.types=NV,RUIM\n" 120 "DEVICE_PROVISIONED=1\n" 121 "# Start in cdma mode\n" 122 "#ro.telephony.default_network=5\n" 123 "\n" 124 "debug.sf.hw=1\n" 125 "debug.egl.hw=1\n" 126 "persist.hwc.mdpcomp.enable=true\n" 127 "debug.mdpcomp.logs=0\n" 128 "dalvik.vm.heapsize=36m\n" 129 "dev.pm.dyn_samplingrate=1\n" 130 "persist.demo.hdmirotationlock=false\n" 131 "debug.enable.sglscale=1\n" 132 "\n" 133 "#ro.hdmi.enable=true\n" 134 "#tunnel.decode=true\n" 135 "#tunnel.audiovideo.decode=true\n" 136 "#lpa.decode=false\n" 137 "#lpa.use-stagefright=true\n" 138 "#persist.speaker.prot.enable=false\n" 139 "\n" 140 "#\n" 141 "# system props for the cne module\n" 142 "#\n" 143 "persist.cne.feature=1\n" 144 "\n" 145 "#system props for the MM modules\n" 146 "media.stagefright.enable-player=true\n" 147 "media.stagefright.enable-http=true\n" 148 "media.stagefright.enable-aac=true\n" 149 "media.stagefright.enable-qcp=true\n" 150 "media.stagefright.enable-fma2dp=true\n" 151 "media.stagefright.enable-scan=true\n" 152 "media.msm8939hw=0\n" 153 "media.msm8929hw=0\n" 154 "media.swhevccodectype=0\n" 155 "mm.enable.smoothstreaming=true\n" 156 "mmp.enable.3g2=true\n" 157 "media.aac_51_output_enabled=true\n" 158 "#codecs: DivX DivXHD AVI AC3 ASF AAC QCP DTS 3G2 MP2TS\n" 159 "mm.enable.qcom_parser=3183219\n" 160 "\n" 161 "#Trim properties\n" 162 "ro.sys.fw.use_trim_settings=true\n" 163 "ro.sys.fw.empty_app_percent=50\n" 164 "ro.sys.fw.trim_empty_percent=100\n" 165 "ro.sys.fw.trim_cache_percent=100\n" 166 "ro.sys.fw.trim_enable_memory=1073741824\n" 167 "\n" 168 "# Default to AwesomePlayer\n" 169 "#media.stagefright.use-awesome=true\n" 170 "\n" 171 "#\n" 172 "# system props for the data modules\n" 173 "#\n" 174 "ro.use_data_netmgrd=true\n" 175 "persist.data.netmgrd.qos.enable=true\n" 176 "\n" 177 "#system props for time-services\n" 178 "persist.timed.enable=true\n" 179 "\n" 180 "#\n" 181 "# system prop for opengles version\n" 182 "#\n" 183 "# 196608 is decimal for 0x30000 to report version 3\n" 184 "ro.opengles.version=196608\n" 185 "\n" 186 "# System property for cabl\n" 187 "ro.qualcomm.cabl=0\n" 188 "\n" 189 "#\n" 190 "# System props for telephony\n" 191 "# System prop to turn on CdmaLTEPhone always\n" 192 "#telephony.lteOnCdmaDevice=1\n" 193 "#\n" 194 "# System props for bluetooh\n" 195 "# System prop to turn on hfp client\n" 196 "bluetooth.hfp.client=1\n" 197 "\n" 198 "#Simulate sdcard on /data/media\n" 199 "#\n" 200 "persist.fuse_sdcard=true\n" 201 "\n" 202 "#\n" 203 "#snapdragon value add features\n" 204 "#\n" 205 "ro.qc.sdk.audio.ssr=false\n" 206 "##fluencetype can be \"fluence\" or \"fluencepro\" or \"none\"\n" 207 "ro.qc.sdk.audio.fluencetype=none\n" 208 "persist.audio.fluence.voicecall=true\n" 209 "persist.audio.fluence.voicerec=false\n" 210 "persist.audio.fluence.speaker=true\n" 211 "#Set for msm8916\n" 212 "tunnel.audio.encode = false\n" 213 "#Buffer size in kbytes for compress offload playback\n" 214 "audio.offload.buffer.size.kb=32\n" 215 "#Minimum duration for offload playback in secs\n" 216 "audio.offload.min.duration.secs=30\n" 217 "#Enable offload audio video playback by default\n" 218 "av.offload.enable=false\n" 219 "#enable voice path for PCM VoIP by default\n" 220 "use.voice.path.for.pcm.voip=true\n" 221 "#\n" 222 "#System property for FM transmitter\n" 223 "#\n" 224 "#ro.fm.transmitter=false\n" 225 "#enable dsp gapless mode by default\n" 226 "audio.offload.gapless.enabled=true\n" 227 "\n" 228 "#// LGE_CHANGE_S, [Net_Patch_0300][CALL_FRW][COMMON], 2012-05-25, Airplane Mode Pop-Up display property value {\n" 229 "ro.airplane.phoneapp=1\n" 230 "#// LGE_CHANGE_E, [Net_Patch_0300][CALL_FRW][COMMON], 2012-05-25, Airplane Mode Pop-Up display property value }\n" 231 "\n" 232 "#Audio voice concurrency related flags\n" 233 "voice.playback.conc.disabled=true\n" 234 "voice.record.conc.disabled=true\n" 235 "voice.voip.conc.disabled=true\n" 236 "\n" 237 "#Set composition for USB\n" 238 "#persist.sys.usb.config=diag,serial_smd,rmnet_bam,adb\n" 239 "\n" 240 "#Set read only default composition for USB\n" 241 "#ro.sys.usb.default.config=diag,serial_smd,rmnet_bam,adb\n" 242 "\n" 243 "#property to enable user to access Google WFD settings\n" 244 "persist.debug.wfd.enable=1\n" 245 "#propery to enable VDS WFD solution\n" 246 "persist.hwc.enable_vds=1\n" 247 "\n" 248 "#selects CoreSight configuration to enable\n" 249 "persist.debug.coresight.config=stm-events\n" 250 "\n" 251 "#property to enable DS2 dap\n" 252 "audio.dolby.ds2.enabled=false\n" 253 "\n" 254 "#\n" 255 "# ADDITIONAL_BUILD_PROPERTIES\n" 256 "#\n" 257 "log.tag.GpsLocationProvider=DEBUG\n" 258 "log.tag.LocationManagerService=DEBUG\n" 259 "log.tag.NlpProxy=DEBUG\n" 260 "log.tag.LocSvc_java=DEBUG\n" 261 "log.tag.LgeGpsIndicator=DEBUG\n" 262 "ro.com.lge.mada=gms_3.1\n" 263 "persist.sys.strictmode.disable=true\n" 264 "persist.sys.cust.lte_config=true\n" 265 "ro.lge.lcd_default_brightness=166\n" 266 "ro.lge.sensor_chip=qct_kernel\n" 267 "persist.lg.data.llkklk=true\n" 268 "ro.frp.pst=/dev/block/bootdevice/by-name/persistent\n" 269 "net.tethering.noprovisioning=true\n" 270 "persist.lg.data.llkklk.exact=true\n" 271 "persist.lg.data.fd=-1\n" 272 "persist.qcril.disable_retry=true\n" 273 "persist.data.netmgrd.qos.enable=false\n" 274 "persist.lg.data.vdbg=false\n" 275 "persist.lge.appman.firstboot=1\n" 276 "persist.service.postboot.enable=0\n" 277 "ro.lge.revshare=2015\n" 278 "voice.playback.conc.disabled=false\n" 279 "voice.record.conc.disabled=false\n" 280 "voice.voip.conc.disabled=false\n" 281 "persist.sys.media.use-awesome=false\n" 282 "wifi.lge.fcc=true\n" 283 "sys.knockon.knockoff.distance=10\n" 284 "ro.lge.lcd_auto_brightness_mode=false\n" 285 "ro.lge.audio_soundexception=true\n" 286 "sys.lge.bnrd=0\n" 287 "ro.lge.capp_ZDi_O=true\n" 288 "lge.zdi.actionsend=false\n" 289 "lge.zdi.onactivityresult=true\n" 290 "lge.zdi.dragdropintent=false\n" 291 "persist.service.main.enable=0\n" 292 "persist.service.system.enable=0\n" 293 "persist.service.radio.enable=0\n" 294 "persist.service.events.enable=0\n" 295 "persist.service.kernel.enable=0\n" 296 "persist.service.power.enable=0\n" 297 "persist.service.memory.enable=0\n" 298 "persist.service.packet.enable=0\n" 299 "persist.service.crash.enable=0\n" 300 "persist.service.storage.low=0\n" 301 "persist.service.ccaudit.enable=0\n" 302 "persist.service.packet.max=0\n" 303 "ro.vendor.extension_library=libqti-perfd-client.so\n" 304 "persist.radio.apm_sim_not_pwdn=1\n" 305 "ro.carrier=unknown\n" 306 "dalvik.vm.heapstartsize=8m\n" 307 "dalvik.vm.heapgrowthlimit=96m\n" 308 "dalvik.vm.heapsize=256m\n" 309 "dalvik.vm.heaptargetutilization=0.75\n" 310 "dalvik.vm.heapminfree=2m\n" 311 "dalvik.vm.heapmaxfree=8m\n" 312 "lge.signed_image=true\n" 313 "wlan.chip.vendor=qcom\n" 314 "wlan.chip.version=wcn\n" 315 "wifi.lge.patch=true\n" 316 "wifi.lge.sleeppolicy=0\n" 317 "wifi.lge.offdelay=false\n" 318 "wlan.lge.concurrency=MCC\n" 319 "wlan.lge.supportsimaka=YES\n" 320 "wifi.lge.ftm_test=2\n" 321 "wifi.lge.common_hotspot=true\n" 322 "wlan.lge.dcf.enable=true\n" 323 "wlan.lge.passpoint_setting=true\n" 324 "wlan.lge.softapwps=true\n" 325 "ro.setupwizard.mode=DISABLED\n" 326 "ro.lge.sensors_multihal=false\n" 327 "persist.service.bt.support.sap=true\n" 328 "service.bt.support.busytone=true\n" 329 "persist.service.avrcp.browsing=1\n" 330 "ro.config.ringtone=01_Life_Is_Good.ogg\n" 331 "ro.config.notification_sound=Crystal.ogg\n" 332 "ro.config.alarm_alert=Melody_Alarm.ogg\n" 333 "ro.config.timer_alert=Timer.ogg\n" 334 "persist.audio.nxp=OFF\n" 335 "persist.audio.nsenabled=OFF\n" 336 "persist.audio.spkcall_2mic=OFF\n" 337 "persist.audio.headset_fluence=false\n" 338 "persist.audio.sm_fluence=OFF\n" 339 "persist.audio.spk_sm_fluence=OFF\n" 340 "persist.audio.voip_nsenabled=OFF\n" 341 "ro.config.vc_call_vol_steps=6\n" 342 "ro.config.vc_call_vol_default=3\n" 343 "persist.audio.voice.clarity=none\n" 344 "persist.audio.handset_rx_type=DEFAULT\n" 345 "persist.audio.fluence.voicecall=none\n" 346 "persist.audio.fluence.voicerec=none\n" 347 "persist.audio.fluence.speaker=none\n" 348 "lge.fm_gain_control_headset=0.53\n" 349 "lge.fm_gain_control_speaker=0.70\n" 350 "ro.lge.vib_magnitude_index=0,20,40,60,80,100,120,127\n" 351 "lge.normalizer.param=version2.0/true/10.0/true/19000/0.5/2500/0.62\n" 352 "ro.sdcrypto.syscall=398\n" 353 "ro.com.google.gmsversion=5.1_r3\n" 354 "ro.com.google.apphider=on\n" 355 "ro.lge.capp_cupss.rootdir=/cust\n" 356 "persist.data.sbp.update=0\n" 357 "drm.service.enabled=true\n" 358 "use.voice.path.for.pcm.voip=false\n" 359 "ro.build.target_operator=GLOBAL\n" 360 "ro.build.target_country=COM\n" 361 "ro.lge.swversion=K42010n\n" 362 "ro.lge.swversion_short=V10n\n" 363 "ro.lge.swversion_rev=0\n" 364 "ro.lge.factoryversion=LGK420AT-00-V10n-GLOBAL-COM-APR-28-2016+0\n" 365 "ro.telephony.default_network=9\n" 366 "ro.lge.custLanguageSet=true\n" 367 "ro.build.sbp=1\n" 368 "ro.device.hapticfeedback=0\n" 369 "ro.lge.singleca.enable=1\n" 370 "persist.gsm.sms.disablelog=64\n" 371 "ro.sys.fw.bg_apps_limit=24\n" 372 "ro.sys.fw.bg_cached_ratio=0.5\n" 373 "ro.sys.fw.mOomAdj1=0\n" 374 "ro.sys.fw.mOomAdj2=1\n" 375 "ro.sys.fw.mOomAdj3=2\n" 376 "ro.sys.fw.mOomAdj4=3\n" 377 "ro.sys.fw.mOomAdj5=9\n" 378 "ro.sys.fw.mOomAdj6=15\n" 379 "ro.sys.fw.mOomMinFree1=73728\n" 380 "ro.sys.fw.mOomMinFree2=92160\n" 381 "ro.sys.fw.mOomMinFree3=110592\n" 382 "ro.sys.fw.mOomMinFree4=129024\n" 383 "ro.sys.fw.mOomMinFree5=221184\n" 384 "ro.sys.fw.mOomMinFree6=322560\n" 385 "ro.lge.sar.value=1\n" 386 "ro.lge.deny.minfree.change=1\n" 387 "persist.sys.dalvik.vm.lib.2=libart.so\n" 388 "dalvik.vm.isa.arm.features=div,needfix_835769\n" 389 "net.bt.name=Android\n" 390 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 391 "persist.gps.qc_nlp_in_use=0\n" 392 "ro.gps.agps_provider=1\n" 393 "ro.pip.gated=0\n" 394 "\n", 395 }, 396 { 397 .path = "/sys/devices/system/cpu/kernel_max", 398 .size = 2, 399 .content = "3\n", 400 }, 401 { 402 .path = "/sys/devices/system/cpu/possible", 403 .size = 4, 404 .content = "0-3\n", 405 }, 406 { 407 .path = "/sys/devices/system/cpu/present", 408 .size = 4, 409 .content = "0-3\n", 410 }, 411 { 412 .path = "/sys/devices/system/cpu/online", 413 .size = 4, 414 .content = "0-3\n", 415 }, 416 { 417 .path = "/sys/devices/system/cpu/offline", 418 .size = 1, 419 .content = "\n", 420 }, 421 { 422 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 423 .size = 9, 424 .content = "msm_idle\n", 425 }, 426 { 427 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 428 .size = 5, 429 .content = "menu\n", 430 }, 431 { 432 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus", 433 .size = 8, 434 .content = "0 1 2 3\n", 435 }, 436 { 437 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq", 438 .size = 8, 439 .content = "1209600\n", 440 }, 441 { 442 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq", 443 .size = 7, 444 .content = "200000\n", 445 }, 446 { 447 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency", 448 .size = 2, 449 .content = "0\n", 450 }, 451 { 452 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus", 453 .size = 8, 454 .content = "0 1 2 3\n", 455 }, 456 { 457 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", 458 .size = 60, 459 .content = "200000 400000 533333 800000 998400 1094400 1152000 1209600 \n", 460 }, 461 { 462 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors", 463 .size = 54, 464 .content = "interactive ondemand userspace powersave performance \n", 465 }, 466 { 467 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq", 468 .size = 8, 469 .content = "1209600\n", 470 }, 471 { 472 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver", 473 .size = 4, 474 .content = "msm\n", 475 }, 476 { 477 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor", 478 .size = 12, 479 .content = "interactive\n", 480 }, 481 { 482 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", 483 .size = 84, 484 .content = 485 "200000 0\n" 486 "400000 0\n" 487 "533333 0\n" 488 "800000 141\n" 489 "998400 290\n" 490 "1094400 74\n" 491 "1152000 82\n" 492 "1209600 4075\n", 493 }, 494 { 495 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans", 496 .size = 3, 497 .content = "96\n", 498 }, 499 { 500 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id", 501 .size = 2, 502 .content = "0\n", 503 }, 504 { 505 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list", 506 .size = 4, 507 .content = "0-3\n", 508 }, 509 { 510 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings", 511 .size = 2, 512 .content = "f\n", 513 }, 514 { 515 .path = "/sys/devices/system/cpu/cpu0/topology/core_id", 516 .size = 2, 517 .content = "0\n", 518 }, 519 { 520 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list", 521 .size = 2, 522 .content = "0\n", 523 }, 524 { 525 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings", 526 .size = 2, 527 .content = "1\n", 528 }, 529 { 530 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus", 531 .size = 8, 532 .content = "0 1 2 3\n", 533 }, 534 { 535 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq", 536 .size = 8, 537 .content = "1209600\n", 538 }, 539 { 540 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq", 541 .size = 7, 542 .content = "200000\n", 543 }, 544 { 545 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency", 546 .size = 2, 547 .content = "0\n", 548 }, 549 { 550 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus", 551 .size = 8, 552 .content = "0 1 2 3\n", 553 }, 554 { 555 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies", 556 .size = 60, 557 .content = "200000 400000 533333 800000 998400 1094400 1152000 1209600 \n", 558 }, 559 { 560 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors", 561 .size = 54, 562 .content = "interactive ondemand userspace powersave performance \n", 563 }, 564 { 565 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq", 566 .size = 7, 567 .content = "800000\n", 568 }, 569 { 570 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver", 571 .size = 4, 572 .content = "msm\n", 573 }, 574 { 575 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor", 576 .size = 12, 577 .content = "interactive\n", 578 }, 579 { 580 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state", 581 .size = 84, 582 .content = 583 "200000 0\n" 584 "400000 0\n" 585 "533333 0\n" 586 "800000 347\n" 587 "998400 295\n" 588 "1094400 74\n" 589 "1152000 95\n" 590 "1209600 4085\n", 591 }, 592 { 593 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans", 594 .size = 4, 595 .content = "100\n", 596 }, 597 { 598 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id", 599 .size = 2, 600 .content = "0\n", 601 }, 602 { 603 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list", 604 .size = 4, 605 .content = "0-3\n", 606 }, 607 { 608 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings", 609 .size = 2, 610 .content = "f\n", 611 }, 612 { 613 .path = "/sys/devices/system/cpu/cpu1/topology/core_id", 614 .size = 2, 615 .content = "1\n", 616 }, 617 { 618 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list", 619 .size = 2, 620 .content = "1\n", 621 }, 622 { 623 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings", 624 .size = 2, 625 .content = "2\n", 626 }, 627 { 628 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus", 629 .size = 8, 630 .content = "0 1 2 3\n", 631 }, 632 { 633 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq", 634 .size = 8, 635 .content = "1209600\n", 636 }, 637 { 638 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq", 639 .size = 7, 640 .content = "200000\n", 641 }, 642 { 643 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency", 644 .size = 2, 645 .content = "0\n", 646 }, 647 { 648 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus", 649 .size = 8, 650 .content = "0 1 2 3\n", 651 }, 652 { 653 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies", 654 .size = 60, 655 .content = "200000 400000 533333 800000 998400 1094400 1152000 1209600 \n", 656 }, 657 { 658 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors", 659 .size = 54, 660 .content = "interactive ondemand userspace powersave performance \n", 661 }, 662 { 663 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq", 664 .size = 7, 665 .content = "800000\n", 666 }, 667 { 668 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver", 669 .size = 4, 670 .content = "msm\n", 671 }, 672 { 673 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor", 674 .size = 12, 675 .content = "interactive\n", 676 }, 677 { 678 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state", 679 .size = 84, 680 .content = 681 "200000 0\n" 682 "400000 0\n" 683 "533333 0\n" 684 "800000 568\n" 685 "998400 306\n" 686 "1094400 74\n" 687 "1152000 95\n" 688 "1209600 4085\n", 689 }, 690 { 691 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans", 692 .size = 4, 693 .content = "102\n", 694 }, 695 { 696 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id", 697 .size = 2, 698 .content = "0\n", 699 }, 700 { 701 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list", 702 .size = 4, 703 .content = "0-3\n", 704 }, 705 { 706 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings", 707 .size = 2, 708 .content = "f\n", 709 }, 710 { 711 .path = "/sys/devices/system/cpu/cpu2/topology/core_id", 712 .size = 2, 713 .content = "2\n", 714 }, 715 { 716 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list", 717 .size = 2, 718 .content = "2\n", 719 }, 720 { 721 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings", 722 .size = 2, 723 .content = "4\n", 724 }, 725 { 726 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus", 727 .size = 8, 728 .content = "0 1 2 3\n", 729 }, 730 { 731 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq", 732 .size = 8, 733 .content = "1209600\n", 734 }, 735 { 736 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq", 737 .size = 7, 738 .content = "200000\n", 739 }, 740 { 741 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency", 742 .size = 2, 743 .content = "0\n", 744 }, 745 { 746 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus", 747 .size = 8, 748 .content = "0 1 2 3\n", 749 }, 750 { 751 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies", 752 .size = 60, 753 .content = "200000 400000 533333 800000 998400 1094400 1152000 1209600 \n", 754 }, 755 { 756 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors", 757 .size = 54, 758 .content = "interactive ondemand userspace powersave performance \n", 759 }, 760 { 761 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq", 762 .size = 7, 763 .content = "800000\n", 764 }, 765 { 766 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver", 767 .size = 4, 768 .content = "msm\n", 769 }, 770 { 771 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor", 772 .size = 12, 773 .content = "interactive\n", 774 }, 775 { 776 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state", 777 .size = 84, 778 .content = 779 "200000 0\n" 780 "400000 0\n" 781 "533333 0\n" 782 "800000 805\n" 783 "998400 306\n" 784 "1094400 74\n" 785 "1152000 95\n" 786 "1209600 4085\n", 787 }, 788 { 789 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans", 790 .size = 4, 791 .content = "102\n", 792 }, 793 { 794 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id", 795 .size = 2, 796 .content = "0\n", 797 }, 798 { 799 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list", 800 .size = 4, 801 .content = "0-3\n", 802 }, 803 { 804 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings", 805 .size = 2, 806 .content = "f\n", 807 }, 808 { 809 .path = "/sys/devices/system/cpu/cpu3/topology/core_id", 810 .size = 2, 811 .content = "3\n", 812 }, 813 { 814 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list", 815 .size = 2, 816 .content = "3\n", 817 }, 818 { 819 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings", 820 .size = 2, 821 .content = "8\n", 822 }, 823 { NULL }, 824 }; 825 826 #ifdef __ANDROID__ 827 struct cpuinfo_mock_property properties[] = { 828 { 829 .key = "DEVICE_PROVISIONED", 830 .value = "1", 831 }, 832 { 833 .key = "audio.dolby.ds2.enabled", 834 .value = "false", 835 }, 836 { 837 .key = "audio.offload.buffer.size.kb", 838 .value = "32", 839 }, 840 { 841 .key = "audio.offload.gapless.enabled", 842 .value = "true", 843 }, 844 { 845 .key = "audio.offload.min.duration.secs", 846 .value = "30", 847 }, 848 { 849 .key = "av.offload.enable", 850 .value = "false", 851 }, 852 { 853 .key = "bluetooth.chip.vendor", 854 .value = "qcom", 855 }, 856 { 857 .key = "bluetooth.hfp.client", 858 .value = "1", 859 }, 860 { 861 .key = "bluetooth.pan", 862 .value = "true", 863 }, 864 { 865 .key = "camera2.portability.force_api", 866 .value = "1", 867 }, 868 { 869 .key = "dalvik.vm.dex2oat-Xms", 870 .value = "64m", 871 }, 872 { 873 .key = "dalvik.vm.dex2oat-Xmx", 874 .value = "512m", 875 }, 876 { 877 .key = "dalvik.vm.heapgrowthlimit", 878 .value = "96m", 879 }, 880 { 881 .key = "dalvik.vm.heapmaxfree", 882 .value = "8m", 883 }, 884 { 885 .key = "dalvik.vm.heapminfree", 886 .value = "2m", 887 }, 888 { 889 .key = "dalvik.vm.heapsize", 890 .value = "256m", 891 }, 892 { 893 .key = "dalvik.vm.heapstartsize", 894 .value = "8m", 895 }, 896 { 897 .key = "dalvik.vm.heaptargetutilization", 898 .value = "0.75", 899 }, 900 { 901 .key = "dalvik.vm.image-dex2oat-Xms", 902 .value = "64m", 903 }, 904 { 905 .key = "dalvik.vm.image-dex2oat-Xmx", 906 .value = "64m", 907 }, 908 { 909 .key = "dalvik.vm.isa.arm.features", 910 .value = "div,needfix_835769", 911 }, 912 { 913 .key = "dalvik.vm.stack-trace-file", 914 .value = "/data/anr/traces.txt", 915 }, 916 { 917 .key = "debug.egl.hw", 918 .value = "1", 919 }, 920 { 921 .key = "debug.enable.sglscale", 922 .value = "1", 923 }, 924 { 925 .key = "debug.force_rtl", 926 .value = "0", 927 }, 928 { 929 .key = "debug.mdpcomp.logs", 930 .value = "0", 931 }, 932 { 933 .key = "debug.sf.hw", 934 .value = "1", 935 }, 936 { 937 .key = "dev.bootcomplete", 938 .value = "1", 939 }, 940 { 941 .key = "dev.pm.dyn_samplingrate", 942 .value = "1", 943 }, 944 { 945 .key = "drm.service.enabled", 946 .value = "true", 947 }, 948 { 949 .key = "gsm.current.phone-type", 950 .value = "1", 951 }, 952 { 953 .key = "gsm.network.type", 954 .value = "Unknown", 955 }, 956 { 957 .key = "gsm.operator.alpha", 958 .value = "", 959 }, 960 { 961 .key = "gsm.operator.iso-country", 962 .value = "", 963 }, 964 { 965 .key = "gsm.operator.isroaming", 966 .value = "false", 967 }, 968 { 969 .key = "gsm.operator.numeric", 970 .value = "", 971 }, 972 { 973 .key = "gsm.sim.operator.alpha", 974 .value = "", 975 }, 976 { 977 .key = "gsm.sim.operator.iso-country", 978 .value = "", 979 }, 980 { 981 .key = "gsm.sim.operator.numeric", 982 .value = "", 983 }, 984 { 985 .key = "gsm.sim.state", 986 .value = "ABSENT", 987 }, 988 { 989 .key = "gsm.version.baseband", 990 .value = "MPSS.DPM.2.0.c11-00049-M8936FAAAANUZM-1.38285.1.39832.1", 991 }, 992 { 993 .key = "gsm.version.ril-impl", 994 .value = "Qualcomm RIL 1.0", 995 }, 996 { 997 .key = "hw.camcorder.fpsrange", 998 .value = "30000,30000", 999 }, 1000 { 1001 .key = "ime_handwriting_apply", 1002 .value = "false", 1003 }, 1004 { 1005 .key = "init.svc.adbd", 1006 .value = "running", 1007 }, 1008 { 1009 .key = "init.svc.atd", 1010 .value = "running", 1011 }, 1012 { 1013 .key = "init.svc.atfwd", 1014 .value = "running", 1015 }, 1016 { 1017 .key = "init.svc.audiod", 1018 .value = "running", 1019 }, 1020 { 1021 .key = "init.svc.bms-sh", 1022 .value = "stopped", 1023 }, 1024 { 1025 .key = "init.svc.bnrd", 1026 .value = "running", 1027 }, 1028 { 1029 .key = "init.svc.bootanim", 1030 .value = "stopped", 1031 }, 1032 { 1033 .key = "init.svc.chcon_keystore", 1034 .value = "stopped", 1035 }, 1036 { 1037 .key = "init.svc.cnd", 1038 .value = "running", 1039 }, 1040 { 1041 .key = "init.svc.cnss-daemon", 1042 .value = "running", 1043 }, 1044 { 1045 .key = "init.svc.config-zram", 1046 .value = "stopped", 1047 }, 1048 { 1049 .key = "init.svc.config_bluetooth", 1050 .value = "stopped", 1051 }, 1052 { 1053 .key = "init.svc.debuggerd", 1054 .value = "running", 1055 }, 1056 { 1057 .key = "init.svc.dpmd", 1058 .value = "stopped", 1059 }, 1060 { 1061 .key = "init.svc.drm", 1062 .value = "running", 1063 }, 1064 { 1065 .key = "init.svc.dsqn", 1066 .value = "stopped", 1067 }, 1068 { 1069 .key = "init.svc.enable_uninstall", 1070 .value = "stopped", 1071 }, 1072 { 1073 .key = "init.svc.flash_recovery", 1074 .value = "stopped", 1075 }, 1076 { 1077 .key = "init.svc.healthd", 1078 .value = "running", 1079 }, 1080 { 1081 .key = "init.svc.hidden-post", 1082 .value = "stopped", 1083 }, 1084 { 1085 .key = "init.svc.installd", 1086 .value = "running", 1087 }, 1088 { 1089 .key = "init.svc.ipsecstarter", 1090 .value = "running", 1091 }, 1092 { 1093 .key = "init.svc.irsc_util", 1094 .value = "stopped", 1095 }, 1096 { 1097 .key = "init.svc.keystore", 1098 .value = "running", 1099 }, 1100 { 1101 .key = "init.svc.lgdrm", 1102 .value = "running", 1103 }, 1104 { 1105 .key = "init.svc.lge-usb-sh", 1106 .value = "stopped", 1107 }, 1108 { 1109 .key = "init.svc.lghashstorage", 1110 .value = "running", 1111 }, 1112 { 1113 .key = "init.svc.lgsecclk", 1114 .value = "running", 1115 }, 1116 { 1117 .key = "init.svc.lmkd", 1118 .value = "running", 1119 }, 1120 { 1121 .key = "init.svc.loc_launcher", 1122 .value = "running", 1123 }, 1124 { 1125 .key = "init.svc.log-kernel", 1126 .value = "stopped", 1127 }, 1128 { 1129 .key = "init.svc.log-packet", 1130 .value = "stopped", 1131 }, 1132 { 1133 .key = "init.svc.log-power", 1134 .value = "stopped", 1135 }, 1136 { 1137 .key = "init.svc.logcat-events", 1138 .value = "stopped", 1139 }, 1140 { 1141 .key = "init.svc.logcat-main", 1142 .value = "stopped", 1143 }, 1144 { 1145 .key = "init.svc.logcat-memory", 1146 .value = "stopped", 1147 }, 1148 { 1149 .key = "init.svc.logcat-radio", 1150 .value = "stopped", 1151 }, 1152 { 1153 .key = "init.svc.logcat-system", 1154 .value = "stopped", 1155 }, 1156 { 1157 .key = "init.svc.media", 1158 .value = "running", 1159 }, 1160 { 1161 .key = "init.svc.modem_debug_info", 1162 .value = "stopped", 1163 }, 1164 { 1165 .key = "init.svc.netd", 1166 .value = "running", 1167 }, 1168 { 1169 .key = "init.svc.netmgrd", 1170 .value = "running", 1171 }, 1172 { 1173 .key = "init.svc.ntcode_listing", 1174 .value = "stopped", 1175 }, 1176 { 1177 .key = "init.svc.p2p_supplicant", 1178 .value = "running", 1179 }, 1180 { 1181 .key = "init.svc.perfd", 1182 .value = "running", 1183 }, 1184 { 1185 .key = "init.svc.ptt_socket_app", 1186 .value = "stopped", 1187 }, 1188 { 1189 .key = "init.svc.qcamerasvr", 1190 .value = "running", 1191 }, 1192 { 1193 .key = "init.svc.qcom-c_core-sh", 1194 .value = "stopped", 1195 }, 1196 { 1197 .key = "init.svc.qcom-c_main-sh", 1198 .value = "stopped", 1199 }, 1200 { 1201 .key = "init.svc.qcom-debug", 1202 .value = "stopped", 1203 }, 1204 { 1205 .key = "init.svc.qcom-post-boot", 1206 .value = "stopped", 1207 }, 1208 { 1209 .key = "init.svc.qcom-sh", 1210 .value = "stopped", 1211 }, 1212 { 1213 .key = "init.svc.qcomsysd", 1214 .value = "running", 1215 }, 1216 { 1217 .key = "init.svc.qmuxd", 1218 .value = "running", 1219 }, 1220 { 1221 .key = "init.svc.qseecomd", 1222 .value = "running", 1223 }, 1224 { 1225 .key = "init.svc.ramoops_backup", 1226 .value = "stopped", 1227 }, 1228 { 1229 .key = "init.svc.rctd", 1230 .value = "running", 1231 }, 1232 { 1233 .key = "init.svc.rfs_access", 1234 .value = "running", 1235 }, 1236 { 1237 .key = "init.svc.ril-daemon", 1238 .value = "running", 1239 }, 1240 { 1241 .key = "init.svc.rmplb", 1242 .value = "stopped", 1243 }, 1244 { 1245 .key = "init.svc.rmt_storage", 1246 .value = "running", 1247 }, 1248 { 1249 .key = "init.svc.run_cache_res", 1250 .value = "stopped", 1251 }, 1252 { 1253 .key = "init.svc.runtime_boot_res", 1254 .value = "stopped", 1255 }, 1256 { 1257 .key = "init.svc.sdcard", 1258 .value = "running", 1259 }, 1260 { 1261 .key = "init.svc.sensord", 1262 .value = "running", 1263 }, 1264 { 1265 .key = "init.svc.service-crash", 1266 .value = "stopped", 1267 }, 1268 { 1269 .key = "init.svc.servicemanager", 1270 .value = "running", 1271 }, 1272 { 1273 .key = "init.svc.set_emmc_size", 1274 .value = "stopped", 1275 }, 1276 { 1277 .key = "init.svc.smpl_count", 1278 .value = "stopped", 1279 }, 1280 { 1281 .key = "init.svc.sreadahead-check", 1282 .value = "stopped", 1283 }, 1284 { 1285 .key = "init.svc.sreadahead", 1286 .value = "stopped", 1287 }, 1288 { 1289 .key = "init.svc.ssr_setup", 1290 .value = "stopped", 1291 }, 1292 { 1293 .key = "init.svc.surfaceflinger", 1294 .value = "running", 1295 }, 1296 { 1297 .key = "init.svc.thermal-engine", 1298 .value = "running", 1299 }, 1300 { 1301 .key = "init.svc.time_daemon", 1302 .value = "running", 1303 }, 1304 { 1305 .key = "init.svc.ueventd", 1306 .value = "running", 1307 }, 1308 { 1309 .key = "init.svc.usb_uicc_daemon", 1310 .value = "stopped", 1311 }, 1312 { 1313 .key = "init.svc.usb_uicc_enable", 1314 .value = "stopped", 1315 }, 1316 { 1317 .key = "init.svc.vm_bms", 1318 .value = "running", 1319 }, 1320 { 1321 .key = "init.svc.vold", 1322 .value = "running", 1323 }, 1324 { 1325 .key = "init.svc.zygote", 1326 .value = "running", 1327 }, 1328 { 1329 .key = "lg.data.bandwidth.enable", 1330 .value = "1", 1331 }, 1332 { 1333 .key = "lge.fm_gain_control_headset", 1334 .value = "0.53", 1335 }, 1336 { 1337 .key = "lge.fm_gain_control_speaker", 1338 .value = "0.70", 1339 }, 1340 { 1341 .key = "lge.nfc.vendor", 1342 .value = "bcm", 1343 }, 1344 { 1345 .key = "lge.normalizer.param", 1346 .value = "version2.0/true/10.0/true/19000/0.5/2500/0.62", 1347 }, 1348 { 1349 .key = "lge.signed_image", 1350 .value = "true", 1351 }, 1352 { 1353 .key = "lge.zdi.actionsend", 1354 .value = "false", 1355 }, 1356 { 1357 .key = "lge.zdi.dragdropintent", 1358 .value = "false", 1359 }, 1360 { 1361 .key = "lge.zdi.onactivityresult", 1362 .value = "true", 1363 }, 1364 { 1365 .key = "log.tag.GpsLocationProvider", 1366 .value = "DEBUG", 1367 }, 1368 { 1369 .key = "log.tag.LgeGpsIndicator", 1370 .value = "DEBUG", 1371 }, 1372 { 1373 .key = "log.tag.LocSvc_java", 1374 .value = "DEBUG", 1375 }, 1376 { 1377 .key = "log.tag.LocationManagerService", 1378 .value = "DEBUG", 1379 }, 1380 { 1381 .key = "log.tag.NlpProxy", 1382 .value = "DEBUG", 1383 }, 1384 { 1385 .key = "media.aac_51_output_enabled", 1386 .value = "true", 1387 }, 1388 { 1389 .key = "media.msm8929hw", 1390 .value = "0", 1391 }, 1392 { 1393 .key = "media.msm8939hw", 1394 .value = "0", 1395 }, 1396 { 1397 .key = "media.stagefright.enable-aac", 1398 .value = "true", 1399 }, 1400 { 1401 .key = "media.stagefright.enable-fma2dp", 1402 .value = "true", 1403 }, 1404 { 1405 .key = "media.stagefright.enable-http", 1406 .value = "true", 1407 }, 1408 { 1409 .key = "media.stagefright.enable-player", 1410 .value = "true", 1411 }, 1412 { 1413 .key = "media.stagefright.enable-qcp", 1414 .value = "true", 1415 }, 1416 { 1417 .key = "media.stagefright.enable-scan", 1418 .value = "true", 1419 }, 1420 { 1421 .key = "media.swhevccodectype", 1422 .value = "0", 1423 }, 1424 { 1425 .key = "mm.enable.qcom_parser", 1426 .value = "3183219", 1427 }, 1428 { 1429 .key = "mm.enable.smoothstreaming", 1430 .value = "true", 1431 }, 1432 { 1433 .key = "mmp.enable.3g2", 1434 .value = "true", 1435 }, 1436 { 1437 .key = "net.Is_phone_booted", 1438 .value = "true", 1439 }, 1440 { 1441 .key = "net.bt.name", 1442 .value = "Android", 1443 }, 1444 { 1445 .key = "net.change", 1446 .value = "net.qtaguid_enabled", 1447 }, 1448 { 1449 .key = "net.hostname", 1450 .value = "android-ff84ffc19101b34e", 1451 }, 1452 { 1453 .key = "net.max_property", 1454 .value = "350", 1455 }, 1456 { 1457 .key = "net.qtaguid_enabled", 1458 .value = "1", 1459 }, 1460 { 1461 .key = "net.tcp.buffersize.default", 1462 .value = "4096,87380,524288,4096,16384,110208", 1463 }, 1464 { 1465 .key = "net.tcp.buffersize.edge", 1466 .value = "4093,26280,35040,4096,16384,35040", 1467 }, 1468 { 1469 .key = "net.tcp.buffersize.evdo", 1470 .value = "4094,87380,524288,4096,16384,262144", 1471 }, 1472 { 1473 .key = "net.tcp.buffersize.gprs", 1474 .value = "4092,8760,11680,4096,8760,11680", 1475 }, 1476 { 1477 .key = "net.tcp.buffersize.hsdpa", 1478 .value = "4094,87380,1220608,4096,16384,1220608", 1479 }, 1480 { 1481 .key = "net.tcp.buffersize.hspa", 1482 .value = "4094,87380,1220608,4096,16384,1220608", 1483 }, 1484 { 1485 .key = "net.tcp.buffersize.hspap", 1486 .value = "4094,87380,1220608,4096,16384,1220608", 1487 }, 1488 { 1489 .key = "net.tcp.buffersize.hsupa", 1490 .value = "4094,87380,1220608,4096,16384,1220608", 1491 }, 1492 { 1493 .key = "net.tcp.buffersize.lte", 1494 .value = "2097152,4194304,8388608,262144,524288,1048576", 1495 }, 1496 { 1497 .key = "net.tcp.buffersize.umts", 1498 .value = "4094,87380,110208,4096,16384,110208", 1499 }, 1500 { 1501 .key = "net.tcp.buffersize.wifi", 1502 .value = "524288,2097152,4194304,262144,524288,1048576", 1503 }, 1504 { 1505 .key = "net.tcp.default_init_rwnd", 1506 .value = "60", 1507 }, 1508 { 1509 .key = "net.tethering.noprovisioning", 1510 .value = "true", 1511 }, 1512 { 1513 .key = "persist.audio.fluence.speaker", 1514 .value = "none", 1515 }, 1516 { 1517 .key = "persist.audio.fluence.voicecall", 1518 .value = "none", 1519 }, 1520 { 1521 .key = "persist.audio.fluence.voicerec", 1522 .value = "none", 1523 }, 1524 { 1525 .key = "persist.audio.handset_rx_type", 1526 .value = "DEFAULT", 1527 }, 1528 { 1529 .key = "persist.audio.headset_fluence", 1530 .value = "false", 1531 }, 1532 { 1533 .key = "persist.audio.nsenabled", 1534 .value = "OFF", 1535 }, 1536 { 1537 .key = "persist.audio.nxp", 1538 .value = "OFF", 1539 }, 1540 { 1541 .key = "persist.audio.sm_fluence", 1542 .value = "OFF", 1543 }, 1544 { 1545 .key = "persist.audio.spk_sm_fluence", 1546 .value = "OFF", 1547 }, 1548 { 1549 .key = "persist.audio.spkcall_2mic", 1550 .value = "OFF", 1551 }, 1552 { 1553 .key = "persist.audio.voice.clarity", 1554 .value = "none", 1555 }, 1556 { 1557 .key = "persist.audio.voip_nsenabled", 1558 .value = "OFF", 1559 }, 1560 { 1561 .key = "persist.boot.reset", 1562 .value = "pwr", 1563 }, 1564 { 1565 .key = "persist.cne.feature", 1566 .value = "1", 1567 }, 1568 { 1569 .key = "persist.data.netmgrd.qos.enable", 1570 .value = "false", 1571 }, 1572 { 1573 .key = "persist.data.sbp.update", 1574 .value = "2", 1575 }, 1576 { 1577 .key = "persist.debug.coresight.config", 1578 .value = "stm-events", 1579 }, 1580 { 1581 .key = "persist.debug.wfd.enable", 1582 .value = "1", 1583 }, 1584 { 1585 .key = "persist.demo.hdmirotationlock", 1586 .value = "false", 1587 }, 1588 { 1589 .key = "persist.fuse_sdcard", 1590 .value = "true", 1591 }, 1592 { 1593 .key = "persist.gps.qc_nlp_in_use", 1594 .value = "0", 1595 }, 1596 { 1597 .key = "persist.gsm.mms.enabled", 1598 .value = "true", 1599 }, 1600 { 1601 .key = "persist.gsm.mms.roaming.enabled", 1602 .value = "false", 1603 }, 1604 { 1605 .key = "persist.gsm.sms.disablelog", 1606 .value = "64", 1607 }, 1608 { 1609 .key = "persist.gsm.sms.forcegsm7", 1610 .value = "1", 1611 }, 1612 { 1613 .key = "persist.hwc.enable_vds", 1614 .value = "1", 1615 }, 1616 { 1617 .key = "persist.hwc.mdpcomp.enable", 1618 .value = "true", 1619 }, 1620 { 1621 .key = "persist.lg.data.dsqn", 1622 .value = "0", 1623 }, 1624 { 1625 .key = "persist.lg.data.fd", 1626 .value = "-1", 1627 }, 1628 { 1629 .key = "persist.lg.data.llkklk.exact", 1630 .value = "true", 1631 }, 1632 { 1633 .key = "persist.lg.data.llkklk", 1634 .value = "true", 1635 }, 1636 { 1637 .key = "persist.lg.data.vdbg", 1638 .value = "false", 1639 }, 1640 { 1641 .key = "persist.lge.appbox.ntcode", 1642 .value = "1611917394609", 1643 }, 1644 { 1645 .key = "persist.lge.appman.errc_done", 1646 .value = "1611917394609", 1647 }, 1648 { 1649 .key = "persist.lge.appman.firstboot", 1650 .value = "0", 1651 }, 1652 { 1653 .key = "persist.lge.appman.installstart", 1654 .value = "0", 1655 }, 1656 { 1657 .key = "persist.logd.size", 1658 .value = "262144", 1659 }, 1660 { 1661 .key = "persist.mms.pre-install", 1662 .value = "true", 1663 }, 1664 { 1665 .key = "persist.profiled.build.version", 1666 .value = "1611917394609", 1667 }, 1668 { 1669 .key = "persist.qcril.disable_retry", 1670 .value = "true", 1671 }, 1672 { 1673 .key = "persist.radio.adb_log_on", 1674 .value = "0", 1675 }, 1676 { 1677 .key = "persist.radio.add_power_save", 1678 .value = "1", 1679 }, 1680 { 1681 .key = "persist.radio.apm_sim_not_pwdn", 1682 .value = "1", 1683 }, 1684 { 1685 .key = "persist.radio.eons.enabled", 1686 .value = "false", 1687 }, 1688 { 1689 .key = "persist.radio.gsm.cota", 1690 .value = "0", 1691 }, 1692 { 1693 .key = "persist.radio.keyBlockByCall", 1694 .value = "0", 1695 }, 1696 { 1697 .key = "persist.radio.multisim.config", 1698 .value = "none", 1699 }, 1700 { 1701 .key = "persist.radio.ril_payload_on", 1702 .value = "0", 1703 }, 1704 { 1705 .key = "persist.radio.sms.phoneid", 1706 .value = "0", 1707 }, 1708 { 1709 .key = "persist.radio.sms_ims", 1710 .value = "false", 1711 }, 1712 { 1713 .key = "persist.rild.nitz_long_ons_0", 1714 .value = "", 1715 }, 1716 { 1717 .key = "persist.rild.nitz_long_ons_1", 1718 .value = "", 1719 }, 1720 { 1721 .key = "persist.rild.nitz_long_ons_2", 1722 .value = "", 1723 }, 1724 { 1725 .key = "persist.rild.nitz_long_ons_3", 1726 .value = "", 1727 }, 1728 { 1729 .key = "persist.rild.nitz_plmn", 1730 .value = "", 1731 }, 1732 { 1733 .key = "persist.rild.nitz_short_ons_0", 1734 .value = "", 1735 }, 1736 { 1737 .key = "persist.rild.nitz_short_ons_1", 1738 .value = "", 1739 }, 1740 { 1741 .key = "persist.rild.nitz_short_ons_2", 1742 .value = "", 1743 }, 1744 { 1745 .key = "persist.rild.nitz_short_ons_3", 1746 .value = "", 1747 }, 1748 { 1749 .key = "persist.service.avrcp.browsing", 1750 .value = "1", 1751 }, 1752 { 1753 .key = "persist.service.bdroid.bdaddr", 1754 .value = "2C:59:8A:CF:F1:CC", 1755 }, 1756 { 1757 .key = "persist.service.bt.support.sap", 1758 .value = "true", 1759 }, 1760 { 1761 .key = "persist.service.ccaudit.enable", 1762 .value = "0", 1763 }, 1764 { 1765 .key = "persist.service.crash.enable", 1766 .value = "0", 1767 }, 1768 { 1769 .key = "persist.service.events.enable", 1770 .value = "0", 1771 }, 1772 { 1773 .key = "persist.service.kernel.enable", 1774 .value = "0", 1775 }, 1776 { 1777 .key = "persist.service.main.enable", 1778 .value = "0", 1779 }, 1780 { 1781 .key = "persist.service.memory.enable", 1782 .value = "0", 1783 }, 1784 { 1785 .key = "persist.service.packet.enable", 1786 .value = "0", 1787 }, 1788 { 1789 .key = "persist.service.packet.max", 1790 .value = "0", 1791 }, 1792 { 1793 .key = "persist.service.postboot.enable", 1794 .value = "0", 1795 }, 1796 { 1797 .key = "persist.service.power.enable", 1798 .value = "0", 1799 }, 1800 { 1801 .key = "persist.service.radio.enable", 1802 .value = "0", 1803 }, 1804 { 1805 .key = "persist.service.storage.low", 1806 .value = "0", 1807 }, 1808 { 1809 .key = "persist.service.system.enable", 1810 .value = "0", 1811 }, 1812 { 1813 .key = "persist.sys.clientid-changed", 1814 .value = "0", 1815 }, 1816 { 1817 .key = "persist.sys.cupss.changed", 1818 .value = "0", 1819 }, 1820 { 1821 .key = "persist.sys.cupss.default", 1822 .value = "/cust/OPEN_COM", 1823 }, 1824 { 1825 .key = "persist.sys.cupss.integration", 1826 .value = "1", 1827 }, 1828 { 1829 .key = "persist.sys.cupss.next-root", 1830 .value = "/data/local/cust", 1831 }, 1832 { 1833 .key = "persist.sys.cupss.prev-rootdir", 1834 .value = "/data/local/cust", 1835 }, 1836 { 1837 .key = "persist.sys.cupss.subca-prev", 1838 .value = "/cust/OPEN_COM/cust_OPEN_EU.prop", 1839 }, 1840 { 1841 .key = "persist.sys.cupss.subca-prop", 1842 .value = "/cust/OPEN_COM/cust_OPEN_EU.prop", 1843 }, 1844 { 1845 .key = "persist.sys.cust.lte_config", 1846 .value = "true", 1847 }, 1848 { 1849 .key = "persist.sys.dalvik.vm.lib.2", 1850 .value = "libart.so", 1851 }, 1852 { 1853 .key = "persist.sys.emmc_size", 1854 .value = "16G", 1855 }, 1856 { 1857 .key = "persist.sys.factory.status", 1858 .value = "6", 1859 }, 1860 { 1861 .key = "persist.sys.first-boot", 1862 .value = "1", 1863 }, 1864 { 1865 .key = "persist.sys.first-mcc", 1866 .value = "FFF", 1867 }, 1868 { 1869 .key = "persist.sys.first-mccmnc", 1870 .value = "FFFFFF", 1871 }, 1872 { 1873 .key = "persist.sys.freezerotation", 1874 .value = "0", 1875 }, 1876 { 1877 .key = "persist.sys.iccid-mcc", 1878 .value = "", 1879 }, 1880 { 1881 .key = "persist.sys.iccid", 1882 .value = "", 1883 }, 1884 { 1885 .key = "persist.sys.lg.sound_enable", 1886 .value = "2", 1887 }, 1888 { 1889 .key = "persist.sys.mcc-list", 1890 .value = "FFF", 1891 }, 1892 { 1893 .key = "persist.sys.mccmnc-list", 1894 .value = "FFFFFF", 1895 }, 1896 { 1897 .key = "persist.sys.media.use-awesome", 1898 .value = "false", 1899 }, 1900 { 1901 .key = "persist.sys.mlt_swupdt", 1902 .value = "1", 1903 }, 1904 { 1905 .key = "persist.sys.multi-cust", 1906 .value = "0", 1907 }, 1908 { 1909 .key = "persist.sys.ntcode-changed", 1910 .value = "0", 1911 }, 1912 { 1913 .key = "persist.sys.ntcode", 1914 .value = "\"1\",\"FFF,FFF,FFFFFFFF,FFFFFFFF,11\"", 1915 }, 1916 { 1917 .key = "persist.sys.ntcode_list", 1918 .value = "1", 1919 }, 1920 { 1921 .key = "persist.sys.profiler_ms", 1922 .value = "0", 1923 }, 1924 { 1925 .key = "persist.sys.sim-changed", 1926 .value = "2", 1927 }, 1928 { 1929 .key = "persist.sys.ssr.restart_level", 1930 .value = "ALL_ENABLE", 1931 }, 1932 { 1933 .key = "persist.sys.strictmode.disable", 1934 .value = "true", 1935 }, 1936 { 1937 .key = "persist.sys.subset-list", 1938 .value = "11", 1939 }, 1940 { 1941 .key = "persist.sys.swfv.flag", 1942 .value = "1", 1943 }, 1944 { 1945 .key = "persist.sys.theme0", 1946 .value = "com.lge.launcher2.theme.optimus", 1947 }, 1948 { 1949 .key = "persist.sys.theme", 1950 .value = "", 1951 }, 1952 { 1953 .key = "persist.sys.thermald_miti_off", 1954 .value = "true", 1955 }, 1956 { 1957 .key = "persist.sys.timezone", 1958 .value = "Europe/London", 1959 }, 1960 { 1961 .key = "persist.sys.usb.config", 1962 .value = "auto_conf,adb", 1963 }, 1964 { 1965 .key = "persist.sys.wificountrymcc", 1966 .value = "", 1967 }, 1968 { 1969 .key = "persist.timed.enable", 1970 .value = "true", 1971 }, 1972 { 1973 .key = "ril.cdma.voiceinservice", 1974 .value = "false", 1975 }, 1976 { 1977 .key = "ril.ecclist.autoprofile", 1978 .value = "", 1979 }, 1980 { 1981 .key = "ril.ecclist", 1982 .value = "911,112,000,08,110,999,118,119", 1983 }, 1984 { 1985 .key = "ril.modembsp.bootup", 1986 .value = "1", 1987 }, 1988 { 1989 .key = "ril.qcril_pre_init_lock_held", 1990 .value = "0", 1991 }, 1992 { 1993 .key = "ril.subscription.types", 1994 .value = "NV,RUIM", 1995 }, 1996 { 1997 .key = "rild.libargs", 1998 .value = "-d /dev/smd0", 1999 }, 2000 { 2001 .key = "rild.libpath", 2002 .value = "/system/vendor/lib/libril-qc-qmi-1.so", 2003 }, 2004 { 2005 .key = "ro.adb.secure", 2006 .value = "1", 2007 }, 2008 { 2009 .key = "ro.airplane.phoneapp", 2010 .value = "1", 2011 }, 2012 { 2013 .key = "ro.alarm_boot", 2014 .value = "false", 2015 }, 2016 { 2017 .key = "ro.allow.mock.location", 2018 .value = "0", 2019 }, 2020 { 2021 .key = "ro.baseband", 2022 .value = "msm", 2023 }, 2024 { 2025 .key = "ro.bluetooth.dun", 2026 .value = "true", 2027 }, 2028 { 2029 .key = "ro.bluetooth.hfp.ver", 2030 .value = "1.6", 2031 }, 2032 { 2033 .key = "ro.bluetooth.sap", 2034 .value = "true", 2035 }, 2036 { 2037 .key = "ro.board.platform", 2038 .value = "msm8916", 2039 }, 2040 { 2041 .key = "ro.boot.baseband", 2042 .value = "msm", 2043 }, 2044 { 2045 .key = "ro.boot.bootdevice", 2046 .value = "7824900.sdhci", 2047 }, 2048 { 2049 .key = "ro.boot.console", 2050 .value = "ttyHSL0", 2051 }, 2052 { 2053 .key = "ro.boot.ddr_info", 2054 .value = "0x0", 2055 }, 2056 { 2057 .key = "ro.boot.ddr_size", 2058 .value = "1610612736", 2059 }, 2060 { 2061 .key = "ro.boot.dlcomplete", 2062 .value = "0", 2063 }, 2064 { 2065 .key = "ro.boot.emmc", 2066 .value = "true", 2067 }, 2068 { 2069 .key = "ro.boot.hardware", 2070 .value = "m216", 2071 }, 2072 { 2073 .key = "ro.boot.serialno", 2074 .value = "LGK4202a379b4b", 2075 }, 2076 { 2077 .key = "ro.bootloader", 2078 .value = "unknown", 2079 }, 2080 { 2081 .key = "ro.bootmode", 2082 .value = "unknown", 2083 }, 2084 { 2085 .key = "ro.build.characteristics", 2086 .value = "default", 2087 }, 2088 { 2089 .key = "ro.build.date.utc", 2090 .value = "1461832931", 2091 }, 2092 { 2093 .key = "ro.build.date", 2094 .value = "Thu Apr 28 17:42:11 KST 2016", 2095 }, 2096 { 2097 .key = "ro.build.description", 2098 .value = "m216n_global_com-user 5.1.1 LMY47V 1611917394609 release-keys", 2099 }, 2100 { 2101 .key = "ro.build.display.id", 2102 .value = "LMY47V", 2103 }, 2104 { 2105 .key = "ro.build.fingerprint", 2106 .value = "lge/m216n_global_com/m216n:5.1.1/LMY47V/1611917394609:user/release-keys", 2107 }, 2108 { 2109 .key = "ro.build.flavor", 2110 .value = "m216n_global_com-user", 2111 }, 2112 { 2113 .key = "ro.build.host", 2114 .value = "LGEACI6R2", 2115 }, 2116 { 2117 .key = "ro.build.id", 2118 .value = "LMY47V", 2119 }, 2120 { 2121 .key = "ro.build.product", 2122 .value = "m216n", 2123 }, 2124 { 2125 .key = "ro.build.sbp", 2126 .value = "1", 2127 }, 2128 { 2129 .key = "ro.build.tags", 2130 .value = "release-keys", 2131 }, 2132 { 2133 .key = "ro.build.target_country", 2134 .value = "EU", 2135 }, 2136 { 2137 .key = "ro.build.target_operator", 2138 .value = "OPEN", 2139 }, 2140 { 2141 .key = "ro.build.target_region", 2142 .value = "EU", 2143 }, 2144 { 2145 .key = "ro.build.type", 2146 .value = "user", 2147 }, 2148 { 2149 .key = "ro.build.user", 2150 .value = "jenkins", 2151 }, 2152 { 2153 .key = "ro.build.version.all_codenames", 2154 .value = "REL", 2155 }, 2156 { 2157 .key = "ro.build.version.base_os", 2158 .value = "", 2159 }, 2160 { 2161 .key = "ro.build.version.codename", 2162 .value = "REL", 2163 }, 2164 { 2165 .key = "ro.build.version.incremental", 2166 .value = "1611917394609", 2167 }, 2168 { 2169 .key = "ro.build.version.release", 2170 .value = "5.1.1", 2171 }, 2172 { 2173 .key = "ro.build.version.sdk", 2174 .value = "22", 2175 }, 2176 { 2177 .key = "ro.build.version.security_patch", 2178 .value = "2016-04-01", 2179 }, 2180 { 2181 .key = "ro.carrier", 2182 .value = "unknown", 2183 }, 2184 { 2185 .key = "ro.com.google.apphider", 2186 .value = "on", 2187 }, 2188 { 2189 .key = "ro.com.google.clientidbase.am", 2190 .value = "android-om-lge", 2191 }, 2192 { 2193 .key = "ro.com.google.clientidbase.gmm", 2194 .value = "android-om-lge", 2195 }, 2196 { 2197 .key = "ro.com.google.clientidbase.ms", 2198 .value = "android-om-lge", 2199 }, 2200 { 2201 .key = "ro.com.google.clientidbase.yt", 2202 .value = "android-om-lge", 2203 }, 2204 { 2205 .key = "ro.com.google.clientidbase", 2206 .value = "android-om-lge", 2207 }, 2208 { 2209 .key = "ro.com.google.gmsversion", 2210 .value = "5.1_r3", 2211 }, 2212 { 2213 .key = "ro.com.lge.mada", 2214 .value = "gms_3.1", 2215 }, 2216 { 2217 .key = "ro.config.alarm_alert", 2218 .value = "Melody_Alarm.ogg", 2219 }, 2220 { 2221 .key = "ro.config.notification_sound", 2222 .value = "Crystal.ogg", 2223 }, 2224 { 2225 .key = "ro.config.ringtone", 2226 .value = "01_Life_Is_Good.ogg", 2227 }, 2228 { 2229 .key = "ro.config.timer_alert", 2230 .value = "Timer.ogg", 2231 }, 2232 { 2233 .key = "ro.config.vc_call_vol_default", 2234 .value = "3", 2235 }, 2236 { 2237 .key = "ro.config.vc_call_vol_steps", 2238 .value = "6", 2239 }, 2240 { 2241 .key = "ro.crypto.state", 2242 .value = "unencrypted", 2243 }, 2244 { 2245 .key = "ro.dalvik.vm.native.bridge", 2246 .value = "0", 2247 }, 2248 { 2249 .key = "ro.debuggable", 2250 .value = "0", 2251 }, 2252 { 2253 .key = "ro.device.hapticfeedback", 2254 .value = "1", 2255 }, 2256 { 2257 .key = "ro.device.memory.internal", 2258 .value = "16", 2259 }, 2260 { 2261 .key = "ro.earlyboot_cpus", 2262 .value = "unknown", 2263 }, 2264 { 2265 .key = "ro.factorytest", 2266 .value = "0", 2267 }, 2268 { 2269 .key = "ro.frp.pst", 2270 .value = "/dev/block/bootdevice/by-name/persistent", 2271 }, 2272 { 2273 .key = "ro.fuse_sdcard", 2274 .value = "true", 2275 }, 2276 { 2277 .key = "ro.gps.agps_provider", 2278 .value = "1", 2279 }, 2280 { 2281 .key = "ro.hardware", 2282 .value = "m216", 2283 }, 2284 { 2285 .key = "ro.lge.amrwb_gpri", 2286 .value = "1", 2287 }, 2288 { 2289 .key = "ro.lge.audio_soundexception", 2290 .value = "true", 2291 }, 2292 { 2293 .key = "ro.lge.callduration", 2294 .value = "1", 2295 }, 2296 { 2297 .key = "ro.lge.capp_ZDi_O", 2298 .value = "true", 2299 }, 2300 { 2301 .key = "ro.lge.capp_cupss.rootdir", 2302 .value = "/data/local/cust", 2303 }, 2304 { 2305 .key = "ro.lge.cupssgroup", 2306 .value = "GLOBAL-COM", 2307 }, 2308 { 2309 .key = "ro.lge.custLanguageSet", 2310 .value = "true", 2311 }, 2312 { 2313 .key = "ro.lge.deny.minfree.change", 2314 .value = "1", 2315 }, 2316 { 2317 .key = "ro.lge.factoryversion", 2318 .value = "LGK420AT-00-V10n-GLOBAL-COM-APR-28-2016+0", 2319 }, 2320 { 2321 .key = "ro.lge.hiddenreset", 2322 .value = "0", 2323 }, 2324 { 2325 .key = "ro.lge.hw.revision", 2326 .value = "rev_12", 2327 }, 2328 { 2329 .key = "ro.lge.lcd_auto_brightness_mode", 2330 .value = "false", 2331 }, 2332 { 2333 .key = "ro.lge.lcd_default_brightness", 2334 .value = "166", 2335 }, 2336 { 2337 .key = "ro.lge.lguiversion", 2338 .value = "4.2", 2339 }, 2340 { 2341 .key = "ro.lge.ntcode_mcc", 2342 .value = "FFF", 2343 }, 2344 { 2345 .key = "ro.lge.opensw", 2346 .value = "EUR-XX", 2347 }, 2348 { 2349 .key = "ro.lge.petname", 2350 .value = "LG K10 LTE", 2351 }, 2352 { 2353 .key = "ro.lge.radio_gpri", 2354 .value = "1", 2355 }, 2356 { 2357 .key = "ro.lge.radio_gpri_v2", 2358 .value = "1", 2359 }, 2360 { 2361 .key = "ro.lge.revshare", 2362 .value = "2015", 2363 }, 2364 { 2365 .key = "ro.lge.sar.value", 2366 .value = "1", 2367 }, 2368 { 2369 .key = "ro.lge.sensor_chip", 2370 .value = "qct_kernel", 2371 }, 2372 { 2373 .key = "ro.lge.sensors_multihal", 2374 .value = "false", 2375 }, 2376 { 2377 .key = "ro.lge.sim_num", 2378 .value = "1", 2379 }, 2380 { 2381 .key = "ro.lge.singleca.enable", 2382 .value = "1", 2383 }, 2384 { 2385 .key = "ro.lge.suffix", 2386 .value = "BPOLBK", 2387 }, 2388 { 2389 .key = "ro.lge.swversion", 2390 .value = "K42010c", 2391 }, 2392 { 2393 .key = "ro.lge.swversion_rev", 2394 .value = "0", 2395 }, 2396 { 2397 .key = "ro.lge.swversion_short", 2398 .value = "V10c", 2399 }, 2400 { 2401 .key = "ro.lge.swversion_svn", 2402 .value = "13", 2403 }, 2404 { 2405 .key = "ro.lge.vib_magnitude_index", 2406 .value = "0,20,40,60,80,100,120,127", 2407 }, 2408 { 2409 .key = "ro.min_freq_0", 2410 .value = "800000", 2411 }, 2412 { 2413 .key = "ro.minios.enable", 2414 .value = "0", 2415 }, 2416 { 2417 .key = "ro.model.name", 2418 .value = "LG-K420n", 2419 }, 2420 { 2421 .key = "ro.opengles.version", 2422 .value = "196608", 2423 }, 2424 { 2425 .key = "ro.pip.gated", 2426 .value = "0", 2427 }, 2428 { 2429 .key = "ro.product.board", 2430 .value = "msm8916", 2431 }, 2432 { 2433 .key = "ro.product.brand", 2434 .value = "lge", 2435 }, 2436 { 2437 .key = "ro.product.cpu.abi2", 2438 .value = "armeabi", 2439 }, 2440 { 2441 .key = "ro.product.cpu.abi", 2442 .value = "armeabi-v7a", 2443 }, 2444 { 2445 .key = "ro.product.cpu.abilist32", 2446 .value = "armeabi-v7a,armeabi", 2447 }, 2448 { 2449 .key = "ro.product.cpu.abilist64", 2450 .value = "", 2451 }, 2452 { 2453 .key = "ro.product.cpu.abilist", 2454 .value = "armeabi-v7a,armeabi", 2455 }, 2456 { 2457 .key = "ro.product.device", 2458 .value = "m216n", 2459 }, 2460 { 2461 .key = "ro.product.locale.language", 2462 .value = "en", 2463 }, 2464 { 2465 .key = "ro.product.locale.region", 2466 .value = "GB", 2467 }, 2468 { 2469 .key = "ro.product.manufacturer", 2470 .value = "LGE", 2471 }, 2472 { 2473 .key = "ro.product.model", 2474 .value = "LG-K420", 2475 }, 2476 { 2477 .key = "ro.product.name", 2478 .value = "m216n_global_com", 2479 }, 2480 { 2481 .key = "ro.qc.sdk.audio.fluencetype", 2482 .value = "none", 2483 }, 2484 { 2485 .key = "ro.qc.sdk.audio.ssr", 2486 .value = "false", 2487 }, 2488 { 2489 .key = "ro.qualcomm.bluetooth.ftp", 2490 .value = "true", 2491 }, 2492 { 2493 .key = "ro.qualcomm.bluetooth.hfp", 2494 .value = "true", 2495 }, 2496 { 2497 .key = "ro.qualcomm.bluetooth.hsp", 2498 .value = "true", 2499 }, 2500 { 2501 .key = "ro.qualcomm.bluetooth.map", 2502 .value = "true", 2503 }, 2504 { 2505 .key = "ro.qualcomm.bluetooth.nap", 2506 .value = "true", 2507 }, 2508 { 2509 .key = "ro.qualcomm.bluetooth.opp", 2510 .value = "true", 2511 }, 2512 { 2513 .key = "ro.qualcomm.bluetooth.pbap", 2514 .value = "true", 2515 }, 2516 { 2517 .key = "ro.qualcomm.bt.hci_transport", 2518 .value = "smd", 2519 }, 2520 { 2521 .key = "ro.qualcomm.cabl", 2522 .value = "0", 2523 }, 2524 { 2525 .key = "ro.revision", 2526 .value = "9", 2527 }, 2528 { 2529 .key = "ro.ril.svdo", 2530 .value = "false", 2531 }, 2532 { 2533 .key = "ro.ril.svlte1x", 2534 .value = "false", 2535 }, 2536 { 2537 .key = "ro.runtime.firstboot", 2538 .value = "1421372180913", 2539 }, 2540 { 2541 .key = "ro.sdcrypto.syscall", 2542 .value = "398", 2543 }, 2544 { 2545 .key = "ro.secure", 2546 .value = "1", 2547 }, 2548 { 2549 .key = "ro.serialno", 2550 .value = "LGK4202a379b4b", 2551 }, 2552 { 2553 .key = "ro.setupwizard.mode", 2554 .value = "DISABLED", 2555 }, 2556 { 2557 .key = "ro.sf.lcd_density", 2558 .value = "320", 2559 }, 2560 { 2561 .key = "ro.ssbd.offset", 2562 .value = "0", 2563 }, 2564 { 2565 .key = "ro.ssbd.session", 2566 .value = "/dev/block/bootdevice/by-name/eksst", 2567 }, 2568 { 2569 .key = "ro.sys.fw.bg_apps_limit", 2570 .value = "24", 2571 }, 2572 { 2573 .key = "ro.sys.fw.bg_cached_ratio", 2574 .value = "0.5", 2575 }, 2576 { 2577 .key = "ro.sys.fw.empty_app_percent", 2578 .value = "50", 2579 }, 2580 { 2581 .key = "ro.sys.fw.mOomAdj1", 2582 .value = "0", 2583 }, 2584 { 2585 .key = "ro.sys.fw.mOomAdj2", 2586 .value = "1", 2587 }, 2588 { 2589 .key = "ro.sys.fw.mOomAdj3", 2590 .value = "2", 2591 }, 2592 { 2593 .key = "ro.sys.fw.mOomAdj4", 2594 .value = "3", 2595 }, 2596 { 2597 .key = "ro.sys.fw.mOomAdj5", 2598 .value = "9", 2599 }, 2600 { 2601 .key = "ro.sys.fw.mOomAdj6", 2602 .value = "15", 2603 }, 2604 { 2605 .key = "ro.sys.fw.mOomMinFree1", 2606 .value = "73728", 2607 }, 2608 { 2609 .key = "ro.sys.fw.mOomMinFree2", 2610 .value = "92160", 2611 }, 2612 { 2613 .key = "ro.sys.fw.mOomMinFree3", 2614 .value = "110592", 2615 }, 2616 { 2617 .key = "ro.sys.fw.mOomMinFree4", 2618 .value = "129024", 2619 }, 2620 { 2621 .key = "ro.sys.fw.mOomMinFree5", 2622 .value = "221184", 2623 }, 2624 { 2625 .key = "ro.sys.fw.mOomMinFree6", 2626 .value = "322560", 2627 }, 2628 { 2629 .key = "ro.sys.fw.trim_cache_percent", 2630 .value = "100", 2631 }, 2632 { 2633 .key = "ro.sys.fw.trim_empty_percent", 2634 .value = "100", 2635 }, 2636 { 2637 .key = "ro.sys.fw.trim_enable_memory", 2638 .value = "1073741824", 2639 }, 2640 { 2641 .key = "ro.sys.fw.use_trim_settings", 2642 .value = "true", 2643 }, 2644 { 2645 .key = "ro.telephony.call_ring.multiple", 2646 .value = "false", 2647 }, 2648 { 2649 .key = "ro.telephony.default_network", 2650 .value = "9", 2651 }, 2652 { 2653 .key = "ro.use_data_netmgrd", 2654 .value = "true", 2655 }, 2656 { 2657 .key = "ro.vendor.extension_library", 2658 .value = "libqti-perfd-client.so", 2659 }, 2660 { 2661 .key = "ro.wifi.channels", 2662 .value = "11", 2663 }, 2664 { 2665 .key = "ro.zygote", 2666 .value = "zygote32", 2667 }, 2668 { 2669 .key = "sbp.bootanim", 2670 .value = "1", 2671 }, 2672 { 2673 .key = "sbp.load_props_done", 2674 .value = "1", 2675 }, 2676 { 2677 .key = "selinux.init_rc_finished", 2678 .value = "yes", 2679 }, 2680 { 2681 .key = "selinux.reload_policy", 2682 .value = "1", 2683 }, 2684 { 2685 .key = "service.bootanim.begin", 2686 .value = "0", 2687 }, 2688 { 2689 .key = "service.bootanim.exit", 2690 .value = "1", 2691 }, 2692 { 2693 .key = "service.bt.support.busytone", 2694 .value = "true", 2695 }, 2696 { 2697 .key = "service.keyguard.status", 2698 .value = "1", 2699 }, 2700 { 2701 .key = "service.plushome.currenthome", 2702 .value = "standard", 2703 }, 2704 { 2705 .key = "sys.boot_completed", 2706 .value = "1", 2707 }, 2708 { 2709 .key = "sys.factory.qem", 2710 .value = "0", 2711 }, 2712 { 2713 .key = "sys.keymaster.loaded", 2714 .value = "true", 2715 }, 2716 { 2717 .key = "sys.knockon.knockoff.distance", 2718 .value = "10", 2719 }, 2720 { 2721 .key = "sys.lge.bnrd", 2722 .value = "1", 2723 }, 2724 { 2725 .key = "sys.lge.caldata_check", 2726 .value = "1", 2727 }, 2728 { 2729 .key = "sys.lge.dsdp.mode", 2730 .value = "stop", 2731 }, 2732 { 2733 .key = "sys.lge.pif", 2734 .value = "0", 2735 }, 2736 { 2737 .key = "sys.lge.touchcrack_mode", 2738 .value = "0", 2739 }, 2740 { 2741 .key = "sys.listeners.registered", 2742 .value = "true", 2743 }, 2744 { 2745 .key = "sys.navibar.color", 2746 .value = "#ff000000", 2747 }, 2748 { 2749 .key = "sys.radio.gpri.complete", 2750 .value = "false", 2751 }, 2752 { 2753 .key = "sys.secpolicy.camera.disabled", 2754 .value = "0", 2755 }, 2756 { 2757 .key = "sys.settings_system_version", 2758 .value = "31", 2759 }, 2760 { 2761 .key = "sys.sysctl.extra_free_kbytes", 2762 .value = "10800", 2763 }, 2764 { 2765 .key = "sys.usb.config", 2766 .value = "auto_conf,adb", 2767 }, 2768 { 2769 .key = "sys.usb.rps_mask", 2770 .value = "0", 2771 }, 2772 { 2773 .key = "sys.usb.state", 2774 .value = "auto_conf,adb", 2775 }, 2776 { 2777 .key = "sys.usb_uicc.enabled", 2778 .value = "0", 2779 }, 2780 { 2781 .key = "sys.usb_uicc.loading", 2782 .value = "1", 2783 }, 2784 { 2785 .key = "sys.wfdservice", 2786 .value = "enable", 2787 }, 2788 { 2789 .key = "tunnel.audio.encode", 2790 .value = "false", 2791 }, 2792 { 2793 .key = "use.voice.path.for.pcm.voip", 2794 .value = "false", 2795 }, 2796 { 2797 .key = "vidc.enc.narrow.searchrange", 2798 .value = "0", 2799 }, 2800 { 2801 .key = "voice.playback.conc.disabled", 2802 .value = "false", 2803 }, 2804 { 2805 .key = "voice.record.conc.disabled", 2806 .value = "false", 2807 }, 2808 { 2809 .key = "voice.voip.conc.disabled", 2810 .value = "false", 2811 }, 2812 { 2813 .key = "vold.pfe", 2814 .value = "deactivated", 2815 }, 2816 { 2817 .key = "vold.post_fs_data_done", 2818 .value = "1", 2819 }, 2820 { 2821 .key = "wifi.interface", 2822 .value = "wlan0", 2823 }, 2824 { 2825 .key = "wifi.lge.common_hotspot", 2826 .value = "true", 2827 }, 2828 { 2829 .key = "wifi.lge.fcc", 2830 .value = "true", 2831 }, 2832 { 2833 .key = "wifi.lge.ftm_test", 2834 .value = "2", 2835 }, 2836 { 2837 .key = "wifi.lge.offdelay", 2838 .value = "false", 2839 }, 2840 { 2841 .key = "wifi.lge.patch", 2842 .value = "true", 2843 }, 2844 { 2845 .key = "wifi.lge.sleeppolicy", 2846 .value = "0", 2847 }, 2848 { 2849 .key = "wlan.chip.vendor", 2850 .value = "qcom", 2851 }, 2852 { 2853 .key = "wlan.chip.version", 2854 .value = "wcn", 2855 }, 2856 { 2857 .key = "wlan.driver.ath", 2858 .value = "0", 2859 }, 2860 { 2861 .key = "wlan.driver.config", 2862 .value = "/data/misc/wifi/WCNSS_qcom_cfg.ini", 2863 }, 2864 { 2865 .key = "wlan.driver.status", 2866 .value = "ok", 2867 }, 2868 { 2869 .key = "wlan.lge.concurrency", 2870 .value = "MCC", 2871 }, 2872 { 2873 .key = "wlan.lge.dcf.enable", 2874 .value = "true", 2875 }, 2876 { 2877 .key = "wlan.lge.gons.scan.completed", 2878 .value = "true", 2879 }, 2880 { 2881 .key = "wlan.lge.multisimaka", 2882 .value = "yes", 2883 }, 2884 { 2885 .key = "wlan.lge.passpoint_setting", 2886 .value = "true", 2887 }, 2888 { 2889 .key = "wlan.lge.softapwps", 2890 .value = "true", 2891 }, 2892 { 2893 .key = "wlan.lge.supportsimaka", 2894 .value = "YES", 2895 }, 2896 { 2897 .key = "wlan.monitor.status", 2898 .value = "attach", 2899 }, 2900 { NULL }, 2901 }; 2902 #endif /* __ANDROID__ */ 2903