Hello,
Is there any way to get the Phone number or any identifcation of the phone in a midlet
Type: Posts; User: ferozekadamapuzha; Keyword(s):
Hello,
Is there any way to get the Phone number or any identifcation of the phone in a midlet
Thanks steve
Is there any solution for clearing the RMS database . In j2me wireless tool there is a provision. In nokia series 40 & series 60 emulators, there is no provosion for it .
Is there any limit to the no of midlets in a midlet suite.
I am using a nokia 6800( series 40) phone for testing my application. My applications, a midlet suite contains 6 midlet.when i am running a midlet and try to exit to the main midlet suite, the...
I have developed a midlet suite which has 6 midlets and i have ported the midlet to nokia 6800 phone. The application works fine. I have problem in the midlet. in each of the midlet i am using an...
Hi mittal,
I tried the way u specified, but still it is not working. Please help me to solve this problem
I have developed a midlet suite which has 6 midlets and i have ported the midlet to nokia 6800 phone. The application works fine. I have problem in the midlet. in each of the midlet i am using an...
Hi,
The midlet won't work if it is compiled using MIP 2.0. You can load it on to a phone but it won't work.
Inorder to work you have to recombile the midlet using MIDP1.0
regards
feroze
Can i use data cable of nokia 7250 for nokia 6800
else
How can i get a data cable for nokia 6800
else
cables of which all models support nokia 6800
I am trying to download a midlet using GPRS facility. But every time i try to download a midlet, i ma getting a na error action failed. I have tested the download using OTA provision of j2ee...
how to know the software version of nokia phone. I am using nokia 6800 phone
i have created a html file at http://www.medclik.com/midlet.html whcih contains 2 midlets. I can browse through the phone to view this page can see both the files. . But when i try to download using...
Is it possible to dwonload an application using GPRS
I am developing a midlet program that access a servlet.
But some times when i run the program i get an error 'URLLoader error 003.'
How many midlets can be in a Midlet suite. MY application...
Th problem is that your midlet has been developed using some different version of MIDP API than what the phone supports.
The nokia 6310i supports only midlets developed using MIDP 1.0 ..
Which version of J2ee wireless kit r u using. If it is version 2.0, then it uses, midp 2.0. It is a beta version and applications developed using it will not work on real phones as it supports only...
hi,
I have ported an midlet application to nokia 6800 model succesfully. But when i try to open the application i am getting 'Application not supported error" ..please help to solve this...
Hi,
I am trying to port an application to a 6800 phone using infrared facility. I am using nokia pc connectivity sdk version 2.1. But when i install the pc connectivity software, it is not able to...
The code with httpconnection in a different thread is posted below
please check it
Hi nmittal,
i have posted below the code with HTTP handling in a separate thread
import javax.microedition.rms.*;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import...
Hi nmittal,
I hadled the httpconnection in a different thread, still i face the same problem. My concern is that it works perfectly in sun wireless kit emulator.but gives trouble only in nokia 40...
Hi nmittal,
Thanks for your help.
My concern is that some times i am not getting a response back from server. sometimes i get a response only after 3 rd click..
ie for example.. I have a...
I am posting my code here for the midlet which access the servlet
The midlet works fine in series 40 emulator but gives an error in series 60 gives error
Nokia Series 40 MIDP Concept SDK Beta...
Hi,
Thanks for the reply.Let me explain a bit more abput my application. It is a midlet that access some data from the server using http.My application works fine in nokia series 40 emulator, but...