i'm sorry i din't make my question more specific. i was looking for a c++ api or sdk for doing this. i specifically wanted to do ober over usb since i noticed that the pc suite installed an obex/usb...
Type: Posts; User: rexcruz; Keyword(s):
i'm sorry i din't make my question more specific. i was looking for a c++ api or sdk for doing this. i specifically wanted to do ober over usb since i noticed that the pc suite installed an obex/usb...
does anybody know how to do this? or what api to use?
where can i find this OBEX API?
yup, you need to boost the priority of the main thread of your application.
I had success bringing the application to the foreground and keep it there.
New problem:
During incoming calls i was able to use the video player (real player) via CVideoPlayerUtility but the...
During incoming calls i was able to use the video player (real player) via CVideoPlayerUtility but the method MvpuoPlayComplete get a KErrNoMemory error. I'm sure I have plenty of memory available. I...
I am getting a KErrNoMemory error when trying to play a 3GP file during an incoming call.
I checked the applications running and my app and Telephone is the only application running in the...
I am getting a KErrNoMemory error when trying to play a 3GP file during an incoming call.
I checked the applications running and my app and Telephone is the only application running in the...
yup, i was using the same piece of code and my application was able to bring itself to the foreground...but i can't keep it there. the native caller managed to bring itself back to the foreground....
thanks for the reply... ur right i didn't have to use a separate thread. i just have to use active objects. i have another question. how do you keep your application on the foreground. the incoming...
Hi dnjpsil,
Did you use another thread from your application so you can trap the incoming call? I was using the same technique to bring my application to the foreground but couldn't get it to work.