Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
DeviceInfo: include chipset with product info
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzySoft committed Apr 9, 2021
1 parent 072193c commit c784b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/deviceinfo.lib
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ getDeviceInfo() {
}
}
[[ -n "$serial" ]] && echo "$(trthtd 'IMEI' "$serial")" >> "$devicedoc"
[[ -n "${DEVPROP[ro.hardware]}" ]] && echo "$(trthtd 'Chipset' "${DEVPROP[ro.hardware]}")" >> "$devicedoc" # qcom, exynos7904 etc
[[ -n "${DEVPROP[ro.board.platform]}" ]] && echo "$(trthtd 'Platform' "${DEVPROP[ro.board.platform]}")" >> "$devicedoc" # omap3
[[ -n "${DEVPROP[ro.radio.hw.version]}" ]] && echo "$(trthtd 'Radio version' "${DEVPROP[ro.radio.hw.version]}")" >> "$devicedoc" # SJUG5980AA
[[ -n "${DEVPROP[gsm.baseband.version]}" ]] && echo "$(trthtd 'Baseband' "${DEVPROP[gsm.baseband.version]}")" >> "$devicedoc" # L6260_MODEM_SIC_02.1233.00
Expand Down

0 comments on commit c784b99

Please sign in to comment.