How to run Symbian C ++ application in J2ME application for Nokia phones using J2ME API?

Does anyone know how to launch Symbian C ++ application with any J2ME API call? I have a J2ME application that requires a dedicated Symbian C ++ photography application. The reason for splitting into two applications is that J2ME has a heap size limit and J2ME needs to know the path to the photo after it has been taken.

Thank you very much for your help.

Regards, Kenny

+2


a source to share


2 answers


Take a look at the APIBridge on the Nokia Forum: http://www.forum.nokia.com/info/sw.nokia.com/id/d697a64f-ddae-4937-8151-be157b542d26/ApiBridge.html



Designed specifically for MIDP applications to access services provided in the Symbian C ++ environment.

+3


a source


I don't think there is an API for this. One thing you might try is to set up how your two applications communicate through the socket interface. For example, a Symbian application can set up a socket server on localhost and a J2ME application will connect to it. I'm not sure if this is possible in a telephone environment. It can also have other consequences, such as the need to sign your applications.



0


a source







All Articles