i developing application gets users location time time , stores it, later on sends on network. have been testing out location poller have had issues, seems in android models location updates not received time. service run, returns last known location. below data have received show mean:
+----------+------------------+--------------------+--------------+--------------+ | accuracy | date registered | date position | lat | lng | +----------+------------------+--------------------+--------------+--------------+ | 8.3 | 16/08/2013 14:23 | 16/08/2013 14:23 | -2.361.446 | -4.665.134 | | 45 | 16/08/2013 14:28 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:32 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:36 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:40 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:44 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:48 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:52 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 14:56 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:00 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:04 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:08 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:12 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:16 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:20 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | | 45 | 16/08/2013 15:24 | 16/08/2013 02:26 | -235.644.403 | -465.143.039 | +----------+------------------+--------------------+--------------+--------------+
any ideas?
i ran issues using cwac poller, , ended using material this popular post own timers/broadcast receivers control frequency. mylocation code, , this tutorial worked me. luck!