nokia

How can I package my qt application with Qt Creator in Nokia Qt SDK

I have written a simple qt application with qt creator, I have tested with PC simulation and N900 device, It's OK. Qt Creator created a .deb file in my mobile. but it can't be installed. The installer always complained "incomplete package..." The SDK document says I can modify my application's version, or I can skip the package step in ...

Controlling Old Nokia phone via PC

Hi all, I need to develop a PC program (C++ / C# ) in order to control basic actions (Calls and SMS) on an old Nokia phone (a one with black and white screen) Do anyone knows where to find a library or a SDK for that purpose? Edit: Probably you can not download a program on that old phone.. The connection between the phone and PC will...

setIcon in j2me to set icons for buttons

Hi, I am trying to put in an icon (a scaled image) as part of a button that also contains some text. I am programming in J2ME for the Nokia SDK (S60 device) and using Eclipse. The code is as follows: but = new Button("Some text"); Image img = null; try { img = Image.createImage("/flower.png"); } catch(IOException e) { e1.printStackTr...

How to install/configure Eclipse for J2ME development for the Nokia S40 series? (windows)

I want to share with you how to develop for Nokia S40 with Java. I'm collecting all that's needed to develop for Nokia with j2me. Java Development Kit (6) - required to develop Java applications Eclipse Java (Helios) - need this to code, compile, debug and others Nokia s40 SDK (v.6) (login required) - used to emulate Nokia platform Mo...

How to make smart installer for ovi applications

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

Is there any way to control nokia e90 or other phones from computer?

I am trying to develop programs which will work for nokia mobile phones. I have E90 and want to control it over my computer. Or i want to test programs with emulator. Do you know is there any way to do this? ...

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

QT webservice _UI Rendering

Hi, How to call the webservice before UI rendering in QT? I m using QNetworkManager for calling the webservice and parsed by QJson. I would like to call the webservice before the UI dispaly on the simulator ... I am very new bee in this technoloy. Thanks a lot. Please help me. It is very urgent to me... any one help me.... :( :( ...

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

Operating system in NOKIA phones

I want to know what operating system NOKIA smart-phones use? Which programming language is used to write it and is it possible to do kernel level programming for these systems? Can we use C codes to change the system software? Libraries are available or not? I have never coded for mobile phones. So if possible give me a link to the page...

RTSP Streaming Servers to broadcast receiving RTP packets from other system

Hi, I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast server will be on internet. I need to know which RTSP servers can do this job that c...

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

J2ME: Crossplatform getting contacs with PIM

Hello, developers! I have to develop solution based on getting data from address book. Those data must be saved into text format. I coded it with Java™ Platform Micro Edition SDK 3.0. public void getAddrBook() throws Exception{ addrStr= new StringBuffer(""); pim = PIM.getInstance(); try{ contact...

where to start learning nokia application ?

hello all, i have no idea about the nokia app all i know it is used the c++ and QT SDK correct me if I am wrong. any references or book will be great. Thanks ...

Experiences with Nokia's Technical Support for Qt?

Hi, Does anybody have experiences (good or bad) with Nokia's LGPL technical support (or even their commercial license support)? Is it worth the cost? How helpful are they/quality of responses? How responsive is Nokia? http://shop.qt.nokia.com/us/support.html ...

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

cursor is locked in the <input> when browsing in Nokia E72

I developed a simple web app in the browser where there are 3 input boxes . The first input box has a ajax search suggestion box drop down when user starts keying in something. For example, the first input box is for user to key in username, when user key in "alan", a dropdown-like suggestion box will show below the input box to show t...

Memory Management in Qt

HI all, I have small doubt about Qt memory management, Lets take an example of Listview, in listview we add each item by allocating memory dynamically. So in this case do we need to delete all the “new”ed items manually.. Eg: Qlistview *list = new Qlistview; QStandardItemModel *mModel = new QStandardItemModel(); list ->setModel(mMode...

Nokia apps Development

Hi All, I want to develop the Nokia Apps. How to start? Where to start? Where will I get the details information ? What are the dev environment they supporting? Please help me.. Thanks in advance. I am a fresher to this one. ...

How to find how old is Nokia n900 Phone?

How can i get details of Nokia n900 Phone? How old it is? how much talk time? ...