java-me

How can I send a file via wi-fi between two pocket PCs?

I have two Pocket PCs and I want write an application that be able to send a file via Wi-Fi, as you know the Pocket PC's OS is Windows-mobile. Can I use J2SE ?(Because windows-mobile) or I must write J2ME Application? Please kindly advise me, with a sample source code about that. Thanks a lot ... ...

looking for j2me app like google maps but based on navteq maps

hi, is there a j2me app (for my sony ericsson phone) which works like google maps (agps routing) but based on navteq maps ...

Mobile ad support for java applications

Anyone know which ad-networks offer support for java applications? Most seem to only have iphone, android and mobile web support ...

How to retrieve a phone number for a gprs request in a j2me application?

I am creating an j2me application in which for activation user sends a GPRS request request. Can we get the user phone number with his GPRS request? ...

Problems with GPS on J2ME

Hi Guys, I'll try to be very specific here, well, In my application, I have a Destination coordinate (x,y) and my actual coordinate... and I update my coordinate each and every 5 seconds as shown locationProvider.setLocationListener(this, 5, 5, 5); Anyway, I draw an Arrow pointing to the destination coordinate (using the angle "vecto...

How to tell cell phone to install midlet in applications folder?

I'd like to suggest where the phone should install the j2me app. For instance, on Nokia phones, it always install them in games folder. Is there a way to suggest a destination folder? Either in .jad file or in MANIFEST file? ...

How to get collision between two meshes in j2me 3d game

Hi, I am making an application for 3d ball balancing game on j2me, I need to move my 3d ball on my ball path. I can get both ball and path object as a mesh from m3g file. How I will know that my ball is in the path or not ? Is there any notification I can get for interaction of two meshes ? Thanks in advance... ...

KeyPressed working on N95 but not woking on N86 etc

I have a customItem in my application and I am using keypressed event for it. Until now, I have been testing my application on N95 and it works perfectly there but the same keypressed event is not working on other nokia phones such as N86 and ExpressMusic. Does anybody know what the issue is. Thanks and regards, Ashish. ...

Where are the thumbnails stored on Nokia phones for captured images?

The following link shows the list of directories where the thumbnails are stored in the respective phones: http://wiki.forum.nokia.com/index.php/Thumbnail_path_for_3rd_edition_devices but the phones given on the link are limited. Does it mean that, for other phones (such as N86, Expressmusic etc), I do not have access to thumbnails? I t...

j2ME mobile tracker

I am developing a J2ME mobile application to trace a mobile ,I have a problem to get the IMEI number to block the mobile. If any ideas........ ...

bluetoothChat aplication

How can i make my bluetoothChat aplication developed in J2ME finds only devices that runs the aplication? ...

J2me midlet that reads from HttpConnection throws IOException

I'm just starting to work with j2me. I'm trying to work with HttpConnection but everytime I run my sample midlet, I'm always getting an IOException which says that there is a connection error. When I test it with the emulator of the Nokia S40 5th edition FP1 lite sdk, I don't experience that problem. I'm using a Nokia 2330 phone with gpr...

How to make simple dicitonary J2ME

Hi, I am beginner in JavaME. I'd like to make simple dicitionary. The source data is placed on "data.txt" file in "res" directory. The structure is like this: #apple=kind of fruit; #spinach=kind of vegetable; The flow is so simple. User enters word that he want to search in a text field, e.g "apple", system take the user input, read ...

Real Time Sound Captureing J2ME

i am capturing sound in J2me and send these bytes to remote system, i then play these bytes on remote system.five second voice is capture and send to remote system. i get the repeated sound again .i am making a sound messenger please help me where i am doing wrong i am using the follown code. String remoteTimeServerAddress = "192.168.13...

I start programming in j2me, how to get the maximum compatibility with every cellphone?

Hi, I am a newbie to J2me. I am programming a Java program to recognise QRs. The specifications of the projects include the compatibility with most of cellphones. For example, Nokia with Symbian, Iphone or HTC with windows mobile. I have started downloading, JDK, WTK, eclipse and MTJ. Any other advice would be of help. To do this, i ...

Java ME get yesterday's date

Hello, I need to get yesterday's date from a Java ME midlet. I know Java's Calendar object has an add method but Java ME's Calendar doesn't have it. Is there an easy way to retrive yesterday's date? Thanks. ...

CustomItem in MIDP 2.1 j2me?

Can I have CustomItems on MIDP 2.1 devices. CustomItems work perfectly on MIDP 2.0 devices. Whereas, they don't seem to work on MIDP 2.1 devices. Is there any workaround for this problem? ...

How Port directed sms received in native inbox?

Sending sms directed to port 5001, but few phones like nokia E series are receiving these smses at default port. All phone's default port is 0 then how these phones are receiving these smses. ...

Download a File using MIDP 1.0

Hi, I have a J2ME app using midp 1.0 and i want to download a file much like I would using midp 2.0 platformRequest(). What do i do? Michael ...

Image Size With J2ME on an HTC Touch2

I'm trying to ascertain wither there is a limitation on the camera access in the j2me implementation on the HTC Touch2. The native camera is 3MP however it seams that the quality is notably reduced when accessed via j2me, in fact it seams that the only size and format the .getSnapshot() method is able to return is a 240x320 pixel jpeg. I...