-
Notifications
You must be signed in to change notification settings - Fork 494
Detect new brands: BilimLand and Detect devices for existing brands: Motorola, TCL, AllDocube, Highscreen, Tecno Mobile, Huawei, 3Q, Meizu, Xiaomi, Microsoft, Realme, Black Fox, POCO, BQ, Telefunken, Fly, DEXP, Digma, Oukitel, Explay, Torex, Chuwi, Ulefone, Doogee, iTel, Allview, Advan, Gionee #6727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…on 11 (CF7), Spark 4 Lite (BB4k), Camon 12 (CC7), Spark 4 (KC8) feat(device) detect brand Huawei model: MediaPad 7 Lite II
feat(device) detect brand Supra model: M74AG feat(device) detect brand Highscreen model: Verge M feat(device) detect brand Oukitel models: C8, C8 4G feat(device) detect brand bq model: Strike Power Easy feat(device) detect brand Vertex model: Luck
… 10X identifier (M2003J15SC) feat(device) detect brand Xiaomi model: Redmi Note 9 (M2010J19SC) feat(device) detect brand Xiaomi model: Redmi Note 9 (M2010J19SC) feat(device) detect brand Xiaomi model: Redmi 9 Power (M2010J19SI) feat(device) detect brand Microsoft model: Lumia 950 (RM-1118) feat(device) detect brand Realme model: C20 (RMX3063) feat(device) detect brand Realme model: Narzo 20 Pro (RMX2163) feat(device) detect brand Black Fox model: B8M (BMM441W) feat(device) detect brand POCO model: M3 (M2010J19CI) feat(device) detect brand Telefunken model: TF-LED40S63T2S feat(device) detect brand Fly model: Life Geo feat(device) detect brand Oukitel model: K8000 feat(device) detect brand Explay model: Pulsar feat(device) detect brand Torex model: S18 feat(device) detect brand Chuwi model: Hi8 SE
feat(device) detect brand Ulefone models: Note 9P, Note 8P feat(device) detect brand Doogee model: N20 Pro feat(device) detect brand Black Fox model: B8 Fox+ (BMM441B) feat(device) detect brand DEXP models: BL160, A340 feat(device) detect brand Digma models: CITI 8 E400 4G (CS8231PL), CITI 7 E401 4G (CS7234PL) feat(device) detect brand bq model: Clever (BQ-5745L), Surf (BQ-6631G), Fresh (BQ-5533G), Fun (BQ-5031G), Light (BQ-7083G)
feat(device) detect brand Xiaomi model: Redmi Note 10 Pro (M2101K6I)
A14, A16 Plus, A44 Power, A22 (L5002), A46 (L5503), A56 LTE (L6004), A55 (W6003), A23S, S15 (W6002, W6002E), A52 Lite, Vision 1 (L6005), S12 feat(device) detect brand Maxtron model: T1 feat(device) detect brand Huawei model: Honor 30 Pro (EBG-TN00) feat(device) detect brand Allview model: A10 Max feat(device) detect brand Advan models: G2 Pro (6004), G3 Pro (6002)
…1 Pro (L6502), W5505 (A36), A44 Air (L5502), A47 (L5505), A48 (L6006), A55 LTE (L6003P), A56 Pro (W6004P) feat(device) detect brand GIONEE models: A1, F9, S11 Lite
model: 'Redmi Note 9' | ||
device: 'phablet' | ||
- regex: 'M2003J15SC(?:[);/ ]|$)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you get the information from that M2003J15SC
is a Note 10x and not a Note 9?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a model for the China market, it is called there Note 10x
for the global market, it's called the Note 9
- http://storage.googleapis.com/play_public/supported_devices.html (google result Note 10x, note 9.. two variants)
- https://launchstudio.bluetooth.com/Listings/Search (here it gives out as a note 9)
- https://www.gsmarena.com/xiaomi_redmi_10x_4g-10202.php
- https://xiaomifirmwareupdater.com/archive/firmware/merlin/
should I change the name to note 9?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I don't have a preference here. Guess we can also use 10x then
this PR merge after #6723