1 struct cpuinfo_mock_file filesystem[] = { 2 #if CPUINFO_ARCH_ARM64 3 { 4 .path = "/proc/cpuinfo", 5 .size = 554, 6 .content = 7 "Processor\t: AArch64 Processor rev 2 (aarch64)\n" 8 "processor\t: 4\n" 9 "model name\t: AArch64 Processor rev 2 (aarch64)\n" 10 "BogoMIPS\t: 26.00\n" 11 "BogoMIPS\t: 26.00\n" 12 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 13 "CPU implementer\t: 0x41\n" 14 "CPU architecture: 8\n" 15 "CPU variant\t: 0x0\n" 16 "CPU part\t: 0xd03\n" 17 "CPU revision\t: 2\n" 18 "\n" 19 "processor\t: 5\n" 20 "model name\t: AArch64 Processor rev 2 (aarch64)\n" 21 "BogoMIPS\t: 26.00\n" 22 "BogoMIPS\t: 26.00\n" 23 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n" 24 "CPU implementer\t: 0x41\n" 25 "CPU architecture: 8\n" 26 "CPU variant\t: 0x0\n" 27 "CPU part\t: 0xd03\n" 28 "CPU revision\t: 2\n" 29 "\n" 30 "Hardware\t: MT6738\n", 31 }, 32 #elif CPUINFO_ARCH_ARM 33 { 34 .path = "/proc/cpuinfo", 35 .size = 367, 36 .content = 37 "Processor\t: AArch64 Processor rev 2 (aarch64)\n" 38 "processor\t: 4\n" 39 "model name\t: AArch64 Processor rev 2 (aarch64)\n" 40 "BogoMIPS\t: 26.00\n" 41 "BogoMIPS\t: 26.00\n" 42 "Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n" 43 "CPU implementer\t: 0x41\n" 44 "CPU architecture: 8\n" 45 "CPU variant\t: 0x0\n" 46 "CPU part\t: 0xd03\n" 47 "CPU revision\t: 2\n" 48 "\n" 49 "Hardware\t: MT6738\n", 50 }, 51 #endif 52 { 53 .path = "/system/build.prop", 54 .size = 9423, 55 .content = 56 "\n" 57 "# begin build properties\n" 58 "# autogenerated by buildinfo.sh\n" 59 "ro.build.id=NRD90M\n" 60 "ro.build.display.id=Android N\n" 61 "ro.build.version.incremental=v6H7J-0\n" 62 "ro.build.version.sdk=24\n" 63 "ro.build.version.preview_sdk=0\n" 64 "ro.build.version.codename=REL\n" 65 "ro.build.version.all_codenames=REL\n" 66 "ro.build.version.release=7.0\n" 67 "ro.build.version.security_patch=2017-07-01\n" 68 "ro.build.version.base_os=\n" 69 "ro.build.date=Wed Aug 2 13:58:19 CST 2017\n" 70 "ro.build.date.utc=1501653499\n" 71 "ro.build.type=user\n" 72 "ro.build.user=android-bld\n" 73 "ro.build.host=Perso41\n" 74 "ro.build.tags=release-keys\n" 75 "ro.build.flavor=Mickey6TTMO-user\n" 76 "ro.product.model=5049W\n" 77 "ro.product.brand=TCL\n" 78 "ro.product.name=5049W\n" 79 "ro.product.device=Mickey6TTMO\n" 80 "ro.product.board=\n" 81 "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,\n" 82 "# use ro.product.cpu.abilist instead.\n" 83 "ro.product.cpu.abi=arm64-v8a\n" 84 "ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi\n" 85 "ro.product.cpu.abilist32=armeabi-v7a,armeabi\n" 86 "ro.product.cpu.abilist64=arm64-v8a\n" 87 "ro.product.manufacturer=AlcatelOneTouch\n" 88 "ro.wifi.channels=\n" 89 "ro.board.platform=mt6750\n" 90 "# ro.build.product is obsolete; use ro.product.device\n" 91 "ro.build.product=Mickey6TTMO\n" 92 "# Do not try to parse description, fingerprint, or thumbprint\n" 93 "ro.build.description=Mickey6TTMO-user 7.0 NRD90M v6H7J-0 release-keys\n" 94 "ro.build.fingerprint=TCL/5049W/Mickey6TTMO:7.0/NRD90M/v6H7J-0:user/release-keys\n" 95 "ro.build.characteristics=default\n" 96 "persist.disable.temperature=false\n" 97 "ro.product.locales=\n" 98 "ro.product.display.model=5049W\n" 99 "ro.tct.sys.ver=Y6H7J0J0CM00\n" 100 "ro.tct.boot.ver=B6H7J0J0CM00\n" 101 "ro.tct.cust.ver=C6H7UMJ3CM00\n" 102 "ro.tct.reco.ver=R6H7J0J0CM00\n" 103 "# end build properties\n" 104 "#\n" 105 "#jrd sys properties\n" 106 "#\n" 107 "\n" 108 "Modem.FD.supported.for.perso=true\n" 109 "ro.product.locale.language=en\n" 110 "ro.product.locale.region=US\n" 111 "ro.com.google.clientidbase=android-alcatel\n" 112 "ro.com.google.clientidbase.am=android-tmobile-us\n" 113 "ro.com.google.clientidbase.ms=android-hms-tmobile-us\n" 114 "gsm.version.baseband=c1-00006-8909_GEN_PACK-1.32621.1\n" 115 "ro.def.software.svn=010 04\n" 116 "def.israel.on=false\n" 117 "def.settings.separate.volume=true\n" 118 "persist.sys.phone.minmatch.len=10\n" 119 "persist.sys.recovery.showtext=true\n" 120 "ro.mtk_oma_drm_support=1\n" 121 "ro.drm_popup_dialog=1\n" 122 "persist.sys.phone.assistedstat=false\n" 123 "ro.usb.product=T-Mobile Revvl\n" 124 "ro.x.wap.profile=http://www-ccpp.tcl-ta.com/files/5049W.xml\n" 125 "persist.sys.pwringtone.enable=1\n" 126 "persist.sys.ringtonemode=2\n" 127 "ro.config.power_on=Jumping_on_default.mp3\n" 128 "ro.config.power_off=\n" 129 "ro.config.ringtone=T-Jingle.mp3\n" 130 "ro.config.alarm_alert=Galactic.mp3\n" 131 "ro.bluetooth.name=T-Mobile Revvl\n" 132 "ro.config.notification_sound=Success.mp3\n" 133 "ro.setupwizard.require_network=\n" 134 "feature_tctfw_mtp_on=0\n" 135 "persist.radio.hotspot.support=0\n" 136 "ro_set_nl_cb_on=false\n" 137 "persist.sys.ssshot.threePointer=1\n" 138 "ro.headset.sound.mode=0\n" 139 "persist.sys.phone.refercountry=United States of America\n" 140 "persist.sys.phone.countrycode=1\n" 141 "persist.sys.phone.iddcode=011\n" 142 "persist.sys.phone.nddcode=1\n" 143 "persist.sys.phone.areasettings=Washington\n" 144 "persist.sys.phone.citycode=206\n" 145 "persist.sys.phone.numberlen=null\n" 146 "ro.config.number.format=false\n" 147 "ro.start.nextradio.service=true\n" 148 "ro.config.videocall.show=true\n" 149 "ecc.list.for.perso=911,112\n" 150 "ecc.list.for.perso.no_sim=000,110,118,119,999,112,911\n" 151 "ro.jrd.wfc.manager.operator=1\n" 152 "ro.tcl_sar_support=1\n" 153 "ro.def.software.version=H7JUMJ3\n" 154 "ro.config.support_softsim=0\n" 155 "persist.net.wo.keep_timer=300\n" 156 "persist.net.wo.dpd_timer=300\n" 157 "#\n" 158 "# from device/jrdcsz/Mickey6TTMO/system.prop\n" 159 "#\n" 160 "#\n" 161 "# system.prop for generic sdk\n" 162 "#\n" 163 "\n" 164 "rild.libpath=mtk-ril.so\n" 165 "rild.libargs=-d /dev/ttyC0\n" 166 "\n" 167 "\n" 168 "# MTK, Infinity, 20090720 {\n" 169 "wifi.interface=wlan0\n" 170 "# MTK, Infinity, 20090720 }\n" 171 "\n" 172 "# MTK, mtk03034, 20101210 {\n" 173 "ro.mediatek.wlan.wsc=1\n" 174 "# MTK, mtk03034 20101210}\n" 175 "# MTK, mtk03034, 20110318 {\n" 176 "ro.mediatek.wlan.p2p=1\n" 177 "# MTK, mtk03034 20110318}\n" 178 "\n" 179 "# MTK, mtk03034, 20101213 {\n" 180 "mediatek.wlan.ctia=0\n" 181 "# MTK, mtk03034 20101213}\n" 182 "\n" 183 "\n" 184 "#\n" 185 "wifi.tethering.interface=ap0\n" 186 "#\n" 187 "\n" 188 "#Modify by hua.lei@tcl.com for cts Tetst\n" 189 "#this value should be the same as Opengl Driver (Eg.3.2)\n" 190 "ro.opengles.version=196610\n" 191 "#ro.kernel.qemu=1\n" 192 "#ro.kernel.qemu.gles=0\n" 193 "\n" 194 "wifi.direct.interface=p2p0\n" 195 "dalvik.vm.heapgrowthlimit=256m\n" 196 "dalvik.vm.heapsize=512m\n" 197 "\n" 198 "# USB MTP WHQL\n" 199 "ro.sys.usb.mtp.whql.enable=0\n" 200 "\n" 201 "# Power off opt in IPO\n" 202 "sys.ipo.pwrdncap=2\n" 203 "\n" 204 "ro.sys.usb.storage.type=mtp\n" 205 "\n" 206 "# USB BICR function\n" 207 "ro.sys.usb.bicr=no\n" 208 "\n" 209 "# USB Charge only function\n" 210 "ro.sys.usb.charging.only=yes\n" 211 "\n" 212 "# audio\n" 213 "ro.camera.sound.forced=0\n" 214 "ro.audio.silent=0\n" 215 "\n" 216 "ro.zygote.preload.enable=0\n" 217 "\n" 218 "# temporary enables NAV bar (soft keys)\n" 219 "qemu.hw.mainkeys=0\n" 220 "\n" 221 "ro.kernel.zio=38,108,105,16\n" 222 "#ro.kernel.qemu=1\n" 223 "#ro.kernel.qemu.gles=0\n" 224 "#ro.boot.selinux=disable\n" 225 "\n" 226 "\n" 227 "ro.sf.lcd_density=480\n" 228 "\n" 229 "# performance\n" 230 "ro.mtk_perf_simple_start_win=1\n" 231 "ro.mtk_perf_fast_start_win=1\n" 232 "ro.mtk_perf_response_time=1\n" 233 "\n" 234 "# MAL\n" 235 "persist.mal.mode=0\n" 236 "\n" 237 "#add by kai.yan@tcl.com for Defect 4355270 at 20170315\n" 238 "persist.mtk_wfc_support=1\n" 239 "persist.mtk.wfc.enable=1\n" 240 "persist.dbg.wfc_avail_ovr=1\n" 241 "\n" 242 "#custom Dialer show video calling button\n" 243 "ro.config.videocall.show=false\n" 244 "\n" 245 "#\n" 246 "# ADDITIONAL_BUILD_PROPERTIES\n" 247 "#\n" 248 "ro.product.first_api_level=24\n" 249 "ro.config.ringtone=Ring_Synth_04.ogg\n" 250 "ro.config.notification_sound=pixiedust.ogg\n" 251 "ro.carrier=unknown\n" 252 "ro.config.alarm_alert=Alarm_Classic.ogg\n" 253 "ro.setupwizard.require_network=ro.setupwizard.mode=OPTIONAL\n" 254 "ro.com.google.gmsversion=7.0_r7\n" 255 "dalvik.vm.heapgrowthlimit=256m\n" 256 "dalvik.vm.heapsize=512m\n" 257 "ro.mediatek.chip_ver=S01\n" 258 "ro.mediatek.platform=MT6755\n" 259 "ro.telephony.sim.count=2\n" 260 "persist.radio.default.sim=0\n" 261 "ro.feature_private_mode=true\n" 262 "ril.specific.sm_cause=0\n" 263 "bgw.current3gband=0\n" 264 "ril.external.md=0\n" 265 "ro.mtk_cam_lomo_support=1\n" 266 "ro.sf.hwrotation=0\n" 267 "ro.operator.optr=OP08\n" 268 "ro.operator.spec=SPEC0200\n" 269 "ro.operator.seg=SEGDEFAULT\n" 270 "persist.operator.optr=OP08\n" 271 "persist.operator.spec=SPEC0200\n" 272 "persist.operator.seg=SEGDEFAULT\n" 273 "persist.radio.fd.counter=150\n" 274 "persist.radio.fd.off.counter=50\n" 275 "persist.radio.fd.r8.counter=150\n" 276 "persist.radio.fd.off.r8.counter=50\n" 277 "drm.service.enabled=true\n" 278 "fmradio.driver.enable=1\n" 279 "ro.mtk_rebootmeta_support=0\n" 280 "mtk.eccci.c2k=enabled\n" 281 "ril.first.md=1\n" 282 "ril.flightmode.poweroffMD=0\n" 283 "ril.telephony.mode=0\n" 284 "dalvik.vm.mtk-stack-trace-file=/data/anr/mtk_traces.txt\n" 285 "mediatek.wlan.chip=CONSYS_MT6755\n" 286 "mediatek.wlan.module.postfix=_consys_mt6755\n" 287 "ril.radiooff.poweroffMD=0\n" 288 "ro.frp.pst=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp\n" 289 "ro.mtk_protocol1_rat_config=Lf/W/G\n" 290 "ro.mediatek.version.branch=alps-mp-n0.mp7\n" 291 "ro.mediatek.version.release=alps-mp-n0.mp7-V1.92_jrdsz6750.66.tm.n_P140\n" 292 "ro.mediatek.version.sdk=4\n" 293 "ro.num_md_protocol=2\n" 294 "persist.radio.multisim.config=ss\n" 295 "ro.mtk_besloudness_support=1\n" 296 "ro.mtk_wapi_support=1\n" 297 "ro.mtk_bt_support=1\n" 298 "ro.mtk_wappush_support=1\n" 299 "ro.mtk_agps_app=1\n" 300 "ro.mtk_audio_tuning_tool_ver=V2.2\n" 301 "ro.mtk_matv_analog_support=1\n" 302 "ro.mtk_wlan_support=1\n" 303 "ro.mtk_ipo_support=1\n" 304 "ro.mtk_gps_support=1\n" 305 "ro.mtk_omacp_support=1\n" 306 "ro.mtk_search_db_support=1\n" 307 "ro.mtk_dialer_search_support=1\n" 308 "ro.mtk_dhcpv6c_wifi=1\n" 309 "ro.have_aacencode_feature=1\n" 310 "ro.mtk_fd_support=1\n" 311 "ro.mtk_widevine_drm_l3_support=1\n" 312 "ro.mtk_disable_cap_switch=1\n" 313 "ro.mtk_eap_sim_aka=1\n" 314 "ro.mtk_fm_recording_support=1\n" 315 "ro.mtk_send_rr_support=1\n" 316 "ro.mtk_emmc_support=1\n" 317 "ro.mtk_tetheringipv6_support=1\n" 318 "ro.telephony.default_network=9\n" 319 "ro.mtk_shared_sdcard=1\n" 320 "ro.mtk_enable_md1=1\n" 321 "ro.mtk_afw_support=1\n" 322 "ro.mtk_aal_support=1\n" 323 "ro.mtk_pq_support=2\n" 324 "ro.mtk_pq_color_mode=1\n" 325 "ro.mtk_miravision_support=1\n" 326 "ro.mtk_blulight_def_support=1\n" 327 "ro.mtk_wfd_support=1\n" 328 "ro.mtk_wifi_mcc_support=1\n" 329 "ro.mtk_sim_hot_swap=1\n" 330 "ro.mtk_bip_scws=1\n" 331 "ro.mtk_world_phone_policy=0\n" 332 "ro.mtk_md_world_mode_support=1\n" 333 "ro.mtk_perfservice_support=1\n" 334 "ro.mtk_cam_mfb_support=3\n" 335 "ro.mtk_slow_motion_support=1\n" 336 "ro.mtk_lte_support=1\n" 337 "ro.sim_refresh_reset_by_modem=1\n" 338 "ro.mtk_external_sim_only_slots=0\n" 339 "ro.mtk_bg_power_saving_support=1\n" 340 "ro.mtk_bg_power_saving_ui=1\n" 341 "ro.have_aee_feature=1\n" 342 "ro.sim_me_lock_mode=0\n" 343 "ro.mtk_dual_mic_support=1\n" 344 "ro.mtk_is_tablet=0\n" 345 "ro.mtk_pow_perf_support=1\n" 346 "persist.mtk_nlp_switch_support=1\n" 347 "persist.mtk_ims_support=1\n" 348 "ro.mtk_multiple_ims_support=1\n" 349 "persist.mtk_wfc_support=1\n" 350 "persist.mtk_vilte_support=1\n" 351 "ro.mtk_vilte_ut_support=0\n" 352 "persist.mtk_ussi_support=1\n" 353 "wfd.dummy.enable=1\n" 354 "wfd.iframesize.level=0\n" 355 "ro.mediatek.project.path=device/jrdcsz/Mickey6TTMO\n" 356 "ro.mtk_trustonic_tee_support=1\n" 357 "persist.mtk.wcn.combo.chipid=-1\n" 358 "persist.mtk.wcn.patch.version=-1\n" 359 "persist.mtk.wcn.dynamic.dump=0\n" 360 "service.wcn.driver.ready=no\n" 361 "service.wcn.coredump.mode=0\n" 362 "persist.mtk.connsys.poweron.ctl=0\n" 363 "persist.mtk_epdg_support=1\n" 364 "ro.com.android.mobiledata=true\n" 365 "persist.radio.mobile.data=0,0\n" 366 "persist.meta.dumpdata=0\n" 367 "ro.mtk_deinterlace_support=1\n" 368 "ro.mtk_md_sbp_custom_value=8\n" 369 "ro.mtk_modem_monitor_support=1\n" 370 "persist.radio.mtk_ps2_rat=W/G\n" 371 "persist.radio.mtk_ps3_rat=G\n" 372 "ro.boot.opt_c2k_lte_mode=0\n" 373 "ro.boot.opt_md1_support=14\n" 374 "ro.boot.opt_lte_support=1\n" 375 "persist.log.tag.AT=I\n" 376 "persist.log.tag.RILMUXD=I\n" 377 "persist.log.tag.RILC-MTK=I\n" 378 "persist.log.tag.RILC=I\n" 379 "persist.log.tag.RfxMainThread=I\n" 380 "persist.log.tag.RfxRoot=I\n" 381 "persist.log.tag.RfxRilAdapter=I\n" 382 "persist.log.tag.RfxController=I\n" 383 "persist.log.tag.RILC-RP=I\n" 384 "persist.log.tag.RIL-DATA=D\n" 385 "ro.boot.opt_eccci_c2k=1\n" 386 "ro.boot.opt_using_default=1\n" 387 "mtk.vdec.waitkeyframeforplay=1\n" 388 "ro.sys.sdcardfs=1\n" 389 "persist.mtk.datashaping.support=1\n" 390 "persist.datashaping.alarmgroup=1\n" 391 "ro.media.maxmem=500000000\n" 392 "ro.feature_amazon_support=0\n" 393 "persist.mtk_rcs_ua_support=1\n" 394 "persist.mtk_uce_ua_support=1\n" 395 "persist.service.rcs.geolocation=1\n" 396 "persist.mtk_volte_support=1\n" 397 "persist.mtk.volte.enable=1\n" 398 "persist.sys.dalvik.vm.lib.2=libart.so\n" 399 "dalvik.vm.isa.arm64.variant=cortex-a53\n" 400 "dalvik.vm.isa.arm64.features=default\n" 401 "dalvik.vm.isa.arm.variant=cortex-a53\n" 402 "dalvik.vm.isa.arm.features=default\n" 403 "net.bt.name=Android\n" 404 "dalvik.vm.stack-trace-file=/data/anr/traces.txt\n" 405 "persist.sys.usb.config=\n" 406 "ro.expect.recovery_id=0x2f97b67aa16de7e155850b81d8d0b574e2e580c0000000000000000000000000\n", 407 }, 408 { 409 .path = "/sys/devices/system/cpu/kernel_max", 410 .size = 2, 411 .content = "7\n", 412 }, 413 { 414 .path = "/sys/devices/system/cpu/possible", 415 .size = 4, 416 .content = "0-7\n", 417 }, 418 { 419 .path = "/sys/devices/system/cpu/present", 420 .size = 6, 421 .content = "0,4-7\n", 422 }, 423 { 424 .path = "/sys/devices/system/cpu/online", 425 .size = 4, 426 .content = "4-6\n", 427 }, 428 { 429 .path = "/sys/devices/system/cpu/offline", 430 .size = 6, 431 .content = "0-3,7\n", 432 }, 433 { 434 .path = "/sys/devices/system/cpu/modalias", 435 .size = 66, 436 .content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n", 437 }, 438 { 439 .path = "/sys/devices/system/cpu/cpufreq/all_time_in_state", 440 .size = 219, 441 .content = 442 "freq\t\tcpu0\t\tcpu1\t\tcpu2\t\tcpu3\t\tcpu4\t\tcpu5\t\tcpu6\t\tcpu7\t\t\n" 443 "286000\t\t7\t\t7\t\t7\t\t\n" 444 "663000\t\t0\t\t0\t\t0\t\t\n" 445 "871000\t\t0\t\t0\t\t0\t\t\n" 446 "1027000\t\t0\t\t0\t\t0\t\t\n" 447 "1196000\t\t23\t\t23\t\t23\t\t\n" 448 "1352000\t\t31\t\t31\t\t31\t\t\n" 449 "1430000\t\t0\t\t0\t\t0\t\t\n" 450 "1508000\t\t4673\t\t4673\t\t4673\t\t\n", 451 }, 452 { 453 .path = "/sys/devices/system/cpu/cpufreq/current_in_state", 454 .size = 664, 455 .content = 456 "CPU0:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 457 "CPU1:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 458 "CPU2:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 459 "CPU3:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 460 "CPU4:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 461 "CPU5:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 462 "CPU6:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n" 463 "CPU7:1508000=0 1430000=0 1352000=0 1196000=0 1027000=0 871000=0 663000=0 286000=0 \n", 464 }, 465 { 466 .path = "/sys/devices/system/cpu/cpuidle/current_driver", 467 .size = 18, 468 .content = "mt67xx_v2_cpuidle\n", 469 }, 470 { 471 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro", 472 .size = 13, 473 .content = "mtk_governor\n", 474 }, 475 { 476 .path = "/sys/devices/system/cpu/cputopo/cpus_per_cluster", 477 .size = 25, 478 .content = 479 "cluster0: f\n" 480 "cluster1: f0\n", 481 }, 482 { 483 .path = "/sys/devices/system/cpu/cputopo/glbinfo", 484 .size = 72, 485 .content = 486 "big/little arch: yes\n" 487 "nr_cups: 8\n" 488 "nr_clusters: 2\n" 489 "cluster0: f\n" 490 "cluster1: f0\n", 491 }, 492 { 493 .path = "/sys/devices/system/cpu/cputopo/is_big_little", 494 .size = 2, 495 .content = "1\n", 496 }, 497 { 498 .path = "/sys/devices/system/cpu/cputopo/is_multi_cluster", 499 .size = 2, 500 .content = "1\n", 501 }, 502 { 503 .path = "/sys/devices/system/cpu/cputopo/nr_clusters", 504 .size = 2, 505 .content = "2\n", 506 }, 507 { 508 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus", 509 .size = 6, 510 .content = "4 5 6\n", 511 }, 512 { 513 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq", 514 .size = 8, 515 .content = "1508000\n", 516 }, 517 { 518 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq", 519 .size = 7, 520 .content = "286000\n", 521 }, 522 { 523 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency", 524 .size = 5, 525 .content = "1000\n", 526 }, 527 { 528 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus", 529 .size = 8, 530 .content = "4 5 6 7\n", 531 }, 532 { 533 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies", 534 .size = 62, 535 .content = "1508000 1430000 1352000 1196000 1027000 871000 663000 286000 \n", 536 }, 537 { 538 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors", 539 .size = 54, 540 .content = "ondemand userspace powersave interactive performance \n", 541 }, 542 { 543 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq", 544 .size = 8, 545 .content = "1508000\n", 546 }, 547 { 548 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver", 549 .size = 11, 550 .content = "mt-cpufreq\n", 551 }, 552 { 553 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor", 554 .size = 12, 555 .content = "interactive\n", 556 }, 557 { 558 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq", 559 .size = 8, 560 .content = "1508000\n", 561 }, 562 { 563 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq", 564 .size = 7, 565 .content = "286000\n", 566 }, 567 { 568 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state", 569 .size = 88, 570 .content = 571 "1508000 5013\n" 572 "1430000 12\n" 573 "1352000 186\n" 574 "1196000 25\n" 575 "1027000 0\n" 576 "871000 12\n" 577 "663000 28\n" 578 "286000 155\n", 579 }, 580 { 581 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans", 582 .size = 3, 583 .content = "48\n", 584 }, 585 { 586 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/trans_table", 587 .size = 845, 588 .content = 589 " From : To\n" 590 " : 1508000 1430000 1352000 1196000 1027000 871000 663000 286000 \n" 591 " 1508000: 0 0 2 1 0 0 1 4 \n" 592 " 1430000: 1 0 0 0 0 0 0 0 \n" 593 " 1352000: 8 1 0 1 0 0 3 4 \n" 594 " 1196000: 0 0 3 0 0 0 0 0 \n" 595 " 1027000: 0 0 0 0 0 0 0 0 \n" 596 " 871000: 0 0 1 1 0 0 0 1 \n" 597 " 663000: 0 0 3 0 0 2 0 1 \n" 598 " 286000: 0 0 8 0 0 0 2 0 \n", 599 }, 600 { 601 .path = "/sys/devices/system/cpu/cpu4/topology/core_id", 602 .size = 2, 603 .content = "0\n", 604 }, 605 { 606 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings", 607 .size = 3, 608 .content = "f0\n", 609 }, 610 { 611 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list", 612 .size = 4, 613 .content = "4-7\n", 614 }, 615 { 616 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id", 617 .size = 2, 618 .content = "1\n", 619 }, 620 { 621 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings", 622 .size = 3, 623 .content = "10\n", 624 }, 625 { 626 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list", 627 .size = 2, 628 .content = "4\n", 629 }, 630 { 631 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors", 632 .size = 54, 633 .content = "ondemand userspace powersave interactive performance \n", 634 }, 635 { 636 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq", 637 .size = 8, 638 .content = "1352000\n", 639 }, 640 { 641 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver", 642 .size = 11, 643 .content = "mt-cpufreq\n", 644 }, 645 { 646 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor", 647 .size = 12, 648 .content = "interactive\n", 649 }, 650 { 651 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq", 652 .size = 8, 653 .content = "1508000\n", 654 }, 655 { 656 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq", 657 .size = 7, 658 .content = "286000\n", 659 }, 660 { 661 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency", 662 .size = 5, 663 .content = "1000\n", 664 }, 665 { 666 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus", 667 .size = 8, 668 .content = "4 5 6 7\n", 669 }, 670 { 671 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies", 672 .size = 62, 673 .content = "1508000 1430000 1352000 1196000 1027000 871000 663000 286000 \n", 674 }, 675 { 676 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors", 677 .size = 54, 678 .content = "ondemand userspace powersave interactive performance \n", 679 }, 680 { NULL }, 681 }; 682 #ifdef __ANDROID__ 683 struct cpuinfo_mock_property properties[] = { 684 { 685 .key = "Modem.FD.supported.for.perso", 686 .value = "true", 687 }, 688 { 689 .key = "af.music.outputid", 690 .value = "3", 691 }, 692 { 693 .key = "bgw.current3gband", 694 .value = "0", 695 }, 696 { 697 .key = "camera.disable_zsl_mode", 698 .value = "1", 699 }, 700 { 701 .key = "cdma.ril.ecclist", 702 .value = "", 703 }, 704 { 705 .key = "dalvik.vm.appimageformat", 706 .value = "lz4", 707 }, 708 { 709 .key = "dalvik.vm.dex2oat-Xms", 710 .value = "64m", 711 }, 712 { 713 .key = "dalvik.vm.dex2oat-Xmx", 714 .value = "512m", 715 }, 716 { 717 .key = "dalvik.vm.heapgrowthlimit", 718 .value = "256m", 719 }, 720 { 721 .key = "dalvik.vm.heapsize", 722 .value = "512m", 723 }, 724 { 725 .key = "dalvik.vm.image-dex2oat-Xms", 726 .value = "64m", 727 }, 728 { 729 .key = "dalvik.vm.image-dex2oat-Xmx", 730 .value = "64m", 731 }, 732 { 733 .key = "dalvik.vm.isa.arm.features", 734 .value = "default", 735 }, 736 { 737 .key = "dalvik.vm.isa.arm.variant", 738 .value = "cortex-a53", 739 }, 740 { 741 .key = "dalvik.vm.isa.arm64.features", 742 .value = "default", 743 }, 744 { 745 .key = "dalvik.vm.isa.arm64.variant", 746 .value = "cortex-a53", 747 }, 748 { 749 .key = "dalvik.vm.mtk-stack-trace-file", 750 .value = "/data/anr/mtk_traces.txt", 751 }, 752 { 753 .key = "dalvik.vm.stack-trace-file", 754 .value = "/data/anr/traces.txt", 755 }, 756 { 757 .key = "dalvik.vm.usejit", 758 .value = "true", 759 }, 760 { 761 .key = "dalvik.vm.usejitprofiles", 762 .value = "true", 763 }, 764 { 765 .key = "debug.MB.running", 766 .value = "0", 767 }, 768 { 769 .key = "debug.atrace.tags.enableflags", 770 .value = "0", 771 }, 772 { 773 .key = "debug.force_rtl", 774 .value = "0", 775 }, 776 { 777 .key = "debug.hwc.bq_count", 778 .value = "4", 779 }, 780 { 781 .key = "debug.hwc.compose_level", 782 .value = "0", 783 }, 784 { 785 .key = "debug.mdlogger.Running", 786 .value = "0", 787 }, 788 { 789 .key = "debug.mdlogger.log2sd.path", 790 .value = "internal_sd", 791 }, 792 { 793 .key = "debug.mtk.aee.status", 794 .value = "free", 795 }, 796 { 797 .key = "debug.mtk.aee.status64", 798 .value = "free", 799 }, 800 { 801 .key = "debug.mtklog.netlog.Running", 802 .value = "0", 803 }, 804 { 805 .key = "def.israel.on", 806 .value = "false", 807 }, 808 { 809 .key = "def.settings.separate.volume", 810 .value = "true", 811 }, 812 { 813 .key = "dev.bootcomplete", 814 .value = "1", 815 }, 816 { 817 .key = "drm.service.enabled", 818 .value = "true", 819 }, 820 { 821 .key = "ecc.list.for.perso", 822 .value = "911,112", 823 }, 824 { 825 .key = "ecc.list.for.perso.no_sim", 826 .value = "000,110,118,119,999,112,911", 827 }, 828 { 829 .key = "feature_tctfw_mtp_on", 830 .value = "0", 831 }, 832 { 833 .key = "fmradio.driver.enable", 834 .value = "1", 835 }, 836 { 837 .key = "gps.clock.type", 838 .value = "20", 839 }, 840 { 841 .key = "gps.gps.version", 842 .value = "0x6755", 843 }, 844 { 845 .key = "gsm.baseband.capability", 846 .value = "1023", 847 }, 848 { 849 .key = "gsm.current.phone-type", 850 .value = "1", 851 }, 852 { 853 .key = "gsm.gcf.testmode", 854 .value = "0", 855 }, 856 { 857 .key = "gsm.lte.ca.support", 858 .value = "1", 859 }, 860 { 861 .key = "gsm.network.type", 862 .value = "Unknown", 863 }, 864 { 865 .key = "gsm.operator.alpha", 866 .value = "", 867 }, 868 { 869 .key = "gsm.operator.iso-country", 870 .value = "", 871 }, 872 { 873 .key = "gsm.operator.isroaming", 874 .value = "false", 875 }, 876 { 877 .key = "gsm.operator.numeric", 878 .value = "", 879 }, 880 { 881 .key = "gsm.project.baseband", 882 .value = "JRDSZ6750_66_TM_N(LWCTG_MP5)", 883 }, 884 { 885 .key = "gsm.ril.ct3g", 886 .value = "0", 887 }, 888 { 889 .key = "gsm.ril.eboot", 890 .value = "-1", 891 }, 892 { 893 .key = "gsm.ril.init", 894 .value = "1", 895 }, 896 { 897 .key = "gsm.ril.uicctype", 898 .value = "USIM", 899 }, 900 { 901 .key = "gsm.serial", 902 .value = "", 903 }, 904 { 905 .key = "gsm.sim.operator.alpha", 906 .value = "", 907 }, 908 { 909 .key = "gsm.sim.operator.iso-country", 910 .value = "", 911 }, 912 { 913 .key = "gsm.sim.operator.numeric", 914 .value = "", 915 }, 916 { 917 .key = "gsm.sim.retry.pin1", 918 .value = "", 919 }, 920 { 921 .key = "gsm.sim.retry.pin2", 922 .value = "", 923 }, 924 { 925 .key = "gsm.sim.retry.puk1", 926 .value = "", 927 }, 928 { 929 .key = "gsm.sim.retry.puk2", 930 .value = "", 931 }, 932 { 933 .key = "gsm.sim.ril.mcc.mnc", 934 .value = "", 935 }, 936 { 937 .key = "gsm.sim.ril.phbready", 938 .value = "", 939 }, 940 { 941 .key = "gsm.sim.state", 942 .value = "ABSENT", 943 }, 944 { 945 .key = "gsm.version.baseband", 946 .value = "MOLY.LR11.W1630.MD.MP.V16.3.T200323, 2017/07/31 14:52", 947 }, 948 { 949 .key = "gsm.version.ril-impl", 950 .value = "android reference-ril 1.0", 951 }, 952 { 953 .key = "gsm.wfc.status", 954 .value = "98", 955 }, 956 { 957 .key = "init.svc.MtkCodecService", 958 .value = "running", 959 }, 960 { 961 .key = "init.svc.NvRAMAgent", 962 .value = "running", 963 }, 964 { 965 .key = "init.svc.aal", 966 .value = "running", 967 }, 968 { 969 .key = "init.svc.adbd", 970 .value = "running", 971 }, 972 { 973 .key = "init.svc.agpsd", 974 .value = "running", 975 }, 976 { 977 .key = "init.svc.akmd09916", 978 .value = "running", 979 }, 980 { 981 .key = "init.svc.audioserver", 982 .value = "running", 983 }, 984 { 985 .key = "init.svc.bootanim", 986 .value = "stopped", 987 }, 988 { 989 .key = "init.svc.bootlogoupdater", 990 .value = "stopped", 991 }, 992 { 993 .key = "init.svc.cameraserver", 994 .value = "running", 995 }, 996 { 997 .key = "init.svc.ccci3_fsd", 998 .value = "stopped", 999 }, 1000 { 1001 .key = "init.svc.ccci3_mdinit", 1002 .value = "stopped", 1003 }, 1004 { 1005 .key = "init.svc.ccci_fsd", 1006 .value = "running", 1007 }, 1008 { 1009 .key = "init.svc.ccci_mdinit", 1010 .value = "running", 1011 }, 1012 { 1013 .key = "init.svc.clear-bcb", 1014 .value = "stopped", 1015 }, 1016 { 1017 .key = "init.svc.debuggerd", 1018 .value = "running", 1019 }, 1020 { 1021 .key = "init.svc.debuggerd64", 1022 .value = "running", 1023 }, 1024 { 1025 .key = "init.svc.drm", 1026 .value = "running", 1027 }, 1028 { 1029 .key = "init.svc.emdlogger1", 1030 .value = "running", 1031 }, 1032 { 1033 .key = "init.svc.enableswap", 1034 .value = "stopped", 1035 }, 1036 { 1037 .key = "init.svc.epdg_wod", 1038 .value = "running", 1039 }, 1040 { 1041 .key = "init.svc.fingerprintd", 1042 .value = "running", 1043 }, 1044 { 1045 .key = "init.svc.flash_recovery", 1046 .value = "stopped", 1047 }, 1048 { 1049 .key = "init.svc.forcc", 1050 .value = "running", 1051 }, 1052 { 1053 .key = "init.svc.fuelgauged", 1054 .value = "running", 1055 }, 1056 { 1057 .key = "init.svc.fuelgauged_nvram", 1058 .value = "stopped", 1059 }, 1060 { 1061 .key = "init.svc.gatekeeperd", 1062 .value = "running", 1063 }, 1064 { 1065 .key = "init.svc.ged_srv", 1066 .value = "running", 1067 }, 1068 { 1069 .key = "init.svc.goodixfpd", 1070 .value = "running", 1071 }, 1072 { 1073 .key = "init.svc.gsm0710muxd", 1074 .value = "running", 1075 }, 1076 { 1077 .key = "init.svc.healthd", 1078 .value = "running", 1079 }, 1080 { 1081 .key = "init.svc.installd", 1082 .value = "running", 1083 }, 1084 { 1085 .key = "init.svc.ipsec_mon", 1086 .value = "running", 1087 }, 1088 { 1089 .key = "init.svc.keystore", 1090 .value = "running", 1091 }, 1092 { 1093 .key = "init.svc.lmkd", 1094 .value = "running", 1095 }, 1096 { 1097 .key = "init.svc.logd", 1098 .value = "running", 1099 }, 1100 { 1101 .key = "init.svc.logd-reinit", 1102 .value = "stopped", 1103 }, 1104 { 1105 .key = "init.svc.mal-daemon", 1106 .value = "running", 1107 }, 1108 { 1109 .key = "init.svc.md_monitor", 1110 .value = "running", 1111 }, 1112 { 1113 .key = "init.svc.media", 1114 .value = "running", 1115 }, 1116 { 1117 .key = "init.svc.mediacodec", 1118 .value = "running", 1119 }, 1120 { 1121 .key = "init.svc.mediadrm", 1122 .value = "running", 1123 }, 1124 { 1125 .key = "init.svc.mediaextractor", 1126 .value = "running", 1127 }, 1128 { 1129 .key = "init.svc.mnld", 1130 .value = "running", 1131 }, 1132 { 1133 .key = "init.svc.mobicore", 1134 .value = "running", 1135 }, 1136 { 1137 .key = "init.svc.mobile_log_d", 1138 .value = "running", 1139 }, 1140 { 1141 .key = "init.svc.msensord", 1142 .value = "stopped", 1143 }, 1144 { 1145 .key = "init.svc.netd", 1146 .value = "running", 1147 }, 1148 { 1149 .key = "init.svc.netdiag", 1150 .value = "running", 1151 }, 1152 { 1153 .key = "init.svc.nvram_daemon", 1154 .value = "stopped", 1155 }, 1156 { 1157 .key = "init.svc.otp_status", 1158 .value = "stopped", 1159 }, 1160 { 1161 .key = "init.svc.pq", 1162 .value = "running", 1163 }, 1164 { 1165 .key = "init.svc.program_binary", 1166 .value = "running", 1167 }, 1168 { 1169 .key = "init.svc.ril-daemon-mtk", 1170 .value = "running", 1171 }, 1172 { 1173 .key = "init.svc.ril-proxy", 1174 .value = "running", 1175 }, 1176 { 1177 .key = "init.svc.servicemanager", 1178 .value = "running", 1179 }, 1180 { 1181 .key = "init.svc.slpd", 1182 .value = "running", 1183 }, 1184 { 1185 .key = "init.svc.sn", 1186 .value = "running", 1187 }, 1188 { 1189 .key = "init.svc.spm_script", 1190 .value = "stopped", 1191 }, 1192 { 1193 .key = "init.svc.start_modem", 1194 .value = "stopped", 1195 }, 1196 { 1197 .key = "init.svc.surfaceflinger", 1198 .value = "running", 1199 }, 1200 { 1201 .key = "init.svc.sysenv_daemon", 1202 .value = "running", 1203 }, 1204 { 1205 .key = "init.svc.terservice", 1206 .value = "stopped", 1207 }, 1208 { 1209 .key = "init.svc.thermal", 1210 .value = "running", 1211 }, 1212 { 1213 .key = "init.svc.thermal_manager", 1214 .value = "stopped", 1215 }, 1216 { 1217 .key = "init.svc.thermald", 1218 .value = "running", 1219 }, 1220 { 1221 .key = "init.svc.thermalloadalgod", 1222 .value = "running", 1223 }, 1224 { 1225 .key = "init.svc.traceability", 1226 .value = "stopped", 1227 }, 1228 { 1229 .key = "init.svc.tsdaemon", 1230 .value = "running", 1231 }, 1232 { 1233 .key = "init.svc.ueventd", 1234 .value = "running", 1235 }, 1236 { 1237 .key = "init.svc.vold", 1238 .value = "running", 1239 }, 1240 { 1241 .key = "init.svc.volte_imcb", 1242 .value = "running", 1243 }, 1244 { 1245 .key = "init.svc.volte_stack", 1246 .value = "running", 1247 }, 1248 { 1249 .key = "init.svc.volte_ua", 1250 .value = "running", 1251 }, 1252 { 1253 .key = "init.svc.vtservice", 1254 .value = "running", 1255 }, 1256 { 1257 .key = "init.svc.wfca", 1258 .value = "running", 1259 }, 1260 { 1261 .key = "init.svc.wifi2agps", 1262 .value = "running", 1263 }, 1264 { 1265 .key = "init.svc.wmt_launcher", 1266 .value = "running", 1267 }, 1268 { 1269 .key = "init.svc.wmt_loader", 1270 .value = "stopped", 1271 }, 1272 { 1273 .key = "init.svc.zygote", 1274 .value = "running", 1275 }, 1276 { 1277 .key = "init.svc.zygote_secondary", 1278 .value = "running", 1279 }, 1280 { 1281 .key = "log.tag", 1282 .value = "E", 1283 }, 1284 { 1285 .key = "media.wfd.portrait", 1286 .value = "0", 1287 }, 1288 { 1289 .key = "media.wfd.video-format", 1290 .value = "5", 1291 }, 1292 { 1293 .key = "mediatek.wlan.chip", 1294 .value = "CONSYS_MT6755", 1295 }, 1296 { 1297 .key = "mediatek.wlan.ctia", 1298 .value = "0", 1299 }, 1300 { 1301 .key = "mediatek.wlan.module.postfix", 1302 .value = "_consys_mt6755", 1303 }, 1304 { 1305 .key = "mtk.eccci.c2k", 1306 .value = "enabled", 1307 }, 1308 { 1309 .key = "mtk.md1.status", 1310 .value = "ready", 1311 }, 1312 { 1313 .key = "mtk.vdec.waitkeyframeforplay", 1314 .value = "1", 1315 }, 1316 { 1317 .key = "net.bt.name", 1318 .value = "Android", 1319 }, 1320 { 1321 .key = "net.change", 1322 .value = "net.qtaguid_enabled", 1323 }, 1324 { 1325 .key = "net.hostname", 1326 .value = "android-5ead78d5af20d7b2", 1327 }, 1328 { 1329 .key = "net.ims.ipsec.version", 1330 .value = "2.0", 1331 }, 1332 { 1333 .key = "net.nsiot_pending", 1334 .value = "false", 1335 }, 1336 { 1337 .key = "net.perf.cpu.core", 1338 .value = "4,4,0,0", 1339 }, 1340 { 1341 .key = "net.perf.cpu.freq", 1342 .value = "1144000,1144000,0,0", 1343 }, 1344 { 1345 .key = "net.perf.rps", 1346 .value = "ff", 1347 }, 1348 { 1349 .key = "net.qtaguid_enabled", 1350 .value = "1", 1351 }, 1352 { 1353 .key = "net.tcp.default_init_rwnd", 1354 .value = "60", 1355 }, 1356 { 1357 .key = "partition.custpack.verified", 1358 .value = "2", 1359 }, 1360 { 1361 .key = "partition.system.verified", 1362 .value = "2", 1363 }, 1364 { 1365 .key = "persist.af.hac_on", 1366 .value = "0", 1367 }, 1368 { 1369 .key = "persist.datashaping.alarmgroup", 1370 .value = "1", 1371 }, 1372 { 1373 .key = "persist.dbg.wfc_avail_ovr", 1374 .value = "1", 1375 }, 1376 { 1377 .key = "persist.log.tag.AT", 1378 .value = "I", 1379 }, 1380 { 1381 .key = "persist.log.tag.RIL-DATA", 1382 .value = "D", 1383 }, 1384 { 1385 .key = "persist.log.tag.RILC", 1386 .value = "I", 1387 }, 1388 { 1389 .key = "persist.log.tag.RILC-MTK", 1390 .value = "I", 1391 }, 1392 { 1393 .key = "persist.log.tag.RILC-RP", 1394 .value = "I", 1395 }, 1396 { 1397 .key = "persist.log.tag.RILMUXD", 1398 .value = "I", 1399 }, 1400 { 1401 .key = "persist.log.tag.RfxController", 1402 .value = "I", 1403 }, 1404 { 1405 .key = "persist.log.tag.RfxMainThread", 1406 .value = "I", 1407 }, 1408 { 1409 .key = "persist.log.tag.RfxRilAdapter", 1410 .value = "I", 1411 }, 1412 { 1413 .key = "persist.log.tag.RfxRoot", 1414 .value = "I", 1415 }, 1416 { 1417 .key = "persist.mal.mode", 1418 .value = "0", 1419 }, 1420 { 1421 .key = "persist.meta.dumpdata", 1422 .value = "0", 1423 }, 1424 { 1425 .key = "persist.mtk.connsys.poweron.ctl", 1426 .value = "0", 1427 }, 1428 { 1429 .key = "persist.mtk.datashaping.support", 1430 .value = "1", 1431 }, 1432 { 1433 .key = "persist.mtk.ims.video.enable", 1434 .value = "1", 1435 }, 1436 { 1437 .key = "persist.mtk.volte.enable", 1438 .value = "1", 1439 }, 1440 { 1441 .key = "persist.mtk.wcn.combo.chipid", 1442 .value = "0x6755", 1443 }, 1444 { 1445 .key = "persist.mtk.wcn.dynamic.dump", 1446 .value = "0", 1447 }, 1448 { 1449 .key = "persist.mtk.wcn.patch.version", 1450 .value = "20170220100539a", 1451 }, 1452 { 1453 .key = "persist.mtk.wfc.enable", 1454 .value = "1", 1455 }, 1456 { 1457 .key = "persist.mtk_epdg_support", 1458 .value = "1", 1459 }, 1460 { 1461 .key = "persist.mtk_ims_support", 1462 .value = "1", 1463 }, 1464 { 1465 .key = "persist.mtk_nlp_switch_support", 1466 .value = "1", 1467 }, 1468 { 1469 .key = "persist.mtk_rcs_ua_support", 1470 .value = "1", 1471 }, 1472 { 1473 .key = "persist.mtk_uce_ua_support", 1474 .value = "1", 1475 }, 1476 { 1477 .key = "persist.mtk_ussi_support", 1478 .value = "1", 1479 }, 1480 { 1481 .key = "persist.mtk_vilte_support", 1482 .value = "1", 1483 }, 1484 { 1485 .key = "persist.mtk_volte_support", 1486 .value = "1", 1487 }, 1488 { 1489 .key = "persist.mtk_wfc_support", 1490 .value = "1", 1491 }, 1492 { 1493 .key = "persist.net.wo.dpd_timer", 1494 .value = "300", 1495 }, 1496 { 1497 .key = "persist.net.wo.keep_timer", 1498 .value = "300", 1499 }, 1500 { 1501 .key = "persist.operator.optr", 1502 .value = "OP08", 1503 }, 1504 { 1505 .key = "persist.operator.seg", 1506 .value = "SEGDEFAULT", 1507 }, 1508 { 1509 .key = "persist.operator.spec", 1510 .value = "SPEC0200", 1511 }, 1512 { 1513 .key = "persist.radio.default.sim", 1514 .value = "0", 1515 }, 1516 { 1517 .key = "persist.radio.fd.counter", 1518 .value = "150", 1519 }, 1520 { 1521 .key = "persist.radio.fd.off.counter", 1522 .value = "50", 1523 }, 1524 { 1525 .key = "persist.radio.fd.off.r8.counter", 1526 .value = "50", 1527 }, 1528 { 1529 .key = "persist.radio.fd.r8.counter", 1530 .value = "150", 1531 }, 1532 { 1533 .key = "persist.radio.hotspot.support", 1534 .value = "0", 1535 }, 1536 { 1537 .key = "persist.radio.mobile.data", 1538 .value = "0,0", 1539 }, 1540 { 1541 .key = "persist.radio.mtk_ps2_rat", 1542 .value = "W/G", 1543 }, 1544 { 1545 .key = "persist.radio.mtk_ps3_rat", 1546 .value = "G", 1547 }, 1548 { 1549 .key = "persist.radio.multisim.config", 1550 .value = "ss", 1551 }, 1552 { 1553 .key = "persist.radio.reset_on_switch", 1554 .value = "false", 1555 }, 1556 { 1557 .key = "persist.radio.simswitch", 1558 .value = "1", 1559 }, 1560 { 1561 .key = "persist.service.acm.enable", 1562 .value = "0", 1563 }, 1564 { 1565 .key = "persist.service.bdroid.bdaddr", 1566 .value = "22:22:4c:ad:26:6d", 1567 }, 1568 { 1569 .key = "persist.service.rcs.geolocation", 1570 .value = "1", 1571 }, 1572 { 1573 .key = "persist.service.stk.shutdown", 1574 .value = "0", 1575 }, 1576 { 1577 .key = "persist.sys.dalvik.vm.lib.2", 1578 .value = "libart.so", 1579 }, 1580 { 1581 .key = "persist.sys.first_time_boot", 1582 .value = "false", 1583 }, 1584 { 1585 .key = "persist.sys.fp.navigation", 1586 .value = "1", 1587 }, 1588 { 1589 .key = "persist.sys.google.enabled", 1590 .value = "1", 1591 }, 1592 { 1593 .key = "persist.sys.init.locationmode", 1594 .value = "true", 1595 }, 1596 { 1597 .key = "persist.sys.locale", 1598 .value = "en-US", 1599 }, 1600 { 1601 .key = "persist.sys.mute.state", 1602 .value = "2", 1603 }, 1604 { 1605 .key = "persist.sys.nlp.enabled", 1606 .value = "0", 1607 }, 1608 { 1609 .key = "persist.sys.overlaystate", 1610 .value = "0", 1611 }, 1612 { 1613 .key = "persist.sys.phone.areasettings", 1614 .value = "Washington", 1615 }, 1616 { 1617 .key = "persist.sys.phone.assistedstat", 1618 .value = "false", 1619 }, 1620 { 1621 .key = "persist.sys.phone.citycode", 1622 .value = "206", 1623 }, 1624 { 1625 .key = "persist.sys.phone.countrycode", 1626 .value = "1", 1627 }, 1628 { 1629 .key = "persist.sys.phone.iddcode", 1630 .value = "011", 1631 }, 1632 { 1633 .key = "persist.sys.phone.minmatch.len", 1634 .value = "10", 1635 }, 1636 { 1637 .key = "persist.sys.phone.nddcode", 1638 .value = "1", 1639 }, 1640 { 1641 .key = "persist.sys.phone.numberlen", 1642 .value = "null", 1643 }, 1644 { 1645 .key = "persist.sys.phone.refercountry", 1646 .value = "United States of America", 1647 }, 1648 { 1649 .key = "persist.sys.pq.adl.idx", 1650 .value = "0", 1651 }, 1652 { 1653 .key = "persist.sys.pq.iso.shp.en", 1654 .value = "1", 1655 }, 1656 { 1657 .key = "persist.sys.pq.log.en", 1658 .value = "0", 1659 }, 1660 { 1661 .key = "persist.sys.pq.mdp.color.dbg", 1662 .value = "1", 1663 }, 1664 { 1665 .key = "persist.sys.pq.mdp.color.idx", 1666 .value = "0", 1667 }, 1668 { 1669 .key = "persist.sys.pq.shp.idx", 1670 .value = "2", 1671 }, 1672 { 1673 .key = "persist.sys.pq.ultrares.en", 1674 .value = "1", 1675 }, 1676 { 1677 .key = "persist.sys.profiler_ms", 1678 .value = "0", 1679 }, 1680 { 1681 .key = "persist.sys.pwringtone.enable", 1682 .value = "1", 1683 }, 1684 { 1685 .key = "persist.sys.recovery.showtext", 1686 .value = "true", 1687 }, 1688 { 1689 .key = "persist.sys.ringtonemode", 1690 .value = "2", 1691 }, 1692 { 1693 .key = "persist.sys.sd.defaultpath", 1694 .value = "/storage/emulated/0", 1695 }, 1696 { 1697 .key = "persist.sys.ssshot.threePointer", 1698 .value = "1", 1699 }, 1700 { 1701 .key = "persist.sys.timezone", 1702 .value = "America/New_York", 1703 }, 1704 { 1705 .key = "persist.sys.usb.config", 1706 .value = "mtp,adb", 1707 }, 1708 { 1709 .key = "persist.sys.webview.vmsize", 1710 .value = "112775696", 1711 }, 1712 { 1713 .key = "pm.dexopt.ab-ota", 1714 .value = "speed-profile", 1715 }, 1716 { 1717 .key = "pm.dexopt.bg-dexopt", 1718 .value = "speed-profile", 1719 }, 1720 { 1721 .key = "pm.dexopt.boot", 1722 .value = "verify-profile", 1723 }, 1724 { 1725 .key = "pm.dexopt.core-app", 1726 .value = "speed", 1727 }, 1728 { 1729 .key = "pm.dexopt.first-boot", 1730 .value = "interpret-only", 1731 }, 1732 { 1733 .key = "pm.dexopt.forced-dexopt", 1734 .value = "speed", 1735 }, 1736 { 1737 .key = "pm.dexopt.install", 1738 .value = "interpret-only", 1739 }, 1740 { 1741 .key = "pm.dexopt.nsys-library", 1742 .value = "speed", 1743 }, 1744 { 1745 .key = "pm.dexopt.shared-apk", 1746 .value = "speed", 1747 }, 1748 { 1749 .key = "qemu.hw.mainkeys", 1750 .value = "0", 1751 }, 1752 { 1753 .key = "ril.active.md", 1754 .value = "14", 1755 }, 1756 { 1757 .key = "ril.apc.support", 1758 .value = "1", 1759 }, 1760 { 1761 .key = "ril.cdma.card.type.1", 1762 .value = "", 1763 }, 1764 { 1765 .key = "ril.cdma.switching", 1766 .value = "0", 1767 }, 1768 { 1769 .key = "ril.ecc.service.category.list", 1770 .value = "", 1771 }, 1772 { 1773 .key = "ril.ecclist", 1774 .value = "", 1775 }, 1776 { 1777 .key = "ril.external.md", 1778 .value = "0", 1779 }, 1780 { 1781 .key = "ril.fd.mode", 1782 .value = "1", 1783 }, 1784 { 1785 .key = "ril.first.md", 1786 .value = "1", 1787 }, 1788 { 1789 .key = "ril.flightmode.poweroffMD", 1790 .value = "0", 1791 }, 1792 { 1793 .key = "ril.ia.iccid", 1794 .value = "", 1795 }, 1796 { 1797 .key = "ril.imsi.status.sim1", 1798 .value = "0", 1799 }, 1800 { 1801 .key = "ril.ipo.radiooff", 1802 .value = "0", 1803 }, 1804 { 1805 .key = "ril.mal.flag", 1806 .value = "0", 1807 }, 1808 { 1809 .key = "ril.mal.socket", 1810 .value = "rilproxy-mal", 1811 }, 1812 { 1813 .key = "ril.md_changed_apn_class.iccid0", 1814 .value = "", 1815 }, 1816 { 1817 .key = "ril.md_changed_apn_class0", 1818 .value = "", 1819 }, 1820 { 1821 .key = "ril.mux.ee.md1", 1822 .value = "0", 1823 }, 1824 { 1825 .key = "ril.mux.report.case", 1826 .value = "0", 1827 }, 1828 { 1829 .key = "ril.nw.worldmode.activemode", 1830 .value = "1", 1831 }, 1832 { 1833 .key = "ril.phone1.mapped.md", 1834 .value = "MD1", 1835 }, 1836 { 1837 .key = "ril.pid.1", 1838 .value = "1342", 1839 }, 1840 { 1841 .key = "ril.radiooff.poweroffMD", 1842 .value = "0", 1843 }, 1844 { 1845 .key = "ril.rilproxy", 1846 .value = "1", 1847 }, 1848 { 1849 .key = "ril.specific.sm_cause", 1850 .value = "0", 1851 }, 1852 { 1853 .key = "ril.telephony.mode", 1854 .value = "0", 1855 }, 1856 { 1857 .key = "ril.volte.mal.latency", 1858 .value = "65535", 1859 }, 1860 { 1861 .key = "ril.volte.mal.opkey", 1862 .value = "0x0039", 1863 }, 1864 { 1865 .key = "ril.volte.mal.pkterrth", 1866 .value = "99", 1867 }, 1868 { 1869 .key = "ril.volte.mal.rb_hoddc_t", 1870 .value = "3", 1871 }, 1872 { 1873 .key = "ril.volte.mal.rb_hol2w_t", 1874 .value = "10", 1875 }, 1876 { 1877 .key = "ril.volte.mal.rb_how2l_t", 1878 .value = "150", 1879 }, 1880 { 1881 .key = "ril.volte.mal.retranth", 1882 .value = "99", 1883 }, 1884 { 1885 .key = "ril.volte.mal.throupt", 1886 .value = "65535", 1887 }, 1888 { 1889 .key = "ril.volte.mal.vijit", 1890 .value = "3", 1891 }, 1892 { 1893 .key = "ril.volte.mal.vojit", 1894 .value = "26", 1895 }, 1896 { 1897 .key = "rild.libargs", 1898 .value = "-d /dev/ttyC0", 1899 }, 1900 { 1901 .key = "rild.libpath", 1902 .value = "mtk-ril.so", 1903 }, 1904 { 1905 .key = "rild.mark_switchuser", 1906 .value = "0", 1907 }, 1908 { 1909 .key = "ro.adb.secure", 1910 .value = "1", 1911 }, 1912 { 1913 .key = "ro.allow.mock.location", 1914 .value = "0", 1915 }, 1916 { 1917 .key = "ro.audio.silent", 1918 .value = "0", 1919 }, 1920 { 1921 .key = "ro.baseband", 1922 .value = "unknown", 1923 }, 1924 { 1925 .key = "ro.bluetooth.name", 1926 .value = "T-Mobile Revvl", 1927 }, 1928 { 1929 .key = "ro.board.platform", 1930 .value = "mt6750", 1931 }, 1932 { 1933 .key = "ro.board_info", 1934 .value = "PROTO", 1935 }, 1936 { 1937 .key = "ro.boot.bootreason", 1938 .value = "wdt_by_pass_pwk", 1939 }, 1940 { 1941 .key = "ro.boot.efuse_status", 1942 .value = "1", 1943 }, 1944 { 1945 .key = "ro.boot.flash.locked", 1946 .value = "1", 1947 }, 1948 { 1949 .key = "ro.boot.hardware", 1950 .value = "mt6755", 1951 }, 1952 { 1953 .key = "ro.boot.mode", 1954 .value = "normal", 1955 }, 1956 { 1957 .key = "ro.boot.opt_c2k_lte_mode", 1958 .value = "0", 1959 }, 1960 { 1961 .key = "ro.boot.opt_c2k_support", 1962 .value = "0", 1963 }, 1964 { 1965 .key = "ro.boot.opt_eccci_c2k", 1966 .value = "1", 1967 }, 1968 { 1969 .key = "ro.boot.opt_irat_support", 1970 .value = "0", 1971 }, 1972 { 1973 .key = "ro.boot.opt_lte_support", 1974 .value = "1", 1975 }, 1976 { 1977 .key = "ro.boot.opt_md1_support", 1978 .value = "14", 1979 }, 1980 { 1981 .key = "ro.boot.opt_md3_support", 1982 .value = "0", 1983 }, 1984 { 1985 .key = "ro.boot.opt_using_default", 1986 .value = "1", 1987 }, 1988 { 1989 .key = "ro.boot.serialno", 1990 .value = "EIBUB6EIZ5ORSGY5", 1991 }, 1992 { 1993 .key = "ro.boot.verifiedbootstate", 1994 .value = "green", 1995 }, 1996 { 1997 .key = "ro.bootimage.build.date", 1998 .value = "Mon Jul 31 14:57:05 CST 2017", 1999 }, 2000 { 2001 .key = "ro.bootimage.build.date.utc", 2002 .value = "1501484225", 2003 }, 2004 { 2005 .key = "ro.bootimage.build.fingerprint", 2006 .value = "TCL/5049Z/Mickey6TTMO:7.0/NRD90M/v6H7J-0:user/release-keys", 2007 }, 2008 { 2009 .key = "ro.bootloader", 2010 .value = "unknown", 2011 }, 2012 { 2013 .key = "ro.bootmode", 2014 .value = "normal", 2015 }, 2016 { 2017 .key = "ro.build.characteristics", 2018 .value = "default", 2019 }, 2020 { 2021 .key = "ro.build.date", 2022 .value = "Wed Aug 2 13:58:19 CST 2017", 2023 }, 2024 { 2025 .key = "ro.build.date.utc", 2026 .value = "1501653499", 2027 }, 2028 { 2029 .key = "ro.build.description", 2030 .value = "Mickey6TTMO-user 7.0 NRD90M v6H7J-0 release-keys", 2031 }, 2032 { 2033 .key = "ro.build.display.id", 2034 .value = "Android N", 2035 }, 2036 { 2037 .key = "ro.build.fingerprint", 2038 .value = "TCL/5049W/Mickey6TTMO:7.0/NRD90M/v6H7J-0:user/release-keys", 2039 }, 2040 { 2041 .key = "ro.build.flavor", 2042 .value = "Mickey6TTMO-user", 2043 }, 2044 { 2045 .key = "ro.build.host", 2046 .value = "Perso41", 2047 }, 2048 { 2049 .key = "ro.build.id", 2050 .value = "NRD90M", 2051 }, 2052 { 2053 .key = "ro.build.product", 2054 .value = "Mickey6TTMO", 2055 }, 2056 { 2057 .key = "ro.build.tags", 2058 .value = "release-keys", 2059 }, 2060 { 2061 .key = "ro.build.type", 2062 .value = "user", 2063 }, 2064 { 2065 .key = "ro.build.user", 2066 .value = "android-bld", 2067 }, 2068 { 2069 .key = "ro.build.version.all_codenames", 2070 .value = "REL", 2071 }, 2072 { 2073 .key = "ro.build.version.base_os", 2074 .value = "", 2075 }, 2076 { 2077 .key = "ro.build.version.codename", 2078 .value = "REL", 2079 }, 2080 { 2081 .key = "ro.build.version.incremental", 2082 .value = "v6H7J-0", 2083 }, 2084 { 2085 .key = "ro.build.version.preview_sdk", 2086 .value = "0", 2087 }, 2088 { 2089 .key = "ro.build.version.release", 2090 .value = "7.0", 2091 }, 2092 { 2093 .key = "ro.build.version.sdk", 2094 .value = "24", 2095 }, 2096 { 2097 .key = "ro.build.version.security_patch", 2098 .value = "2017-07-01", 2099 }, 2100 { 2101 .key = "ro.camera.sound.forced", 2102 .value = "0", 2103 }, 2104 { 2105 .key = "ro.carrier", 2106 .value = "unknown", 2107 }, 2108 { 2109 .key = "ro.com.android.mobiledata", 2110 .value = "true", 2111 }, 2112 { 2113 .key = "ro.com.google.clientidbase", 2114 .value = "android-alcatel", 2115 }, 2116 { 2117 .key = "ro.com.google.clientidbase.am", 2118 .value = "android-tmobile-us", 2119 }, 2120 { 2121 .key = "ro.com.google.clientidbase.ms", 2122 .value = "android-hms-tmobile-us", 2123 }, 2124 { 2125 .key = "ro.com.google.gmsversion", 2126 .value = "7.0_r7", 2127 }, 2128 { 2129 .key = "ro.config.alarm_alert", 2130 .value = "Galactic.mp3", 2131 }, 2132 { 2133 .key = "ro.config.notification_sound", 2134 .value = "Success.mp3", 2135 }, 2136 { 2137 .key = "ro.config.number.format", 2138 .value = "false", 2139 }, 2140 { 2141 .key = "ro.config.power_off", 2142 .value = "", 2143 }, 2144 { 2145 .key = "ro.config.power_on", 2146 .value = "Jumping_on_default.mp3", 2147 }, 2148 { 2149 .key = "ro.config.ringtone", 2150 .value = "T-Jingle.mp3", 2151 }, 2152 { 2153 .key = "ro.config.support_softsim", 2154 .value = "0", 2155 }, 2156 { 2157 .key = "ro.config.videocall.show", 2158 .value = "true", 2159 }, 2160 { 2161 .key = "ro.crypto.fs_crypto_blkdev", 2162 .value = "/dev/block/dm-2", 2163 }, 2164 { 2165 .key = "ro.crypto.state", 2166 .value = "encrypted", 2167 }, 2168 { 2169 .key = "ro.crypto.type", 2170 .value = "block", 2171 }, 2172 { 2173 .key = "ro.dalvik.vm.native.bridge", 2174 .value = "0", 2175 }, 2176 { 2177 .key = "ro.debuggable", 2178 .value = "0", 2179 }, 2180 { 2181 .key = "ro.def.software.svn", 2182 .value = "010 04", 2183 }, 2184 { 2185 .key = "ro.def.software.version", 2186 .value = "H7JUMJ3", 2187 }, 2188 { 2189 .key = "ro.drm_popup_dialog", 2190 .value = "1", 2191 }, 2192 { 2193 .key = "ro.expect.recovery_id", 2194 .value = "0x2f97b67aa16de7e155850b81d8d0b574e2e580c0000000000000000000000000", 2195 }, 2196 { 2197 .key = "ro.feature_amazon_support", 2198 .value = "0", 2199 }, 2200 { 2201 .key = "ro.feature_private_mode", 2202 .value = "true", 2203 }, 2204 { 2205 .key = "ro.frp.pst", 2206 .value = "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp", 2207 }, 2208 { 2209 .key = "ro.hardware", 2210 .value = "mt6755", 2211 }, 2212 { 2213 .key = "ro.have_aacencode_feature", 2214 .value = "1", 2215 }, 2216 { 2217 .key = "ro.have_aee_feature", 2218 .value = "1", 2219 }, 2220 { 2221 .key = "ro.headset.sound.mode", 2222 .value = "0", 2223 }, 2224 { 2225 .key = "ro.jrd.wfc.manager.operator", 2226 .value = "1", 2227 }, 2228 { 2229 .key = "ro.kernel.zio", 2230 .value = "38,108,105,16", 2231 }, 2232 { 2233 .key = "ro.media.maxmem", 2234 .value = "500000000", 2235 }, 2236 { 2237 .key = "ro.mediatek.chip_ver", 2238 .value = "S01", 2239 }, 2240 { 2241 .key = "ro.mediatek.platform", 2242 .value = "MT6755", 2243 }, 2244 { 2245 .key = "ro.mediatek.project.path", 2246 .value = "device/jrdcsz/Mickey6TTMO", 2247 }, 2248 { 2249 .key = "ro.mediatek.version.branch", 2250 .value = "alps-mp-n0.mp7", 2251 }, 2252 { 2253 .key = "ro.mediatek.version.release", 2254 .value = "alps-mp-n0.mp7-V1.92_jrdsz6750.66.tm.n_P140", 2255 }, 2256 { 2257 .key = "ro.mediatek.version.sdk", 2258 .value = "4", 2259 }, 2260 { 2261 .key = "ro.mediatek.wlan.p2p", 2262 .value = "1", 2263 }, 2264 { 2265 .key = "ro.mediatek.wlan.wsc", 2266 .value = "1", 2267 }, 2268 { 2269 .key = "ro.mount.fs", 2270 .value = "EXT4", 2271 }, 2272 { 2273 .key = "ro.mtk_aal_support", 2274 .value = "1", 2275 }, 2276 { 2277 .key = "ro.mtk_afw_support", 2278 .value = "1", 2279 }, 2280 { 2281 .key = "ro.mtk_agps_app", 2282 .value = "1", 2283 }, 2284 { 2285 .key = "ro.mtk_audio_tuning_tool_ver", 2286 .value = "V2.2", 2287 }, 2288 { 2289 .key = "ro.mtk_besloudness_support", 2290 .value = "1", 2291 }, 2292 { 2293 .key = "ro.mtk_bg_power_saving_support", 2294 .value = "1", 2295 }, 2296 { 2297 .key = "ro.mtk_bg_power_saving_ui", 2298 .value = "1", 2299 }, 2300 { 2301 .key = "ro.mtk_bip_scws", 2302 .value = "1", 2303 }, 2304 { 2305 .key = "ro.mtk_blulight_def_support", 2306 .value = "1", 2307 }, 2308 { 2309 .key = "ro.mtk_bt_support", 2310 .value = "1", 2311 }, 2312 { 2313 .key = "ro.mtk_cam_lomo_support", 2314 .value = "1", 2315 }, 2316 { 2317 .key = "ro.mtk_cam_mfb_support", 2318 .value = "3", 2319 }, 2320 { 2321 .key = "ro.mtk_deinterlace_support", 2322 .value = "1", 2323 }, 2324 { 2325 .key = "ro.mtk_dhcpv6c_wifi", 2326 .value = "1", 2327 }, 2328 { 2329 .key = "ro.mtk_dialer_search_support", 2330 .value = "1", 2331 }, 2332 { 2333 .key = "ro.mtk_disable_cap_switch", 2334 .value = "1", 2335 }, 2336 { 2337 .key = "ro.mtk_dual_mic_support", 2338 .value = "1", 2339 }, 2340 { 2341 .key = "ro.mtk_eap_sim_aka", 2342 .value = "1", 2343 }, 2344 { 2345 .key = "ro.mtk_emmc_support", 2346 .value = "1", 2347 }, 2348 { 2349 .key = "ro.mtk_enable_md1", 2350 .value = "1", 2351 }, 2352 { 2353 .key = "ro.mtk_external_sim_only_slots", 2354 .value = "0", 2355 }, 2356 { 2357 .key = "ro.mtk_fd_support", 2358 .value = "1", 2359 }, 2360 { 2361 .key = "ro.mtk_fm_recording_support", 2362 .value = "1", 2363 }, 2364 { 2365 .key = "ro.mtk_gps_support", 2366 .value = "1", 2367 }, 2368 { 2369 .key = "ro.mtk_ipo_support", 2370 .value = "1", 2371 }, 2372 { 2373 .key = "ro.mtk_is_tablet", 2374 .value = "0", 2375 }, 2376 { 2377 .key = "ro.mtk_lte_support", 2378 .value = "1", 2379 }, 2380 { 2381 .key = "ro.mtk_matv_analog_support", 2382 .value = "1", 2383 }, 2384 { 2385 .key = "ro.mtk_md_sbp_custom_value", 2386 .value = "8", 2387 }, 2388 { 2389 .key = "ro.mtk_md_world_mode_support", 2390 .value = "1", 2391 }, 2392 { 2393 .key = "ro.mtk_miravision_support", 2394 .value = "1", 2395 }, 2396 { 2397 .key = "ro.mtk_modem_monitor_support", 2398 .value = "1", 2399 }, 2400 { 2401 .key = "ro.mtk_multiple_ims_support", 2402 .value = "1", 2403 }, 2404 { 2405 .key = "ro.mtk_oma_drm_support", 2406 .value = "1", 2407 }, 2408 { 2409 .key = "ro.mtk_omacp_support", 2410 .value = "1", 2411 }, 2412 { 2413 .key = "ro.mtk_perf_fast_start_win", 2414 .value = "1", 2415 }, 2416 { 2417 .key = "ro.mtk_perf_response_time", 2418 .value = "1", 2419 }, 2420 { 2421 .key = "ro.mtk_perf_simple_start_win", 2422 .value = "1", 2423 }, 2424 { 2425 .key = "ro.mtk_perfservice_support", 2426 .value = "1", 2427 }, 2428 { 2429 .key = "ro.mtk_pow_perf_support", 2430 .value = "1", 2431 }, 2432 { 2433 .key = "ro.mtk_pq_color_mode", 2434 .value = "1", 2435 }, 2436 { 2437 .key = "ro.mtk_pq_support", 2438 .value = "2", 2439 }, 2440 { 2441 .key = "ro.mtk_protocol1_rat_config", 2442 .value = "Lf/W/G", 2443 }, 2444 { 2445 .key = "ro.mtk_rebootmeta_support", 2446 .value = "0", 2447 }, 2448 { 2449 .key = "ro.mtk_search_db_support", 2450 .value = "1", 2451 }, 2452 { 2453 .key = "ro.mtk_send_rr_support", 2454 .value = "1", 2455 }, 2456 { 2457 .key = "ro.mtk_shared_sdcard", 2458 .value = "1", 2459 }, 2460 { 2461 .key = "ro.mtk_sim_hot_swap", 2462 .value = "1", 2463 }, 2464 { 2465 .key = "ro.mtk_slow_motion_support", 2466 .value = "1", 2467 }, 2468 { 2469 .key = "ro.mtk_tetheringipv6_support", 2470 .value = "1", 2471 }, 2472 { 2473 .key = "ro.mtk_trustonic_tee_support", 2474 .value = "1", 2475 }, 2476 { 2477 .key = "ro.mtk_vilte_ut_support", 2478 .value = "0", 2479 }, 2480 { 2481 .key = "ro.mtk_wapi_support", 2482 .value = "1", 2483 }, 2484 { 2485 .key = "ro.mtk_wappush_support", 2486 .value = "1", 2487 }, 2488 { 2489 .key = "ro.mtk_wfd_support", 2490 .value = "1", 2491 }, 2492 { 2493 .key = "ro.mtk_widevine_drm_l3_support", 2494 .value = "1", 2495 }, 2496 { 2497 .key = "ro.mtk_wifi_mcc_support", 2498 .value = "1", 2499 }, 2500 { 2501 .key = "ro.mtk_wlan_support", 2502 .value = "1", 2503 }, 2504 { 2505 .key = "ro.mtk_world_phone_policy", 2506 .value = "0", 2507 }, 2508 { 2509 .key = "ro.num_md_protocol", 2510 .value = "2", 2511 }, 2512 { 2513 .key = "ro.oem_unlock_supported", 2514 .value = "1", 2515 }, 2516 { 2517 .key = "ro.opengles.version", 2518 .value = "196610", 2519 }, 2520 { 2521 .key = "ro.operator.optr", 2522 .value = "OP08", 2523 }, 2524 { 2525 .key = "ro.operator.seg", 2526 .value = "SEGDEFAULT", 2527 }, 2528 { 2529 .key = "ro.operator.spec", 2530 .value = "SPEC0200", 2531 }, 2532 { 2533 .key = "ro.product.board", 2534 .value = "", 2535 }, 2536 { 2537 .key = "ro.product.brand", 2538 .value = "TCL", 2539 }, 2540 { 2541 .key = "ro.product.cpu.abi", 2542 .value = "arm64-v8a", 2543 }, 2544 { 2545 .key = "ro.product.cpu.abilist", 2546 .value = "arm64-v8a,armeabi-v7a,armeabi", 2547 }, 2548 { 2549 .key = "ro.product.cpu.abilist32", 2550 .value = "armeabi-v7a,armeabi", 2551 }, 2552 { 2553 .key = "ro.product.cpu.abilist64", 2554 .value = "arm64-v8a", 2555 }, 2556 { 2557 .key = "ro.product.device", 2558 .value = "Mickey6TTMO", 2559 }, 2560 { 2561 .key = "ro.product.display.model", 2562 .value = "5049W", 2563 }, 2564 { 2565 .key = "ro.product.first_api_level", 2566 .value = "24", 2567 }, 2568 { 2569 .key = "ro.product.locale.language", 2570 .value = "en", 2571 }, 2572 { 2573 .key = "ro.product.locale.region", 2574 .value = "US", 2575 }, 2576 { 2577 .key = "ro.product.locales", 2578 .value = "", 2579 }, 2580 { 2581 .key = "ro.product.manufacturer", 2582 .value = "AlcatelOneTouch", 2583 }, 2584 { 2585 .key = "ro.product.model", 2586 .value = "5049W", 2587 }, 2588 { 2589 .key = "ro.product.name", 2590 .value = "5049W", 2591 }, 2592 { 2593 .key = "ro.recovery_id", 2594 .value = "0x294c9e599eff5fc56fb0225a2d95ec89886daa53000000000000000000000000", 2595 }, 2596 { 2597 .key = "ro.revision", 2598 .value = "0", 2599 }, 2600 { 2601 .key = "ro.runtime.firstboot", 2602 .value = "1483538518059", 2603 }, 2604 { 2605 .key = "ro.secure", 2606 .value = "1", 2607 }, 2608 { 2609 .key = "ro.serialno", 2610 .value = "EIBUB6EIZ5ORSGY5", 2611 }, 2612 { 2613 .key = "ro.setupwizard.require_network", 2614 .value = "", 2615 }, 2616 { 2617 .key = "ro.sf.hwrotation", 2618 .value = "0", 2619 }, 2620 { 2621 .key = "ro.sf.lcd_density", 2622 .value = "320", 2623 }, 2624 { 2625 .key = "ro.sim_me_lock_mode", 2626 .value = "0", 2627 }, 2628 { 2629 .key = "ro.sim_refresh_reset_by_modem", 2630 .value = "1", 2631 }, 2632 { 2633 .key = "ro.start.nextradio.service", 2634 .value = "true", 2635 }, 2636 { 2637 .key = "ro.sys.sdcardfs", 2638 .value = "1", 2639 }, 2640 { 2641 .key = "ro.sys.usb.bicr", 2642 .value = "no", 2643 }, 2644 { 2645 .key = "ro.sys.usb.charging.only", 2646 .value = "yes", 2647 }, 2648 { 2649 .key = "ro.sys.usb.mtp.whql.enable", 2650 .value = "0", 2651 }, 2652 { 2653 .key = "ro.sys.usb.storage.type", 2654 .value = "mtp", 2655 }, 2656 { 2657 .key = "ro.tcl_sar_support", 2658 .value = "1", 2659 }, 2660 { 2661 .key = "ro.telephony.default_network", 2662 .value = "9", 2663 }, 2664 { 2665 .key = "ro.telephony.sim.count", 2666 .value = "2", 2667 }, 2668 { 2669 .key = "ro.usb.product", 2670 .value = "T-Mobile Revvl", 2671 }, 2672 { 2673 .key = "ro.wifi.channels", 2674 .value = "", 2675 }, 2676 { 2677 .key = "ro.wlan.mtk.wifi.5g", 2678 .value = "0", 2679 }, 2680 { 2681 .key = "ro.x.wap.profile", 2682 .value = "http://www-ccpp.tcl-ta.com/files/5049W.xml", 2683 }, 2684 { 2685 .key = "ro.zygote", 2686 .value = "zygote64_32", 2687 }, 2688 { 2689 .key = "ro.zygote.preload.enable", 2690 .value = "0", 2691 }, 2692 { 2693 .key = "ro_set_nl_cb_on", 2694 .value = "false", 2695 }, 2696 { 2697 .key = "security.perf_harden", 2698 .value = "1", 2699 }, 2700 { 2701 .key = "selinux.reload_policy", 2702 .value = "1", 2703 }, 2704 { 2705 .key = "service.bootanim.exit", 2706 .value = "1", 2707 }, 2708 { 2709 .key = "service.nvram_init", 2710 .value = "Ready", 2711 }, 2712 { 2713 .key = "service.wcn.coredump.mode", 2714 .value = "0", 2715 }, 2716 { 2717 .key = "service.wcn.driver.ready", 2718 .value = "yes", 2719 }, 2720 { 2721 .key = "sys.boot.reason", 2722 .value = "0", 2723 }, 2724 { 2725 .key = "sys.boot_completed", 2726 .value = "1", 2727 }, 2728 { 2729 .key = "sys.ipo.pwrdncap", 2730 .value = "2", 2731 }, 2732 { 2733 .key = "sys.ipowin.done", 2734 .value = "1", 2735 }, 2736 { 2737 .key = "sys.lowstorage_flag", 2738 .value = "0", 2739 }, 2740 { 2741 .key = "sys.oem_unlock_allowed", 2742 .value = "0", 2743 }, 2744 { 2745 .key = "sys.sysctl.extra_free_kbytes", 2746 .value = "10800", 2747 }, 2748 { 2749 .key = "sys.usb.config", 2750 .value = "mtp,adb", 2751 }, 2752 { 2753 .key = "sys.usb.configfs", 2754 .value = "0", 2755 }, 2756 { 2757 .key = "sys.usb.ffs.ready", 2758 .value = "1", 2759 }, 2760 { 2761 .key = "sys.usb.state", 2762 .value = "mtp,adb", 2763 }, 2764 { 2765 .key = "sys.usb.vid", 2766 .value = "0E8D", 2767 }, 2768 { 2769 .key = "vold.decrypt", 2770 .value = "trigger_restart_framework", 2771 }, 2772 { 2773 .key = "vold.emmc_size", 2774 .value = "31268536320", 2775 }, 2776 { 2777 .key = "vold.encryption.type", 2778 .value = "default", 2779 }, 2780 { 2781 .key = "vold.has_adoptable", 2782 .value = "1", 2783 }, 2784 { 2785 .key = "vold.path.internal_storage", 2786 .value = "/storage/emulated/0", 2787 }, 2788 { 2789 .key = "vold.post_fs_data_done", 2790 .value = "1", 2791 }, 2792 { 2793 .key = "vold.support_external_sd", 2794 .value = "1", 2795 }, 2796 { 2797 .key = "wfd.dummy.enable", 2798 .value = "1", 2799 }, 2800 { 2801 .key = "wfd.iframesize.level", 2802 .value = "0", 2803 }, 2804 { 2805 .key = "wifi.direct.interface", 2806 .value = "p2p0", 2807 }, 2808 { 2809 .key = "wifi.interface", 2810 .value = "wlan0", 2811 }, 2812 { 2813 .key = "wifi.tethering.interface", 2814 .value = "ap0", 2815 }, 2816 { 2817 .key = "wlan.driver.status", 2818 .value = "unloaded", 2819 }, 2820 { 2821 .key = "wlan.wfd.security.image", 2822 .value = "1", 2823 }, 2824 { NULL }, 2825 }; 2826 #endif /* __ANDROID__ */ 2827