Skip to content

Commit

Permalink
feat(device) devices info Ulefone models: note 13p, note 12p, note 10…
Browse files Browse the repository at this point in the history
…p, note 6p, note 9p, note 11p, armor 2, armor 3
  • Loading branch information
sanchezzzhak committed Oct 8, 2024
1 parent e6ba309 commit 7760136
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions regexes/device-info/device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3952,6 +3952,16 @@ engel:
tiphone:
t67: 'DS=2.2;RS=240x320;WT=105;SZ=58x106x13.4;RE=2009;SM=2;'

ulefone:
note 13p: 'RE=2021.11;SZ=75.7x162.3x9.9;WT=198.5;DS=6.5;RS=1080x2400;OI=1;OV=11;CP=348;RM=4096;'
note 12p: 'RE=2021.10;SZ=79.1x173.6x10.2;WT=237;DS=6.82;RS=720x1640;OI=1;OV=11;CP=109;RM=4096'
note 10p: 'RE=2022.03;SZ=76.7x165.2x9.7;WT=203;DS=6.52;RS=720x1600;OI=1;OV=11;CP=374;RM=3072;'
note 6p: 'RE=2021.10;SZ=73.4x155.4x8.5;WT=155;DS=6.1;RS=720x1560;OI=1;OV=11;CP=109;RM=2048;'
note 9p: 'RE=2020.07;SZ=76.7x166x9.2;WT=188;DS=6.52;RS=720x1600;OI=1;OV=10;CP=171;RM=4096;'
note 11p: 'RE=2021.01;SZ=77.2x166.9x10;WT=184;DS=6.55;RS=720x1600;OI=1;OV=11;CP=290;RM=8192;'
armor 2: 'RE=2017.08;SZ=78.3x159x14.5;WT=270;DS=5.0;RS=1080x1920;OI=1;OV=7.0;CP=232;RM=6144;'
armor 3: 'RE=2018.09;SZ=79.2x164.8x18.14;WT=364;DS=5.7;RS=1080x2160;OI=1;OV=8.1;CP=63;RM=4096;'

formuler:
z8 pro: 'RE=2019;OI=1;OV=7.1;SZ=105x105x22;RM=2048;CP=228;'
z8: 'RE=2019;OI=1;OV=7.0;SZ=105x105x22;RM=2048;CP=228;'
Expand Down
9 changes: 9 additions & 0 deletions regexes/device-info/hardware-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1526,12 +1526,14 @@ cpu:
type: ARM
cores: 4
clock_rate: 1280
process: 28nm
gpu_id: 2
232:
name: MediaTek Helio P25
type: ARM
cores: 8
clock_rate: 2600
process: 16nm
gpu_id: 75
233:
name: Samsung Exynos 4412 Quad
Expand Down Expand Up @@ -2519,3 +2521,10 @@ cpu:
clock_rate: 3000
process: 4nm
gpu_id: 117
374:
name: Unisoc Tiger T310
type: ARM
cores: 4
clock_rate: 2000
process: 12nm
gpu_id: 76

0 comments on commit 7760136

Please sign in to comment.