symbian

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: Directory "\S60\devices\Nokia_N97_SDK_v1.0\epoc32\" does not exist ZeFirst Unknown C/C++ Problem The folder does exist and does have the necessary rights. The ...

is there any latest version of pyUIQ?

i have tried to install python for symbian uiq 3..i have tried signed and unsigned version,but both installation failed..anyone faced same problem?so,do you have any solution? i am using sony ericsson G900.. ...

App crash on access new Database..

My application crashes on reading / writing data from the database. I have one database on c: and I copy-pasted and rename with different name. The following process is what I have used for copy...Please guide me if you have any suggestion or solution. RFs fs; fs.Connect(); CFileMan* fileMan=CFileMan::NewL(fs); CleanupStack::PushL(fil...

Quickest way to build a simple Symbian app?

Hi, I have a Symbian 9.1 handset, Nokia E65, based on Nokia S60 series UI. I'd like to build a simple, full screen, graphic application. It should be able to display some text and pictures and have a basic interaction from the keyboard. That's for me only, not to be deployed. Now, what do you think is the quickest and most painless way ...

how to implement tcp socket in server of client -server architecture

my problem is that , i have to implement tcp socket in server of client -server architecture 1)tcp ip socket is implemeted using active object 2)CTimeServer class is derieved from CServer2 which is derive from active object both class are derive from active object and if i call cTimeserver instance and it shows EUserPanic 47 error ...

New OVI SDK for Symbian

Has anyone tried the new OVI SDK for Symbian development? What are your experiences? Do you believe that it can help Nokia get more programmers building applications for Symbian based devices, or do you consider Flash Lite, Java or Python to be best choices? ...

Onboard Symbian Programming Language

Hi, is there any onboard programming language for Symbian that will allow me to code on the device itself? ...

How to Draw pixel data taken from the backbuffer back to itself ?

I'm working on a mobile application for Symbian 5th edition using OpenGLES. This application is a pretty standard 2D app, and I make no use of the DepthBuffer. I need to grab a snapshot of the display and then draw the very same snapshot back to the backbuffer. I'm using glReadPixels((GLint)0, (GLint)0, (GLint)nWidth-1, (GLint)nH...

How I can use openssl in QT or CQA for symbian?

hi all I need to use some cryptography algorithms in my symbian QT project. But I could not compile QCA for my symbian environment. 1-How I can links my libcrypto.lib which is openssl static library for symbian to my QT application?I cannot find any place for configuring my QT application to accept this library. 2-Is it possible to com...

how to get a console shell on my symbian phone?

How do I get a bash or a similar shell for my new Symbian s60 rev 5 phone (Nokia 5800) ? I already installed putty for s60, but it does not have telnet and it seems that there is no local ssh server running. ...

Ant Tasks for Symbian

Are there any tools/ ant tasks that could be integrated into the ant build file to build Symbian applications? Similar to what we have for Android (AndroidAnt), BlackBerry (BB Ant Tools), .NET (Nant) ...

connecting symbian application to j2me app

Hi, is there a way to call java me application out of Symbian's C++ app? Perhaps some link? Thanks in advance. ...

Disable all notifictions of incomming messages in Symbian S60v3

How do I programmatically disable these notifications when a message is arriving on my symbian S60v3 phone: Message tone (I think I got that one) The led flashing The phone vibration The screen lights up The message icon (I think I got that one too) and what SDK can I use? I prefer to use Python, but I do not think the Python SDK for...

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 hobby), which mobile platform is worth focusing on? ...

problem in conversion rsa private key in descriper in symbian

i want to store RSA public key and private key in database iRSAKeyPair = CRSAKeyPair::NewL(aModulusBits, EStandardCRT) ; const CRSAPublicKey &iRSAPublicKey =iRSAKeyPair->PublicKey() ; const CRSAPrivateKey &iRSAPrivateKey =iRSAKeyPair->PrivateKey(); but there is no datamember in CRSAPrivateKey for conv in descripter is there any way...

Porting Movino on symbian

H all, I have downloaded the movino for symbian from http://movino.org But, i 've been facing may build error while building the app for symbian 3rd edition. Is anyone successfully done this? Or Any suggestions on this? Thanks, KB ...

Standard notifications or alert styles in Symbian (Qt/S60)?

I'm building a an application using Qt on the Symbian/S60 platform and I was wondering if there was a standard notification window that I could use to pass messages to users. Using other platforms as examples, I'm looking for something equivalent to Javascript's alert() method or Cocoa's NSRunAlert* methods. If there is not a native Sy...

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 is being used as a modem? Please note I don't want to detect when a GPRS / 3G connection comes up (such as when you use the phone browser), but when a GPRS / 3...

Symbian - Where I can find specification of the calendar file ?

I want to write an application for syncing symbian calendar with my own software, where I can find specification for the file where Symbian writes all entries to the calendar ? ...

SMS scheduling in symbian c++

how to send SMS after 4 days from a Symbian app by running the application in the bachground. Means application sends SMS after 4 days? Is that possible? Please reply soon. ...