mirror of https://github.com/CrimsonTome/tldr.git
679 B
679 B
getprop
Affiche les informations des propriétés système Android. Plus d'informations : https://manned.org/getprop.
- Affiche les informations des propriétés système Android :
getprop
- Affiche les informations d'une propriété spécifique :
getprop {{prop}}
- Affiche le niveau API du SDK :
getprop {{ro.build.version.sdk}}
- Affiche la version d'Android :
getprop {{ro.build.version.release}}
- Affiche le modèle de l'appareil Android :
getprop {{ro.vendor.product.model}}
- Affiche le status du déblocage OEM :
getprop {{ro.oem_unlock_supported}}
- Affiche l'adresse MAC de la carte Wi-FI Android :
getprop {{ro.boot.wifimacaddr}}