0
votes
2answers
27 views

Is there a similar class as Rectangle in java me?

So i just started programming mobile applications and when i wanted to use a Rectangle class i couldn't do it? What should i use instead of that class? I need something like that because i need to use ...
1
vote
2answers
56 views

Unable to send and recieve data in HINDI language from NOKIA S40 series cell phone correctly

I am trying to send data in HINDI language using JAXRPC webservice from my NOKIA S40 Series Cell phone, The main issue is that the data recieved on the webserver is not in correct format. All I get on ...
1
vote
1answer
51 views

Intercepting incoming text SMS in J2ME

Is there any way to intercept an incoming SMS message(In J2ME), and then modify it (or fetch data from it) before going to inbox. Suggest some methods (or code).
0
votes
0answers
38 views

Folder for Commit changes in RMS j2me

I mentioned folder name in emulator setting (to commit RMS changes) but my question is: Such folder will be available on real phone or not while running on it?
0
votes
1answer
61 views

How to recognize the direction with accelerometer

I'm bulding an application with a Nokia S40 Full Touch: A simple app that has a ball in the center of screen, when you shake it (Up/Down/Left/Right) you move the ball in the direction you want. I ...
2
votes
0answers
101 views

J2ME LWUIT lib, textfield password not showing last character

I'm a little bit new to J2ME ... I'm using LWUIT as my UI library. My question is: I want to display a password TextField that accepts numbers only (I succeeded), but the problem is, when making it ...
0
votes
1answer
65 views

J2Me swipe image left and right

I am learning Java Program for Mobile, I am trying to create a program thru which I can show images on screen by dragging from left to right, or right to left. I have touch screen mobile, no ...
0
votes
0answers
140 views

Java ME SDK 3.2 not working on windows 7

When ever I tries to run my project from eclipse I got the following error : Starting emulator in execution mode Error Failed to connect to device 0! Reason: Emulator 0 terminated while waiting for ...
0
votes
2answers
167 views

Source not Found Error in Eclipse BlackBerry App

I'm new to BlackBerry application development. I have one silly error while during HttpConnection in httpcon.getResponseCode() method giving source not found error. Please, can any one figure out ...
0
votes
0answers
85 views

How to send a sms using PHP to an BlackBerry mobile in such a way that the message will not appear in the Inbox of the device?

How to send a sms using PHP to an BlackBerry mobile in such a way that the message will not appear in the Inbox of the device ? I am able to send the sms using the SMS gateway API. But this messages ...
3
votes
1answer
125 views

A GUI library for j2me mobile app

I'm developing a simple j2me app. I'm using LWUIT library in order to create GUI for it. But it turns out that this lib is very slow on real phones (for example, when I press a button that redirects ...
0
votes
1answer
373 views

Java Keylogger for Java phones

I've looked all around in google, there are many key loggers for any phones OS except java, with a simple search you can find hundreds of SMS key loggers and Spy apps for Android, Symbian, Windows ...
1
vote
2answers
120 views

How do I change localization in my j2me program with LWUIT?

I've created a localization table in my project's res-file using LWUIT Resource editor. But it turns out, that I don't know how to switch through different localizations. How can I set up a global ...
3
votes
1answer
71 views

How reliable are Binary Messages in Java ME

I am to develop a mobile application for the Java ME platform that sends SMS messages, containing binary data. However, the application is to use a custom port for sending these messages (so that it ...
2
votes
1answer
152 views

Google Static Maps and Driving Directions

I have made a mobile application that use Google static maps to get map from A Position to B Position, and I have also used Google Direction API to get all path direction from A Position to B Position ...
0
votes
0answers
146 views

why j2me have become obsolete? [closed]

I have observed that many organizations are not making apps for j2me while they tend more towards android, iphone and other platforms like BB, Nokia's Symbian etc. Why is this? Considering that j2me ...
0
votes
1answer
89 views

PlayerListener MMAPI

when running the program, music still running but console don't print the messenge. Where is the problem? I don't use english well. Sorry. public class MultimediaSound extends MIDlet { public ...
1
vote
0answers
93 views

j2me incorrect time when resume midlet in windows mobile 6.1

I have a strange problem, in my midlet (CLDC 1.1, MIDP 2.0) when windows mobile enters in standby mode (screen turns off) and then when it resume (press any key), I need current time, and I've got an ...
4
votes
2answers
2k views

How to install a Java ME app on Samsung phone?

My phone is supposed to be able to run: JavaTM: MIDP 2.0, CLDC 1.1 based apps. However, no matter which app I try to install on it, I get the error: Downloaded JAR are invalid I've tried to build ...
1
vote
1answer
132 views

My lwuit application is running slow on my Nokia x2 phone

Why is my lwuit application running slowly on phones, and how can I fix it to perform better? When I run the LwuitDemo, it is running fine. So maybe there is something missing in my code. I use this ...
4
votes
4answers
2k views

Is J2ME development still possible with Eclipse Juno?

I tried installing MTJ 1.1.2 from http://www.eclipse.org/mtj/, but after the restart, no new options appeared that would indicate that the plugin is even there. As the latest release is for Helios, I ...
1
vote
3answers
145 views

how to display a image on click of a button using LWUIT

I am trying to write a application using LWUIT where I want a image to be displayed on click of a button. I have the following code. But I get an exception if the button is clicked twice. Please help ...
3
votes
2answers
63 views

Is a Java Microedition RMS tagged as modified when it is opened but no data change is made?

I want to know if opening an RMS record checks it as modified in javame. For example RecordStore rs; //First RMS access rs.open("gamescores",true); rs.addRecord(null,0,0); rs.closeRecordStore; ...
0
votes
0answers
67 views

How to Sync Desktop application with the Phone? [closed]

I have created a Phone Book application (java), which runs in my computer. However, my friends suggests it is better to sync it with the phone (I am a final year student). But, I have no idea about ...
-3
votes
1answer
255 views

best DataBase for a mobile java (J2ME) program [closed]

what is the best DataBase for a mobile java program ? J2ME Used DB file outside of .jar file of program best speed in running query have more SQL propertise Like Curser, trigger and ... needed low ...
7
votes
0answers
164 views

J2ME Polish Application icon defaulting

I have a problem in a J2ME Polish app, where basically we have 2 icons showing for the app (the menu icon and the in-app icon that shows up top). If I compile with a single icon and set it in the ...
-3
votes
1answer
201 views

Public key encrypted SMS J2ME

I need to make an SMS application which encrypt the message going trough it. I'm planning to add these features to application, 1)Generate key-pairs. 2)Send the public key to other party as a SMS. ...
4
votes
1answer
430 views

Why do Buttons have action listeners and commands don't in LWUIT?

Is there any reason why in LWUIT a Button can have its own ActionListener (via button.addActionListener) while a Command does not? Is the only way to have a listener for a specific command is to add ...
1
vote
2answers
1k views

How to find user location using cell tower in J2ME?

I just want to find the location name using cell tower in j2me. Also how to redirect the incoming call to our own application from where the caller number is shown to user like the normal calling ...
1
vote
1answer
357 views

Control Volume Code for J2ME

I have nokia xpressmusic 5130 c-2 working on symbian (j2me) the volume buttons has been broken, so i decided to make a j2me program to control the volume (increase,decrease) I have found many codes ...
0
votes
1answer
1k views

jad and jar size do not match in j2me

I am using N97 and Nokia 5530 for my application. More often whenever I install my application. I find this error. I have searched the internet and found a number of ways to solve this problem. I did ...
0
votes
1answer
100 views

Is it possible to ship linux on my old samsung mobile? [closed]

I have an old touch mobile phone Samsung Corby S3653, and it runs on Java right now. I want to change the OS to some embedded linux (any thing other than what's already in it). It is possible to ...
0
votes
0answers
77 views

It is possible to get REAL 1 millisecond accuracy in J2ME?

After searching for a while for a couple of days, I suppose there is no way to achieve REAL 1 millisecond accuracy (or about 1000 microseconds) in J2ME, since System.nanoTime(); is not available in ...
-1
votes
1answer
346 views

How to get Device IMEI in Java ME?

I have a problem getting the device IMEI in J2me, I have tried all the strings in those posts, and also case sensitive but I always get null Getting Device IMEI ...
-4
votes
2answers
181 views

First application run in J2ME [duplicate]

Possible Duplicate: J2me detecting first start of application I'm developing a J2ME application and I want to know if it is the first time to run the application in the device to be able to ...
2
votes
3answers
734 views

parsing int or double from text field in J2ME

I have two text fields in Java ME and I'm trying to create a third field will calculate a total of the two previous text fields that the user would input. I know I would first have convert the first ...
-1
votes
1answer
715 views

Sending and receiving data over http in J2ME and handling menus and screens

I am new to J2ME and am building a mobile application where users can register, login and be presented with some member only screen where they can perform some operations. (I am into web development, ...
0
votes
1answer
31 views

Java ME: How to wipe all information from a device

I am working in Java ME. I am trying to programmatically erase all user information, like messages and contacts, from my device. I'm unsure which APIs I can use to achieve this.
2
votes
1answer
131 views

are there any good references for J2ME accelerometer, I don't seem to find any

I googled that but couldn't find any sufficient resources/ samples/ tutorials, any help appreciated
1
vote
2answers
214 views

Is there a way to display web component in the j2me program? I am programming for a s40 series Nokia phone

I am trying to display a small web content in my application. Is there any way to display a web content? Currently I am displaying a link, and upon clicking that link my application will close and ...
1
vote
0answers
128 views

How to use Mobile Phone as USB especially Nokia S-60 series

I am working on a project in Java Netbeans where I am using mobile phone Nokia E-72 (that is connected to computer via data cable) and I am sending and receiving messages from/to computer through the ...
1
vote
1answer
87 views

How to protect files created by FileConnection from being manually deleted and modified?

Suppose there is a file created in the filesystem of a mobile device by using FileConnection ( J2ME ). How to make programmatically this file undeletable and unupdatable manually ?
3
votes
1answer
71 views

What are the other options for storing data?

I noticed that recordstores take much memory when their number reach more than 8. This makes impossible image creation inside device and camera capturing. Although my application needs to record more ...
0
votes
2answers
764 views

Does getting a Cell id of mobile device will work to get accurate posiiton of mobile phone in j2me

If I get the cell id Will it work to get the exact location of the mobile devices through j2me programming? I got to know how to get cell id by this link: Can I fetch position of mobile device in ...
3
votes
1answer
542 views

Can I fetch position of mobile device in j2me having no GPS service using information from cell tower

Can I get a location of mobile devices from j2me programming having no GPS unit installed? Can I obtain the location using cell tower info? I heard about triangulation method. And gone through ...
1
vote
0answers
103 views

I cant call web service in j2me app

I have develop a j2me app which calls .net windows based web-service. Its working good in emulator and nokia phones but not working in samsung and micromax. May be this app can not call ...
1
vote
3answers
427 views

LWUIT ComboBox: Class as the Items

I am using the ComboBox in LWUIT. My code goes like this. public Locations(String name, int X, int Y) { Name = name; xLocation = X; yLocation = Y; } I have made a list of Locations ...
0
votes
1answer
64 views

charging gateway in j2me midp 1.0

I am developing one application in j2me which requires charging gateway integration in j2me means. Is there any way to deduct sim card balance directly?
1
vote
2answers
61 views

How to know that the device's screen is bigger?

When the phone's screen is not very big, like an Alcatel OT-806D's screen, then label text can be seen with a plain, small, proportional font with a size of 9. But when the screen is like HTC's screen ...
-1
votes
1answer
380 views

Can we get phone number in j2me programmatically?

Can we get phone number of device in j2me? Is it possible or not?

1 2 3 4 5 7