java-me

editing a xml file with j2me using kxml

hello! i m developing a j2me appplication in which first i have to extract some data from the xml file and after that updat that xml file with certain elemntal values....... pls help me to find out how to update that xml file........... ...

Looking for mobile balance transfer study materials

I need to make a web application for mobile phones so that I can transfer balance from a 'recharge sim' (SIM card used to send balance to other mobile SIMs) located in whatever country to other 'non-recharge sims'. I can't find any resource - documentation, tutorial, forum discussion, programming language etc. Where should I start? Wha...

why can't i see log in eclipse console when using wtk2,5,while i can see log in eclipse console when using wtk2,2

why can't i see log in eclipse console when using wtk2,5,while i can see log in eclipse console when using wtk2,2 on the same j2me project thx a lot。 my english sucks,pls bear it。 ...

J2ME: Crossplatform getting contacs with PIM

Hello, developers! I have to develop solution based on getting data from address book. Those data must be saved into text format. I coded it with Java™ Platform Micro Edition SDK 3.0. public void getAddrBook() throws Exception{ addrStr= new StringBuffer(""); pim = PIM.getInstance(); try{ contact...

which is better android or j2me for image processing on phone

hey iam going to do some applications on mobile using image processing applications i was asking which will be suitable for me as i will need a programming language that supports phonve devices with high memory , what is the maxiumm number of ram size that has been released to work on phone is there any name about the phone th...

j2me application hides automatically after splash screen in nokia e61

hi,friends my j2me application hides automatically after splash screen in nokia e61.my application contains push registery and i have used rms afetr splash.my application works smoothly on sony cybershot but the above problem arises on nokia e-series mobile phones.i am not understanding what is the problem. ...

j2me application hides automatically after splash screen in nokia e61

Possible Duplicate: j2me application hides automatically after splash screen in nokia e61 hi,friends my j2me application hides automatically after splash screen in nokia e61.my application contains push registery and i have used rms afetr splash.my application works smoothly on sony cybershot but the above problem arises on n...

Regular expressions in microedition

Possible duplicate: Regular expressions in J2ME Hi ! How can I use regular expressions in microedition? Thanks in advance ...

Detecting QR code from an image with zxing

Is zxing library will directly detect the QR code from an image without having to determine where the location of the QR code in the image? ...

connect to non-discoverable bluetooth device

I am developing an app for android. Just a general questions as to , if is it possible to connect to a device which is non discoverable publicly? Thanks in advance. ...

how do i get phone platform details?

well im making an app and it needs to know on what its running. lets say i run it on an android phone. first is there somewhere on in phone that says "android"? i need things things like screen size and if it can get touch, supported file types, jsr`s installed. is there a way to get that info from a phone? or am i doomed to try and mak...

Using the content handler api (jsr 211) to open applications

Hi, I want to be able to launch native and j2me applications through my application, using the content handler api (jsr 211) on a Nokia 6212. At the moment I am unable to do so as it always states that there is No Content Handler Found and throws a javax.microedition.content.ContentHandlerException. Atm I am trying to get the phone to...

J2ME app File size

i have doing j2me app using LWUIT lib. it get nearly 600kb. then i have use net-bean default Obfuscation tool. but still it size is not less than 430kb. any idea? ...

problem Using MathFP class in Eclipse

HI I am tryin to develop a game in j2m using eclipse. To handle floating point I have downloaded the MathFp class. I did the following steps i placed the mathFP.class file in net/jscience/math/kvm/ directory 1> Ziped the folder containig the downloaded class. 2> java build path->libraries->ADD jar->selected my zipped folder. 3> in the ...

About refreshing the buffer after one output.....in Netbeans

Hey i tried to get many outputs from my mobile application.....but after one output is printed the data fields are not getting refreshed so i'm getting same output......does anyone knows the solution to this??? ...

J2me multipart/form-data sending java.lang.exception Out Of Memory Error - help needed

Hi, I am trying to send image from my midlet to an HTTP server. images are converted into byte and sent to server using http multipart/form-data request format. ByteArrayOutputStream bos = new ByteArrayOutputStream(); bos.write(boundaryMessage.getBytes()); bos.write(fileBytes); bos.write(endBoundary.getBytes()); When the image size i...

J2ME With Sqlite

Is there any persistent storage for mobile application of J2me, like SQLite? If there is then please share the link or some example code of interacting a simple J2ME application with back end persistent database. ...

How we can write in a file through a j2me code?

How we can write in a file through a j2me code ?Plz reply asap thanks in advance. ...

Strange FileInputStream/DataFileInputStream behaviour: seek()ing to odd positions

Hi, The good: so, I have this binary data file (size - exactly 640631 bytes), and I'm trying to make Java read it. I have two interchangeable classes implemented as layers for reading that data. One of them uses RandomAccessFile, which works great and all. The bad: Another one (the one this question is mostly about) tries to use Fil...

Developing a voice chat mobile application using J2ME ?!

Hey , Hope all you fine. I'm looking for a good company that provides voice chat hosting service. Could you please advice me a list of companies ? Another question , is there a company that provides APIs that you can use to develop your own voice chat application or even provides a documentation for that ? My need is to develop a mobile ...