diff options
author | Faiz AUthar <faizauthar@gmail.com> | 2017-04-11 10:35:01 +0700 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-13 09:51:24 +0200 |
commit | f16e719bbf615362ccf67e817f61f0232bf894cc (patch) | |
tree | ccded0c030d5665921339f80d145a1249890eedb /system.prop | |
parent | b8ed8c86e82ca8ee9ef8e3236be0bb20aac2594c (diff) |
z2_plus: add hardware info
Change-Id: I57d1ffd46c37015d5ae9d601aec66b808b4782ba
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system.prop b/system.prop index f803c84..cd456a6 100644 --- a/system.prop +++ b/system.prop @@ -160,3 +160,11 @@ persist.sys.usb.config=mtp,adb # for smoother scrolling and better responsiveness ro.min.fling_velocity=160 ro.max.fling_velocity=20000 + +# Hardware Info +ro.device.chipset=Qualcomm MSM8996 Snapdragon 820 +ro.device.cpu=Quad-core (2x2.15 GHz Kryo & 2x1.6 GHz Kryo) +ro.device.gpu=Qualcomm Adreno 530 +ro.device.rear_cam=13 MP, f/2.2 +ro.device.front_cam=8 MP, f/2.0 +ro.device.screen_res=1080 x 1920, 5.0" |