symbian

What are the major issues to look for when moving an application built in Qt for a Symbian platform to a Windows Mobile platform?

I have an existing application created using Qt for the Symbian operating system and I want to port it to Windows Mobile devices. I'm expecting some presentation differences. What additional things should I look out for? ...

Submit event not fired on transaction submit

I need to intercept the submitted transactions in my app, so i can inject on them previously stored cookies. But the THTTPEvent::ESubmit is never fired. (Tested with a breakpoint on Debug using Carbide C++) The code of the Event Handler is this: void CHttpEventHandler::MHFRunL(RHTTPTransaction aTransaction, const THTTPEvent& aEv...

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" Development certificates appear to be boarderline if not outright illegal. Since I'm not a company is there a way to get a development certificate I can use, ...

How to send call logs via Sms

How to send all call logs of last 4 days via sms.. ...

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()); CleanupClosePushL(tzServer); CTzConverter* tzConverter = CTzConverter::NewL(tzServer); CleanupStack::PushL(tzConverter); tzConverter->ConvertToLocalTime(time); time.FormatL(T...

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 ? ...

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 empty. I'm hoping that by asking this on SO, I can get a definite answer on whether there is actually an existing library that I just hadn't had the luck to...

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 iSoapActionComplete like below: (iCallbacks.*iSoapActionComplete)( ); While the function is being called a message "Memory Full. Try closing some applications" flashes on my...

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 run on emulator (show all call-logs on note) but nothing shows up when run on the actual device (a Nokia N73). Any ideas? ...

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.. ...

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. ...

Symbian Development.

Hi All, I am currently doing iphone development. I wish to do development in the Symbian platform too. Rather than Java i am familiar with CPP. Can you please help me by giving me some advice to get start in this development environment.? What all are the softwares i need to get installed in my system.? Expecting a positive reply. Than...

Unique id of files and monitoring file system changes

Do files or folders on S60 have some unique id value that can identify them? I would like to have an id that can be later used to extract full path of a file or folder. Is this achievable? If not, what would be the best way to keep track of files of interest? E.g. if I have a pdf reader, and I want to have a menu option to show all pd...

Qt for Symbian - odd network sockets behavior

I grabbed the 4.6.0 release, and immediately tried writing a little test app for it. This application simply shows an edit box for a host address, and a checkbox if it's to use an encrypted connection or not. There are also simple 'Connect' and 'Disconnect' buttons. It tries to download and show an image in a QListWidget, showing debu...

CDirScan function NextL raises KERN-EXEC 0

CDirScan function NextL raises "Main Panic KERN-EXEC 0" if it is not called right away SetScanDataL() (i.e. if it is called later within the same active object after another event) f1() - called within active object iDirScan = CDirScan::NewLC(aFs); iDirScan->SetScanDataL(aPath, KEntryAttDir|KEntryAttMatchExclusive, ESortNone...

Where can i find sample for symbian app for sending sms?

I have Nokia N70. Need to code some applications which can send a lot of sms one by one (sms spamming), smth like: for(int i=11111; i < 99999; i++) { SendSms("+385 655" + i.ToString(), "Hello, World"); } in this dummy sample lets say +385 stands for Croatia country and 655 is operator code. ...

can J2ME access camera(image capture) event from N73 device

Hi, I am working on project where I need to catch the image capture event. It's for nokia N73 having platform S60 3rd edition. Is there any possible way using J2ME only (without using symbian). Description: J2ME application running in background, on click of capturing image from camera J2ME application initiates and comes in front. Take...

Dialog application with LISTBOX

I'm creating an S60 application that will have a main dialog with a listbox of 5 or so items. but i keep receiving a message : "application app1 closed" when trying to run the application on the emulator. This is my resource file (app1.rss)content : RESOURCE DIALOG r_dialog { flags=EAknDialogSelectionList; buttons=R_AVKON...

Carbide does not include debugging info for some files

In Carbide 2.0.2, if I set active configuration to be "Phone Debug GCCE", build the project, go to Debug perspective, choose "Executables" tab, and select the executable file, Source File Name/Location window will list all the files I am able to use while debugging. The problem is that the list does not contain all files from the projec...

Which devices can I develop for using the Nokia API Bridge for Flash Lite?

I need to develop a mobile application that connects to the devices camera and to a remote server. Using the Nokia API Bridge for Flash Lite which devices can I target? Does anyone know if this API works with any Symbian 60 device or only for 3rd edition? Do I need to publish as Flash Lite 3? can I publish Flash Lite 2? What about Kuner...