2021-04-04 00:08:41 +02:00
|
|
|
# getprop
|
|
|
|
|
2021-04-22 22:09:21 +02:00
|
|
|
> Show information about Android system properties.
|
2021-04-04 19:08:42 +02:00
|
|
|
> More information: <https://manned.org/getprop>.
|
2021-04-04 00:08:41 +02:00
|
|
|
|
2021-04-22 22:09:21 +02:00
|
|
|
- Display information about Android system properties:
|
2021-04-04 00:08:41 +02:00
|
|
|
|
|
|
|
`getprop`
|
|
|
|
|
|
|
|
- Display information about a specific property:
|
|
|
|
|
2023-02-21 14:56:20 +10:00
|
|
|
`getprop {{property}}`
|
2021-04-04 00:08:41 +02:00
|
|
|
|
|
|
|
- Display the SDK API level:
|
|
|
|
|
|
|
|
`getprop {{ro.build.version.sdk}}`
|
|
|
|
|
|
|
|
- Display the Android version:
|
|
|
|
|
|
|
|
`getprop {{ro.build.version.release}}`
|
|
|
|
|
|
|
|
- Display the Android device model:
|
|
|
|
|
|
|
|
`getprop {{ro.vendor.product.model}}`
|
|
|
|
|
|
|
|
- Display the OEM unlock status:
|
|
|
|
|
|
|
|
`getprop {{ro.oem_unlock_supported}}`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Display the MAC address of the Android's Wi-Fi card:
|
2021-04-04 00:08:41 +02:00
|
|
|
|
|
|
|
`getprop {{ro.boot.wifimacaddr}}`
|