I don't think you even need to extend the syspath.
Just create a 'lib' directory within your 'python' directory, and PyS60 will look for importable modules there.
For example, I have om my...
Type: Posts; User: knorring; Keyword(s):
I don't think you even need to extend the syspath.
Just create a 'lib' directory within your 'python' directory, and PyS60 will look for importable modules there.
For example, I have om my...
There is a PC program called "Nokia Software Updater" for updating the firmware on your phone. The program can be downloaded from http://europe.nokia.com/A4579163. The program downloads the new...
Your problem is that you are using the s60_2nd_fp3_midp_sdk as your emulator. All phones based on S60 2nd edition feature pack 3 use the MIDP 2.0 / CDLC 1.1 profile combination, so the Nokia emulator...
The N70 simply has more free RAM memory available for applications after the Symbian OS has loaded.
http://3lib.ukonline.co.uk/s60history.htm says that the N70 has 32 MB, while the N73 and E50...
Based on the error message that mentions QuickTime, I would guess that the WTK uses internally QuickTime to play the AMR files, and that WTK cannot now locate QuickTime.
Do you have QuickTime...
A third observation:
In the table, there is the column "Video Player Max Bitrate". I would appreciate an update of the table where there was more clearly indicated if this bitrate is considered to...
The MIDP spec defines three font faces, three font sizes and three style modifiers (which can be combined).
So in theory, you have the possibility to request for 72 different fonts (3*3*(2^3)...
Firstly, you need to understand that using a Canvas means that you have complete control of what is visible on the screen. All boxes, lines and Strings that are visible on the screen are painted...
Make sure that you have deleted all old (version 1.01 files) JAD and JAR files from your inbox. When you open the JAD file, and the installer tries to find the corresponding JAR file from your inbox,...
A connection from a MIDlet does not necessarily have to be a HTTP connection. MIDP 2.0 introduced the interface javax.microedition.io.SocketConnection which provides access to sockets (and interface...
What port are you trying to connect to? Untrusted (= unsigned) MIDlets cannot use SocketConnection to connect to ports 80, 8080 or 443.
And make sure that you are using your operator's "Internet"...
Heh. Looking at http://www.newlc.com/Symbian-OS-Error-Codes.html we can see that -4 is the Symbian OS error code KErrNoMemory, with description "Not enough memory". :)
Yes, but I believe that...
Have a look at javax.microedition.io.SocketConnection. It is a subinterface of StreamConnection.
Then you can connect with URL like socket://some_ip:some_port and you have a raw socket connection...
In the most common case you cannot sen data directly to a phone in a GPRS network. Users are normally billed for the data per transferred megabyte. Imagine someone bombarding your mobile phone's IP...
The HttpConnection class is meant to be used for sending/retrieving data using the HTTP protocol. You can download data (HTML files, image files, XML data, whatever) and parse, manipulate and...
I haven't used the FileConnection API much at all and it was a long time ago... But a guess:
Have you tried using Connector.READ_WRITE instead of just Connector.WRITE?
Since before writing a...
To add to Alfio's comments:
Ideally, J2ME and Symbian emulators running on a PC use direct actual copies of Nokia phone firmwares. The emulators just virtualize the phone hardware.
Then J2ME...
Are you perhaps running out of memory?
An Image object containing data for a 1024x768 RGBA image needs to allocate 3145728 (= 1024x768x4) bytes of memory, roughly three megabytes.
In addition,...
To add to what I wrote above:
This document from SonyEricsson explains in detail about mobile phone screen palettes with different bit depths, and also how to prepare and optimize your MIDlet...
The maps application that is pre-installed on the phone is a native C++ Symbian application and you cannot use its' resources from a Java MIDlet. They are separate applications and direct UI...
A couple of additions to my findings regarding the Video Features table:
- I just noticed that the table does not mention at all Series 40 3rd edition and newer phones. The table contains...
I'm currently working on publishing video files, so I have been looking at the "Video Features" table http://www.forum.nokia.com/main/resources/technologies/audiovideo/av_features/FN_vid_table.html a...
Letters with umlauts (ä, ö, ü) and accented characters (á, à, é, è, etc.) are normally found the the phone's keypad behind the same key as the "main" character is found.
For example, when writing...
And to add an important point (mentioned already above by user petrib): The SWF files cannot be just any generic SWF files from the internet, they will have to be specifically made for Flash Lite....
Five months have passed, no solution yet... and the MIDlet icon document has not been updated. :-/
Has anyone had the chance to test MIDlet icon behaviour on S60 3rd edition Feature Pack 1 phones,...