wko27

About

Username
wko27
Joined
Visits
43
Last Active
Roles
Member

Comments

  • @Eric how long should that delay be approximately? 1 second? 5 seconds? There's no way to check the size of the log entries without downloading the data, right? I can open a separate thread, but I'm running into issues where I start the log…
  • Ok! Will update thread if I reproduce again I wouldn't say it's "required", but Calendar class has been deprecated in favor of the newer Date, DateTime, etc classes in java.time package since JDK 8 release back in 2014. See this link and this …
  • Hello! I ran into the same issue but was unable to reproduce it. I have three MetaMotion C devices and all are logging data. Two of the sensors produced data with correct timestamps. The third device produced data with a timestamps that were o…
  • Ah, excellent!  This resolved the timer creation issue.  Do you accept pull requests to the Android SDK GitHub project?  I'd like to add documentation if possible. I have another question regarding cleanup of routes though but I'll ask this in a s…
  • Ah, just to clarify, are "timers" and "scheduled tasks" the same in your first question? I only attempt to schedule each task once in my app.  I never remove the scheduled task because I never received a reference to a valid ScheduledTask object…