Last active
August 29, 2015 14:07
-
-
Save edwindotcom/0db36eaa5d5cea0a036e to your computer and use it in GitHub Desktop.
get base image value from kk b2g builds
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
# for Kitkat base images: | |
adb shell getprop ro.bootloader | |
# for pre Kitkat base images: | |
adb shell getprop t2m.sw.version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment