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?
...
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...
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 all call logs of last 4 days via sms..
...
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...
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 ?
...
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...
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...
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?
...
hello
i m sending call logs via sms..At received side it shows 'Nothing to display' in sms..
sending no call logs..
...
i installed S60 5th Edition SDK 1.0 but i cant open project on netbeans? what can i do? maybe install some netbeans plugin.
...
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...
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...
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 "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...
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.
...
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...
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...
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...
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...