symbian

Cannot make a call using PJSIP in symbian

Hi all, I can compile it and create a SIS file. I was also able to install it on the mobile phone but when I am trying to make a call I don't get the ringer sound or the sound when the call is attended at the other end. Also I am not able to make calls to the mobile numbers. (I can make calls to sip accounts only). ...

bld.inf not found error in carbide.c++ using qt

I am trying to build a Qt GUI Main Window project and get the following errors: BLDMAKEERROR:Can't find "\Symbian....\BLD.INF bldmake returned with exit value=1 In the last two days, I've re-installed above apps many times following all installation guides; setting up the environment variables but nothing worked out. Kindly anyo...

Sharing code across mobile plataforms

Is it possible to share a Java application across several mobile platforms (Android, BlackBerry, Symbian, etc) regarding of Android is a Java SE (almost compliant), BlackBerry is JavaME, etc? Thanks in advance. EDIT: I'm not talking about GUI which it won't be possible. There is another things which do I have to take care ?, i.e Vect...

How to use S60 SDK with qt creator.it showing me Can't find any RVCTinstalltion

Running build steps for project googlechat... Starting: c:/qt/4.7.0/bin/qmake.exe C:/NokiaQtSDK/Examples/4.6/webkit/googlechat/googlechat.pro -r -spec symbian-abld WARNING: c:\NokiaQtSDK\Examples\4.6\webkit\googlechat\googlechat.pro:15: Unable to find file for inclusion \examples\symbianpkgrules.pri Exited with code 0. Starting: C:/No...

error with Qt 4.6.2 & Symbian^3 SDK v0.8

I meet the same error with Qt 4.6.2 & Symbian^3 SDK v0.8. The problem happens when I execute the command "bldmake bldfiles" BLDMAKE ERROR: Can't find any RVCT installation. I am porting a existing Qt project(S60v5), which was developed using SDK Nokia_N97_SDK_v0.8. There is no error when I using the Nokia_N97_SDK_v0.8 SDK to build th...

Wifi tethering on symbian (s60v3)

Which platform should i choose ? QT or Symbian C++ ? Does QT have methods for implementing this ? How do i make the phone to behave as a hotspot ? I'd be grateful if someone point me the right way to get going. Thank You ...

Looking for mobile balance transfer study materials

I need to make a web application for mobile phones so that I can transfer balance from a 'recharge sim' (SIM card used to send balance to other mobile SIMs) located in whatever country to other 'non-recharge sims'. I can't find any resource - documentation, tutorial, forum discussion, programming language etc. Where should I start? Wha...

how to cancel incoming message sound on Symbian PyS60 .

Hello, I am writing a parental control app using PyS60 ( on Nokia E72) The app is operated via sms's. Every sms that operates the app is deleted when entering the inbox listener's callback, and by using a blank audio file, I manage to cancel the "new message" sound alert. However, this only works when the focus in on Python Script Shell....

Implementing toolbar in menupane in S60 3rd edition FP2 symbian application

I am going to create application in which my application's idle screen going to display some of the shortcuts like contact, idle, call logs etc..in idle screen same as native idle screen. I am creating application using 3rd edition FP2 SDK. I am not knowing exact naming of that component but i think experts have got the idea from my qu...

Qt: how to build QML apps for Symbian devices?

I am pretty new to Qt and I have just started looking at QML. There are some sample applications included with the Nokia Qt SDK for Symbian and I have managed to load them into Qt Creator and run them using the QML Viewer application on the desktop. I would like to try some of the samples out on a device, but I am totally clueless as t...

Measuring internet data transfers

Is there any way in python for S60 (using the python 2.5.4 codebase) to track the amount of data transferred over the mobile device's internet connection? ...

QtMobility camera on Symbian

Hi! Is it possible to show standard camera view (system camera view) using QtMobility on Symbian? I have Nokia N97. How can I show system camera view using QtMobility? Thanks in advance. ...

Font Size and Font Family in Nokia QT

Hi, Which font is supported the Nokia phones(s60)? I used the Arial,Arial Narrow but I could not see clearly.( I am developing apps based on the nokia qt sdk in mac 10.6) Please help me. Thanks is advance ...

Developign x-platform mobile apps on ubuntu

Hi all, I'm a junior iphone developer and got familiar with developing on xcode on top of Mac OS. I wanna build some Cross-Platform apps in the near future and wanna Use Ubuntu as my Operating system. I found many solutions that run only on Mac OS or need mac to build apps for iphone but this is not what i need . i need something which c...

symbian programming starter question

Hello, I would like to start programming for symbianOS and have some starter questions.I am a little confused and would like someone with developing experience to advice me. First of all what do I need to start programming? I have downloaded S60-5th edition Sdk and eclipse pulsar, are those enough or I need anything else? also using tha...

Is it posible to port Android for a Symbian phone

I have a Symbian based phone with a ARM Cortex-A8 processor (SonyEricsson Vivaz) and was thinking on how hard would it be to try and port the Android OS for it. Obviously Android runs on a myriad of devices with different hardware so I imagine it shouldn't be too hard to adapt it to SE hardware. Could some one give me a clue where to sta...

OPDA Certificate

What is OPDA Certificate? Because during installation of unsigned symbian apps, it gives an error. "unable to install a protected app from an unknown supplier" So what does this certificate contains actually????? And after signing the application with this OPDA certificate and the key, the application works.... ...

notification/alert options in symbian OS

I'm trying to figure out whether or not I can register/call notifications in the symbian OS that's fit for the S60 series, using an app, that interrupt the OS and appear on the dashboard screen, the same way incoming calls and text messages do. If so, is it just a basic alert, or can it contain a context menu (on either side) with option...

How to encrypt/decrypt file contents using Qt?

Hi All, This question has been asked many times before by others, but somehow the answers made me more confused. In my Qt application (for symbian devices), I have a file with user details (Email ids n passwords) which I store in target device, so want to encrypt this data in the file to keep it secure. I don't need a super secure encr...

Symbian C++ Email Tool

I am new to this one. I want to develop the Email tool for s60 devices. How to start the email notification in symbian c++. I want to receive the email and send back to some other address. Thanks in advance.. Please help me. ...