|
| series 60 logs |
 |
Thu, 29 Sep 2005 17:18:34 +010 |
Hi
Developing small java app for a series 60 (nokia 6630) device - just to
learn. This device keeps logs - calls made/recieved, duration, sms's
sent/rcv etc etc - on the phone. If possible at all, can i access these??
... i thought - since i couldn't find an api - about just opening the log
file - which i'm positive is c:\system\data\logdbu.dat, and deciphering the
format .. but it's locked ...
cheers in advance ..
|
| Post Reply
|
| Re: series 60 logs |
 |
Fri, 30 Sep 2005 17:43:11 +010 |
I don't think you'll be able to do this from Java. The FileConnection API
only gives limited access to the file system, certain areas are out of
bounds for security reasons and system folders fall into this category.
You could try a Java/C++ hybrid approach outlined here:
http://www.midpjni.com/
Regards
Martin
"nobody" <anon@anon.com> wrote in message
news:tcNZ5CRxFHA.1036@extapps30...
> Hi
>
> Developing small java app for a series 60 (nokia 6630) device - just to
> learn. This device keeps logs - calls made/recieved, duration, sms's
> sent/rcv etc etc - on the phone. If possible at all, can i access these??
> ... i thought - since i couldn't find an api - about just opening the log
> file - which i'm positive is c:\system\data\logdbu.dat, and deciphering
the
> format .. but it's locked ...
>
> cheers in advance ..
>
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|