Created
March 11, 2019 20:11
-
-
Save lidormalich/141d775ec140fcb062eaa622c5cd640b to your computer and use it in GitHub Desktop.
ADB IL TOOLS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo adb mtp status | |
adb shell getprop persist.sys.usb.config | |
echo timezone | |
adb shell getprop persist.sys.timezone | |
echo salescode | |
adb shell getprop persist.sys.prev_salescode | |
echo oem unlock allowed | |
adb shell getprop sys.oem_unlock_allowed | |
echo support dualsim? | |
adb shell getprop sys.enterprise.billing.dualsim | |
echo Demo mode? | |
adb shell getprop sys.retaildemo.enabled | |
echo ro.warranty_bit | |
adb shell getprop ro.warranty_bit | |
echo ro.boot.warranty_bit | |
adb shell getprop ro.boot.warranty_bit | |
echo build date | |
adb shell getprop ro.bootimage.build.date | |
echo PDA | |
adb shell getprop ro.build.PDA | |
echo bootloader | |
adb shell getprop ro.bootloader | |
echo security patch | |
adb shell getprop ro.build.version.security_patch | |
echo SDK | |
adb shell getprop ro.build.version.sdk | |
echo encrypted status | |
adb shell getprop ro.crypto.state | |
echo mdm status - i thik that mdm | |
adb shell getprop persist.sys.knox.device_owner | |
echo battry level | |
adb shell dumpsys battery | grep level | |
echo | |
adb shell getprop | |
echo | |
adb shell getprop | |
echo | |
adb shell getprop | |
echo | |
adb shell getprop | |
echo | |
adb shell getprop | |
echo | |
adb shell getprop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment