-1

I have searched google for similiar strings but found no information about anything else but people on google forums talking about flashing.

How can I as developer extract useful information from version strings like G930FXXU1BPLB?

HopefullyHelpful
  • 1,652
  • 3
  • 21
  • 37

2 Answers2

1

It is Samsung Firmware, This firmware has version number PDA - G930FXXU1BPLB. Always Samsung release with PDA version number each updates.

Nmk
  • 1,281
  • 2
  • 14
  • 25
0

In this particular case it seems to be a samsung firmware-version.

You can find information about it on the samsung-firmware.org page and search for it. It seems to yield the current OS-version (6.0.1 marshmallow), Build-Date and possible device models.

I don't know if it has any valuable information beside OS version, maybe in a particular problematic build version you might find a bug report somewhere, but I deem that unlikely. Most devs would probably search for the device name if available (Nexus 6, galaxy note 7, sony xperia etc.).

I don't know if those version strings are exlusive to samsung though.

HopefullyHelpful
  • 1,652
  • 3
  • 21
  • 37