Hello all,
Have you visited in Second Life ?
I was visiting in Nokia ireland and Nokia shop in Second life
http://slurl.com/secondlife/Nokia/87/168/54
Those Virtual Nokia devices were...
Type: Posts; User: jalev; Keyword(s):
Hello all,
Have you visited in Second Life ?
I was visiting in Nokia ireland and Nokia shop in Second life
http://slurl.com/secondlife/Nokia/87/168/54
Those Virtual Nokia devices were...
Hi, thanks,
Do you have experience about
emulating CGI apps written in C with
mod_python
reference:
http://www.modpython.org/live/mod_python-3.3.1/doc-html/hand-cgi.html
Hi,
What kind of scripts can be used with mobile web server?
Can I write extensions/scrips in C-language?
e.g is CGI supported or how can I use C-coded programs through server.
Thanks
Hi,
How well this does support localhost connections?
Letssay that I am running real time measurement data calculations in server and I want to create browser UI connecting to this running...
Thank you for your answer.
So the conclusion I got is that it is possible to have soem general codes that
can be executed in those 3 environments.
But UI libraries are different, or if using GTK,...
Hi
I was thinking to create my application/UI using python.
I am totally new with this and I would like to ask
can I make my app using python so that it will work with minor changes in
PC...
Regarding to this problem,
those devices are 3.0 devices,
but did you find this problems also with N90, which is 2.8 device but having also bigger resolution.
Hi,
Would this is because of bigger screen resolution and when using canvas or other graphics related.. it takes much more memory, the system reserves much more memory:
e.g
E60, n80...
HideNotify() method is called by the system when canvas gets hiden,
no need to use PauseApp()!
Could you give some more information about your environment?
Operating system, Java Runtime environment version
and Eclipse version would be helpful.
Nokia 5140 support Java Irda serial port butt he IRComm API is Nokia Proprietary API and do not follow the MIDP 2.0 specification but provides same features. The difference is when requesting an...
Please check if your registry contains the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Nokia\Nokia Developer's Suite for J2ME
The installer uses this key to check for an older NDS version. You...
Hello
At a moment there is no CommPort/Irda connections supported in Nokia J2ME devices.
Unfortunately we were unable to repeat the defect with the
Series 60 MIDP Concept SDK Beta 0.3.1 for Linux, Nokia edition when running it
on Red Hat 8.0. We are not currently supporting the SuSE...
Hello
Nokia has at time of writing this, following MIDP 2.0 devices
s60 6600
S40 6230 (CLDC 1.1)
Hello
There seems to be some problems at a current SW, which will be fixed in the next maintenance release.
It is better not to use Alert
Hi
6310i is quite nice and usefull device with GPRS and Java,
but 6610 provides better display, larger and colours.
and in 6610 the size for one MIDlets in bigger,
in 6310i 30 kb
6610 ...
Hello
In S60 device you can let the MIDlet running in background,
and ask the time, and wait for given period, then
play sounds or set visible some screen.
Make sure that:
A) Class path setting in File->Preferences is correct (well,
it should be, if MIDlets are shown)
B) After compiling your classes, make sure the class files
are...
Hello
Sockets are supported in MIDP 2.0 devices, 6600 is the first.
6800 has socket, you can use it but yo are not getting support for your development, also 7650 first SW versions had sockets...
Hello
Actually the device allows you to make as many connection in a loop as you want,
the trick just is that you need to use
TCP/IP stack of the device.
i.e set the gateway addr to 0.0.0.0,...
Hello
The receiver does not have to be Java device, so port number does not have to defined.
MIDlet can only receive SMS with port numbers.
You can do this
(The sender application is MIDPlet...
Hi
Thanks for your report. Yes, you are right we had an error in
Nokia 6230 MIDP Concept SDK Beta 0.2 for Linux package. The
problem is now fixed and new version is available in Forum
Nokia...
Could you give some more details on how you create your
DataInputStream?
What is the base stream of the DataInputStream?
Here is the method for havinf rand between 0 - n
public int rnd_int(int n)
{
int rand;
//Random rnd = new Random();
rand = rnd.nextInt() % n;
if(rand <...