java-me

How are sms stored in any phones?

I just wanted to know how all the sms in the phone stored internally?? and how do i access this internal files? ...

notification/alert options in symbian OS

I'm trying to figure out whether or not I can register/call notifications in the symbian OS that's fit for the S60 series, using an app, that interrupt the OS and appear on the dashboard screen, the same way incoming calls and text messages do. If so, is it just a basic alert, or can it contain a context menu (on either side) with option...

How to get the contacts list in a sony ericsson in J2Me

Hi everyone. I'm building a phone application in j2me. In it, I need to get the contacts from the phonebook. There is an API for that and the line I tried to use was contactList = (ContactList) PIM.getInstance().openPIMList(PIM.CONTACT_LIST, PIM.READ_ONLY, name); Apparently, it doesn't work in my phone (Sony Ericsson ...

can we send applet through sms (binary data)

Hi , Is it possible to send Java Applet through SMS. The requirement is to download a Java applet through SMS to a mobile. Later install it . Appreciate your guidance on this. Regards Sandeep ...

How can i draw myname (or any string) on the wall paper of mobile in j2me?

How can i draw myname (or any string) on the wall paper of mobile through a j2me programe ? Please answer me as soon as possible Thanks to every body in advance. ...

Advantage and Disadvantage of J2ME??

I would like a list of advantages/disadvantages of J2ME, mainly MIDP. I figured that this would be the best place to ask since there seems to be a wealth of knowledge in this forum. Currently I have the following advantages in J2ME., * Rich Clients * Offline use * Consistency of applications across platforms * Reuse of existing code bas...

What would be best Alternative to J2ME?

Hai Friends, I want to know what is the best alternative to J2ME. When i referred Net i found the following, but i am still confusing that, which one is best alternative to J2ME. 1. Android 2. SuperWABA 3. JBed ...

how to get selected item index in form in j2me

I am appending 20 images in form by using loop.when i am scrolling these images up and down i want selected image index so that i can view bigger size of selected image. i used this form.append(image) is there any method or way to get selected item index in form like in list there is getSelectedIndex. plz help me and provide me gud so...

Asin, Acos, Atan in J2ME

How could I use Math.asin() (.. etc.) in a J2ME application? (I've looked at Real Java (and it looks like it could do this) but it says I should avoid converting from a string. How could I create a new Real from a double value?) ...

Parsing a text file on BlackBerry takes forever

I was originally using RIM's native xml parser methods to parse a 150k text file, approximately 5000 lines of xml, however it was taking about 2 minutes to complete, so I tried a line based format: Title: Book Title Line 1 Line 2 Line 3 I should be able to read the file in less time than it takes to blink, but it is still slow. ...

How to access call logs from J2ME apps?

I've been looking around and haven't found an answer to the above question. Many forums say it cannot be done in most phones, but most of those entries date back to 2006-2007 or more. I'm hoping J2ME's gotten better in the past few years. :) ...

How to Parse text data and store the same in array with splitting in j2me?

How to Parse text data and store the same in array with splitting in j2me? I have proceeded with the following code and i get to see all the text data but can't go any further. Can you guide me? /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import java.io.*; import javax.microedition...

java md5 compiling error

Hi all, i just try to use MD5 library in java, but i got some errors, when I try to compile it, I got this error : digest(byte[],int,int) in java.security.MessageDigest cannot be applied to (byte[]) I try to compile it by wtk (j2me) What is the problem ?. thanks here is the code import java.io.FileInputStream; import java.io.Un...

Samsung Champ gives problem in sending SMS (Java ME)

I have a midlet which sends an sms to a desired number. The midlet works fine on Nokia N70 and Nokia 6300. But while using on Samsung Champ, I am able to send an SMS only once to a certain number i.e. it works fine when sending SMS to a number but it does not work when the same or a different SMS is sent to the SAME number. It does not g...

How to start two J2ME Midlets on Mac OS X with WTK 3.0.

Whenever I want to start second Midlet, I get error "MIDlet suite is already running." I'm developing under Netbeans. On Windows it work OK. With king regards! ...

Error building/compiling open-source J2ME 'ajax' request (wrapper) library for making ReSTful api calls

I downloaded an opensource project from https://meapplicationdevelopers.dev.java.net/source/browse/meapplicationdevelopers/demobox/mobileajax/lib/request/ When i try a Clean and Build from Netbeans, it results in this error message: Problem: failed to create task or type nb-prep Cause: The name is undefined. Action: Check the spelling. ...

how to add a non-selectable item to a List in J2ME

Hi I would like to be able to add a non-selectable element to a list within a j2me screen. At the moment any item that I add to the List can be navigated to on the screen, such that it is selected and is surrounded by a black border. Is possible to add an element to a List which cannot be selected in this way? Can this be achieved th...

Socket Programming with J2ME

Hello , How can i connect to a TcpServer(using ip & port) with J2ME ? i want to send a request to the server and get responses ! ...

Client side ssl in J2me?

How can we implement client side SSL in J2ME? Any available resource or source code?? I want to validate the particular service is accessed by a particular phone. ...

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. ...