java-me

J2ME app to access incoming call - Where to start?

Here's my requirement: I often receive calls from unidentified numbers on my mobile phones. I would like an application which would use a reference list like this, and show me the carrier name and the area of origin along with the number on screen. Mobile make : Sony Ericsson Model : C902 Operating System: Propreitary J2ME: MIDP 2...

j2ME setLocationListener()

I'm programming a GPS tracking system using the Motorola i335 running on Sprint's IDEN network. I'm using the javax.microedition.location api to find the GPS coordinates. To set up the updating, you use the [setLocationListener][1] method. I originally tried passing (listener,2,1,1). However there were too many invalid locations bein...

J2ME UI on Samsung Bada platform

Hello All, When a J2ME application runs on Samsung phone with Samsung Bada an OS that supports TouchWhiz (GT-S5320, in my case),a virtual keypad is shown on the screen by default and always! This virtual keypad consists of the following keys - LEFT,RIGHT,UP,DOWN,FIRE and SOFT1, SOFT2. Is there anyway I can control when this keypad is d...

Rendering html/js in J2me app?

Is is possible to display html document in J2ME mobile app? Is it possible using for example WebKit? I was looking for some webkit's j2me implementation or some tutorial or advice in google but found nothing. ...

Qt Library version required for porting phoneme MR4

Hello, I am porting phoneme feature mr4 for my linux-arm device in qt.As all the functions reuired for j2me porting are already written in QT, I want to use appropriate qt library. So Please can anyone guide me about which version of qt/embedded will i require for this port. Thanks and Regards, Aditya ...

Problems with LWUIT in J2ME on Nokia E72

Well, I'm developing a app in my cellphone that is going to connect to my PC, the problem is that everytime that I return a URLRequest to the cellphone, it shows the previous Form on the screen and not de actual one, for example this is what goes in my actionListener: public void actionPerformed(ActionEvent ae) { if (ae.getCommand(...

How can I format a Date in JavaME on a celphone application?

Here's my code: Date aux = new Date(); TextField txtFecha = new TextField("Fecha:", aux.toString(dd/mon/yyyy), 50, TextField.ANY); I'm trying to get my date to format like: "20/4/2010" Thank you! ...

Parser generator for JavaME

First: I have looked at this SO question but unfortunately there is no mention of JavaME I am looking for a parser/lexer generator that produces code that can run on the Blackberry and its (obnoxious) JavaME. E.g. at first I thought I could use ANTLR however it seems the run-time library is not compatible with JavaME TIA ...

How can I call a website in my JavaME application?

I'm trying to pass information set in a celphone applications Form and pass it to an ASP.Net web page. The idea is that the parameters will be passed through GET and my app will save it to a database. How can I achieve this if hypothetically my asp.net site is: www.mysite.com/save.aspx Here's what I have so far: public void GuardarIn...

recommened xml, xpath tools for J2ME

We are start working with J2ME application where we need the XML parsers based SAX, DOM and Xpath navigation support. I found kXML recommended by many developers. What are other free/open source libraries available you found useful and using in your application? ...

How to set start, stop conditions for animation in your mobile app - java me

Hi, Hope you all will be fine. Actually i just made an application in which three things are happening Connection is making through Http and then result is coming in you application text area 2.Send SMS Receive SMS in your application textarea Now i want to do animation. I am newbie but i am very fond of animation. Now i want that...

Draw string in canvas

Hey there! I'm having an hard time finding how to draw/print a String in a canvas, rotated 90º, NOT vertical letters. After some different approaches without success I was trying to follow one that would involve printing the Graphics object to an Image object. As the API is reduced it has been a difficult task. So basically what I'm ask...

JSON parser for J2ME

I need a basic JSON parser that works with J2ME / CLDC 1.1. A Google search returns tons of answers on this (some even on stackoverflow), but it appears that all point to libraries and solutions that are no longer available (for example, lots point to an implementation that is supposed to be on the json.org site, but at least I can't fi...

NetBeanse J2ME DataBinding

Hi all , I build an application based on the new Netbeanse data binding feature . I have a problem using this fature on Motorola IDEN mobile (i680) , I get a java exception while trying to install the application on the mobile . What can be the problem . Thanks in advance ... ...

implementation of interp1 function of MATLAB in J2ME

Hi, i am looking to implement the interp1, 1-D data interpolation (table lookup), function available in MATLAB in J2ME or JAVA. here is the link http://www.mathworks.com/access/helpdesk/help/techdoc/ref/interp1.html Is there any library available in J2ME or JAVA which has already implemented the same function ? If not can anybody help...

Issues regarding playing audio files in a JME midlet.

I am making a midlet which is to be used to play out local audio files. It is obviously not working. I am getting a null reference on the "is" variable, in the code snippet shown below. 1. try{ 2. System.out.println("path: " + this.getClass()); 3. InputStream is = this.getClass().getResourceAsStream("res/01Track.wav"); 4. p1=Manager.cre...

J2ME HTTPS Connection Problem: Certificate was issued by an unrecognized entity

I am developing a little J2ME application that will read our grades from our university's server. With Desktop Applications, It is fine, I can do it but in J2ME, it always gives me this error, even I use well-known services like HTTPS Google, I still get the same error. urlConn = (HttpsConnection) Connector.open("https://stars.b...

FileConnection Blackberry memory usage

Hello, I'm writing a blackberry application that reads ints and strings out of a database. This is my first time dealing with reading/writing on the blackberry, so forgive me if this is a dumb question. The database file I'm reading is only about 4kB I open the file with the following code fconn = (FileConnection) Connector.open("file...

how to run JAR file in emulator in eclipse configured for Samsung SDK

I need to run a jar file which is application for for SAMSUNG mobiles. I have configured my eclipse with Latest samsung SDK for java. I also able to run a sample application on emulator. Now I have to run a JAR file in that emulator. Please advise. ...

Creating and Installing JAR files in S60 Devices

I hav written a J2ME application for Bluetooth chatting using L2CAP connections in Eclipse Galileo. The problem is the JAD/JAR file created by selecting Project->J2ME->Create Package, doesnt install on my S60 (Nokia 5233)phone. It says Authorisation Failed!!. And after installing the screen gets stuck when it comes to connections part, t...