Menu

How can I check if my device firmware is an engineering or commercial build?

You can check the type of firmware by using this adb shell command: C:\Program Files\Android\android-sdk\platform-tools>adb shell

  • -shell@android:/ $ means your device firmware is a commercial build.
  • -shell@android:/ # means your device firmware is an engineer build.