GT7 (SD680/SM6225) and GT7PRO (SD685/SM6225-AD)
| Model | Chipset | Part number | CPU |
|---|---|---|---|
| GT7 | Snapdragon 680 | SM6225 | 8-core 2.4GHz Cortex-A73 |
| GT7PRO | Snapdragon 685 | SM6225-AD | 8-core 2.8GHz Cortex-A73 |
Is this my unit?
Three ways to check, in increasing order of effort.
From Android settings
Settings → About shows the build number, which starts with the platform name. On this platform it looks like GT7. This is the only check that separates platforms sharing a chipset.
From build.prop
ro.board.platform on this platform reads bengal. That value alone does not identify your unit — it is shared with M600/M606 and M700/M785. Use the build number above to tell them apart.
Ignore ro.product.system.*. It reads qssi on every Android 11 and newer unit and identifies nothing.
From the chipset id
Read the SoC id the kernel reports:
cat /sys/devices/soc0/soc_idThen look it up. Part numbers used by this platform are in bold.
soc_id | Part number |
|---|---|
| 417 | SM4250 |
| 441 | SM4125 |
| 444 | SM6115 |
| 469 | QCM4290 |
| 470 | QCS4290 |
| 473 | QCM2290 |
| 474 | QCS2290 |
| 497 | QCM6490 |
| 498 | QCS6490 |
| 518, 561 | SM6225 |
| 585 | SG4150P |
Build properties
GT7: Qualcomm Snapdragon 680 (SM6225), 8-core 2.4GHz, Cortex-A73 GT7PRO: Qualcomm Snapdragon 685 (SM6225-AD), 8-core 2.8GHz, Cortex-A73
build.prop
ro.build.display.id=GT7-EAU-T16.000500-user-20240525.142000
ro.build.display.id=GT7-GL-user-20240702.164007
ro.product.brand=GT7-CAR
ro.product.device=GT7-CAR
ro.product.model=GT7-CAR
ro.product.name=GT7-CAR
ro.product.system.brand=qti
ro.product.system.device=qssi
ro.product.system.manufacturer=QUALCOMM
ro.product.system.model=qssi system image for arm64
ro.product.system.name=qssi
ro.system.build.fingerprint=qti/qssi/qssi:13/TKQ1.230110.001/totoro07021638:user/release-keys
vendor/build.prop
ro.board.platform=bengal
ro.product.board=bengal
ro.product.vendor.brand=qti
ro.product.vendor.device=bengal_515
ro.product.vendor.manufacturer=QUALCOMM
ro.product.vendor.model=Bengal for arm64
ro.product.vendor.name=bengal_515
ro.vendor.build.fingerprint=qti/bengal_515/bengal_515:13/TKQ1.230110.001/totoro07021721:user/release-keys
Firmware for this platform
- 20250718GT_KSW (A13)
- 20250325GT_KSW (A13)
- 20250104GT_KSW (A13)
- 20241214GT_KSW (A13)
- 20241019GT_KSW (A13)
- 20240812GT_KSW (A13)
- 20240702GT_KSW (A13)
- 20240525GT_KSW (A13)
All ZXW firmware updates · All ZXW platforms · Factory settings
Something wrong or missing on this page? Edit it on GitHub.