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 ...
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...
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...
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...
Hi,
How to make smart installer for Ovi applications?
...
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?
...
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 )...
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.... :( :(
...
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...
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...
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...
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....
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...
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
...
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
...
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...
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...
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...
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 can i get details of Nokia n900 Phone? How old it is? how much talk time?
...