digitarald / flash-b2g

Flash Firefox OS devices from public Mozilla builds.
MIT License
18 stars 5 forks source link

Can we detect if Flame phone is based on T2M or thundersoft base image? #19

Open fwenzel opened 10 years ago

fwenzel commented 10 years ago

From https://bugzilla.mozilla.org/show_bug.cgi?id=1057811:

The quick story appears to be, the FxOS 1.3 instance that comes with the flame phones has flaws that the v123 base image from MDN does not.

So to get to an expected state, you have to flash v123 first and then shallow flash whatever else you want.

Can we detect that somehow and warn?

digitarald commented 9 years ago

adb shell getprop ro.product.device && adb shell getprop ro.build.version.release should get us there.