Hello,
I' developing for a Nokia E70.
Is there any notifikation mechanism that triggers the opening/closing of the QWERTZ keylayout?
Type: Posts; User: Leicester22; Keyword(s):
Hello,
I' developing for a Nokia E70.
Is there any notifikation mechanism that triggers the opening/closing of the QWERTZ keylayout?
You need to make your webserver aware of those mime types.
If you are running apache just add following lines to your httpd.conf
AddType text/vnd.sun.j2me.app-descriptor .jad
AddType...
Use the EclipseIDE(www.eclipse.org) and the EclipseME(www.eclipseme.org) plugin. Both are free and within eclipse you can start a app with one click in a (previously) chosen emulator.
I think...
You should have it because you said so:
I have WTK2.2 and for me the MIDP-Api is a .jar package (midpapi10.jar). Maybe you should check you WTK installation for the lib folder and look up the...
No you can't. You could firdst show the form and then the canvas. Only one Displayble can be visible at a time.
You can add a Image to a Form with an ImageItem. I don't know if it can be...
"Settings" --> "MIDlets" - Tab --> "Add"
The low level api is no upstickle to code a maximum compatible midlet. It will be as compatible as you code it.
The only possibilities I know to install apps on a nokia are:
installing OTA(download it) or
installing with the Nokia PC Suite
So if your cable doesn't work with the PC Suite you have to...
You can download it from a web server.
Install apache webserver and configure it (see configuration here: http://www.devx.com/Java/Article/10688/1954?pf=true)
As far as I know it's not possible to access the sms inbox folder with j2me...
Download the "Nokia PC Suite"! http://www.nokia.com/nokia/0,,72014,00.html
And install your midlet with it.
If you prefer eclipse i suggest the eclipseME plugin (www.eclipseme.org)
It's very good and supports different sdks (Nokia, Siemens, Motorola, SonyEricsson,...)
With eclipseME you can:
build the...
It happens quite often that nokia ressources are not available for minutes/hours. Just wait a little bit...
What says your jad file (and the manifest in the jar)about CLDC or MIDP?
???? what ????
The optional packages are optional for the device manufactures, not for you to make applications(MIDlets)!!
If your Palm(or whatever) ships with the MMAPI you can write a MIDlet...
Of course it matters on many devices how large the jar file is! You can get the jar size for nokias on forum.nokia.com, there choose the desired devide at the left.
I mostly don't use the High level api at all.
You could easily make a good looking helpscreen within a Canvas.
Just a nice backgroundimage and then write the text with drawString().
It also has...
You could try to choose an invisible name for your midlet. In the jad and in the manifest don't write a name with visible ascii code for example press ALT and type "255" this ascii isn' visible.
Hava a look for SyncML. There are several solutions with that (most not free).
If you ask for the same key with getKeyStates and in keyPressed() maybe you "get the key" twice!?
The info is from this forum i.e. :
http://discussion.forum.nokia.com/forum/showthread.php?t=66451&highlight=recordstore...
Yes it's possible.
Implement the SMTP protokoll using a SocketConnection.
The RecordStore size is not included into the jar size limit.
But one RecordStore can also have a limit (i.e. 64kB). Then you have to save your data in multiple RecordStores.
Everytime you open a image with Image.createImage(..) The image is decoded and stored in a "screen friendly" format (as some kind of bitmap).
The getRGB() method returns an integer array with...
Your phone needs to support:
1) Fileconnection API (Without that you can't access data stored in the phone)
2) Mobile Media API (If you want to take pictures)
How to use them go to google.