Skip to content

Commit

Permalink
Detect new brands: Mosimosi, Mobell, Smartex, Citycall and Detect dev…
Browse files Browse the repository at this point in the history
…ices for existing brands (#7298)

* feat(device) detect new brand Mobell: S50
feat(device) detect new brand Mosimosi: momo3S
feat(device) detect new brand Smartex: M512
feat(device) detect brand Echo Mobiles: MOON
feat(device) detect brand Mobiistar: Lai Zumbo S Lite (2017), Lai Zumbo S (2017), Lai Zumbo J2, Lai Zoro 5, Lai Z1
feat(device) detect brand Dialog: M50E-1A
feat(device) detect brand Evercoss: M50 Max
feat(device) detect brand M4tel: Feel Plus
feat(device) detect brand Multilaser: M7 3G Plus, M10A Lite
feat(device) detect brand Mecer: Xpress Smartlife M716 Plus, Xpress Smartlife M716

* feat(device) detect brand Logicom: M BOT 54, M BOT 51
feat(device) detect brand LT Mobile: Note S9

* feat(device) detect new brand Citycall: Life X6
feat(device) detect brand F2 Mobile: LT18, LT16
feat(device) detect brand Leader Phone: Infinity Plus
feat(device) detect brand Echo Mobiles: LOOK
feat(device) detect brand Logic: X4 Plus
feat(device) detect brand Archos: Logic Instrument Fieldbook F1B
feat(device) detect brand VIWA: Light One
feat(device) detect brand Doogee: Y8, X90L

* feat(device) detect brand Huawei: Nova 10 4G (NCO-LX1), Honor X9 (ANY-LX3), Nova Y61 (EVE-LX9)
feat(device) detect brand Digma: CITI Kids 81
feat(device) detect brand EWIS: Octa T700M T2
feat(device) detect brand Haier: Android TV FF Pro

* feat(device) detect brand Digma: Pro 1600E 4G, Pro 1400E 4G

* fix: test
  • Loading branch information
sanchezzzhak authored Dec 5, 2022
1 parent a2b6b67 commit 980d70a
Show file tree
Hide file tree
Showing 6 changed files with 768 additions and 35 deletions.
4 changes: 4 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'U9' => 'China Telecom',
'CI' => 'Chico Mobile',
'CIP' => 'CipherLab',
'CIT' => 'Citycall',
'1C' => 'Chuwi',
'L8' => 'Clarmin',
'25' => 'Claresta',
Expand Down Expand Up @@ -906,10 +907,12 @@ abstract class AbstractDeviceParser extends AbstractParser
'ID' => 'MobiIoT',
'6W' => 'MobiWire',
'9M' => 'Mobo',
'MOB' => 'Mobell',
'M4' => 'Modecom',
'MF' => 'Mofut',
'MR' => 'Motorola',
'MV' => 'Movic',
'MOS' => 'Mosimosi',
'MM' => 'Mpman',
'MZ' => 'MSI',
'3R' => 'MStar',
Expand Down Expand Up @@ -1240,6 +1243,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'47' => 'SmartBook',
'3B' => 'Smartab',
'80' => 'SMARTEC',
'SM1' => 'Smartex',
'SC' => 'Smartfren',
'S7' => 'Smartisan',
'JR' => 'Sylvania',
Expand Down
Loading

0 comments on commit 980d70a

Please # to comment.