HI
I need to develop an application for Symbian that runs in the background (I think it's impossible on a cell phone not running Symbian).
I thought I could write it in my favourite langage (JAVAbut I should use a native interface to register the app as a kind of service or to have it running in the background.
Do you think that could also work on a cell phone?
Is it possible to JNI a part of my program in order to realize it? (I've never done JNI though), or is there a better way to do it ?
Thanks in advance

but I should use a native interface to register the app as a kind of service or to have it running in the background.
Reply With Quote

