How to build for ForeAthlete 920XTJ?

Former Member
Former Member
Hi,

I've been asked to add support for the ForeAthlete 920XTJ, which I'll gladly do, but I don't know how...
There is no option to build for that device as far as I can see. I'm using Eclipse and SDK 1.1.1.

Anyone know how to do this?

-Torstein
  • Former Member
    Former Member over 10 years ago
    The different variations of the watches per region are generally due to lack of code space to include all of the language files needed for all languages on a single device. Because of this we wanted to abstract building for each device specifically as the only things we care about are the screens size/colors. The package tool should generate a .prg for each device that supports at least one of the languages you have selected you will support. If you haven't/don't select any languages it should default to building for all the variations.

    Now that that's out of the way, the trick here is that English is listed as a supported language for all devices. If you say your are supporting English you should get a .prg built for the ForeAthlete 920XTJ when you run the package tool with the 1.1.1 SDK if you have the 920 listed as a supported device. I believe there was a bug in previous SDKs where English wasn't included in some of the APAC devices.

    Can you try creating a package with the 1.1.1 SDK and see if there are 006-B1765-00, 006-B2130-00, 006-B2131-00 and 006-B2132-00 folders in the .iq file (those are the 920 variant part numbers)?
  • I updated a few apps last night. I just rebuilt them with the latest SDK and uploaded.
  • Former Member
    Former Member over 10 years ago
    Can you try creating a package with the 1.1.1 SDK and see if there are 006-B1765-00, 006-B2130-00, 006-B2131-00 and 006-B2132-00 folders in the .iq file (those are the 920 variant part numbers)?

    Thank you, I just created a package, and all the foldesr were present.