Thanks. While the app attempts to redial I see "KERN-EXEC 3" and after a few attempts, when it gives up, I see "E32USER-CBase 47". I have no idea what is causing the exceptions :(
Also, this is a...
Type: Posts; User: Mikhail617; Keyword(s):
Thanks. While the app attempts to redial I see "KERN-EXEC 3" and after a few attempts, when it gives up, I see "E32USER-CBase 47". I have no idea what is causing the exceptions :(
Also, this is a...
This is a console app that dials the first number in the contacts list and should keep redialing
automatically until the call state is active or the phone is powered off.
from my...
спасибо!!!
ok cool... but is there also a way to launch an app from background without UID just by passing the app name???
Thanks! How do I find the UID of a native app such as the Music Player???
если не сикрет, как именно вы открываете штатный проигрыватель и передаете ему название файла???
если не сикрет, как именно вы открываете штатный проигрыватель и передаете ему название файла???
I would like to pragmatically open the native music player and play a file from my console app. I am using an E51 device (3rd ed, FP1). Is there a standard way of doing this? Any code examples?
...
I have a console app that auto-answers incoming calls and I'm trying to add code to simulate some keypresses once a call has been answered. I am using the TkeyEvent method and I'm doing it from the...
thanks it compiles now
Thanks, I have looked through the CCoeEnv documentation in the Nokia library but I am still somewhat confused how to implement it in a console app. Would I still have to link against cone.lib? Do I...
It is not a GUI app. It is a console app. I did make sure that the W32STD.h is #included in the file where the problematic code is. Where would I find an example of how to properly setup the control...
I have a console app that auto-answers incoming calls and I'm trying to add code to simulate some keypresses once a call has been answered. I'm using code from the wiki article on how to 'simulate a...
Nevermind, I found it!
It works now :)
Please disregard the last post.
Thanks,
~Mike
Thanks, but I don't see version 9.1 listed on the APS Wiki page. Could you please point me to it?
Successfully compiled and installed the S60ex for AudioProxyServer_2.43.
Application exits during the 'Initialize device' step. Extended panic code enabled shows code "KERN-EXEC 0".
Any ideas?...
I can't find sounddevice.h anywhere...
ok, I'll try. the streamer example was included with the AudioProxyServer_V2.43 when I downloaded the SDK Plugins package. However, I can't find a separate link to it.
Here is the console output (I trimmed it a bit to get it under 10000 characters):
***Building project "streamer" for configuration "Phone Release (GCCE) [S60_3rd_FP2_SDK_v1.1]"
***Printing...
Bummer... :(
Has anybody successfully done it with APS???
Compiles and installs on E51 with no errors and has the correct capabilities. The program is supposed to auto-dial and then play audio file into the speaker once the call is active but does not (I...
It worked!
Thanks, you guys never let me down :)
Ok, I moved the cer/key files to the sis directory of my project and tried executing the following from cmd:
signsis CallMode_EKA2.sis CallMode.cer tc.key password
and got the following:
...
You're right, I'm sorry I was in the wrong directory... when executing 'signsis -o' command from the correct directory I get message "No primary signatures."
here is the log from the console window:
***Building project "CallMode" for configuration "Phone Release (GCCE) [S60_3rd_FP2_SDK_v1.1]"
***Printing environment variables modified from...