2021-04-03 23:08:41 +01:00
|
|
|
# getprop
|
|
|
|
|
2021-04-22 21:09:21 +01:00
|
|
|
> Show information about Android system properties.
|
2021-04-04 18:08:42 +01:00
|
|
|
> More information: <https://manned.org/getprop>.
|
2021-04-03 23:08:41 +01:00
|
|
|
|
2021-04-22 21:09:21 +01:00
|
|
|
- Display information about Android system properties:
|
2021-04-03 23:08:41 +01:00
|
|
|
|
|
|
|
`getprop`
|
|
|
|
|
|
|
|
- Display information about a specific property:
|
|
|
|
|
|
|
|
`getprop {{prop}}`
|
|
|
|
|
|
|
|
- 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 18:59:09 +01:00
|
|
|
- Display the MAC address of the Android's Wi-Fi card:
|
2021-04-03 23:08:41 +01:00
|
|
|
|
|
|
|
`getprop {{ro.boot.wifimacaddr}}`
|