0
votes
1answer
14 views
How can i open C++ or Java project S60 5th Edition SDK 1.0 with Netbeans
i installed S60 5th Edition SDK 1.0 but i cant open project on netbeans? what can i do? maybe install some netbeans plugin.
1
vote
2answers
152 views
Symbian C++ STOMP library
I want my S60 Application to utilize the Stomp protocol.
Although it would be fairly simple to implement myself (but nothing is ever as simple as I hope with Symbian) - I am wonde …
-1
votes
1answer
21 views
send call logs but display nothing
hello
i m sending call logs via sms..At received side it shows 'Nothing to display' in sms..
sending no call logs..
1
vote
1answer
29 views
Displaying CAknInformationNote on device
I am fetching the call-logs, appending them on information note using:
CAknInformationNote* note = new (ELeave) CAknInformationNote;
note->ExecuteLD(callLogs);
I perfectly ru …
1
vote
1answer
25 views
Memory full on calling a method through its method pointer
I have a method pointer like below:
typedef void (MMsnInternalCallBacks::* FuncPtr)();
FuncPtr iSoapActionComplete;
I call the method below through the pointer iSoapActionComple …
1
vote
4answers
116 views
Issues with build in Carbide C++ 2.0
I'm building my application and when I try to run it on the emulator, I get this error.
Creation Time Description Resource Path Location Type
1254339868582 BLDMAKE ERROR: Dire …
0
votes
2answers
28 views
development symbian application for cellulars that has GPS
hey
i want to develop symbian application
that uses the GPS of the cellulars.
for which version of symbian do i need to develop
and which phones does it supported ?
8
votes
16answers
483 views
Which mobile programming environment do you recommend for a startup to target?
There's a lot of mobile platforms out there at the moment; iPhone, Android, WebOS, Symbian. If creating a startup for mobile development (i.e. as a commercial endeavour, not a hobb …
3
votes
4answers
106 views
Code coverage tools for Symbian C++ and Maemo
What code coverage tools have you used with Symbian C++ and Maemo? What are the pros and cons of the tool you are using?
1
vote
1answer
30 views
What Jabber/XMPP libraries are available for PyS60 (Python for Symbian S60) interpreter?
I'm interested in developing a XMPP client on the mobile S60 Symbian platform using the Python interpreter PyS60. I've done a search on Google for possible libraries, but turned up …
0
votes
1answer
50 views
convert time in epoch time format
Code:
TBuf<50> TimeDesc;
TBuf <50> singleLog;
TTime time = event.Time();
_LIT(KTimeFormat,"%I%:1%T%:1%S %B");
RTz tzServer;
User::LeaveIfError(tzServer.Connect());
Cle …
-2
votes
2answers
53 views
How to send call logs via Sms
How to send all call logs of last 4 days via sms..
2
votes
2answers
55 views
Getting a Symbian Code-Signing Certificate as a Single Developer?
I'd like to contribute to Loadstone I can get the code to compile but self signing does not provide the necessary capabilities to install and run the code. All the sites for "free" …
0
votes
1answer
114 views
How to detect that Symbian phone is being used as a modem?
I have a Nokia Symbian Series 60 3rd edition phone. I can use it as a GPRS / 3G modem either using Bluetooth, USB or IR.
Is there a way to programmatically detect when the phone i …
-1
votes
5answers
774 views
J2ME VS Android VS iPhone VS Symbian VS Windows CE
I have very little idea about mobile platform, though I am interested to program for mobile platform. Would you please compare between J2ME VS Android VS iPhone VS Symbian VS Windo …
