Tagged Questions
MIDP 2.0 is a revised version of the MIDP 1.0 specification. Includes new features such as an enhanced user interface, multimedia and game functionality, greater connectivity, over-the-air (OTA) provisioning, and end-to-end security. MIDP 2.0 is backward compatible with MIDP 1.0, and continues to target mobile information devices such as mobile phones and PDAs.
2
votes
1answer
55 views
JAD file must reference the JAR file
While trying to publish a java app to the ovi nokia store there's an error - "JAD file must reference the JAR file". What can cause this problem if removing jar file and recompiling project doesn't ...
2
votes
1answer
65 views
Commands sometimes don't work
There is a Canvas which has two Commands. The problem is that when the canvas is first opened then the commands work , but when I open it for the second time then the command doesn't work! Here is the ...
2
votes
1answer
84 views
Filling a rectangle - paint method (MIDP)
Im trying to slowly paint a rectangle using two calls of .fillrect method with Thread.sleep call between each method. What is happening is that the sleep method is getting called before the rectangle ...
2
votes
3answers
1k views
Send text message to email using sms from j2me phone
I am developing a j2me application and I was wondering if anyone knew how to send an sms message to an email address. I need to use sms since I am trying to send data through it using an unlimited ...
1
vote
2answers
72 views
How to download images in background in j2me?
I have one canvas where I am showing one image on center. This image is downloaded by url. Actually there are more images to be downloaded, that means if user clicks RIGHT I have to show next image if ...
1
vote
1answer
46 views
Nokia phones MIDP 2.0 compatibility
Where can I discover which Nokia models support midp 2.0 specification?
1
vote
0answers
132 views
What does this exception message mean?
The computer's system is Windows XP and the phone mobile is Alcatel OT-806D. They are connected through the mobile's USB cable. I launched a command line java J2SE program ( ...
1
vote
1answer
52 views
MIDP: Get or track the currently focused Item
I'm adding in some functionality to a MIDP-based app which requires me to track whether or not an Item has focus. I'm only really concerned with field-style Items and need to determine when the user ...
1
vote
1answer
154 views
Identify Midp 2.0 vs Midp 2.1 vs Android
How do I differentiate between Midp 2.0 and 2.1 and Android from a WAP browser so as to redirect them to different location to download the app corresponding to their mobile.
1
vote
2answers
46 views
Transparency and Right-To-Left support
I'm developing an application using Java ME targeting MIDP 2.0 devices. 1) Does MIDP 2.0 support transparent PNGs and transparency? 2)Does LWUIT support RTL support?
Thanks in advance.
1
vote
1answer
64 views
Developing application for devices with MIDP 2.0
I'm going to develop an application for devices with MIDP 2.0, Is it possible to do this using "Java ME SDK 3.0 for Windows"? or I have to install older versions? I use Eclipse and EclipseME plugin.
...
1
vote
0answers
122 views
Hide/Launch a midlet from another midlet in a midlet suite
Good Evening to all,
I am trying to a build a trial version of a jar which has been given to us by a vendor. Trial version needs to limit the usage of this game to a max of 10 times or 10 days which ...
1
vote
1answer
266 views
Getting Original Phone useragent with J2ME
Kinda new to J2ME. I was wondering how I could go about in getting a J2ME midlet to send the original user agent of the mobile device to a server instead of: "Profile/MIDP-1.0 Configuration/CLDC-1.0"?
...
1
vote
1answer
748 views
how to read the message(SMS) from inbox using j2me(midp2.0)
HI ALL,
i want to access the inbox message text from j2me application.Please give me a way to get this problem.I have no idea abt accessing inbox...
How to do?
Saravanan.P
1
vote
1answer
246 views
Check if verisign root certificate installed on phone
Is there a method to check what root certificates are installed on a phone using midp ?
Thanks
1
vote
2answers
235 views
why getAppProperty() is not static method?
getAppProperty(String key) is instance method in MIDlet class. Since all midlet in midlet suite share same manifest/jad file, so why cant it be a static method?
0
votes
2answers
81 views
How to post data to server in J2ME? Getting response from server Invalid API Key
I am posting some data to server but i am getting {"status":false,"error":"Invalid API Key."} response from server. My API Key is correct but where is the problem i don't know. Please friends help me. ...
0
votes
1answer
41 views
Why isn't J2ME able to create recursive directory creation?
I want to create recursive directories ( for example : Connector.open("file:///Phone:/folder_1/folder_2/", Connector.READ_WRITE); ). The problem is that the two folders , here folder_1 and folder_2, ...
0
votes
0answers
74 views
How to do Facebook login authentication in j2me?
I am going to use Facebook login for my j2me app. But how to get authentication token from Facebook using j2me? Please give me some idea how to complete this task?How to implement this?
Please help me ...
0
votes
1answer
37 views
Download images from server whenever it required in j2me
I have one canvas where I am showing 5 images in sequence (in sliding). Actually I am getting only 5 images for download that time mobile device not showing out of memory error but when I am going to ...
0
votes
0answers
30 views
sonyericsson emulator “ORIENTATION.PORTRAİT ”
I installed sonyericsson 2.5 0.5 emulator. when I run the program it says:
Starting emulator in execution mode
Warning: Couldn't find text for resource ORIENTATION.PORTRAİT
Warning: Couldn't find ...
0
votes
1answer
22 views
What is the best way to achieve push on CLDC devices?
I would like to receive push messages from a server on most CLDC mobile phones while my application is running in background.
I did it already with SMS but it is costly so I'm thinking about another ...
0
votes
1answer
71 views
Show loading form while parsing XML in J2ME
I am parsing xml from remote server using kxml parser. I am using the following code to parse xml
public void validateUser(String name, String password, String mobile, String code)
{
...
0
votes
1answer
71 views
In J2ME, How to set Header information with HttpConnection?
I have used HttpConnection in J2ME for communication between server. I want to send some data to server with http header. Can anybody tel me how to set header information with HttpConnection. Any ...
0
votes
0answers
65 views
How to do Digest authentication with HttpConnection in J2ME?
Hey Hi Friends,
On Server side uses Digest authentication for particular url. I am trying to access that url with HttpConnection but i cant because on Server side uses digest ...
0
votes
1answer
85 views
Faking user agent for mobile application
I'm building a mobile application that displays the source of a WAP site. but I am not able to get the html source of my operator WAP site http://divein.tatadocomo.com. I doubt its the user agent that ...
0
votes
2answers
97 views
How to use pointerPressed method for particular image?
Hi Friends,
I have created one canvas form & on that i placed one image which is my button register. Now i am going to catch image touch events using pointerPressed method for only ...
0
votes
1answer
466 views
How to use Lwuit Resource Editor for Creating Theme or GUI?
I am just downloaded lwuit resource editor. I trying to create theme but i don't have idea how to create theme or gui. Can any one give me information how to use it? How to create gui or theme? And ...
0
votes
0answers
63 views
Multi-Connection bluetooth application
I am developing a J2ME MIDP 2.0 game that can can be played over bluetooth,
it is similar to tic tac toe where players exchange turns until the game is over,
the problem is that i want to give the ...
0
votes
0answers
74 views
Network Demo in WTK 2.5.2 client-server connection is not working on remote hosts
When I run client and server locally I am able to receive messages but when I run the server emulator on 10.107.14.4 and client emulator on different machine, the client emulator is not able to ...
0
votes
1answer
42 views
Set ImageItem in midp form UNFOCUSABLE
I have a midp form where I'm adding ImageItem's and StringItem's
I want to be able to select the StringItem's only. When I click or scroll in the form I don't want the images to be selectable.
Is it ...
0
votes
1answer
130 views
Opencv for Java mobile phones midp2.0 mid1.0
I have recently completed my project in OpenCV 2.0 c++
This project is aimed for Visually Impaired persons. Basically Image is take through cam and then it is processed to guide the blind/ visually ...
0
votes
1answer
222 views
How to remove Text field from Form in J2ME
Hey Hi Friends,
I have created one application where in one text field i am getting input from user as id and according to id i am displaying the information. At run time i am adding ...
0
votes
1answer
323 views
j2me problem with playing multiple sound files
I have a problem with playing more than 2 sound files in a game I'm developing now in j2me MIDP2 in eclipse.
Please advice me the best way for playing multiple "wav" sound files.
I created the ...
0
votes
2answers
311 views
“Undefined methods for the type ”error after importing Netbeans project to Eclipse Pulsar
I imported a netbeans project into eclipse ( Pulsar for Mobile Developers.Version: Helios Service Release 1, Build id: 20100917-0705).
I have two errors multiple times -
The method nextInt() in ...
0
votes
2answers
152 views
Has anyone ever faced any prob connect to a bluetooth service using j2me?
I've been trying to connect to a bluetooth service using j2me but I am getting a null exception...
The client is able to identify devices in the nearby regions but not being able to connect to their ...
0
votes
1answer
95 views
form.remove command not working
How does form.addCommand work ? I'm experiencing a problem in that when I create a new form the previous forms commands are added to the new form. Im invoking form.removeallcommands on the new form ...
0
votes
0answers
98 views
Network Demo in WTK 2.5.2 not working
When I tried to run socket programming demo on j2me wireless toolkit, I am getting error "Port 5000 already taken" on client side. When I used command like netstat | grep 5000 No service is runnig on ...
0
votes
1answer
88 views
Selected lIstener on javax.microedition.lcdui.CustomItem (MIDP)
How can add a listener to a javax.microedition.lcdui.CustomItem so that when it is selected an event is fired ?
Thanks
0
votes
1answer
178 views
Detect wifi and network connectivity in midp
Is it possible to detect that a phone has network connectivity and/or wifi using midp ?
Thanks
0
votes
2answers
154 views
Where can I check the available memory (heap) of phone model
Is there an online database where I can check the amount of available heap memory on a particular mobile phone ?
Thanks
0
votes
4answers
152 views
J2SE and Java DB
Greetings,
My Java experience is limited, but I have a fair enough understanding of it. With that in mind, I am attempting to write a mobile application with a self-contained database -- Java DB -- ...
0
votes
1answer
80 views
Does MIDP 2.0 say that this phone has at least GPRS connectivity?
Does MIDP 2.0 say that this phone has at least GPRS capability?
I need to come up with a list of phones which has MIDP 2.0, and GPRS capability.
0
votes
2answers
50 views
Mutually Exclusive Permissions in J2ME
What are the other mutually exclusive permissions for a MIDlet aside from "Net Access" and "Auto Invocation"? Are "Net Access" and "Messaging" not mutually exclusive?
Edit: What about "Messaging" ...
0
votes
2answers
190 views
Error while Running MIDP 2 applications in netbeans
I am trying to run(emulate) a simple midp2 j2me application in netbeans(6.8) in ubuntu 10.04. It is building fine , with no errors, but when i choose run , it gives "http server is not running.start ...
0
votes
1answer
640 views
Can a native Blackberry application (not MIDlet) use MIDP Push Registry?
If I am writing a MIDlet, and if the device supports SMS push registration (i.e. supports WMA 1.1 spec), I will be able to send push messages to the application that is installed on the phone and is ...
0
votes
1answer
371 views
MIDP 2.0 push registry
We would like to use MIDP2.0 push registry to invoke our MIDLet at reguler interval
to check for new messages from server. If another MIDLet is already runnning in the foreground will our MIDLet be ...
0
votes
4answers
1k views
getting and handling the key presses in a J2ME GUI application
i am quiet new to J2ME GUI programming (or developing with java in general), so this question might sound very basic to some of you. I am going to ask it anyway since i can't figure out how to do ...