Hi,
I'm currently investigating how a java midlet could potentially communicate with a local process on S60. I'm able to let the Midlet communicate with native application via localhost TCP communication, but this always triggers a security dialog from the JVM asking the user for acceptance of the midlet network access. I want to avoid this dialog and I'm looking for a way around it.
I know the user can avoid the dialog by changing the security settings, but i'm basically looking for a solution which allows the midlet to communicate outside with a native application outside the JVM silently (with default settings), e.g. native app writes into the RMS of the midlet applications, or the native app sets system properties dynamically or similar things (just some thoughts i have)
Anybody any luck/solution with implementing the request behavior on S60?
thx a bunch,
dirk

Reply With Quote



