GT6 (SD665/SM6125)
| Model | Chipset | Part number | CPU |
|---|---|---|---|
| GT6 | Snapdragon 665 | SM6125 | 8-core 2GHz 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 GT6. This is the only check that separates platforms sharing a chipset.
From build.prop
ro.board.platform on this platform reads trinket. On this vendor's range that value is unique to this platform.
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
Qualcomm Snapdragon 665 (SM6125), 8-core 2.0GHz, Cortex-A73
build.prop
ro.boot.oem.pkg=GT6-EAU-T16.00.050-userdebug-20240627.161908
ro.build.display.id=GT6-EAU-T16.00.050-userdebug-20240627.161908
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.220807.001/ubuntu06271619:userdebug/release-keys
vendor/build.prop
ro.board.platform=trinket
ro.product.board=trinket
ro.product.vendor.brand=SM6125
ro.product.vendor.device=GT6-CAR
ro.product.vendor.manufacturer=SM6125
ro.product.vendor.model=GT6-CAR
ro.product.vendor.name=GT6-CAR
ro.vendor.build.fingerprint=qti/sc138/sc138:11/RKQ1.211001.001/ubuntu05241230:userdebug/release-keys
Firmware for this platform
- 20250331GT_KSW (A13)
- 20241129GT_KSW (A13)
- 20241030GT_KSW (A13)
- 20241018GT_KSW (A13)
- 20240919GT_KSW (A13)
- 20240829GT_KSW (A13)
- 20240801GT_KSW (A13)
- 20240627GT_KSW (A13)
- 20240613GT_KSW (A13)
- 20240425GT_KSW (A13)
Showing the newest 10 of 20. The most recent is version 20250331.
All ZXW firmware updates · All ZXW platforms · Factory settings
Something wrong or missing on this page? Edit it on GitHub.