Skip to content

Instantly share code, notes, and snippets.

@BeYkeRYkt
Last active June 19, 2019 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BeYkeRYkt/5bad4877233731ac25f375d3d718d8fc to your computer and use it in GitHub Desktop.
Save BeYkeRYkt/5bad4877233731ac25f375d3d718d8fc to your computer and use it in GitHub Desktop.
Wileyfox Swift 2 bootloader & modem versions

Bootloaders

Terminal command: strings ./emmc_appsboot.mbn | grep marmite

OS String version
COS13 (ZNH2KAS7EB) marmite-13-gd77d4b8
TOS249H marmite-N-g471c27e
TOS319I marmite-N-ge8bbd8f
UOS224B marmite-O-ga01b617c6

Modems

Terminal command: strings ./NON-HLOS.bin | grep QC_IMAGE_VERSION_STRING

OS QC_IMAGE_VERSION_STRING Baseband version in settings
COS13 - TOS249H MPSS.JO.1.2.C2-00099 O.1.2.c2-00099-8937_GENNS_PACK-1
TOS319I MPSS.JO.1.2.C2-89031 937_GENNS_PACK-1.83666.1.89031.1
UOS224B MPSS.JO.1.2.C2-89031 937_GENNS_PACK-1.83666.1.89031.1

setprop gsm.version.baseband 'strings /firmware/image/modem.b14| grep "MPSS.JO.*" | head -1 | cut -d = -f 2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment