I have one application that utilize the Call Audio Control API from the SDK API Plugin for S60 3rd FP2 (see http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in).
This means that a SISX...
Type: Posts; User: rolm; Keyword(s):
I have one application that utilize the Call Audio Control API from the SDK API Plugin for S60 3rd FP2 (see http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in).
This means that a SISX...
Does anyone know where informaton can be found about the 'Centralized AT-command Handling' or the 'AT Extension Plug-in API'. These are mentioned under 'What´s new in Symbian^3'.
Someone was perhaps too smart during the adaption to Single Tap UI...
I have one settings view. It has a listbox and use CBA's defined as
RESOURCE CBA r_softkeys_a
{
buttons =
{
CBA_BUTTON
{
id = EAknMySoftkeyDone;
txt = "done";
I iterated over available modules and ports. If port was opened successfully i tried to write and read. Here is the result.
Module dataport:
DATAPORT::0, 1, 4, 5, 6: no error when opening port,...
Thank you for the response.
One interesting thing to note is that: if the same command ('AT I0') is sent to the device from a PC using HyperTerminal - there is a response.
I have tested other...
I am trying to use AT-commands on the N8 but the call to RComm::Read or RComm::ReadOneOrMore never completes.
The following works on N97 but on N8 the 'status2' never completes:
------------...