Robrowski / GeoSnap

Repository for my projects in CS 403x (Mobile and Ubiquitous) at WPI
1 stars 0 forks source link

Activity recognition is fickle #6

Closed Robrowski closed 9 years ago

Robrowski commented 9 years ago

I STILL can't get the activity recognition API to give me anything but "STILL" as the most probable activity. This can be tested by enabling internet, location and Activity Recognition (in settings) then doing activities and waiting for a toast that doesn't say "Activity: STILL"

Also, I have never actually gotten an activity update after the initial inference...

TODO: Make more descriptive toasts that show the probability of activity inferences, and possibly more than one of them

TODO: activity inferences actually come as a list of activities with probabilities.... I guess I should look into something more intelligent than simply picking the most likely.

Robrowski commented 9 years ago

This stuff is updated. Need to run around and check on the toasts and see how strange these readings actually are.

Robrowski commented 9 years ago

It's in pretty darn good shape right now :dancers: