Hi,
I'm running into a brick wall.
I'm trying to save an activity as Squash but it shows up as 'Racket sport' in ConnectIq. I tried a lot of stuff to get this working but the only thing that seems to work is using SPORT_GENERIC for sport. But that gives me a different algorithm with different statistics, thus different results.
this is how I start the recording
Recording.createSession({ :name => "Squash", :sport => Activity.SPORT_RACKET, :subsport => Activity.SUB_SPORT_SQUASH });
Please help me