2

I want to run UI tests on my Firefox OS phone. This article says I can't have a user build. So, how do I know which one I already have installed on my phone?

I already know how to enter ADB Shell.

Luka Žitnik
  • 1,160
  • 8
  • 15
  • 1
    This post is a part of my Self-Learner exercise. I thought it could save someone some time. That means I already have an answer. And I've already posted it. But please feel free to correct me if I've missed something, or add an answer if you know another way how to do this. – Luka Žitnik Sep 27 '15 at 15:44

1 Answers1

1

Analogous to Android ADB Shell, there's the getprop command. You just ask it for the variant, like this adb shell getprop variant.

Community
  • 1
  • 1
Luka Žitnik
  • 1,160
  • 8
  • 15