error during execution of application using GpsPositionRequest class
- by user324922
hi all..
i'm caught in a problem.
i'm developing an application based on lbs and referred the code given in (forum.nokia.com/wiki) GpsPositionRequest.zip
when i try to install the app on device it gets installed successfully but while executing it shows error "unable to execute for security reasons"..
i've signed the sis file using carbide C++.
my mmp file include the capabilities:
ReadDeviceData,
WriteDeviceData,
Location,
NetworkServices,
ReadUserData.
my class uses TPositionInfo,RPositionServer,RPositioner
does it need any other capability??
(i'm using carbide c++ and s60 3rd edition fp1)