Mobile Information Device Profile is a set of Java ME specifications. Known versions are 1.0 (JSR 37), 2.0 and 2.1 (JSR 118) and 3.0 (JSR 271)

learn more… | top users | synonyms

1
vote
1answer
34 views

Why does using the unnamed package or smaller package names makes the Jar smaller?

I wasn't able to find much information about exactly why using shorter names on packages or using the unnamed package (default package) actually makes the jar size smaller. I've read obfuscators ...
0
votes
1answer
51 views

Resize StringItem Button in J2ME

Please let me know how to resize StringItem button. I want to make it large. btnExit= new StringItem("", "Exit", StringItem.BUTTON);
1
vote
2answers
197 views

Change Width and Font of TextField in J2ME?

Firstly I want to emphasize that I'm talking about TextField in J2ME (javax.microedition.lcdui.TextField) not TextField in AWT (java.awt.TextField). Could you tell me if this is possible in J2ME? I ...
0
votes
1answer
56 views

Clearing the canvas with J2ME

I'm trying to create a program that shows two images at random locations and changes them every second. My problem however is when the image is redrawn I can still see the image in the previous ...
0
votes
0answers
21 views

Error while creating midp project in netbeans

I want to create a midp (Mobile Information Device Profile) project in netbeans. I follow guide as given at its official website . When I run project it gives error as follows... Failed to connect ...
1
vote
1answer
103 views

Java ME Drawing multiple dynamic Sprites on GameCanvas

I want to draw on GameCanvas multiple dynamic Sprites such as gun shots. I have 2 main classes: GameCanvas and GameController GameController holds a Vector of my gun shots. GameCanvas has an access ...
0
votes
0answers
46 views

Advice on unexpected behavior of Java ME

As an example, in Display.getDisplay(MIDlet mid)s javadoc as return info this sentence "the display object that application can use for its user interface" is written. But this method will return ...
0
votes
1answer
16 views

Is there a way to implement Item(s) in a Canvas instead of in a Form?

I am trying to make a game application and create a menu of strings that can be selected easily by the user by just clicking the arrow keys on their devices. I already know how I could do it the ...
2
votes
0answers
92 views

Which JavaME enabled phones has JSR-253 (if any)?

I need to create a cellphone app that catches the phone-numbers of incoming calls. I don't need to actually do anything with the call itself. Just catch the phone-number. I looked briefly at ...
0
votes
0answers
63 views

How to resolve ClassNotFoundException in J2ME

I got this error while running the Midlet: Running with storage root C:\Users\Acer\j2mewtk\2.5.2\appdb\MediaControlSkin Running with locale: English_United States.1252 Running in the ...
1
vote
1answer
134 views

J2ME Sms Send Permissions for n85 to suppress security warnings

The code below works: import javax.microedition.io.*; import javax.microedition.lcdui.*; import javax.microedition.midlet.MIDlet; import javax.wireless.messaging.*; /** * @author Panda */ public ...
1
vote
1answer
97 views

set image in j2me

I'm developing a game in j2me. I'm using one sprite for 4 set of images and changing the images for the sprite accordingly by using sprite.setImage(). I'm setting images randomly to sprite during run ...
1
vote
0answers
211 views

How to download and Play video in J2ME

How to download and play video in j2me? My code working for download In samsung : Download completed as same bytes file writen in same bytes but not supporting file format, In nokia2690 download ...
3
votes
1answer
88 views

Issues in image transformation in j2me

I'm developing a game in j2me. I don't need sprites for this game, I'm painting images directly. The method which I'm following to flip an image is as follows. But on device,it is shown as in fig 1.1. ...
1
vote
2answers
295 views

How can I create a button on a form in a J2ME application?

I attempt to make a simple "hello world" application, where on clicking the button , it prints a string "hello world". How can I add a button on a form? I need to create a button, on which when I ...
1
vote
1answer
503 views

Get event click list item in J2ME

I want to create small app. I will login with user and password, then display option to select. If select option, display alert corresspondingly. But I can't get event click item in list. Here is ...
3
votes
1answer
107 views

How to get Hashtable values and show in listview in another screen using J2me MIDlet

I am developing a Application in J2Me for Nokia Device. I have created menu list and added ClickEvents(CommandEvent), my problem is how to get hashtable data one by One in Display like listview in ...
1
vote
0answers
72 views

how to place checkbox side by side using j2me

We are developing a mobile application. We want to place multiple checkbox side by side for multiselection purpose. Tried searching different solutions on various blogs, unable to find it. I tried ...
2
votes
1answer
89 views

Deleting Record Stores of one app using another app in J2ME

Is it possible to delete the record store of the J2ME app 'XYZ' using another J2ME app 'ABC'? I need this information to know whether my application is safe.
1
vote
1answer
140 views

java.lang.IllegalArgumentException: invalid IPv4 format J2me Midp 2.0 and Asp.net version 4.0

I have to access IIS Asp.net version 4.0 services through j2me Application, MIDP-2.0. Same J2me code can able to access Asp.net version 2.0 services. I am not able to figure out what and where I have ...
1
vote
2answers
149 views

Initialising ChoiceGroup + J2ME MIDlet

I have XML being parsed into a custom blogger class array, with this I am trying to show on screen a ChoiceGroup of the .name attribute of my blogger class. for(int i = 0; i< intBloggerLength; ...
1
vote
1answer
52 views

Switch to a Visual Design from another Visual Design

I'm working in java me. I created two visual designs, First.java and Second.java both of which contains form displayables. I added an Ok command to a form in First.Java and the user is expected to ...
1
vote
2answers
89 views

Using a Textfield to switch to a displayable in Java Me

I'm working with java me, I built an app using forms displayables. I'm trying to switch to other forms, based on the user's input in a textfield item. For example, I want the user to be able to type ...
1
vote
1answer
70 views

Midlet crashes when calling bluetooth API

When I run following code on my phone I get black screen saying there was uncaught exception but whole block is wrapped in try/catch block so it is weird, anyway when I proceed with execution code ...
1
vote
1answer
105 views

How much Data RMS can store Approx.?

I want to use RMS for storing Large Amount of Data. I have checked till certain Limit. I just want to ensure about RMS that will it capable to store it? I have stored around 1,35,000 characters in ...
0
votes
0answers
207 views

j2me,push registry for alarm,working

I am creating a app that run in background to fetch the device data on regular intervals. In java me the background processing is not supported, I found the help regarding the Push Registry. I try it ...
1
vote
0answers
43 views

How to add an icon in (implicit) list while using Netbeans?

I am developing J2ME app using NetBeans; I am created one List of menus using 'List' control and List type is IMPLICIT. In that list there is a one menu named as Map. For this Map menu, I want to add ...
1
vote
1answer
100 views

In J2ME, How I obtain reference of all controls of the form to record form's controls state changes?

In my J2ME app, I want show an alert dialog box only when the user changes the state of any controls—that is, when the user uses any of the control of the form and then try to cancel the form ...
1
vote
1answer
228 views

In J2ME, is that possible to operate an Alert dialog box with Yes & NO command?

I have created an Alert dialog box in my J2ME app to alert user when user press exit button to terminate an app and ask user confirmation to exit from app with yes and no command. When user press Yes ...
1
vote
0answers
36 views

zayit.exe appcrash when trying to open an HttpConnection

I am facing a problem while trying to open an HttpConnection in my J2ME app. I am running the app using the emulator but when it comes to the line of code to open the HttpConnection as: ...
3
votes
1answer
259 views

Error: j2me conflicting applications, show items?

I have designed a j2me application with push registry functionality. I have little issue of error "Conflicting Applications, show items?" while starting the application. What I did is just added an ...
1
vote
1answer
373 views

j2me: How to use setCommandListener on a TextField?

I wanted to make it so that when I select a specific TextField in a Form, I get a specific list of Commands, for example TextField: OK, Cancel TextField2: OK, Back, Help And I succeeded by using ...
1
vote
0answers
86 views

couldn't find a way to load a 960x624 image on j2me netbeans emulator

How to show a full 960x624 image using j2me canvas? I wouldn't mind to scroll but I don't want it resized. {image = Image.createImage("/earth.png");} {g.drawImage(image, width, height, ...
1
vote
0answers
25 views

Is it possible to sign same J2ME midlet with two signature

Is it possible to sign same J2me midlet with two signatures like thawte and Verisign? So that don't need to build with separate signature.
2
votes
2answers
243 views

fix a splash screen image to display in j2me

In my j2me App I have tried canvas which works great on Nokia phone but doesn't run on samsung. For that I have to switch to some FORM which in both cases works but only issue is of size, if I create ...
1
vote
0answers
116 views

RecordControl with platformRequest could they work?

My goal is to produce an application that dial a phone number then record the conservation. I have tested this code which record voice and then play it on my 5310 correctly. import java.io.*; ...
0
votes
0answers
94 views

Add a canvas to Flow in Netbeans

I have a canvas: public class CalendarCanvas extends Canvas in the file CalendarCanvas.java How can I add it to the flow as in the picture? I tried adding the canvas to the palette, but I don't ...
4
votes
0answers
255 views

J2ME Image Item slideshow

I have tried with image slideshow in j2me. Below is my code for image slideshow. But will it execute image don't slideshow and not displayed. If I click play button then image will slideshow ...
1
vote
0answers
62 views

Modifiying j2me midlet

I want to change some strings in opensource app ( testing purpose ). So I decompiled my app using jad decompiler. Original class file http://dl.dropbox.com/u/32657135/YourTube.class issued command ...
1
vote
1answer
259 views

Converting String to datefield / Java Microedition

Using J2ME, netbeans 7.2, Developing a mobile app.. I have converted the Datefield value to a String and Now want to put it back to a Datefield. To do this I need to convert the String back to ...
1
vote
0answers
63 views

using post throws IOExceptions on some phones

i have created an application in J2ME that uses the following method to connect to a server. php is used on the Server side to process the requests. the application works fine on some phones like ...
1
vote
1answer
79 views

How to convert DateTime value into Filename in J2ME

I am doing a Java mobile program using J2ME. I want to save date time field value into a Mysql, I am trying to convert the datetime field into a long and saving it in Mysql if its possible. In c# ...
0
votes
1answer
112 views

Dialling a phone number by platformrequest

I have tried for two days to write a code that dial a phone number , but I failed I have written a midlet and a form called main as a Displayable the form contains a textfield and command . When ...
0
votes
0answers
139 views

Unable to send sms message in blackberry simulator

I am creating a app in blackberry which send an sms message to other mobiles from blackberry simulator, but I wrote a code in which I am not getting any error, it runs correctly without any error but ...
1
vote
1answer
63 views

How can I add list to screen with menu in java-me

I have a problem about java-me list. I can create a list and add it to screen but I couldn't add any menu bottom of the screen like 'Back'. I used this code: String[] degerler = {"StringItem", ...
3
votes
1answer
90 views

Text Wrap in J2ME

I am working on a small J2ME project and i need to wrap text displayed on a form as it extends beyond view. I am using the Nokia IDE This is my code below: aboutScreen.append(new StringItem("QY is ...
1
vote
1answer
52 views

deploying j2me applicaiton on old handsets

I was to develop a simple j2me application for microworks. The application is to send sms. But I found that most of the mobile phone they carry are very simple and even some of them don't have ...
0
votes
1answer
226 views

how to send sms from pc to mobile in J2ME

I have a Java me midlet which can send group message repeatedly, it worked well on my WMA console. How could I deploy it so that it can be tested on a real device? Moreover, what should I do to let ...
1
vote
3answers
325 views

J2ME thread programming

I am creating a j2me application which is interacting with a database on a server. Therefore I launch a thread to connect to the server. I handle all my command actions in a separate class which ...
2
votes
2answers
104 views

try/catch does nothing in Java ME

So I have the following code: public class Minesweeper extends MIDlet implements CommandListener { public static String error = ""; public void startApp() throws MIDletStateChangeException { ...

1 2 3 4 5 12