Hello,
I want to lock the entries of the Log app so that user cannot delete it manually.This is required for my app to keep track of the total sms/calls/data usage done by the user.
Is it possible to do so.?
-thanks
Hello,
I want to lock the entries of the Log app so that user cannot delete it manually.This is required for my app to keep track of the total sms/calls/data usage done by the user.
Is it possible to do so.?
-thanks
yep, just make an auto starting app, run it in the background and store the log events in your own storage.
Thanks for the reply ..
is there any way to lock the log entry deletion itself![]()
You could maybe check the example: http://www.developer.nokia.com/Commu...toring_Example and see what you get when you delete a log entry.
been awhile since I used that last time, so can not relly remember whether you have anything in the recent list after the event is deleted.
if you want to receive the lof change events, you would need to have an active object request pending, which indeed requires you to have a process running in the device. So your assumption is correct one.