Search code examples
c++gpsbada

Monitoring GPS Coordinates


I need to monitor GPS Coordinates changes at every 15 min and take action based on that. as per bada developer guide report "only one application allowed to run at a time if another application try to run first one is closed" .so that how do i monitor GPS coordinates without interruption from other applications. how do i keep my application running at all times

UPDATE
bada agent applications alt text http://www.freeimagehosting.net/uploads/1c8b9c134c.jpg


Solution

  • I came to understand that Agent application functionality still not implemented for 3rd party applications, it is reserved for internal use only. And there is no daemon like application functionalities.

    We can use multitasking inside user application but not multiple user applications due to single application policy.

    Bada platform is not limited to single tasking, bada allows multitasking between base applications such as music player, calendar and so on.

    So continuously monitoring GPS coordinates is difficult