Hi,
It is only possible to receive SMS messages that are sent by other MIDlet using Nokia SMS API. It is not possible to receive SMS that is sent normal way. Here are example codes for sending and...
Type: Posts; User: petri24; Keyword(s):
Hi,
It is only possible to receive SMS messages that are sent by other MIDlet using Nokia SMS API. It is not possible to receive SMS that is sent normal way. Here are example codes for sending and...
Hi,
There is a bug in setGain() method in 7650 (v.3.12). This is a known issue and will be fixed in coming software releases.
Best Regards,
Petri/Forum Nokia
Hi,
Yes, that is exactly the right folder where RMS in 7650 is stored
Series_60_MIDP_SDK_Beta_0.1/bin/epoc32/wins/c --> rms.db
Best Regards,
Petri/Forum Nokia
Hi,
There ware bugs in SMS API in Nokia 3410 version 3.09. Those are fix in newer releases and SMS API is working now. The following example code sends the simple SMS. It is tested in version 3.12...
Hi,
Nokia 3410 is the only model that supports SMS API at the moment.
regards,
Petri/Forum Nokia
Hi,
Emulators release note specifies the following tool setups that can used:
- Windows NT4 with Service Pack 6 and Windows 2000.
- Nokia Developer's Suite for J2ME(TM) beta 0.3
- Borland...
Hi,
You can check your version by typing *#0000# in Telephone view in Nokia 7650. It will give you the following information e.g:
V 3.12
19-06-02
NHL-2NA
It is impossible to say exact time...
Hi,
I am not sure why you have problems with loading png images but here is the simple exmple code that loads the image and draws that to the Canvas. This code works without problems in Series 40...
Hi Norris,
Here is the code exaple that plays both wav and byte array sounds. This example works without problems in Nokia 7650.
I hope this helps.
import javax.microedition.midlet.*;...
Hi,
There is not any Nokia specific API for InfraRed port in Nokia's current J2ME implementation.
regards,
Petri/Forum Nokia
Hi,
You can't use Nokia developer's Suite for J2ME Deployment feature with Nokia 7650. To be able to transfer jad and jar files to the 7650 via infrared (actually jar file is enough), then you...
Hi,
The information how to create byte[] to play sound can be found from Smart Messaging 3.0 specification (can be downloaded form http://www.forum.nokia.com/main/1,35452,1_2_5_3,00.html) that...
Hi,
Nokia 7650 supports Nokia UI API only partially. Vibration and Backlight features are not supported. Sound part works except the consructor Sound(int freq, int duration). Here is the simple...
Hi,
PauseApp() is not called automatically in the case of the incoming call. You can use hideNotify() from Canvas class to handle incoming calls and pausing the application. The implementation is...
Hi,
It is possible to play WAV sounds with Nokia Series 40 MIDP emulator and also with real Nokia Series 40 devices in the future. I tested your code and it is ok. Only thing that I need to change...
Hi,
To be able to use the whole display are you must use the FullCanvas instead of normal Canvas. The FullCanvas is the Nokia specific class that is defined in Nokia UI API. The specification can...
Hi,
What is the operating system that you are using? System requirements for Nokia Series 60 MIDP SDK are Microsoft Windows NT 4.0(Service Pack 6) or Microsoft Windows 2000 (Service Pack 2).
...
Hi all,
readFully() bug is a known issue in Nokia 6310i MIDP SDK beta 0.1 and it is fixed in a new Nokia 6310i MIDP SDK. The new SDK will be available very soon in Forum Nokia.
regards,...
Hi,
I don't know if you are using Nokia Developer's Suite for J2ME and JBuilder but this is the way how image handling works with these.
This is a simple List class
import...
Hi,
This sounds quite strange, it shouldn't be that way. Could you tell more and send the example that shows the baviour? What is the device that you are using.
regards,
Petri/Forum Nokia
Hi,
Here is the example. The example shows how to open the POST connection and read and write information to the stream. You should try again to download the whole document because it will help...
Hi,
Before you can finish the Nokia Developer?s Suite for J2ME installation you have to get product serial number, which is the specified for you. You can?t use others serial number. There are...
Hi,
Go to the Forum Nokia website, Java->Documents->J2ME MIDP Documentation section and download the document "A brief introduction to networked MIDlets". There you can find the example that shows...
Hi,
Bluetooth or SMS are not supported 6310i Java implementation. Nokia has provided API for sending and receiving SMS messages called "Nokia SMS API", Java document can be downloaded from Forum...
Hi,
Nokia is investigating the implementation possibilities, but it is too early at this stage to speculate on the exact timeframe of Bluetooth API deployment in our Java phones. In the case of...