On midp 2.0, I will got java.lang.SecurityException. For midp 1.0, I got java.io.IOException.
Thus, on midp1.0, I really don't have a clue if user press No or timeout problem.
Type: Posts; User: tanc08; Keyword(s):
On midp 2.0, I will got java.lang.SecurityException. For midp 1.0, I got java.io.IOException.
Thus, on midp1.0, I really don't have a clue if user press No or timeout problem.
I have a midlet that will use GPRS connection to retrieve data from the Internet. Mobile phone will prompt the user either to allow or disallow the
GPRS access by displaying Yes and No command. How...
The vibration is on.
It turns out getDisplay().vibrate(p_intMilliseconds); does not work.
However, com.nokia.mid.ui.DeviceControl.startVibra(1, p_intMilliseconds); does work.
public Display getDisplay()
{
if (g_display == null)
{
g_display = Display.getDisplay(this);
}
return g_display;
}
From sending SMS mobile to mobile, I know I can set port that SMS can go to, like sms://+xxxxxxxx:xxxx.
Is there a way to do the same thing in GSM modem AT command through usb or serial ?
From sending SMS mobile to mobile, I know I can set port that email can go to, like sms://:+xxxxxxxx:xxxx.
Is there a way to do the same thing in GSM modem through usb o serial ?
I am able to use the API from Nokia PC Connectivity 3.0 SDK to send and receive SMS in VB. However, I am not able to get the Caller ID.
So, I turn to serial communication. This, I can get the...
I have a java midlet that uses SocketConnection to connect a server.
The SocketConnection uses InputStream and OutputStream to receive
and send data.
What happen is after I send and received 3...
I heard it is possible in symbian OS. Is it true ?
My midlet is installed in Applications menu. How can I quit the midlet, and
bring the user to the very first screen where you see date, time, battery bar
and signal strength ?
Where can find open source tab component for j2me ?
I am not looking for J2ME Polish.
Thanks !
I would like to send SMS in midlet for model 6280 and 7250i without user's
permission. I know I need to sign the midlet to be trusted or load certificate
to phones.
Can any expert show me how ?...
How do I use DKU-5 cable in Linux to connect to Nokia 7250i for sending
and receiving SMS ? Any driver for Linux ?
Gopal,
Then, I believe to retrieve Cell ID is the best way I am looking for.
Do you have other URL resources or symbian tutorial on it ?
Is there a way to get the location without external module or from telco ?
I just want the midlet to retrieve the location itself, maybe a cell id ?
Where can I get a list of Nokia phone which have built-in GPS module
to be used in location midlet ?
Thanks for the url. I will read it.
If I send a push registry, then can it immediately start the midlet without
user confirmation ?
How can I create a midlet that will be invoked upon on receiving a new incoming SMS with certain words ? Is it possible ?
My nokia is only support MIDP 1.0.
I would like to design a midlet to will let me search on the contact list.
After I select a contact, the midlet will send to predefined mobile as sms.
I...
I have Nokia 7250i. I want to know where can I download Series 40 Platform 1.
I only find Platform 2.0 and 3.0.
Is there a compiled list somewhere for capabilities on all Nokia phones ?
Like what model supports MIDP1 or 2, etc ?
How do I detect if there is a GPRS connection ?
If no connection, how do I use code to make one ?