|
| Interprocess communication via MIDP 2.0 Midlet and Symbian application |
 |
Fri, 07 Oct 2005 10:47:10 +030 |
Hello,
I have a question about interprocess communication possibilities between
a midlet (MIDP 2.0) and a native symbian application on Symbian 7 or
Symbian 8 platforms. The goal is that symbian application (just a tool
really) would provide some data about the mobile phone itself for the
midlet, and midlet would then use that data. I suppose one possibility
is to use some file saving and reading (native tool saves the data into
a file in the known location on memory card, midlet polls that file for
changes via FileConnector API), but is there some more elegant ways to
implement this?
Thanks,
|
| Post Reply
|
| Re: Interprocess communication via MIDP 2.0 Midlet and Symbian application |
 |
Fri, 7 Oct 2005 16:47:14 +0100 |
Check out information on the JNI .. located at http://www.midpjni.com/ ...
Oh and scroll down newsgroup, there's probably a bunch of Q&A's that can
help ..
"Nikita Zhuk" <nikita@nikitazhuk.net> wrote in message
news:l4WodKxyFHA.2900@extapps30...
> Hello,
>
> I have a question about interprocess communication possibilities between
> a midlet (MIDP 2.0) and a native symbian application on Symbian 7 or
> Symbian 8 platforms. The goal is that symbian application (just a tool
> really) would provide some data about the mobile phone itself for the
> midlet, and midlet would then use that data. I suppose one possibility
> is to use some file saving and reading (native tool saves the data into
> a file in the known location on memory card, midlet polls that file for
> changes via FileConnector API), but is there some more elegant ways to
> implement this?
>
> Thanks,
> Nikita
|
| Post Reply
|
|
|
|
|
|
|
|
|
|