Any thoughts about whether it is legal to distribute fonts in a png file within a jar file?
Type: Posts; User: jean_mountford; Keyword(s):
Any thoughts about whether it is legal to distribute fonts in a png file within a jar file?
I find that when I call fontHeight() on the Nokia N80, the number that is returned is 4 or 5 pixels larger than the actual font height. Do you think this is true for other S60 3rd edition devices? I...
What Nokia S60 devices does the scalable UI work for? In specific, I am interested in using the tags:
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 352,416
To...
The S60 3rd edition for MIDP has a 320x240 option. The only problem is that the softkeys are on the side of the screen, rather than below the screen. Do you know if the softkeys on the side of the...
Do you know if the softkeys that are on the side of the screen in the emulator have the same keyCode values as softkeys that are below the screen in the E61 device?
I get the warning:
WARNING: Jar file is too large to run on actual device.
when I run my midlet on the 6255 emulator. The midlet is 152,283 bytes and the settings of the 6255 emulator say that...
What size should the game menu icon be for the 6280?
Ah, found it now, thanks for that. I didn't realize you could change the screen size on the S60. Do you think that the emulator accurately portrays the look and feel of the 6270 and 6280? For...
Is there going to be an emulator available soon for the devices with 240x320 screens? For instance the 6280, 6270, and 6265.
Any idea why I get the error:
Error: invalid compressed data to inflate.
when I try to install the setup.exe file from the Nokia Developer Suite J2ME 3.0.1?
The device list is disabled for me too. In addition, if I click on the deployment tool, I get the error:
Deployment tool could not be initialized.
----------------------------------------------
...
That still seems to be running the game in the Java Runtime. Is there anyway to compile the game with the necessary classes so that it is not run within the Java Runtime that is included on the...
Is there any way to wrap a midlet so that it can be installed and run as a Symbian application rather than a java midlet?
These are basic ascii charachters. One phrase is:
g.drawString("Split?");
It prints as:
Sltit?
Works fine on 7210 and 3510i hardware.
I sometimes find that the 7650 will print the wrong characters to the screen when the method g.drawstring is called. The correct strings are printed in the emulator, but not the actual device. Could...
Thanks for your post Niek. I think you are right, I have had the "Unable to run application" error before on the 7210, and it was caused by running out of memory. I am already creating the image...
It happens in the emulator and the device. It is fine when I an immutable image from a file, but as soon as I try to create a mutable image with createImage(width, height), the game crashes with...
I have the exact same problem. Has anyone found a fix for this?
Hi,
I tried using the J2ME 2.0 version of NDS to add chinese characters to JAD and Manifest files, but games wouldn't run on nokia 7210 chinese handset. On the 3510 emulator, I get the error:...
Are any emulators that we can use to test the Chinese versions of games?
Did you have any luck changing the name of the Midlet in the Applications directory? I tried unpacking the jar and editing the JAD and Manifest with an editor that supports chinese characters, but my...
How did you configure the emulator to show the Chinese characters? I have only been able to get the Siemens SL55 (chinese version) to show them.
Thanks.
I tried switching the encoding to "UTF-8" instead of "Default". Now I get □□□□ instead of ???? for my chinese characters. I tried compiling and running with Siemens SL55 (Chinese) and the...
Hi,
I have the same problem with the ??? appearing instead of chinese characters. I think it is Borland Jbuilder that substitues the ???. I can't find a way to add Chinese or Arabic support to...
Thanks for answering my question, adding the package to the "classes" directory in the project has fixed the problem. I had tried this earlier but received the same preverifier error that surfacing...