Sorry for quoting myself.
I have now removed this PATH and there seem to be no problems, especially PC-Suite seems to work.
Type: Posts; User: ql_freak; Keyword(s):
Sorry for quoting myself.
I have now removed this PATH and there seem to be no problems, especially PC-Suite seems to work.
Thank you! This link was extremly helpfull. The problem at my PC is, that there is the following directory in the PATH:
"C:\Programme\PC Connectivity Solution"
This seems to be from Nokia, but...
Hello!
Is there really no one, who knows a solution, for my problem? I've tried all I'm capable, always this stupid error message :-|
I'm going crazy :-(
I've gone to command line and entered the make command directly:
K:\progs\nqtsdk\Examples\4.6\animation\animatedtiles>K:/progs/nqtsdk/mingw/bin/m
ingw32-make -f...
I have now a (little bit) more detailed error message:
Führe Build-Schritte für Projekt animatedtiles aus...
Unveränderte Konfiguration, qmake-Schritt wird übersprungen.
Starte...
Thank you james1980 for your reply, sorry haven't had time to continue with developping with Qt Creator (lot to do for my job).
The problem is still there. I have deinstalled Qt Creator, installed...
What must I do, to be able to develop programs for Symbian S60 3.1 (NOKIA E90 Communicator) with Qt?
Which "packages" must be installed, in which order and where can I find them?
I have...
You can also test your applications with RDA (Remote Device Access). There are a lot of devices available online here, where you can test your programs. Just go to www.forum.nokia.com, log in (or...
Please Python development team add functions to e32db to get info about a database:
Table names
column names for tables and for char, varchar also the maximum length.
@mwibbels:
Thanks a lot! Now it works. I've taken the code from an example here, where it was said it works. But indeed it is full of bugs. So here now a working version (at least on Nokia E90...
Hi!
Please can someone with another phone test my code, if it runs (is correct).
I think there is an error in the following statement:
#to insert data
db.execute(u"insert into table...
Nokia E90 Communicator, Firmware 400.34.93, 21-04-2009, RA-6, Nokia E90 (05)
I used the following code, which I found here, to test the database access:
import e32db
#initiate database...
Hi Croozeus!
Sorry your link doesn't work anymore. Is there another download address?
Ciao Peter
Thanks a lot! You're right. Without the begin_redraw()/end_redraw() it works fine on my E90. Seems that these methods are only supported for S60 FP2 devices onwards. But in the documentation they...
I'm afraid I have detected a bug in canvas.text(). I want to develop an app for typing in Cyrillic chars. I'm using the following code:
"""Simple Kyrillic Keyboard"""
import appuifw, e32,...
Sorry for talking to myself.
Yes it is possible albeit a bit tricky. Normally when you inherit from a class in Python you must call the __init__ constructor of the base class before calling any...
I'm still using Python 1.4.1 and have already written some small scripts (thanks to PED and PyVi all done on my E90 - no .sis-files).
Now I want to write an application for displaying pictures. I...
Finally I succeeded :-)))
See my message in this thread.
Thanks to all for your great help.
Peter
I've got it :-)))
The directory
K:\progs\S60\device\S60_5th_Edition_SDK_v0.9\epoc32\tools
was not in the PATH - strange, all other directories had been automatically inserted into the PATH....
My path variable is:
PATH=K:\progs\nokia\carbidecpp2v0\x86Build\Symbian_Tools\Command_Line_Tools;K:\progs\perl\bin;K:\C:\Programme\PC Connectivity...
Now, where I have Perl 5.6.1 Build 635 installed, installation of Carbide C++ 2.0 succeeded :-)
The compile afterwards seemed to be successfull, but when trying to run the emulator I've got an...
@Neil R.Bhasme
This doesn't seem the problem. I've found a Perl 5.6.1 version (the Build which is suggested). Now the installation of Professional Edition succeeded :-)
The compile seemed to be...
I will try. Unfortunately it is no more available on the ActiveState web site. I've found it here.
Peter
The installition of Carbide C++ V2.0 fails with:
Feature Transfer Error
Feature: Core Components
File:
Error: Schwerwiegender Fehler
I have downloaded it from here
I have installed the...
Argghhh...
If all else fails read the manual (or the web site)...
I've no found the problem: One must install Carbide.C++, because it also installs the compiler for winscb udeb.
...