• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 	{
3 		.path = "/proc/cpuinfo",
4 		.size = 400,
5 		.content = "Processor\t: ARMv7 Processor rev 0 (v7l)\n"
6 			   "processor\t: 0\n"
7 			   "BogoMIPS\t: 13.53\n"
8 			   "\n"
9 			   "processor\t: 1\n"
10 			   "BogoMIPS\t: 13.53\n"
11 			   "\n"
12 			   "processor\t: 2\n"
13 			   "BogoMIPS\t: 13.53\n"
14 			   "\n"
15 			   "processor\t: 3\n"
16 			   "BogoMIPS\t: 13.53\n"
17 			   "\n"
18 			   "Features\t: swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 \n"
19 			   "CPU implementer\t: 0x51\n"
20 			   "CPU architecture: 7\n"
21 			   "CPU variant\t: 0x1\n"
22 			   "CPU part\t: 0x06f\n"
23 			   "CPU revision\t: 0\n"
24 			   "\n"
25 			   "Hardware\t: QCT APQ8064 MTP\n"
26 			   "Revision\t: 000a\n"
27 			   "Serial\t\t: 0000000000000000\n",
28 	},
29 	{
30 		.path = "/system/build.prop",
31 		.size = 11529,
32 		.content =
33 			"# begin build properties\n"
34 			"# autogenerated by buildinfo.sh\n"
35 			"ro.build.id=KOT49I.E98020i\n"
36 			"ro.build.display.id=KOT49I.E98020i\n"
37 			"ro.build.version.incremental=E98020i.1441288955\n"
38 			"ro.build.version.sdk=19\n"
39 			"ro.build.version.codename=REL\n"
40 			"ro.build.version.release=4.4.2\n"
41 			"ro.build.date=Thu Sep  3 23:07:57 KST 2015\n"
42 			"ro.build.date.utc=1441289277\n"
43 			"ro.build.type=user\n"
44 			"ro.build.user=hyunjin0828.hwang\n"
45 			"ro.build.host=betaserver-desktop\n"
46 			"ro.build.tags=release-keys\n"
47 			"ro.product.model=LG-E980\n"
48 			"ro.product.brand=lge\n"
49 			"ro.product.name=geefhd_att_us\n"
50 			"ro.product.device=geefhd\n"
51 			"ro.product.board=GKATT\n"
52 			"ro.product.cpu.abi=armeabi-v7a\n"
53 			"ro.product.cpu.abi2=armeabi\n"
54 			"ro.product.manufacturer=LGE\n"
55 			"ro.product.locale.language=en\n"
56 			"ro.product.locale.region=US\n"
57 			"ro.wifi.channels=11 11\n"
58 			"ro.board.platform=msm8960\n"
59 			"# ro.build.product is obsolete; use ro.product.device\n"
60 			"ro.build.product=geefhd\n"
61 			"# Do not try to parse ro.build.description or .fingerprint\n"
62 			"ro.build.description=geefhd_att_us-user 4.4.2 KOT49I.E98020i E98020i.1441288955 release-keys\n"
63 			"ro.build.fingerprint=lge/geefhd_att_us/geefhd:4.4.2/KOT49I.E98020i/E98020i.1441288955:user/release-keys\n"
64 			"ro.build.characteristics=default\n"
65 			"# end build properties\n"
66 			"#\n"
67 			"# from device/lge/geefhd/system.prop\n"
68 			"#\n"
69 			"################################################################\n"
70 			"# COMMON system property for this device (geefhd).\n"
71 			"# operator-specific property MUST NOT be here.\n"
72 			"################################################################\n"
73 			"#\n"
74 			"# system.prop for surf\n"
75 			"#\n"
76 			"\n"
77 			"rild.libpath=/system/lib/libril-qc-qmi-1.so\n"
78 			"rild.libargs=-d /dev/smd0\n"
79 			"persist.rild.nitz_plmn=\n"
80 			"persist.rild.nitz_long_ons_0=\n"
81 			"persist.rild.nitz_long_ons_1=\n"
82 			"persist.rild.nitz_long_ons_2=\n"
83 			"persist.rild.nitz_long_ons_3=\n"
84 			"persist.rild.nitz_short_ons_0=\n"
85 			"persist.rild.nitz_short_ons_1=\n"
86 			"persist.rild.nitz_short_ons_2=\n"
87 			"persist.rild.nitz_short_ons_3=\n"
88 			"ril.subscription.types=NV,RUIM\n"
89 			"DEVICE_PROVISIONED=1\n"
90 			"debug.sf.hw=1\n"
91 			"debug.egl.hw=1\n"
92 			"debug.composition.type=dyn\n"
93 			"dalvik.vm.heapsize=36m\n"
94 			"debug.enable.wl_log=1\n"
95 			"# 3 layer bypass applied, 2013.01.07\n"
96 			"debug.mdpcomp.logs=0\n"
97 			"persist.hwc.mdpcomp.enable=true\n"
98 			"# 2013-02-02 [GK] default_Web_Browser_set chunghyuk.ahn@lge.com\n"
99 			"persist.web.set=1\n"
100 			"# LGE_CHANGE_END\n"
101 			"\n"
102 			"#\n"
103 			"# [GK/G/GV] system Prop for add_power_save in KOR(SKT/KT) added by gangui.lee@lge.com, 20140113\n"
104 			"#\n"
105 			"persist.radio.add_power_save=1\n"
106 			"\n"
107 			"#\n"
108 			"# system props for the cne module\n"
109 			"#\n"
110 			"persist.cne.feature=1\n"
111 			"\n"
112 			"ro.hdmi.enable=true\n"
113 			"lpa.decode=true\n"
114 			"tunnel.decode=false\n"
115 			"tunnel.audiovideo.decode=false\n"
116 			"lpa.use-stagefright=true\n"
117 			"qcom.hw.aac.encoder=true\n"
118 			"\n"
119 			"#system props for the MM modules\n"
120 			"\n"
121 			"media.stagefright.enable-player=true\n"
122 			"media.stagefright.enable-http=true\n"
123 			"media.stagefright.enable-aac=true\n"
124 			"media.stagefright.enable-qcp=true\n"
125 			"media.stagefright.enable-fma2dp=true\n"
126 			"media.stagefright.enable-scan=true\n"
127 			"mmp.enable.3g2=true\n"
128 			"# Add MOV container feature [hanjun11.cho@lge.com]\n"
129 			"mmp.enable.mov=true\n"
130 			"\n"
131 			"media.aac_51_output_enabled=true\n"
132 			"#33395 is sum of supported format flags in AAL\n"
133 			"#Formats: AVI AC3 ASF AAC QCP DTS 3G2\n"
134 			"mm.enable.qcom_parser=33395\n"
135 			"\n"
136 			"#\n"
137 			"# system props for the data modules\n"
138 			"#\n"
139 			"ro.use_data_netmgrd=true\n"
140 			"\n"
141 			"#2013-08-31 kwangbin.yim@lge.com LGP_DATA_TEMPORARY_PATCH_FOR_KK_APP_TEST[START]\n"
142 			"#persist.data.netmgrd.qos.enable=true\n"
143 			"persist.data.netmgrd.qos.enable=false\n"
144 			"#2013-08-31 kwangbin.yim@lge.com LGP_DATA_TEMPORARY_PATCH_FOR_KK_APP_TEST[END]\n"
145 			"\n"
146 			"#system props for time-services\n"
147 			"persist.timed.enable=true\n"
148 			"\n"
149 			"# System props for audio\n"
150 			"persist.audio.fluence.mode=endfire\n"
151 			"persist.audio.vr.enable=false\n"
152 			"persist.audio.handset.mic=digital\n"
153 			"persist.audio.lowlatency.rec=false\n"
154 			"\n"
155 			"# System prop to select audio resampler quality\n"
156 			"af.resampler.quality=255\n"
157 			"# System prop to select MPQAudioPlayer by default on mpq8064\n"
158 			"#mpq.audio.decode=true\n"
159 			"\n"
160 			"#\n"
161 			"# system prop for opengles version\n"
162 			"#\n"
163 			"# 196608 is decimal for 0x30000 to report version 3\n"
164 			"ro.opengles.version=196608\n"
165 			"\n"
166 			"# system prop for requesting Master role in incoming Bluetooth connection.\n"
167 			"#\n"
168 			"ro.bluetooth.request.master=true\n"
169 			"#\n"
170 			"# system prop for Bluetooth Auto connect for remote initated connections\n"
171 			"#\n"
172 			"ro.bluetooth.remote.autoconnect=true\n"
173 			"# system property for Bluetooth discoverability time out in seconds\n"
174 			"# 0: Always discoverable\n"
175 			"#debug.bt.discoverable_time=0\n"
176 			"\n"
177 			"# System prop to disable a2dp sink which is enabled by default\n"
178 			"bluetooth.a2dp.sink.enabled=false\n"
179 			"\n"
180 			"#system prop for switching gps driver to qmi\n"
181 			"persist.gps.qmienabled=true\n"
182 			"\n"
183 			"# System property for cabl\n"
184 			"#LGE_CHANGE_S jh.chun@lge.com 2012.1.4  CABL off\n"
185 			"ro.qualcomm.cabl=2\n"
186 			"#LGE_CHANGE_E jh.chun@lge.com 2012.1.4  CABL off\n"
187 			"\n"
188 			"# System props for telephony\n"
189 			"# System prop to turn on CdmaLTEPhone always\n"
190 			"telephony.lteOnCdmaDevice=1\n"
191 			"#\n"
192 			"# System prop for sending transmit power request to RIL during WiFi hotspot on/off\n"
193 			"#\n"
194 			"ro.ril.transmitpower=true\n"
195 			"\n"
196 			"#\n"
197 			"#Simulate sdcard on /data/media\n"
198 			"#\n"
199 			"# LGE_CHANGE_S\n"
200 			"# If you use Internal-SD with FUSE, comment-out below\n"
201 			"# 2012-01-08 warkap.seo@lge.com\n"
202 			"#persist.fuse_sdcard=false\n"
203 			"# LGE_CHANGE_E\n"
204 			"ro.hwui.text_cache_width=2048\n"
205 			"\n"
206 			"#\n"
207 			"# Supports warmboot capabilities\n"
208 			"#\n"
209 			"ro.warmboot.capability=1\n"
210 			"\n"
211 			"#\n"
212 			"#snapdragon value add features\n"
213 			"#\n"
214 			"ro.qc.sdk.audio.ssr=false\n"
215 			"ro.qc.sdk.camera.facialproc=true\n"
216 			"ro.qc.sdk.gestures.camera=false\n"
217 			"\n"
218 			"# LGE_CHANGE_S hongsabu.hong@lge.com 2012.4.22  LGE sound profile scenario.\n"
219 			"ro.lge.audio_soundprofile=true\n"
220 			"# LGE_CHANGE_E hongsabu.hong@lge.com 2012.4.22  LGE sound profile scenario.\n"
221 			"\n"
222 			"#LGBT_COMMON_SCENARIO supported Bluetooth PAN profile 2012-05-22\n"
223 			"ro.bluetooth.PANenable = 1\n"
224 			"#LGBT_COMMON_SCENARIO\n"
225 			"# System prop for sensor\n"
226 			"ro.qc.sdk.sensors.gestures=true\n"
227 			"\n"
228 			"# LGE_CHANGE_S 2012-12-11, chaeuk.lee@lge.com, HDMI block\n"
229 			"sys.hdmi.block=unblock\n"
230 			"# LGE_CHANGE_E 2012-12-11, chaeuk.lee@lge.com, HDMI block\n"
231 			"\n"
232 			"#hwui properties\n"
233 			"ro.hwui.texture_cache_size=72\n"
234 			"\n"
235 			"#property to check if dynamic resolution change is  supported in framework\n"
236 			"ro.streaming.video.drs=true\n"
237 			"#property to enable user to access Google WFD settings.\n"
238 			"persist.debug.wfd.enable=1\n"
239 			"#property to choose between virtual/external wfd display\n"
240 			"persist.sys.wfd.virtual=0\n"
241 			"\n"
242 			"#system prop for setting rmnet mux mode\n"
243 			"persist.rmnet.mux=disabled\n"
244 			"\n"
245 			"# LGE_CHANGE_S, [WiFi][hayun.kim@lge.com], 2013-01-22, Wifi Bring Up\n"
246 			"# reserved wifi related property\n"
247 			"dhcp.ap.macaddress=\n"
248 			"dhcp.wlan0.dns1=\n"
249 			"dhcp.wlan0.dns2=\n"
250 			"dhcp.wlan0.dns3=\n"
251 			"dhcp.wlan0.dns4=\n"
252 			"dhcp.wlan0.gateway=\n"
253 			"dhcp.wlan0.ipaddress=\n"
254 			"dhcp.wlan0.leasetime=\n"
255 			"dhcp.wlan0.mask=\n"
256 			"dhcp.wlan0.pid=\n"
257 			"dhcp.wlan0.reason=\n"
258 			"dhcp.wlan0.result=\n"
259 			"dhcp.wlan0.server=\n"
260 			"dhcp.wlan0.vendorInfo=\n"
261 			"dhcp.p2p.dns1=\n"
262 			"dhcp.p2p.dns2=\n"
263 			"dhcp.p2p.dns3=\n"
264 			"dhcp.p2p.dns4=\n"
265 			"dhcp.p2p.gateway=\n"
266 			"dhcp.p2p.ipaddress=\n"
267 			"dhcp.p2p.leasetime=\n"
268 			"dhcp.p2p.mask=\n"
269 			"dhcp.p2p.pid=\n"
270 			"dhcp.p2p.reason=\n"
271 			"dhcp.p2p.result=\n"
272 			"dhcp.p2p.server=\n"
273 			"dhcp.p2p.vendorInfo=\n"
274 			"init.svc.dhcpcd_wlan0=\n"
275 			"init.svc.dhcpcd_p2p=\n"
276 			"init.svc.p2p_supplicant=\n"
277 			"init.svc.iprenew_wlan0=\n"
278 			"net.dns1=\n"
279 			"net.dns2=\n"
280 			"net.dnschange=\n"
281 			"net.p2p-p2p0-0.dns1=\n"
282 			"net.p2p-p2p0-0.dns2=\n"
283 			"net.wlan0.dns1=\n"
284 			"net.wlan0.dns2=\n"
285 			"wlan.driver.status=\n"
286 			"persist.sys.security=\n"
287 			"persist.sys.hotssid.ksc5601=\n"
288 			"wifi.lge.autochannel=\n"
289 			"# LGE_CHANGE_S, [WiFi][hayun.kim@lge.com], 2013-01-22, Wifi Bring Up\n"
290 			"\n"
291 			"#// LGE_CHANGE_S, [Net_Patch_0300][CALL_FRW][COMMON], 2012-05-25, Airplane Mode Pop-Up display property value {\n"
292 			"ro.airplane.phoneapp=1\n"
293 			"#// LGE_CHANGE_E, [Net_Patch_0300][CALL_FRW][COMMON], 2012-05-25, Airplane Mode Pop-Up display property value }\n"
294 			"\n"
295 			"\n"
296 			"#disable gapless mode by default\n"
297 			"audio.gapless.playback.disable=true\n"
298 			"\n"
299 			"# LGE_CHANGE_S [gk][framework][common] the screen auto-brightness adjustment setting\n"
300 			"persist.power.useautobrightadj=true\n"
301 			"# LGE_CHANGE_E [gk][framework][common] the screen auto-brightness adjustment setting\n"
302 			"\n"
303 			"#\n"
304 			"# ADDITIONAL_BUILD_PROPERTIES\n"
305 			"#\n"
306 			"ro.build.target_operator=ATT\n"
307 			"ro.build.target_country=US\n"
308 			"persist.gsm.sms.disablelog=64\n"
309 			"ro.lge.swversion=E98020i\n"
310 			"ro.lge.factoryversion=LGE980AT-00-V20i-ATT-US-SEP-03-2015+0\n"
311 			"ro.config.ringtone=ATT_Firefly.ogg\n"
312 			"ro.com.android.dateformat=MM-dd-yyyy\n"
313 			"ro.config.notification_sound=Optimus.ogg\n"
314 			"ro.config.alarm_alert=Lifes_Good_Alarm.ogg\n"
315 			"ro.com.android.dataroaming=false\n"
316 			"ro.com.google.clientidbase=android-om-lge\n"
317 			"ro.com.google.clientidbase.ms=android-att-us\n"
318 			"ro.com.google.clientidbase.am=android-att-us\n"
319 			"ro.com.google.clientidbase.gmm=android-om-lge\n"
320 			"ro.com.google.clientidbase.yt=android-om-lge\n"
321 			"uicc.mobile_equipment.config=0\n"
322 			"ro.afwdata.LGfeatureset=ATTBASE\n"
323 			"ro.radio.ratdisplay=true\n"
324 			"ro.qc.sdk.audio.fluencetype=fluence\n"
325 			"persist.data_netmgrd_mtu=1410\n"
326 			"persist.audio.btsco.wb=false\n"
327 			"persist.radio.apm_sim_not_pwdn=1\n"
328 			"wlan.lge.supportsimaka=yes\n"
329 			"wifi.lge.hanglessid=false\n"
330 			"wifi.lge.supportp2p5g=gconly\n"
331 			"keyguard.no_require_sim=true\n"
332 			"ro.radio.networkmode=disable\n"
333 			"ro.radio.topreviousmode=disable\n"
334 			"ro.radio.check_csp=enable\n"
335 			"persist.service.ecc.hiddenmenu=\n"
336 			"ro.monkey=0\n"
337 			"ime_onehand_keyboard=true\n"
338 			"ime_split_keyboard=true\n"
339 			"ime_onehand_keyboard_percent=82\n"
340 			"ime_split_keyboard_width_dp=702\n"
341 			"ime_keyboard_layout=ko=QWERTY\n"
342 			"ime_extend_row_keyboard=true\n"
343 			"ime_theme=true\n"
344 			"ro.sdcrypto.syscall=378\n"
345 			"ro.config.vibrate_type=1\n"
346 			"lge.hw.frontkeyled=true\n"
347 			"telephony.lteOnCdmaDevice=0\n"
348 			"ro.hwui.layer_cache_size=48\n"
349 			"ro.hwui.r_buffer_cache_size=8\n"
350 			"ro.hwui.path_cache_size=32\n"
351 			"ro.hwui.gradient_cache_size=1\n"
352 			"ro.hwui.drop_shadow_cache_size=6\n"
353 			"ro.hwui.texture_cache_flushrate=0.4\n"
354 			"ro.hwui.text_small_cache_width=1024\n"
355 			"ro.hwui.text_small_cache_height=1024\n"
356 			"ro.hwui.text_large_cache_width=2048\n"
357 			"ro.hwui.text_large_cache_height=1024\n"
358 			"lge.normalizer.param=version2.0/true/6.0/true/7000/1.0/4000/0.33\n"
359 			"persist.sys.language=en\n"
360 			"persist.sys.country=US\n"
361 			"ro.telephony.default_network=9\n"
362 			"ro.sf.lcd_density=480\n"
363 			"ro.sf.lcd_density_secondary=400\n"
364 			"dalvik.vm.heapstartsize=8m\n"
365 			"dalvik.vm.heapgrowthlimit=128m\n"
366 			"dalvik.vm.heapsize=256m\n"
367 			"dalvik.vm.heaputilization=0.25\n"
368 			"dalvik.vm.heapidealfree=8388608\n"
369 			"dalvik.vm.heapconcurrentstart=2097152\n"
370 			"ro.lge.overlay=true\n"
371 			"wlan.chip.vendor=brcm\n"
372 			"wlan.chip.version=bcm4334\n"
373 			"wifi.lge.patch=true\n"
374 			"dhcp.dlna.using=false\n"
375 			"wifi.lge.sleeppolicy=0\n"
376 			"wifi.lge.offdelay=false\n"
377 			"wlan.lge.concurrency=MCC\n"
378 			"wlan.lge.wifidisplay=both\n"
379 			"ro.lge.vib_magnitude_index=0,20,40,60,80,100,120,127\n"
380 			"persist.sys.strictmode.disable=true\n"
381 			"wlan.driver.ath=0\n"
382 			"wlan.driver.config=/data/misc/wifi/WCNSS_qcom_cfg.ini\n"
383 			"qcom.audio.init=complete\n"
384 			"lpa.decode=true\n"
385 			"persist.sys.ats_start=false\n"
386 			"persist.sys.strictmode.visual=false\n"
387 			"lgemm.player.use_android_origin=false\n"
388 			"ro.lge.audio_scenario=SOUNDEXCEPTION\n"
389 			"ro.lge.audio_soundexception=true\n"
390 			"ro.config.vc_call_vol_steps=6\n"
391 			"ro.config.vc_call_vol_default=3\n"
392 			"ro.airplane.phoneapp=1\n"
393 			"ro.lge.basebandversion=APQ8064/MDM9x15M\n"
394 			"lge.version.verified=NONE\n"
395 			"persist.service.main.enable=0\n"
396 			"persist.service.system.enable=0\n"
397 			"persist.service.radio.enable=0\n"
398 			"persist.service.events.enable=0\n"
399 			"persist.service.kernel.enable=0\n"
400 			"persist.service.packet.enable=0\n"
401 			"persist.service.crash.enable=0\n"
402 			"persist.sys.ssr.restart_level=3\n"
403 			"lge.signed_image=true\n"
404 			"persist.radio.data_no_toggle=1\n"
405 			"persist.lg.data.block_ssdp=0\n"
406 			"net.tethering.noprovisioning=true\n"
407 			"persist.lg.data.fd=-1\n"
408 			"ro.carrier=unknown\n"
409 			"ro.vendor.extension_library=/system/lib/libqc-opt.so\n"
410 			"dalvik.vm.heaptargetutilization=0.75\n"
411 			"dalvik.vm.heapminfree=2m\n"
412 			"dalvik.vm.heapmaxfree=8m\n"
413 			"ro.lge.ps.eco.pv=322\n"
414 			"ro.lge.ps.freqlowlimit=1026000\n"
415 			"drm.service.enabled=true\n"
416 			"bluetooth.chip.vendor=brcm\n"
417 			"ro.lge.lcd_default_brightness=152\n"
418 			"ro.lge.lcd_auto_brightness_mode=false\n"
419 			"ro.lge.capp_ZDi_O=true\n"
420 			"lge.zdi.actionsend=false\n"
421 			"lge.zdi.onactivityresult=true\n"
422 			"lge.zdi.dragdropintent=false\n"
423 			"ro.lge.capp_emotional_led=true\n"
424 			"ro.lge.capp_almond=true\n"
425 			"ro.lge.qslide.max_window=2\n"
426 			"ro.lge.capp_wfd=true\n"
427 			"ro.lge.capp_lgevpn=true\n"
428 			"ro.com.google.gmsversion=4.4.2_r1\n"
429 			"ro.setupwizard.mode=DISABLED\n"
430 			"ro.livewallpaper.map=DISABLED\n"
431 			"ro.com.google.apphider=off\n"
432 			"lge.nfc.vendor=nxp\n"
433 			"persist.sys.dalvik.vm.lib=libdvm.so\n"
434 			"dalvik.vm.dexopt-flags=m=y\n"
435 			"net.bt.name=Android\n"
436 			"dalvik.vm.stack-trace-file=/data/anr/traces.txt\n"
437 			"ro.qc.sdk.izat.premium_enabled=0\n"
438 			"ro.qc.sdk.izat.service_mask=0x0\n"
439 			"persist.gps.qc_nlp_in_use=0\n"
440 			"ro.gps.agps_provider=1\n"
441 			"\n",
442 	},
443 	{
444 		.path = "/sys/devices/system/cpu/kernel_max",
445 		.size = 2,
446 		.content = "3\n",
447 	},
448 	{
449 		.path = "/sys/devices/system/cpu/possible",
450 		.size = 4,
451 		.content = "0-3\n",
452 	},
453 	{
454 		.path = "/sys/devices/system/cpu/present",
455 		.size = 4,
456 		.content = "0-3\n",
457 	},
458 	{
459 		.path = "/sys/devices/system/cpu/online",
460 		.size = 4,
461 		.content = "0-2\n",
462 	},
463 	{
464 		.path = "/sys/devices/system/cpu/offline",
465 		.size = 2,
466 		.content = "3\n",
467 	},
468 	{
469 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
470 		.size = 9,
471 		.content = "msm_idle\n",
472 	},
473 	{
474 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
475 		.size = 5,
476 		.content = "menu\n",
477 	},
478 	{
479 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
480 		.size = 2,
481 		.content = "0\n",
482 	},
483 	{
484 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
485 		.size = 8,
486 		.content = "1728000\n",
487 	},
488 	{
489 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
490 		.size = 7,
491 		.content = "384000\n",
492 	},
493 	{
494 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
495 		.size = 2,
496 		.content = "0\n",
497 	},
498 	{
499 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
500 		.size = 2,
501 		.content = "0\n",
502 	},
503 	{
504 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
505 		.size = 107,
506 		.content =
507 			"384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1566000 1674000 1728000 \n",
508 	},
509 	{
510 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
511 		.size = 54,
512 		.content = "interactive ondemand userspace powersave performance \n",
513 	},
514 	{
515 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
516 		.size = 8,
517 		.content = "1026000\n",
518 	},
519 	{
520 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
521 		.size = 4,
522 		.content = "msm\n",
523 	},
524 	{
525 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
526 		.size = 9,
527 		.content = "ondemand\n",
528 	},
529 	{
530 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
531 		.size = 7,
532 		.content = "384000\n",
533 	},
534 	{
535 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
536 		.size = 142,
537 		.content = "384000 0\n"
538 			   "486000 0\n"
539 			   "594000 0\n"
540 			   "702000 0\n"
541 			   "810000 0\n"
542 			   "918000 0\n"
543 			   "1026000 22\n"
544 			   "1134000 20\n"
545 			   "1242000 2882\n"
546 			   "1350000 0\n"
547 			   "1458000 0\n"
548 			   "1566000 0\n"
549 			   "1674000 0\n"
550 			   "1728000 1175\n",
551 	},
552 	{
553 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
554 		.size = 2,
555 		.content = "7\n",
556 	},
557 	{
558 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
559 		.size = 2,
560 		.content = "0\n",
561 	},
562 	{
563 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
564 		.size = 2,
565 		.content = "f\n",
566 	},
567 	{
568 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
569 		.size = 4,
570 		.content = "0-3\n",
571 	},
572 	{
573 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
574 		.size = 2,
575 		.content = "0\n",
576 	},
577 	{
578 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
579 		.size = 2,
580 		.content = "1\n",
581 	},
582 	{
583 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
584 		.size = 2,
585 		.content = "0\n",
586 	},
587 	{
588 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
589 		.size = 2,
590 		.content = "1\n",
591 	},
592 	{
593 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
594 		.size = 8,
595 		.content = "1728000\n",
596 	},
597 	{
598 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
599 		.size = 7,
600 		.content = "384000\n",
601 	},
602 	{
603 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
604 		.size = 2,
605 		.content = "0\n",
606 	},
607 	{
608 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
609 		.size = 2,
610 		.content = "1\n",
611 	},
612 	{
613 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
614 		.size = 107,
615 		.content =
616 			"384000 486000 594000 702000 810000 918000 1026000 1134000 1242000 1350000 1458000 1566000 1674000 1728000 \n",
617 	},
618 	{
619 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
620 		.size = 54,
621 		.content = "interactive ondemand userspace powersave performance \n",
622 	},
623 	{
624 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
625 		.size = 8,
626 		.content = "1728000\n",
627 	},
628 	{
629 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
630 		.size = 4,
631 		.content = "msm\n",
632 	},
633 	{
634 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
635 		.size = 9,
636 		.content = "ondemand\n",
637 	},
638 	{
639 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq",
640 		.size = 8,
641 		.content = "1728000\n",
642 	},
643 	{
644 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
645 		.size = 7,
646 		.content = "384000\n",
647 	},
648 	{
649 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
650 		.size = 145,
651 		.content = "384000 11\n"
652 			   "486000 0\n"
653 			   "594000 0\n"
654 			   "702000 0\n"
655 			   "810000 0\n"
656 			   "918000 70\n"
657 			   "1026000 337\n"
658 			   "1134000 10\n"
659 			   "1242000 484\n"
660 			   "1350000 24\n"
661 			   "1458000 30\n"
662 			   "1566000 0\n"
663 			   "1674000 0\n"
664 			   "1728000 987\n",
665 	},
666 	{
667 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
668 		.size = 3,
669 		.content = "55\n",
670 	},
671 	{
672 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
673 		.size = 2,
674 		.content = "1\n",
675 	},
676 	{
677 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
678 		.size = 2,
679 		.content = "f\n",
680 	},
681 	{
682 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
683 		.size = 4,
684 		.content = "0-3\n",
685 	},
686 	{
687 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
688 		.size = 2,
689 		.content = "0\n",
690 	},
691 	{
692 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
693 		.size = 2,
694 		.content = "2\n",
695 	},
696 	{
697 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
698 		.size = 2,
699 		.content = "1\n",
700 	},
701 	{
702 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
703 		.size = 7,
704 		.content = "384000\n",
705 	},
706 	{
707 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
708 		.size = 134,
709 		.content = "384000 0\n"
710 			   "486000 0\n"
711 			   "594000 0\n"
712 			   "702000 0\n"
713 			   "810000 0\n"
714 			   "918000 0\n"
715 			   "1026000 8\n"
716 			   "1134000 0\n"
717 			   "1242000 0\n"
718 			   "1350000 0\n"
719 			   "1458000 0\n"
720 			   "1566000 0\n"
721 			   "1674000 0\n"
722 			   "1728000 0\n",
723 	},
724 	{
725 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
726 		.size = 2,
727 		.content = "0\n",
728 	},
729 	{
730 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
731 		.size = 2,
732 		.content = "2\n",
733 	},
734 	{
735 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
736 		.size = 2,
737 		.content = "f\n",
738 	},
739 	{
740 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
741 		.size = 4,
742 		.content = "0-3\n",
743 	},
744 	{
745 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
746 		.size = 2,
747 		.content = "0\n",
748 	},
749 	{
750 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
751 		.size = 2,
752 		.content = "4\n",
753 	},
754 	{
755 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
756 		.size = 2,
757 		.content = "2\n",
758 	},
759 	{NULL},
760 };
761 #ifdef __ANDROID__
762 struct cpuinfo_mock_property properties[] = {
763 	{
764 		.key = "DEVICE_PROVISIONED",
765 		.value = "1",
766 	},
767 	{
768 		.key = "af.resampler.quality",
769 		.value = "255",
770 	},
771 	{
772 		.key = "audio.gapless.playback.disable",
773 		.value = "true",
774 	},
775 	{
776 		.key = "bluetooth.a2dp.sink.enabled",
777 		.value = "false",
778 	},
779 	{
780 		.key = "bluetooth.chip.vendor",
781 		.value = "brcm",
782 	},
783 	{
784 		.key = "bluetooth.pan",
785 		.value = "true",
786 	},
787 	{
788 		.key = "dalvik.vm.dexopt-flags",
789 		.value = "m=y",
790 	},
791 	{
792 		.key = "dalvik.vm.heapconcurrentstart",
793 		.value = "2097152",
794 	},
795 	{
796 		.key = "dalvik.vm.heapgrowthlimit",
797 		.value = "128m",
798 	},
799 	{
800 		.key = "dalvik.vm.heapidealfree",
801 		.value = "8388608",
802 	},
803 	{
804 		.key = "dalvik.vm.heapmaxfree",
805 		.value = "8m",
806 	},
807 	{
808 		.key = "dalvik.vm.heapminfree",
809 		.value = "2m",
810 	},
811 	{
812 		.key = "dalvik.vm.heapsize",
813 		.value = "256m",
814 	},
815 	{
816 		.key = "dalvik.vm.heapstartsize",
817 		.value = "8m",
818 	},
819 	{
820 		.key = "dalvik.vm.heaptargetutilization",
821 		.value = "0.75",
822 	},
823 	{
824 		.key = "dalvik.vm.heaputilization",
825 		.value = "0.25",
826 	},
827 	{
828 		.key = "dalvik.vm.stack-trace-file",
829 		.value = "/data/anr/traces.txt",
830 	},
831 	{
832 		.key = "debug.composition.type",
833 		.value = "dyn",
834 	},
835 	{
836 		.key = "debug.egl.hw",
837 		.value = "1",
838 	},
839 	{
840 		.key = "debug.enable.wl_log",
841 		.value = "1",
842 	},
843 	{
844 		.key = "debug.force_rtl",
845 		.value = "0",
846 	},
847 	{
848 		.key = "debug.mdpcomp.logs",
849 		.value = "0",
850 	},
851 	{
852 		.key = "debug.sf.hw",
853 		.value = "1",
854 	},
855 	{
856 		.key = "dev.bootcomplete",
857 		.value = "1",
858 	},
859 	{
860 		.key = "dhcp.ap.macaddress",
861 		.value = "",
862 	},
863 	{
864 		.key = "dhcp.dlna.using",
865 		.value = "false",
866 	},
867 	{
868 		.key = "dhcp.p2p.dns1",
869 		.value = "",
870 	},
871 	{
872 		.key = "dhcp.p2p.dns2",
873 		.value = "",
874 	},
875 	{
876 		.key = "dhcp.p2p.dns3",
877 		.value = "",
878 	},
879 	{
880 		.key = "dhcp.p2p.dns4",
881 		.value = "",
882 	},
883 	{
884 		.key = "dhcp.p2p.gateway",
885 		.value = "",
886 	},
887 	{
888 		.key = "dhcp.p2p.ipaddress",
889 		.value = "",
890 	},
891 	{
892 		.key = "dhcp.p2p.leasetime",
893 		.value = "",
894 	},
895 	{
896 		.key = "dhcp.p2p.mask",
897 		.value = "",
898 	},
899 	{
900 		.key = "dhcp.p2p.pid",
901 		.value = "",
902 	},
903 	{
904 		.key = "dhcp.p2p.reason",
905 		.value = "",
906 	},
907 	{
908 		.key = "dhcp.p2p.result",
909 		.value = "",
910 	},
911 	{
912 		.key = "dhcp.p2p.server",
913 		.value = "",
914 	},
915 	{
916 		.key = "dhcp.p2p.vendorInfo",
917 		.value = "",
918 	},
919 	{
920 		.key = "dhcp.wlan0.dns1",
921 		.value = "",
922 	},
923 	{
924 		.key = "dhcp.wlan0.dns2",
925 		.value = "",
926 	},
927 	{
928 		.key = "dhcp.wlan0.dns3",
929 		.value = "",
930 	},
931 	{
932 		.key = "dhcp.wlan0.dns4",
933 		.value = "",
934 	},
935 	{
936 		.key = "dhcp.wlan0.gateway",
937 		.value = "",
938 	},
939 	{
940 		.key = "dhcp.wlan0.ipaddress",
941 		.value = "",
942 	},
943 	{
944 		.key = "dhcp.wlan0.leasetime",
945 		.value = "",
946 	},
947 	{
948 		.key = "dhcp.wlan0.mask",
949 		.value = "",
950 	},
951 	{
952 		.key = "dhcp.wlan0.pid",
953 		.value = "",
954 	},
955 	{
956 		.key = "dhcp.wlan0.reason",
957 		.value = "",
958 	},
959 	{
960 		.key = "dhcp.wlan0.result",
961 		.value = "",
962 	},
963 	{
964 		.key = "dhcp.wlan0.server",
965 		.value = "",
966 	},
967 	{
968 		.key = "dhcp.wlan0.vendorInfo",
969 		.value = "",
970 	},
971 	{
972 		.key = "drm.service.enabled",
973 		.value = "true",
974 	},
975 	{
976 		.key = "gsm.current.phone-type",
977 		.value = "1",
978 	},
979 	{
980 		.key = "gsm.network.type",
981 		.value = "Unknown",
982 	},
983 	{
984 		.key = "gsm.operator.alpha",
985 		.value = "",
986 	},
987 	{
988 		.key = "gsm.operator.iso-country",
989 		.value = "",
990 	},
991 	{
992 		.key = "gsm.operator.isroaming",
993 		.value = "false",
994 	},
995 	{
996 		.key = "gsm.operator.numeric",
997 		.value = "",
998 	},
999 	{
1000 		.key = "gsm.sim.state",
1001 		.value = "ABSENT",
1002 	},
1003 	{
1004 		.key = "gsm.version.baseband",
1005 		.value = "M9615A-CEFWMAZM-3.0.113057",
1006 	},
1007 	{
1008 		.key = "gsm.version.ril-impl",
1009 		.value = "Qualcomm RIL 1.0",
1010 	},
1011 	{
1012 		.key = "hw.cabl.level",
1013 		.value = "Auto",
1014 	},
1015 	{
1016 		.key = "hw.cabl.version",
1017 		.value = "1.1.20130401",
1018 	},
1019 	{
1020 		.key = "hw.cabl.yuv",
1021 		.value = "0",
1022 	},
1023 	{
1024 		.key = "ime_extend_row_keyboard",
1025 		.value = "true",
1026 	},
1027 	{
1028 		.key = "ime_keyboard_layout",
1029 		.value = "ko=QWERTY",
1030 	},
1031 	{
1032 		.key = "ime_onehand_keyboard",
1033 		.value = "true",
1034 	},
1035 	{
1036 		.key = "ime_onehand_keyboard_percent",
1037 		.value = "82",
1038 	},
1039 	{
1040 		.key = "ime_split_keyboard",
1041 		.value = "true",
1042 	},
1043 	{
1044 		.key = "ime_split_keyboard_width_dp",
1045 		.value = "702",
1046 	},
1047 	{
1048 		.key = "ime_theme",
1049 		.value = "true",
1050 	},
1051 	{
1052 		.key = "init.svc.adbd",
1053 		.value = "running",
1054 	},
1055 	{
1056 		.key = "init.svc.atd",
1057 		.value = "running",
1058 	},
1059 	{
1060 		.key = "init.svc.atfwd",
1061 		.value = "running",
1062 	},
1063 	{
1064 		.key = "init.svc.bnrd",
1065 		.value = "running",
1066 	},
1067 	{
1068 		.key = "init.svc.bootanim",
1069 		.value = "stopped",
1070 	},
1071 	{
1072 		.key = "init.svc.cnd",
1073 		.value = "running",
1074 	},
1075 	{
1076 		.key = "init.svc.config_bluetooth",
1077 		.value = "stopped",
1078 	},
1079 	{
1080 		.key = "init.svc.debuggerd",
1081 		.value = "running",
1082 	},
1083 	{
1084 		.key = "init.svc.dhcpcd_p2p",
1085 		.value = "",
1086 	},
1087 	{
1088 		.key = "init.svc.dhcpcd_wlan0",
1089 		.value = "",
1090 	},
1091 	{
1092 		.key = "init.svc.drm",
1093 		.value = "running",
1094 	},
1095 	{
1096 		.key = "init.svc.gsiff_daemon",
1097 		.value = "running",
1098 	},
1099 	{
1100 		.key = "init.svc.healthd",
1101 		.value = "running",
1102 	},
1103 	{
1104 		.key = "init.svc.immvibed",
1105 		.value = "stopped",
1106 	},
1107 	{
1108 		.key = "init.svc.imsdatadaemon",
1109 		.value = "running",
1110 	},
1111 	{
1112 		.key = "init.svc.imsqmidaemon",
1113 		.value = "running",
1114 	},
1115 	{
1116 		.key = "init.svc.installd",
1117 		.value = "running",
1118 	},
1119 	{
1120 		.key = "init.svc.iprenew_wlan0",
1121 		.value = "",
1122 	},
1123 	{
1124 		.key = "init.svc.irsc_util",
1125 		.value = "stopped",
1126 	},
1127 	{
1128 		.key = "init.svc.keystore",
1129 		.value = "running",
1130 	},
1131 	{
1132 		.key = "init.svc.kickstart",
1133 		.value = "running",
1134 	},
1135 	{
1136 		.key = "init.svc.lgdrm",
1137 		.value = "running",
1138 	},
1139 	{
1140 		.key = "init.svc.lge-usb-sh",
1141 		.value = "stopped",
1142 	},
1143 	{
1144 		.key = "init.svc.lgsecclk",
1145 		.value = "running",
1146 	},
1147 	{
1148 		.key = "init.svc.log-kernel",
1149 		.value = "stopped",
1150 	},
1151 	{
1152 		.key = "init.svc.log-packet",
1153 		.value = "stopped",
1154 	},
1155 	{
1156 		.key = "init.svc.log-power",
1157 		.value = "stopped",
1158 	},
1159 	{
1160 		.key = "init.svc.logcat-events",
1161 		.value = "stopped",
1162 	},
1163 	{
1164 		.key = "init.svc.logcat-main",
1165 		.value = "stopped",
1166 	},
1167 	{
1168 		.key = "init.svc.logcat-radio",
1169 		.value = "stopped",
1170 	},
1171 	{
1172 		.key = "init.svc.logcat-system",
1173 		.value = "stopped",
1174 	},
1175 	{
1176 		.key = "init.svc.media",
1177 		.value = "running",
1178 	},
1179 	{
1180 		.key = "init.svc.modem-sh",
1181 		.value = "stopped",
1182 	},
1183 	{
1184 		.key = "init.svc.mpdecision",
1185 		.value = "running",
1186 	},
1187 	{
1188 		.key = "init.svc.netd",
1189 		.value = "running",
1190 	},
1191 	{
1192 		.key = "init.svc.netmgrd",
1193 		.value = "running",
1194 	},
1195 	{
1196 		.key = "init.svc.nfsserversetup",
1197 		.value = "stopped",
1198 	},
1199 	{
1200 		.key = "init.svc.p2p_supplicant",
1201 		.value = "",
1202 	},
1203 	{
1204 		.key = "init.svc.postinstaller",
1205 		.value = "stopped",
1206 	},
1207 	{
1208 		.key = "init.svc.ppd",
1209 		.value = "running",
1210 	},
1211 	{
1212 		.key = "init.svc.qcamerasvr",
1213 		.value = "running",
1214 	},
1215 	{
1216 		.key = "init.svc.qcom-c_core-sh",
1217 		.value = "stopped",
1218 	},
1219 	{
1220 		.key = "init.svc.qcom-c_main-sh",
1221 		.value = "stopped",
1222 	},
1223 	{
1224 		.key = "init.svc.qcom-post-boot",
1225 		.value = "stopped",
1226 	},
1227 	{
1228 		.key = "init.svc.qcom-sh",
1229 		.value = "stopped",
1230 	},
1231 	{
1232 		.key = "init.svc.qcom-wifi",
1233 		.value = "stopped",
1234 	},
1235 	{
1236 		.key = "init.svc.qmuxd",
1237 		.value = "running",
1238 	},
1239 	{
1240 		.key = "init.svc.qseecomd",
1241 		.value = "running",
1242 	},
1243 	{
1244 		.key = "init.svc.rctd",
1245 		.value = "running",
1246 	},
1247 	{
1248 		.key = "init.svc.ril-daemon",
1249 		.value = "running",
1250 	},
1251 	{
1252 		.key = "init.svc.rmt_storage",
1253 		.value = "stopped",
1254 	},
1255 	{
1256 		.key = "init.svc.sdcard",
1257 		.value = "running",
1258 	},
1259 	{
1260 		.key = "init.svc.secstarter",
1261 		.value = "running",
1262 	},
1263 	{
1264 		.key = "init.svc.sensors",
1265 		.value = "running",
1266 	},
1267 	{
1268 		.key = "init.svc.servicemanager",
1269 		.value = "running",
1270 	},
1271 	{
1272 		.key = "init.svc.sreadahead-check",
1273 		.value = "stopped",
1274 	},
1275 	{
1276 		.key = "init.svc.sreadahead",
1277 		.value = "stopped",
1278 	},
1279 	{
1280 		.key = "init.svc.ssbd",
1281 		.value = "running",
1282 	},
1283 	{
1284 		.key = "init.svc.surfaceflinger",
1285 		.value = "running",
1286 	},
1287 	{
1288 		.key = "init.svc.thermald",
1289 		.value = "running",
1290 	},
1291 	{
1292 		.key = "init.svc.time_daemon",
1293 		.value = "running",
1294 	},
1295 	{
1296 		.key = "init.svc.ueventd",
1297 		.value = "running",
1298 	},
1299 	{
1300 		.key = "init.svc.ufips",
1301 		.value = "running",
1302 	},
1303 	{
1304 		.key = "init.svc.vold",
1305 		.value = "running",
1306 	},
1307 	{
1308 		.key = "init.svc.write_event_log",
1309 		.value = "stopped",
1310 	},
1311 	{
1312 		.key = "init.svc.zygote",
1313 		.value = "running",
1314 	},
1315 	{
1316 		.key = "keyguard.no_require_sim",
1317 		.value = "true",
1318 	},
1319 	{
1320 		.key = "lge.hw.frontkeyled",
1321 		.value = "true",
1322 	},
1323 	{
1324 		.key = "lge.nfc.vendor",
1325 		.value = "nxp",
1326 	},
1327 	{
1328 		.key = "lge.normalizer.param",
1329 		.value = "version2.0/true/6.0/true/7000/1.0/4000/0.33",
1330 	},
1331 	{
1332 		.key = "lge.signed_image",
1333 		.value = "true",
1334 	},
1335 	{
1336 		.key = "lge.version.verified",
1337 		.value = "NONE",
1338 	},
1339 	{
1340 		.key = "lge.zdi.actionsend",
1341 		.value = "false",
1342 	},
1343 	{
1344 		.key = "lge.zdi.dragdropintent",
1345 		.value = "false",
1346 	},
1347 	{
1348 		.key = "lge.zdi.onactivityresult",
1349 		.value = "true",
1350 	},
1351 	{
1352 		.key = "lgemm.player.use_android_origin",
1353 		.value = "false",
1354 	},
1355 	{
1356 		.key = "lpa.decode",
1357 		.value = "true",
1358 	},
1359 	{
1360 		.key = "lpa.use-stagefright",
1361 		.value = "true",
1362 	},
1363 	{
1364 		.key = "media.aac_51_output_enabled",
1365 		.value = "true",
1366 	},
1367 	{
1368 		.key = "media.stagefright.enable-aac",
1369 		.value = "true",
1370 	},
1371 	{
1372 		.key = "media.stagefright.enable-fma2dp",
1373 		.value = "true",
1374 	},
1375 	{
1376 		.key = "media.stagefright.enable-http",
1377 		.value = "true",
1378 	},
1379 	{
1380 		.key = "media.stagefright.enable-player",
1381 		.value = "true",
1382 	},
1383 	{
1384 		.key = "media.stagefright.enable-qcp",
1385 		.value = "true",
1386 	},
1387 	{
1388 		.key = "media.stagefright.enable-scan",
1389 		.value = "true",
1390 	},
1391 	{
1392 		.key = "mm.enable.qcom_parser",
1393 		.value = "33395",
1394 	},
1395 	{
1396 		.key = "mmp.enable.3g2",
1397 		.value = "true",
1398 	},
1399 	{
1400 		.key = "mmp.enable.mov",
1401 		.value = "true",
1402 	},
1403 	{
1404 		.key = "net.Is_phone_booted",
1405 		.value = "true",
1406 	},
1407 	{
1408 		.key = "net.bt.name",
1409 		.value = "Android",
1410 	},
1411 	{
1412 		.key = "net.change",
1413 		.value = "net.qtaguid_enabled",
1414 	},
1415 	{
1416 		.key = "net.dns1",
1417 		.value = "",
1418 	},
1419 	{
1420 		.key = "net.dns2",
1421 		.value = "",
1422 	},
1423 	{
1424 		.key = "net.dnschange",
1425 		.value = "",
1426 	},
1427 	{
1428 		.key = "net.hostname",
1429 		.value = "android-b2785265a97f7eae",
1430 	},
1431 	{
1432 		.key = "net.max_property",
1433 		.value = "596",
1434 	},
1435 	{
1436 		.key = "net.p2p-p2p0-0.dns1",
1437 		.value = "",
1438 	},
1439 	{
1440 		.key = "net.p2p-p2p0-0.dns2",
1441 		.value = "",
1442 	},
1443 	{
1444 		.key = "net.qtaguid_enabled",
1445 		.value = "1",
1446 	},
1447 	{
1448 		.key = "net.tcp.buffersize.default",
1449 		.value = "8096,2687380,3461120,4096,87380,3461120",
1450 	},
1451 	{
1452 		.key = "net.tcp.buffersize.edge",
1453 		.value = "8096,87380,3461120,4096,16384,3461120",
1454 	},
1455 	{
1456 		.key = "net.tcp.buffersize.evdo",
1457 		.value = "4094,87380,262144,4096,16384,262144",
1458 	},
1459 	{
1460 		.key = "net.tcp.buffersize.evdo_b",
1461 		.value = "4094,87380,262144,4096,16384,262144",
1462 	},
1463 	{
1464 		.key = "net.tcp.buffersize.gprs",
1465 		.value = "8096,87380,3461120,4096,16384,3461120",
1466 	},
1467 	{
1468 		.key = "net.tcp.buffersize.hsdpa",
1469 		.value = "8096,2687380,3461120,4096,87380,3461120",
1470 	},
1471 	{
1472 		.key = "net.tcp.buffersize.hspa",
1473 		.value = "8096,2687380,3461120,4096,87380,3461120",
1474 	},
1475 	{
1476 		.key = "net.tcp.buffersize.hspap",
1477 		.value = "4094,87380,1220608,4096,16384,1220608",
1478 	},
1479 	{
1480 		.key = "net.tcp.buffersize.hsupa",
1481 		.value = "8096,2687380,3461120,4096,87380,3461120",
1482 	},
1483 	{
1484 		.key = "net.tcp.buffersize.lte",
1485 		.value = "8096,2687380,3461120,4096,87380,3220608",
1486 	},
1487 	{
1488 		.key = "net.tcp.buffersize.umts",
1489 		.value = "8096,2687380,3461120,4096,87380,3461120",
1490 	},
1491 	{
1492 		.key = "net.tcp.buffersize.wifi",
1493 		.value = "524288,1048576,2097152,262144,524288,1048576",
1494 	},
1495 	{
1496 		.key = "net.tethering.noprovisioning",
1497 		.value = "true",
1498 	},
1499 	{
1500 		.key = "net.wlan0.dns1",
1501 		.value = "",
1502 	},
1503 	{
1504 		.key = "net.wlan0.dns2",
1505 		.value = "",
1506 	},
1507 	{
1508 		.key = "nfc.fw_update",
1509 		.value = "pass",
1510 	},
1511 	{
1512 		.key = "persist.audio.btsco.wb",
1513 		.value = "false",
1514 	},
1515 	{
1516 		.key = "persist.audio.fluence.mode",
1517 		.value = "endfire",
1518 	},
1519 	{
1520 		.key = "persist.audio.handset.mic",
1521 		.value = "digital",
1522 	},
1523 	{
1524 		.key = "persist.audio.lowlatency.rec",
1525 		.value = "false",
1526 	},
1527 	{
1528 		.key = "persist.audio.nsenabled",
1529 		.value = "ON",
1530 	},
1531 	{
1532 		.key = "persist.audio.vr.enable",
1533 		.value = "false",
1534 	},
1535 	{
1536 		.key = "persist.boot.reset",
1537 		.value = "pwr",
1538 	},
1539 	{
1540 		.key = "persist.cne.feature",
1541 		.value = "1",
1542 	},
1543 	{
1544 		.key = "persist.data.netmgrd.qos.enable",
1545 		.value = "false",
1546 	},
1547 	{
1548 		.key = "persist.data.tethering_oc",
1549 		.value = "1",
1550 	},
1551 	{
1552 		.key = "persist.data_netmgrd_mtu",
1553 		.value = "1410",
1554 	},
1555 	{
1556 		.key = "persist.debug.wfd.enable",
1557 		.value = "1",
1558 	},
1559 	{
1560 		.key = "persist.gps.qc_nlp_in_use",
1561 		.value = "0",
1562 	},
1563 	{
1564 		.key = "persist.gps.qmienabled",
1565 		.value = "true",
1566 	},
1567 	{
1568 		.key = "persist.gsm.mms.enabled",
1569 		.value = "false",
1570 	},
1571 	{
1572 		.key = "persist.gsm.mms.roaming.enabled",
1573 		.value = "false",
1574 	},
1575 	{
1576 		.key = "persist.gsm.sms.disablelog",
1577 		.value = "64",
1578 	},
1579 	{
1580 		.key = "persist.gsm.sms.forcegsm7",
1581 		.value = "0",
1582 	},
1583 	{
1584 		.key = "persist.hwc.mdpcomp.enable",
1585 		.value = "true",
1586 	},
1587 	{
1588 		.key = "persist.lg.data.block_ssdp",
1589 		.value = "0",
1590 	},
1591 	{
1592 		.key = "persist.lg.data.fd",
1593 		.value = "-1",
1594 	},
1595 	{
1596 		.key = "persist.power.useautobrightadj",
1597 		.value = "true",
1598 	},
1599 	{
1600 		.key = "persist.profiled.build.version",
1601 		.value = "E98020i.1441288955",
1602 	},
1603 	{
1604 		.key = "persist.radio.adb_log_on",
1605 		.value = "0",
1606 	},
1607 	{
1608 		.key = "persist.radio.add_power_save",
1609 		.value = "1",
1610 	},
1611 	{
1612 		.key = "persist.radio.apm_sim_not_pwdn",
1613 		.value = "1",
1614 	},
1615 	{
1616 		.key = "persist.radio.data_no_toggle",
1617 		.value = "1",
1618 	},
1619 	{
1620 		.key = "persist.radio.eons.enabled",
1621 		.value = "false",
1622 	},
1623 	{
1624 		.key = "persist.rild.nitz_long_ons_0",
1625 		.value = "",
1626 	},
1627 	{
1628 		.key = "persist.rild.nitz_long_ons_1",
1629 		.value = "",
1630 	},
1631 	{
1632 		.key = "persist.rild.nitz_long_ons_2",
1633 		.value = "",
1634 	},
1635 	{
1636 		.key = "persist.rild.nitz_long_ons_3",
1637 		.value = "",
1638 	},
1639 	{
1640 		.key = "persist.rild.nitz_plmn",
1641 		.value = "",
1642 	},
1643 	{
1644 		.key = "persist.rild.nitz_short_ons_0",
1645 		.value = "",
1646 	},
1647 	{
1648 		.key = "persist.rild.nitz_short_ons_1",
1649 		.value = "",
1650 	},
1651 	{
1652 		.key = "persist.rild.nitz_short_ons_2",
1653 		.value = "",
1654 	},
1655 	{
1656 		.key = "persist.rild.nitz_short_ons_3",
1657 		.value = "",
1658 	},
1659 	{
1660 		.key = "persist.rmnet.mux",
1661 		.value = "disabled",
1662 	},
1663 	{
1664 		.key = "persist.security.sdmediacrypto",
1665 		.value = "0",
1666 	},
1667 	{
1668 		.key = "persist.service.bdroid.bdaddr",
1669 		.value = "C4:43:8F:01:95:D4",
1670 	},
1671 	{
1672 		.key = "persist.service.crash.enable",
1673 		.value = "0",
1674 	},
1675 	{
1676 		.key = "persist.service.ecc.hiddenmenu",
1677 		.value = "",
1678 	},
1679 	{
1680 		.key = "persist.service.events.enable",
1681 		.value = "0",
1682 	},
1683 	{
1684 		.key = "persist.service.kernel.enable",
1685 		.value = "0",
1686 	},
1687 	{
1688 		.key = "persist.service.main.enable",
1689 		.value = "0",
1690 	},
1691 	{
1692 		.key = "persist.service.packet.enable",
1693 		.value = "0",
1694 	},
1695 	{
1696 		.key = "persist.service.radio.enable",
1697 		.value = "0",
1698 	},
1699 	{
1700 		.key = "persist.service.system.enable",
1701 		.value = "0",
1702 	},
1703 	{
1704 		.key = "persist.sys.ats_start",
1705 		.value = "false",
1706 	},
1707 	{
1708 		.key = "persist.sys.cnd.iwlan",
1709 		.value = "1",
1710 	},
1711 	{
1712 		.key = "persist.sys.country",
1713 		.value = "US",
1714 	},
1715 	{
1716 		.key = "persist.sys.dalvik.vm.lib",
1717 		.value = "libdvm.so",
1718 	},
1719 	{
1720 		.key = "persist.sys.hotssid.ksc5601",
1721 		.value = "",
1722 	},
1723 	{
1724 		.key = "persist.sys.language",
1725 		.value = "en",
1726 	},
1727 	{
1728 		.key = "persist.sys.profiler_ms",
1729 		.value = "0",
1730 	},
1731 	{
1732 		.key = "persist.sys.security",
1733 		.value = "",
1734 	},
1735 	{
1736 		.key = "persist.sys.silent",
1737 		.value = "1",
1738 	},
1739 	{
1740 		.key = "persist.sys.sound_enable",
1741 		.value = "1",
1742 	},
1743 	{
1744 		.key = "persist.sys.ssr.restart_level",
1745 		.value = "3",
1746 	},
1747 	{
1748 		.key = "persist.sys.strictmode.disable",
1749 		.value = "true",
1750 	},
1751 	{
1752 		.key = "persist.sys.strictmode.visual",
1753 		.value = "false",
1754 	},
1755 	{
1756 		.key = "persist.sys.theme0",
1757 		.value = "com.lge.launcher2.theme.optimus",
1758 	},
1759 	{
1760 		.key = "persist.sys.usb.config",
1761 		.value = "mtp_only,adb",
1762 	},
1763 	{
1764 		.key = "persist.sys.wfd.virtual",
1765 		.value = "0",
1766 	},
1767 	{
1768 		.key = "persist.timed.enable",
1769 		.value = "true",
1770 	},
1771 	{
1772 		.key = "persist.web.set",
1773 		.value = "1",
1774 	},
1775 	{
1776 		.key = "qcom.audio.init",
1777 		.value = "complete",
1778 	},
1779 	{
1780 		.key = "qcom.hw.aac.encoder",
1781 		.value = "true",
1782 	},
1783 	{
1784 		.key = "ril.cdma.voiceinservice",
1785 		.value = "false",
1786 	},
1787 	{
1788 		.key = "ril.ecclist.autoprofile",
1789 		.value = "",
1790 	},
1791 	{
1792 		.key = "ril.ecclist",
1793 		.value = "911,112,000,08,110,999,118,119",
1794 	},
1795 	{
1796 		.key = "ril.subscription.types",
1797 		.value = "NV,RUIM",
1798 	},
1799 	{
1800 		.key = "rild.libargs",
1801 		.value = "-d /dev/smd0",
1802 	},
1803 	{
1804 		.key = "rild.libpath",
1805 		.value = "/system/lib/libril-qc-qmi-1.so",
1806 	},
1807 	{
1808 		.key = "ro.adb.secure",
1809 		.value = "1",
1810 	},
1811 	{
1812 		.key = "ro.afwdata.LGfeatureset",
1813 		.value = "ATTBASE",
1814 	},
1815 	{
1816 		.key = "ro.airplane.phoneapp",
1817 		.value = "1",
1818 	},
1819 	{
1820 		.key = "ro.allow.mock.location",
1821 		.value = "0",
1822 	},
1823 	{
1824 		.key = "ro.baseband",
1825 		.value = "mdm",
1826 	},
1827 	{
1828 		.key = "ro.bluetooth.PANenable",
1829 		.value = "1",
1830 	},
1831 	{
1832 		.key = "ro.bluetooth.dun",
1833 		.value = "true",
1834 	},
1835 	{
1836 		.key = "ro.bluetooth.hfp.ver",
1837 		.value = "1.6",
1838 	},
1839 	{
1840 		.key = "ro.bluetooth.remote.autoconnect",
1841 		.value = "true",
1842 	},
1843 	{
1844 		.key = "ro.bluetooth.request.master",
1845 		.value = "true",
1846 	},
1847 	{
1848 		.key = "ro.bluetooth.sap",
1849 		.value = "true",
1850 	},
1851 	{
1852 		.key = "ro.board.platform",
1853 		.value = "msm8960",
1854 	},
1855 	{
1856 		.key = "ro.boot.baseband",
1857 		.value = "mdm",
1858 	},
1859 	{
1860 		.key = "ro.boot.emmc",
1861 		.value = "true",
1862 	},
1863 	{
1864 		.key = "ro.boot.hardware",
1865 		.value = "geefhd",
1866 	},
1867 	{
1868 		.key = "ro.boot.serialno",
1869 		.value = "LGE98052552c16",
1870 	},
1871 	{
1872 		.key = "ro.bootloader",
1873 		.value = "unknown",
1874 	},
1875 	{
1876 		.key = "ro.bootmode",
1877 		.value = "unknown",
1878 	},
1879 	{
1880 		.key = "ro.build.characteristics",
1881 		.value = "default",
1882 	},
1883 	{
1884 		.key = "ro.build.date.utc",
1885 		.value = "1441289277",
1886 	},
1887 	{
1888 		.key = "ro.build.date",
1889 		.value = "Thu Sep  3 23:07:57 KST 2015",
1890 	},
1891 	{
1892 		.key = "ro.build.description",
1893 		.value = "geefhd_att_us-user 4.4.2 KOT49I.E98020i E98020i.1441288955 release-keys",
1894 	},
1895 	{
1896 		.key = "ro.build.display.id",
1897 		.value = "KOT49I.E98020i",
1898 	},
1899 	{
1900 		.key = "ro.build.fingerprint",
1901 		.value = "lge/geefhd_att_us/geefhd:4.4.2/KOT49I.E98020i/E98020i.1441288955:user/release-keys",
1902 	},
1903 	{
1904 		.key = "ro.build.host",
1905 		.value = "betaserver-desktop",
1906 	},
1907 	{
1908 		.key = "ro.build.id",
1909 		.value = "KOT49I.E98020i",
1910 	},
1911 	{
1912 		.key = "ro.build.product",
1913 		.value = "geefhd",
1914 	},
1915 	{
1916 		.key = "ro.build.tags",
1917 		.value = "release-keys",
1918 	},
1919 	{
1920 		.key = "ro.build.target_country",
1921 		.value = "US",
1922 	},
1923 	{
1924 		.key = "ro.build.target_operator",
1925 		.value = "ATT",
1926 	},
1927 	{
1928 		.key = "ro.build.type",
1929 		.value = "user",
1930 	},
1931 	{
1932 		.key = "ro.build.user",
1933 		.value = "hyunjin0828.hwang",
1934 	},
1935 	{
1936 		.key = "ro.build.version.codename",
1937 		.value = "REL",
1938 	},
1939 	{
1940 		.key = "ro.build.version.incremental",
1941 		.value = "E98020i.1441288955",
1942 	},
1943 	{
1944 		.key = "ro.build.version.release",
1945 		.value = "4.4.2",
1946 	},
1947 	{
1948 		.key = "ro.build.version.sdk",
1949 		.value = "19",
1950 	},
1951 	{
1952 		.key = "ro.carrier",
1953 		.value = "unknown",
1954 	},
1955 	{
1956 		.key = "ro.com.android.dataroaming",
1957 		.value = "false",
1958 	},
1959 	{
1960 		.key = "ro.com.android.dateformat",
1961 		.value = "MM-dd-yyyy",
1962 	},
1963 	{
1964 		.key = "ro.com.google.apphider",
1965 		.value = "off",
1966 	},
1967 	{
1968 		.key = "ro.com.google.clientidbase.am",
1969 		.value = "android-att-us",
1970 	},
1971 	{
1972 		.key = "ro.com.google.clientidbase.gmm",
1973 		.value = "android-om-lge",
1974 	},
1975 	{
1976 		.key = "ro.com.google.clientidbase.ms",
1977 		.value = "android-att-us",
1978 	},
1979 	{
1980 		.key = "ro.com.google.clientidbase.yt",
1981 		.value = "android-om-lge",
1982 	},
1983 	{
1984 		.key = "ro.com.google.clientidbase",
1985 		.value = "android-om-lge",
1986 	},
1987 	{
1988 		.key = "ro.com.google.gmsversion",
1989 		.value = "4.4.2_r1",
1990 	},
1991 	{
1992 		.key = "ro.config.alarm_alert",
1993 		.value = "Lifes_Good_Alarm.ogg",
1994 	},
1995 	{
1996 		.key = "ro.config.notification_sound",
1997 		.value = "Optimus.ogg",
1998 	},
1999 	{
2000 		.key = "ro.config.ringtone",
2001 		.value = "ATT_Firefly.ogg",
2002 	},
2003 	{
2004 		.key = "ro.config.vc_call_vol_default",
2005 		.value = "3",
2006 	},
2007 	{
2008 		.key = "ro.config.vc_call_vol_steps",
2009 		.value = "6",
2010 	},
2011 	{
2012 		.key = "ro.config.vibrate_type",
2013 		.value = "1",
2014 	},
2015 	{
2016 		.key = "ro.crypto.state",
2017 		.value = "unencrypted",
2018 	},
2019 	{
2020 		.key = "ro.debuggable",
2021 		.value = "0",
2022 	},
2023 	{
2024 		.key = "ro.factorytest",
2025 		.value = "0",
2026 	},
2027 	{
2028 		.key = "ro.gps.agps_provider",
2029 		.value = "1",
2030 	},
2031 	{
2032 		.key = "ro.hardware",
2033 		.value = "geefhd",
2034 	},
2035 	{
2036 		.key = "ro.hdmi.enable",
2037 		.value = "true",
2038 	},
2039 	{
2040 		.key = "ro.hwui.drop_shadow_cache_size",
2041 		.value = "6",
2042 	},
2043 	{
2044 		.key = "ro.hwui.gradient_cache_size",
2045 		.value = "1",
2046 	},
2047 	{
2048 		.key = "ro.hwui.layer_cache_size",
2049 		.value = "48",
2050 	},
2051 	{
2052 		.key = "ro.hwui.path_cache_size",
2053 		.value = "32",
2054 	},
2055 	{
2056 		.key = "ro.hwui.r_buffer_cache_size",
2057 		.value = "8",
2058 	},
2059 	{
2060 		.key = "ro.hwui.text_cache_width",
2061 		.value = "2048",
2062 	},
2063 	{
2064 		.key = "ro.hwui.text_large_cache_height",
2065 		.value = "1024",
2066 	},
2067 	{
2068 		.key = "ro.hwui.text_large_cache_width",
2069 		.value = "2048",
2070 	},
2071 	{
2072 		.key = "ro.hwui.text_small_cache_height",
2073 		.value = "1024",
2074 	},
2075 	{
2076 		.key = "ro.hwui.text_small_cache_width",
2077 		.value = "1024",
2078 	},
2079 	{
2080 		.key = "ro.hwui.texture_cache_flushrate",
2081 		.value = "0.4",
2082 	},
2083 	{
2084 		.key = "ro.hwui.texture_cache_size",
2085 		.value = "72",
2086 	},
2087 	{
2088 		.key = "ro.lge.audio_scenario",
2089 		.value = "SOUNDEXCEPTION",
2090 	},
2091 	{
2092 		.key = "ro.lge.audio_soundexception",
2093 		.value = "true",
2094 	},
2095 	{
2096 		.key = "ro.lge.audio_soundprofile",
2097 		.value = "true",
2098 	},
2099 	{
2100 		.key = "ro.lge.basebandversion",
2101 		.value = "APQ8064/MDM9x15M",
2102 	},
2103 	{
2104 		.key = "ro.lge.capp_ZDi_O",
2105 		.value = "true",
2106 	},
2107 	{
2108 		.key = "ro.lge.capp_almond",
2109 		.value = "true",
2110 	},
2111 	{
2112 		.key = "ro.lge.capp_emotional_led",
2113 		.value = "true",
2114 	},
2115 	{
2116 		.key = "ro.lge.capp_lgevpn",
2117 		.value = "true",
2118 	},
2119 	{
2120 		.key = "ro.lge.capp_wfd",
2121 		.value = "true",
2122 	},
2123 	{
2124 		.key = "ro.lge.factoryversion",
2125 		.value = "LGE980AT-00-V20i-ATT-US-SEP-03-2015+0",
2126 	},
2127 	{
2128 		.key = "ro.lge.hiddenreset",
2129 		.value = "0",
2130 	},
2131 	{
2132 		.key = "ro.lge.lcd_auto_brightness_mode",
2133 		.value = "false",
2134 	},
2135 	{
2136 		.key = "ro.lge.lcd_default_brightness",
2137 		.value = "152",
2138 	},
2139 	{
2140 		.key = "ro.lge.overlay",
2141 		.value = "true",
2142 	},
2143 	{
2144 		.key = "ro.lge.ps.eco.pv",
2145 		.value = "322",
2146 	},
2147 	{
2148 		.key = "ro.lge.ps.freqlowlimit",
2149 		.value = "1026000",
2150 	},
2151 	{
2152 		.key = "ro.lge.qslide.max_window",
2153 		.value = "2",
2154 	},
2155 	{
2156 		.key = "ro.lge.swversion",
2157 		.value = "E98020i",
2158 	},
2159 	{
2160 		.key = "ro.lge.vib_magnitude_index",
2161 		.value = "0,20,40,60,80,100,120,127",
2162 	},
2163 	{
2164 		.key = "ro.livewallpaper.map",
2165 		.value = "DISABLED",
2166 	},
2167 	{
2168 		.key = "ro.minios.enable",
2169 		.value = "0",
2170 	},
2171 	{
2172 		.key = "ro.monkey",
2173 		.value = "0",
2174 	},
2175 	{
2176 		.key = "ro.nfc.port",
2177 		.value = "I2C",
2178 	},
2179 	{
2180 		.key = "ro.opengles.version",
2181 		.value = "196608",
2182 	},
2183 	{
2184 		.key = "ro.product.board",
2185 		.value = "GKATT",
2186 	},
2187 	{
2188 		.key = "ro.product.brand",
2189 		.value = "lge",
2190 	},
2191 	{
2192 		.key = "ro.product.cpu.abi2",
2193 		.value = "armeabi",
2194 	},
2195 	{
2196 		.key = "ro.product.cpu.abi",
2197 		.value = "armeabi-v7a",
2198 	},
2199 	{
2200 		.key = "ro.product.device",
2201 		.value = "geefhd",
2202 	},
2203 	{
2204 		.key = "ro.product.locale.language",
2205 		.value = "en",
2206 	},
2207 	{
2208 		.key = "ro.product.locale.region",
2209 		.value = "US",
2210 	},
2211 	{
2212 		.key = "ro.product.manufacturer",
2213 		.value = "LGE",
2214 	},
2215 	{
2216 		.key = "ro.product.model",
2217 		.value = "LG-E980",
2218 	},
2219 	{
2220 		.key = "ro.product.name",
2221 		.value = "geefhd_att_us",
2222 	},
2223 	{
2224 		.key = "ro.qc.sdk.audio.fluencetype",
2225 		.value = "fluence",
2226 	},
2227 	{
2228 		.key = "ro.qc.sdk.audio.ssr",
2229 		.value = "false",
2230 	},
2231 	{
2232 		.key = "ro.qc.sdk.camera.facialproc",
2233 		.value = "true",
2234 	},
2235 	{
2236 		.key = "ro.qc.sdk.gestures.camera",
2237 		.value = "false",
2238 	},
2239 	{
2240 		.key = "ro.qc.sdk.izat.premium_enabled",
2241 		.value = "0",
2242 	},
2243 	{
2244 		.key = "ro.qc.sdk.izat.service_mask",
2245 		.value = "0x0",
2246 	},
2247 	{
2248 		.key = "ro.qc.sdk.sensors.gestures",
2249 		.value = "true",
2250 	},
2251 	{
2252 		.key = "ro.qualcomm.bluetooth.ftp",
2253 		.value = "true",
2254 	},
2255 	{
2256 		.key = "ro.qualcomm.bluetooth.hfp",
2257 		.value = "true",
2258 	},
2259 	{
2260 		.key = "ro.qualcomm.bluetooth.hsp",
2261 		.value = "true",
2262 	},
2263 	{
2264 		.key = "ro.qualcomm.bluetooth.map",
2265 		.value = "true",
2266 	},
2267 	{
2268 		.key = "ro.qualcomm.bluetooth.nap",
2269 		.value = "true",
2270 	},
2271 	{
2272 		.key = "ro.qualcomm.bluetooth.opp",
2273 		.value = "true",
2274 	},
2275 	{
2276 		.key = "ro.qualcomm.bluetooth.pbap",
2277 		.value = "true",
2278 	},
2279 	{
2280 		.key = "ro.qualcomm.bt.hci_transport",
2281 		.value = "smd",
2282 	},
2283 	{
2284 		.key = "ro.qualcomm.cabl",
2285 		.value = "2",
2286 	},
2287 	{
2288 		.key = "ro.radio.check_csp",
2289 		.value = "enable",
2290 	},
2291 	{
2292 		.key = "ro.radio.networkmode",
2293 		.value = "disable",
2294 	},
2295 	{
2296 		.key = "ro.radio.ratdisplay",
2297 		.value = "true",
2298 	},
2299 	{
2300 		.key = "ro.radio.topreviousmode",
2301 		.value = "disable",
2302 	},
2303 	{
2304 		.key = "ro.revision",
2305 		.value = "10",
2306 	},
2307 	{
2308 		.key = "ro.ril.svdo",
2309 		.value = "false",
2310 	},
2311 	{
2312 		.key = "ro.ril.svlte1x",
2313 		.value = "false",
2314 	},
2315 	{
2316 		.key = "ro.ril.transmitpower",
2317 		.value = "true",
2318 	},
2319 	{
2320 		.key = "ro.runtime.firstboot",
2321 		.value = "2454404108",
2322 	},
2323 	{
2324 		.key = "ro.sdcrypto.syscall",
2325 		.value = "378",
2326 	},
2327 	{
2328 		.key = "ro.secure",
2329 		.value = "1",
2330 	},
2331 	{
2332 		.key = "ro.serialno",
2333 		.value = "LGE98052552c16",
2334 	},
2335 	{
2336 		.key = "ro.setupwizard.mode",
2337 		.value = "DISABLED",
2338 	},
2339 	{
2340 		.key = "ro.sf.lcd_density",
2341 		.value = "480",
2342 	},
2343 	{
2344 		.key = "ro.sf.lcd_density_secondary",
2345 		.value = "400",
2346 	},
2347 	{
2348 		.key = "ro.ssbd.offset",
2349 		.value = "0",
2350 	},
2351 	{
2352 		.key = "ro.ssbd.session",
2353 		.value = "/dev/block/platform/msm_sdcc.1/by-name/eksst",
2354 	},
2355 	{
2356 		.key = "ro.streaming.video.drs",
2357 		.value = "true",
2358 	},
2359 	{
2360 		.key = "ro.telephony.call_ring.multiple",
2361 		.value = "false",
2362 	},
2363 	{
2364 		.key = "ro.telephony.default_network",
2365 		.value = "9",
2366 	},
2367 	{
2368 		.key = "ro.use_data_netmgrd",
2369 		.value = "true",
2370 	},
2371 	{
2372 		.key = "ro.vendor.extension_library",
2373 		.value = "/system/lib/libqc-opt.so",
2374 	},
2375 	{
2376 		.key = "ro.warmboot.capability",
2377 		.value = "1",
2378 	},
2379 	{
2380 		.key = "ro.wifi.channels",
2381 		.value = "11 11",
2382 	},
2383 	{
2384 		.key = "service.bootanim.exit",
2385 		.value = "1",
2386 	},
2387 	{
2388 		.key = "service.keyguard.status",
2389 		.value = "1",
2390 	},
2391 	{
2392 		.key = "service.plushome.currenthome",
2393 		.value = "standard",
2394 	},
2395 	{
2396 		.key = "sys.boot_completed",
2397 		.value = "1",
2398 	},
2399 	{
2400 		.key = "sys.factory.qem",
2401 		.value = "0",
2402 	},
2403 	{
2404 		.key = "sys.hdmi.block",
2405 		.value = "unblock",
2406 	},
2407 	{
2408 		.key = "sys.ims.DATA_DAEMON_STATUS",
2409 		.value = "1",
2410 	},
2411 	{
2412 		.key = "sys.ims.QMI_DAEMON_STATUS",
2413 		.value = "1",
2414 	},
2415 	{
2416 		.key = "sys.lge.dsdp.mode",
2417 		.value = "stop",
2418 	},
2419 	{
2420 		.key = "sys.lge.pif",
2421 		.value = "0",
2422 	},
2423 	{
2424 		.key = "sys.lge.touchcrack_mode",
2425 		.value = "0",
2426 	},
2427 	{
2428 		.key = "sys.settings_secure_version",
2429 		.value = "1",
2430 	},
2431 	{
2432 		.key = "sys.settings_system_version",
2433 		.value = "25",
2434 	},
2435 	{
2436 		.key = "sys.sysctl.extra_free_kbytes",
2437 		.value = "24300",
2438 	},
2439 	{
2440 		.key = "sys.usb.config",
2441 		.value = "mtp_only,adb",
2442 	},
2443 	{
2444 		.key = "sys.usb.state",
2445 		.value = "mtp_only,adb",
2446 	},
2447 	{
2448 		.key = "telephony.lteOnCdmaDevice",
2449 		.value = "0",
2450 	},
2451 	{
2452 		.key = "tunnel.audiovideo.decode",
2453 		.value = "false",
2454 	},
2455 	{
2456 		.key = "tunnel.decode",
2457 		.value = "false",
2458 	},
2459 	{
2460 		.key = "uicc.mobile_equipment.config",
2461 		.value = "0",
2462 	},
2463 	{
2464 		.key = "vold.decrypt",
2465 		.value = "",
2466 	},
2467 	{
2468 		.key = "vold.encrypt_progress",
2469 		.value = "",
2470 	},
2471 	{
2472 		.key = "vold.post_fs_data_done",
2473 		.value = "1",
2474 	},
2475 	{
2476 		.key = "vold.sdcard_fs_type",
2477 		.value = "none",
2478 	},
2479 	{
2480 		.key = "wifi.interface",
2481 		.value = "wlan0",
2482 	},
2483 	{
2484 		.key = "wifi.lge.autochannel",
2485 		.value = "",
2486 	},
2487 	{
2488 		.key = "wifi.lge.hanglessid",
2489 		.value = "false",
2490 	},
2491 	{
2492 		.key = "wifi.lge.offdelay",
2493 		.value = "false",
2494 	},
2495 	{
2496 		.key = "wifi.lge.patch",
2497 		.value = "true",
2498 	},
2499 	{
2500 		.key = "wifi.lge.sleeppolicy",
2501 		.value = "0",
2502 	},
2503 	{
2504 		.key = "wifi.lge.supportp2p5g",
2505 		.value = "gconly",
2506 	},
2507 	{
2508 		.key = "wlan.chip.vendor",
2509 		.value = "brcm",
2510 	},
2511 	{
2512 		.key = "wlan.chip.version",
2513 		.value = "bcm4334",
2514 	},
2515 	{
2516 		.key = "wlan.driver.ath",
2517 		.value = "0",
2518 	},
2519 	{
2520 		.key = "wlan.driver.config",
2521 		.value = "/data/misc/wifi/WCNSS_qcom_cfg.ini",
2522 	},
2523 	{
2524 		.key = "wlan.driver.status",
2525 		.value = "unloaded",
2526 	},
2527 	{
2528 		.key = "wlan.lge.concurrency",
2529 		.value = "MCC",
2530 	},
2531 	{
2532 		.key = "wlan.lge.supportsimaka",
2533 		.value = "yes",
2534 	},
2535 	{
2536 		.key = "wlan.lge.wifidisplay",
2537 		.value = "both",
2538 	},
2539 	{NULL},
2540 };
2541 #endif /* __ANDROID__ */
2542