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 ...
...
hi, is there a j2me app (for my sony ericsson phone) which works like google maps (agps routing) but based on navteq maps
...
Anyone know which ad-networks offer support for java applications? Most seem to only have iphone, android and mobile web support
...
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?
...
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...
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?
...
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...
...
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.
...
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...
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........
...
How can i make my bluetoothChat aplication developed in J2ME finds only devices that runs the aplication?
...
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...
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 ...
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...
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 ...
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.
...
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?
...
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.
...
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
...
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...