I have the same problem:
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=25685
I develope network aplication for Series 60 phones with Russian language. Emulator has russian...
Type: Posts; User: lizergil; Keyword(s):
I have the same problem:
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=25685
I develope network aplication for Series 60 phones with Russian language. Emulator has russian...
I have the same problem:
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=25685
:(
I have a J2ME code with http requests, all works fine on concepts emulators, 7210/6310 emulators, through direct Http or Wap Gateway, but Series 60 Emulator (1.0 and 1.2) doesnt works.
1.0 Direct...
to doctordwarf: THANX!!
Works on emulator and on the phone 6800! :D
I have same problem, series 40 emulators and real phone (nokia 6800) throws IllegalArgumentException :(
It is so bad...
Only series 40 concept emulator works as well.
Dear Nokia Experts, explain...
thanx, i knew that 127.0.0.1 is a localhost IP address :)
You mean, I must try connect to IP, not to netBIOS name.
:)
what mean "loopback" ?
can I detect incoming SMS from C++?
if it possible, then how?
thanx :)
yes
try www.flashkit.com in soundfx
I have same problem, on 7210 emulator all works fine
Hi, java coders!
I have one problem with connect to http from Series 60 emulator:
when I try connect to localhost, I have Connection exception, but when I try connect to real www, all ok, for...
it is emulator bug, I have same problem, my game runs ok first time, but not second :) - Unable to run application
show your code plz
it possible to download image througth Wap?
s, it is String url to image, like this: http://localhost:8080/test.png ???
I was have this problem in jad file: problem was in MIDlet-1 line,
MIDlet-1: Image Mover, , ImageMover
this line with space work correctly on emulator, but not on the phone, without space Midlet...
paint method may draw tousands shapes at seconds, if you use raster graphics, use setClip method to repaint only needed screen fields
hi, Canvas dont have background color. Draw fill rect first at paint method.
see tinkezione sample
hi, try this code :)
import javax.microedition.lcdui.*;
public class Screen
extends Canvas
implements CommandListener {
private final int height = getHeight();
private final...
hi,
I know what a problem, it is emulator bug, he has a problem with a memory. I used System.gc() function, but memory is not free.
I used Nokia Series 60 Symbian SDK 1.0, maybe there is problem . . .
Thanx!