Mobile Models

issues prs stars forks License: CC BY-NC-SA 4.0

Collecting device names, models and internal codenames.

Issue submission and Pull Requests are welcomed if you find mistakes.

Web UI

The project ships with device query and data management pages and now runs through docker compose:

docker compose up --build -d

Open:

  • http://127.0.0.1:8123/web/device_query.html
  • http://127.0.0.1:8123/web/brand_management.html

MySQL is started together with the stack:

  • host: 127.0.0.1
  • port: 3306
  • database: mobilemodels
  • reader user: mobilemodels_reader

If you want custom MySQL credentials, copy .env.example to .env before startup. Raw source data, rebuilt indexes, and MySQL seed files are persisted in Docker volumes instead of being written back to the local workspace at runtime.

More details: web/README.md

Unlisted brands usually not include international models.

Name Brand Range
apple_all_en Apple iPhone, iPad, iPod touch, Apple Watch, Apple TV and Apple Vision
asus_en ASUS ROG Phone, Zenfone
blackshark_en Black Shark All models
google Google Google Pixel phones, tablets & watch
honor_global_en HONOR All international models
huawei_global_en HUAWEI HUAWEI Mate, Pura, nova & Y series, MediaPad & MatePad series
meizu_en Meizu All models
mitv_global_en Xiaomi All international/Indian Xiaomi & Redmi TV models (excluding Chinese models)
nothing Nothing All models
oneplus_en OnePlus All models
oppo_global_en OPPO International models since 2018
samsung_global_en Samsung International models since 2019
sony Sony All models since 2015
realme_global_en realme All international models
vivo_global_en vivo International models since 2019
xiaomi_en Xiaomi Xiaomi/Redmi/POCO phones & tablets

Changelog

CHANGELOG_en.md

References

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Description
No description provided
Readme 5.9 MiB
Languages
HTML 62.3%
Python 36.4%
Shell 1.2%
Dockerfile 0.1%