Skip to content

Convention naming device models

Tutik Alexsandr edited this page May 17, 2024 · 6 revisions

Devices containing the year must be written in brackets

    • Bad Blade A5 2019
    • Good Blade A5 (2019)
    • Bad MacBook Pro 15" (2018/2019)
    • Good MacBook Pro 15" (2018-2019)

Devices containing a size must contain one double quotation mark after the size

    • Bad GALAXY Note 8.0
    • Good GALAXY Note 8.0"

Devices containing the abbreviations PRO, MAX, MINI, LITE, ACTIVE, CORE must be written letter case

    • Bad GALAXY S4 ACTIVE, GALAXY S II WiMAX
    • Good GALAXY S4 Active, GALAXY S II WiMax
  • Excludes:
    • Bad 9 Pro Plus Max
    • Good 9 Pro+ Max

Realme how to distinguish the type of device by code

  • What should let attention to:
    • RMX\d{4} smartphone/phablet
    • RMP\d{4} tablet
    • RMW\d{4} watch

For 4-character code, there is no explicit rule for distinguishing products, but usually the larger the first two digits, the later product is released.

Vivo how to distinguish the type of device by code

  • Initial letter V or I - It means who is producing the model V - Vivo, I - iQOO
  • What should let attention to:
    • PA\d{4} Vivo tablet
    • V\d{4} Vivo smartphone
    • iPA\d{4} iQOO tablet
    • I\d{4} iQOO smartphone

The first 2 digits indicate the year release, and the last 2 digits are used to indicate the product, in some models, they are followed by a letter denoting derivative versions.