Hi,
I've found lots of posts saying the same thing: There is not any Symbian API to retrieve bluetooth RSSI.
However, this article makes an interesting statement in section 3.1:
So, I've...
Type: Posts; User: nandokakimoto; Keyword(s):
Hi,
I've found lots of posts saying the same thing: There is not any Symbian API to retrieve bluetooth RSSI.
However, this article makes an interesting statement in section 3.1:
So, I've...
Yes,
I'm facing with same problems here.
I tested my Nokia 6210 Navigator GPS and TCourse.Course() always return NaN.
Does anyone know anything about it?
I used the SDK sample code.
...
Lucian,
your file was successfully installed.
Thanks a lot.
Hi Jeepy,
I didn't understand your doubt. Could you make it clear, please?
Thanks,
Fernando
I tried some others .sis files.
Some of them worked well, but others were impossivel to install due to 'Certification Error'.
Is this related to the firmware update?
I don't know what to do.
Hi,
I tried your Simulation_PSY.zip file but it didn't work also.
I got a "Unable to install" message.
Actually, everything was working fine until I updated my device's (Nokia 6210...
Today I found a better solution for the problem.
All you need to do is overwrite CAknForm::AddItemL() method, just as the code below:
void MyForm::AddItemL()
{
TInt pageId = ActivePageId();...
Hi folks,
I solved the problem with some work around in ProcessCommandL() methods.
As I said in the post before, the program leaves on CAknForm::OkToExitL() method when pressing the Back button....
I've found the same problem. The things work fine to FP1, but crash in FP2.
To solve that problem you need a work around.
Before focusing your new line, you must change focus to a pre-existing...
Yeah! same error here when setting property "waiting=true".
The error is raised on CAknForm::OkToExitL method, and happens because DoDeactivate() method from form view is never called. So, the...
success_anil,
I'm able to connect to remote bluetooth devices using the following service url and code:
String serviceUrl = "btspp://" + deviceAddress + ":1;authorize=false;encrypt=false";...