Hi,
I'm trying to switch from codewarrior to carbide.
Right now in CW, I have a project that I'm compiling with S60 SDK 2nd edition FP3. But then, I want to compile it for S60 SDK V3. So I just...
Type: Posts; User: fredgauchet; Keyword(s):
Hi,
I'm trying to switch from codewarrior to carbide.
Right now in CW, I have a project that I'm compiling with S60 SDK 2nd edition FP3. But then, I want to compile it for S60 SDK V3. So I just...
use HAL::Get() with the attribute "EDeviceFamilyRev" (or DeviceFamilyRev in a sis file) to get the OS version.
-fred
Hi Steve,
I'm using Sun ONE Studio Community Edition and the wirelss tooklkit installed as a plug-in. This IDE both have advantages and drawbacks. I wrote all my programs with it, and I'm now very...
Hi,
DeviceControl belongs to the Nokia UI API which is implemented in every Nokia phones. But backlight and vibra are not supported in series 60 phones, including the Nokia 7650.
In the...
Hi,
Nokia asked you to install the SDK because this is the only one which works with the SMS API. All the others are emulators doesn't supports the Nokia SMS API or Wireless Messaging API,...
Hi,
The 30K limit is only for the Nokia 6310i, which was the first Nokia phone to support MIDP. It belongs to the business category and thus was not really designed to run games.
Indeed, this...
Hi,
This is not possible to do that with Java because the implementation in the Nokia 7650 does not allow you to access the image folder.
If you really want to do a such application, you need to...
Hi Jorgen,
The only thing that the emulator of the Nokia 3410 can do is simulating the sending process.
In other words, yes, you can send SMS. The application will behave *exactly* like in the...
Hi,
This setting has been documented in the document "Settings for OTA Download of MIDlets v1.0" that you can find at the link below:
http://www.forum.nokia.com/main/1,35452,1_0_10_10,00.html
...
Hi,
HTTP over GPRS connection works fine in the 7650. I can't tell you anything for sure concerning the 6310i but I remember that I managed to connect to a HTTP server. So it works.
Last...
Hi,
Mobile Media API (JSR 135) will be supported in the Nokia 3650. This device will be available in the beginning of 2003. This is for the moment the only Nokia phone supporting this API.
MIDP...
Hi Jorgen,
You can't find the code of the SMS API on the web site. You have to write it by yourself but this is really straigthforward because it is composed of only 5 interfaces:
For that,...
Hi,
I have the following problem in Nokia emulators (6310i beta 0.9, 7210 beta 0.1 and Series 60 beta 0.1) but not in Sun's emulator DefaultGrayPhone:
I want to send data over HTTP by POST to a...
Hi,
The 3410 supports only Over The Air deployment. You cannot install your MIDlet through serial cable or whatever.
Your application needs to be located on a wap server. You must enable the...
Hi Bojan,
Yes, you can write your own Java program and install those in your device. The language used is Java 2 Micro Edition (J2ME), a special version of Java targeted at limited resources...
Salut Marc,
If you want to know if it's possible to launch a MIDlet automatically when you receive the phone call, then the answer is No.
But while you're talking you can browse the menu and...
Hi,
As far as I know, a byte has a value range from -128 to 127.
regards,
Frdric
Hi,
currently, only two phones have SMS capabilities.
1. the 3650, which supports the Wireless Messaging API (WMA)
2. the 3410, which supports the Nokia SMS API, which is not standardized, but...
Hi Chris,
There are two obstacle to your idea:
1. With Nokia phones, it is not possible to give a call from a MIDlet.
2. It is not possible to run a MIDlet in background while you give the call....
Hi,
There's is no such J2ME API in any Nokia phone. The only extension in the 7650 is the Nokia UI API.
regards,
Frdric
Hi,
If you do it this way, then you don't have to care about the length of the file:
DataInputStream din = new DataInputStream(getClass().getResourceAsStream("/test.txt"));...
Hi,
Write the following line in your JAD file:
Nokia-MIDlet-Category: Game
I've tried with the 3410. When you install the game, it goes directly into the game folder.
regards,
Frdric
Hi,
here is a good document talking about OTA download:
http://www.forum.nokia.com/021/1,32010,,00.html?fsrParam=1%2D3&fileID=2460
regards,
Frdric
Hi Guntis,
Currently the Nokia 3410 supports the Nokia SMS API, whereas the Nokia 3650 supports the Wireless Messaging API. The difference between those two API is only the name of the package...
Hi,
150KB is the space reserved in the phone to install your programs. You can install as much as you want up to that capacity.
And the maximum size of a program (MIDlet suite, i.e. a collection...