java-me

Why we are going for Android since we already have J2ME and WML for creating Mobile Applications ?

Hai friends, I have a big doubt now, Has Android really replaced J2ME and WML? If Android has replaced them then please tell what is the reason for that? How has Android replaced the other two mentioned above and what is the reason that J2ME and WML cannot withstand against Android in market? ...

j2me: how to show My Location in google map ?

Hi how i show My Location on Google map ? i see j2me google map application that show My Location , how can i get My Location cordinate ? thanks ...

J2ME: Receiving a notification without running the application

Hello Everyone, I wanted to know that is it possible to receive a notification on cell phone without running the application in j2me... if anybody knows plz reply as soon as possible.. ...

Using and installing SMSLIB java

How do I install smslib for java? What dependencies do I need to sms. ...

Available RecordStore size

How can I get the total ROM memory size available for recordstore in a midlet? thanks in advance ...

how i can make a game more realistic to give real movement in j2me except sprite class?

how i can make a game more realistic to give real movement to the objects as in the android and i phone.For android and Iphone physics engine is available.Is there anything(same as physics engine or anything else) is available for the j2me also. if yes PLEASEEEEE send me the source from where i can get the same.TTTTTThanks in advanceeee...

File random access in J2ME

Hi all, does J2ME have something similar to RandomAccessFile class, or is there any way to emulate this particular (random access) functionality? The problem is this: I have a rather large binary data file (~600 KB) and would like to create a mobile application for using that data. Format of that data is home-made and contains many ind...

trim whitespace from a string?

I am writing this function for a j2me application, so I don't have some of the more advanced / modern java classes available to me. I am getting java.lang.ArrayIndexOutOfBoundsException on this. So, apparently either it doesn't like the way i've initialized the newChars array, or i'm not doing something correctly when calling System.arra...

"undecompilable" source code in java

Possible Duplicate: Jar executable that cannot be decompiled How can I make "undecompilable" source in java? I have a microedition app that has code that I need to hide Is it possible? Thanks in advance ...

j2me code to move a sprite according to a series of pixels in image?

the sprite is at center of display always.move the background image so that sprite always coincides with pixel coordinates given as input ...

will degree of electronics allow me to take further MS in computer science or software building?

Currently i m seeking Electronics and Communication Bachelor's (BE/BTech)degree but i want to do further MS in computer science from a reputated Institution. Now i m in second year(3rd semester) and i have learnt C language in college and apart from college i have done Java,Advanced Java from Sun Academic Partners APtech.I have also kno...

Max Number of FileConnections

Is there a theoretical or practical limit to the maximum number of open FileConnections? Thanks! ...

Can I use At commands insider J2ME app?

i want to use some at commands to send ussd , my question is how can i do that? ...

concept of different session in different window of same browser

how to prevent user to relogin in the same browser but different teb.Suppose i have loggid in gmail in a browser.But in the same browser in different tab ,if i login again, it will redirect me to the same page but my requirement is that it should redirect me to the gmail home page.Can any one solve this plz.... ...

Sending sms from j2me application

Hi all, When i try to send sms from my j2me application installed in my phone using WMA api, msg sending getting failed often even in areas with high GSM strength. But i can able to send sms normally from my mobile. What may be the cause of my problem. Thank you in advance ...

J2ME Label Problem

hi, any one know how to change the label side of ChoiceGroup or TextField.( i mean default label come before the TextField. i need to bring label after the TextField) sorry for my bad English i guess you guys understand the my problem. ...

how to connect mysql server on external server in j2me application

I have a hosting account at godaddy ruinning Linux. Is has MySQL. I am creating a J2ME application that runs on android and I was wondering if there is any simpler way to connect from j2me application to my MySQL server? Is it required to install anything at my server? which I cannot do because of the shared account. Any way to just op...

J2me: Retreiving time when apllication launched

Hello Everyone, Is it possible to retreive the time when we start the application for the first time ...

Split/break a File in to pieces in J2ME

Hi, I need to split an audio or large image file in J2ME before uploading it. How can i split/ break a file in to pieces in JavaME. Regards, Imran ...

how to search a text file in j2me(new and very difficult)

hello friends, i hav a text file in which it is written as :res.txt red:redtu_hotel\address red:redu_hospital\add_hosp blue:bluert_hotel\address1 blue:blue1tr_hotel\address2 blue:blueer_hospital\add_newhosp there are 2 forms and on the first form,its a text box,a choiceGroup and another choiceGroup1,choicebox2 and again textbox2...