Ticket Created
over 5 years ago

WERETECH-8439

Vivoactive 3 doesn't support BLE, but manifest file allows the combination to be selected

Vivoactive 3 doesn't support BLE, but manifest file allows the combination to be selected. If you then try and run this on the simulator or a real device it will crash as soon as any call to BLE is made.

Parents
  • One thing to understand is that app migration can have issues based on the app itself and that's why there's an option to disable it on an app by app basis (I have it off on a number of things.)

    The 23x/735 was interesting because the 23x was ciq1 and the 735, ciq2.  They had the same basics (screen shape and size, etc), but if a 735 variant was added, things could be auto migrated to it from the 23x which was a problem.  The va3 and s60 was another case where overall, CIQ was the same, but the S60 doesn't have a baro, and things could get auto-migrated to the S60 that depended on a baro.

    There's no need for an extra flag (you'd need to add a whole bunch for similar situations with other things.).  All it takes is ensuring that a target works correctly in the sim when you add it to the manifest, and will can depend very much on the app itself and how it was written..  Tricks you learn over time.

Comment
  • One thing to understand is that app migration can have issues based on the app itself and that's why there's an option to disable it on an app by app basis (I have it off on a number of things.)

    The 23x/735 was interesting because the 23x was ciq1 and the 735, ciq2.  They had the same basics (screen shape and size, etc), but if a 735 variant was added, things could be auto migrated to it from the 23x which was a problem.  The va3 and s60 was another case where overall, CIQ was the same, but the S60 doesn't have a baro, and things could get auto-migrated to the S60 that depended on a baro.

    There's no need for an extra flag (you'd need to add a whole bunch for similar situations with other things.).  All it takes is ensuring that a target works correctly in the sim when you add it to the manifest, and will can depend very much on the app itself and how it was written..  Tricks you learn over time.

Children
No Data