symbian

Linking c library error. COMDAT symbol '.exc$T' does not match section name '.rdata'

I compiled the speex library for symbian using carbide C++. The compile completes with zero errors/warnings. I use the compiled library in my QT application. Compiling the QT application gives the following error - warning: COMDAT symbol '.exc$T' does not match section name '.rdata' (Its really an error, not a warning. the word warnin...

developing software on smartphone

platform can be symbian OS,windows 6.0 I want to known is there any software like (visual stdio 2008) that will be installed in my smartphone and i can write my code and compile it and execute it in smart phone plz help me out ...

Beginning Phone Applications Development

I've been developing applications for a long time now, but now I want to jump into Phone applications development. There are four main candidates: Nokia's Symbian Apple's iPhone Google's Android Microsoft Windows Mobile Phone Can anyone suggest one, considering documentation, market, samples and availabilty of emulators, I'm not a mi...

iPhone and anyother Smartphone peer-to-peer communication over bluetooth

Hi, i want to build a simple bluetooth chat program that can do a 2 way chat with 2 mobile devices. i know that i can use gamekit to develop such application for iphone and ipod touch. But i want to know is, is it possible for other smart phones (running my application) to discover and communicate with ipones and other devices as wel...

Horizontal scrolling text- Symbian.c++

Hello, I am new to Symbian.C++. I need to have a horizontal scrolling text of an organization's Name at the top of my application. Can anyone please tell me as how to implement it using Carbide.c++ ide. I came across code like this: iTextView->SetHorizontalScrollJump; iTextView->ScrollDisplayL(TCursorPosition::ELeft); Can anyone plea...

Symbian: how to get stack trace on panic when running on device?

Hello there, Could somebody please give me a hint about how to get stack trace in Symbian. I'm experiencing KERN-EXEC 0 panic, but cannot locate it's origin. I've seen other SO questions about this, like this, but there's only a description of how to solve this problem on emulator. But my program deals with Wi-Fi and have to be run on de...

Unable to compile Qt Symbian application that uses gSoap

I'm using gSoap along with Qt for Symbian. Under the emulator, the application compiles fine, but when I change the target of the compiler to compile for the device, I get the following error: WARNING: Can't find following headers in System Include Path <netinet\tcp.h> This gets included from the stdsoap2.h file as follows: #ifnde...

Generic Java mobile development

I'm working in a Java-oriented shop and we're starting to adapt our products to mobile devices now (mainly focusing on smart phones). A separate native app is already in the works for the iPhone, but we would like to make a generic Java/J2ME version for any other devices. My question is, how feasible is this? And where is the divergence...

Problem with keyPressEvent on Nokia N97 Qt application

Hi Guys, I am stuck in the middle of this problem for a week or so now, I found a similar question posted on Qt for Symbian forum, but no body answered it. The problem is simply that when I run the application, well it is still not an application just a prototype :), either on the emulator or on a real device, and use the physical QWER...

How to make smart installer for ovi applications

Hi, How to make smart installer for Ovi applications? ...

location data for symbian

I want to retrieve location data (latitude and longitude) from symbian phone with its web browser with getlocation api. Is there anyway I can do it? any api to recommend to get location data from gps enabled symbian devices? Thanks!! ...

can i use java library for java se in java me

can i use java library for java se in java me. i use smack java library to create a chat client. can i use the same libary to create a chat client for javame. ...

Python or C++? Programming for mobile devices.

Hi, I am interested in programming for Mobile Devices. Now I have a phone which runs Symbian S60 3rd, which is one of my motivations for programming for mobile devices. Now, my question is, which one is better to go for? Python or C++? I have a good background in C++ (ANSI), Java and C#. Thanks. ...

.Net framework for symbian

Is there any .Net framework for making symbian application? ...

Is input methods pervert QLineEdit from receiving KeyPressEvent?

I send this bug to Qt team: http://bugreports.qt.nokia.com/browse/QTBUG-13726 and here is the description: QLineEdit/QTextEdit doesn't receive keyPressEvent on N97 I have a custom widget which inherits from QLinedEdit, in this widget I override event(QEvent * event), keyPressEvent(QKeyEvent *event) and keyReleaseEvent(QKeyEvent *event )...

Preventing auto-zoom in Symbian browser

In Android and iPhone there is a way to prevent the browser's auto-zoom feature by specifying a meta tag with a viewport definition. Is there an equivalent in Symbian? ...

Undefined reference to `RPositionServer::RPositionServer()`

Hi everyone, i'm writing program for Nokia 5230 (S60 5th edition platform) using Nokia Qt SDK. I have the problem with retrieving geolocation info. I'm trying to use example from nokia forum (http://bit.ly/be3QDK first one). The following code: #include <lbs.h> #include <lbsrequestor.h> #include <lbscommon.h> #include <lbsposition.h> #i...

Application icon on Qt 4.6.3 / Symbian S60 5th Edition

I am trying to make an icon for my Qt 4.6.3 application, which is currently running on Symbian S60 5th edition. The application runs fine, except for its icon, which I have been unable to set by any means. I have read and tried a number of articles, including [1], [2], [3], [4] and [5], but in vain. What could I be doing wrong, or what s...

Getting the keyevent info from Virtual Keyboard of symbian touch devices

Hi All, Is there any way to obtain the keypress info for the green-tick (green check marked key) present in the input panel/ virtual keyboard? Our application is for symbian touch devices. In my application I wanted the url to start loading as soon as the QLineEdit has been edited i.e., as soon as the green check marked key in VKB has...

Symbian Adobe Reader command line arguments

What is the correct command line format to have Adobe Reader open up a PDF automatically on a Symbian phone? For example, to load an image into image viewer it would be: - Z:\sys\bin\imageviewer.exe -file /E:\Data\image.jpg I have tried the same for Z:\sys\bin\AdobeReader.exe, however this doesn't work. Does anyone know the correct fo...