any help please.
Type: Posts; User: froten; Keyword(s):
any help please.
Hi all,
I am using the CAknSearchField control in my application and am having trouble setting the languages. the control uses the default phone language even if it is defernt from the language...
the following code need to be added in order to avoid the memory leake.
CNetworkApp::~CNetworkApp()
{
Cancel();
delete iTelephony;
}
thanx for your help kiran, the code is working fine, just there a memory leake that I will try to findout where.
thanx for your help.
the application worked, but it takes so long to get the cell id. It toke about half an hour, is that normal???
Hello all,
I havw wrote a program that retrives the CellId from the network. I used CTelephony class and S60 2nd fp3 emulator and N70 device.
on the emulator the application returns error -5...
Hello all,
I have wrote a mesaging application that uses sms MTM to perform send and receive operation.
When my application gets notified about arraiving a new message in inbox, how can I...
Hello all,
I'm planing to write an application that controls incomming and outgoing calls. The main purpose of this application is to handle the incomming calls.
Is it possible in S60 2nd fp3...
I think I will go with the idea of comparing two pictures with taking the pictures in short intervals so the difiernce between two pictures due to day time will be small, and in this case I can...
Hello all,
I'm developing a motion detection application for my N70 mobile phone. I have finished the remote contorl engine using SMS and need to start writting the code that will berform motion...
BTServiceDiscoverer.cpp
// INCLUDE FILES
#include <btsdp.h>
#include "BTServiceDiscoverer.h"
#include <e32def.h>
the BTComm.h
#ifndef BTCommon_h
#define BTCommon_h
// structure that will hold the info about the remote device
struct TBTDeviceData
{
THostName iDeviceName;
Hello all,
While programming bluetooth application, I noticed that the application creates a memory leak in the emulator. The troubleshooting showed that the leakage happens in the SDP.dll (or...
Hello all,
Can any body please tell me where to find a fast emulator and debugger. I develop for nokia s60 2nd fp3 phones but the SDk emulator is very slow and waists alot of time waiting for...
Hello all,
I'm trying to develop a chat application using bluetooth on N70. My application uses the code from "S60_Platform_Bluetooth_Point_to_Multipoint_Example_v2_0_en". When exiting the...
Hello all,
I started Bluetooth development by trying to understand the example "S60_Platform_Bluetooth_Point_to_Multipoint_Example_v2_0_en.zip" on the emulator. It starts well, but when shutdown...
hello all,
I'm writting an application that transfers data on bluetooth connection using RFCOMM protocool on N70 mobile phone (using S60 2nd FP3).
I think I have some problem when sutting down...
Hello again,
When writting an application that will use the bluetooth and send SMS messages, I need to have LocalServices and NetworkServices capabilities, these capabilities are user grantable at...
just a quick quesion:
if S60_2nd applications doesn't have to be signed, Why do we sign them?
thanx all for your information, I think I get what I need. Thanx
Hello all,
I'm thinking about buying a new nokia device for my cpp applications. I couldn't make a decision about buying S60_2nd_FP3 or S60_3rd. For S60_3rd I can use developer certificate to sign...
Hello all,
I will use Developer certificate to sign my application. I know that Developer certificate valid only for six moths. Does that means the application that was signed using Developer...
Hello every body,
I would like to use Borland C++ Mobile for symbian C++ projects but I can not find it in forum.nokia. Could any body please let me know where I can find it.
Thanx in advance...
Tank you kis_spn for ur replay.
If I use S60 2nd FP2 (or Fp3), will I need to get my application signed to do this. Can self signed application send SMS message without confirmation.
Can self-signed application send SMS without user confirmation? or that is only available in the signed applications?