Hi,
is it possible to access call history that is Call number,Time of call,Duration of call and Type of call(Incoming,Outgoing,Missed call) in J2ME.
If yes how can I do that.
If no what is the alternative?
Advance thanks.
Hi,
is it possible to access call history that is Call number,Time of call,Duration of call and Type of call(Incoming,Outgoing,Missed call) in J2ME.
If yes how can I do that.
If no what is the alternative?
Advance thanks.
Hi there,
To achieve that. you can use J2ME API Bridge Interface, it's documented with examples here:
http://wiki.forum.nokia.com/index.ph...idge_Interface
Best Regards,
Marko
[FONT="Comic Sans MS"][COLOR="Blue"][/COLOR][I]Marko Lumivuori
Technical Support
+358 40 8019330
[email]marko.lumivuori@nokia.com[/email][/I][/FONT]
I want to do the same which was tried by s.abulkalamazad
I had tried this link http://wiki.forum.nokia.com/index.ph...idge_Interface and bridge api.But it is giving me BridgeException.
I want to make my application general so that it can work on any java supported device.
Please help me if had found the solution and send me the code if it is possible
Hi s.abulkalamazad ,
This api bridge will supports in the latest phones only . It won't support in older mobiles keep this in mind when you are using it.