f12b3d5ecd8bc7536f61c0bc7b07c8464bcb6cfe
Mobile Models
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.htmlhttp://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 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
References
- TENAA
- CQCCMS
- MIIT
- China Telecom Tianyi Devices
- Google Play Supported Devices
- Wi-Fi Alliance
- Bluetooth Launch Studio
- Xiaomi Firmware Updater
- Huawei Open Source Release Center
- ReaMEIZU
- The Apple Wiki
- ipsw.me
- XDA Developers
- Huawei Firmware Database
- XSMS IMEI Database
- Android Dumps
- Lenovo Android タブレット一覧
License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Description
Languages
HTML
62.3%
Python
36.4%
Shell
1.2%
Dockerfile
0.1%