All, I'm looking into developing an alarm clock MIDlet that displays a message at specific times during the day. Without forcing the user to start my MIDlet...
MIDP 2.0 PushRegistry.registerAlarm() is the first platform supported wake up call. A TimerTask can be used in MIDP 1.0, but your MIDlet must be running....
Gary
Gary.Adams@...
Apr 2, 2004 4:30 pm
848
Hi, I'm currently developing an Instant Messaging for J2ME. It is on a small scale and not intended to commercialize. Right now, I want my MIDlet to...
... As far as I know, the Java BT API has not been implemented by Nokia on Series 60 1.0 devices (such as the 3650). Might be working on Series 60 2.0 devices...
... Bluetooth API support is supposed to exist on the Nokia 6600 and Sony Ericsson P900. Now if I could just get it for my Tapwave Zodiac I'd be happy. :-) ...
Hi there, Hope someone can help with this one. I have a MIDlet that will be communicated to by a server side application. Thus the MIDlet will need to publish...
hi! i'd like to use another connection other than that of vodafone live. how can i do this? and can i install my own j2me applications? does the motorola v525...
hello! i am developing a midlet that needs this package. i have imported it and i have all the necessary tools and nokia development suite installed on my...
If you have built distributed Java-based systems, you have probably used JMS or perhaps some other Message-Orientated Middleware (e.g. MQ). Whatever middleware...
Here goes !! ... Create a local socketserver ; you should be able to tell what the addy it from the packet. InetAddress is not yet supported. ... Nope, Its SMS...
Check this out www.jgroups-me.org This is P2P/Distributed architecture platform (freeware) over CLDC/MIDP2.0 which allows this already. I am leading the...
I would like to know if there is any site which gives guidelines for icon sizes, form element layout etc.. for J2ME UI to make it portable across the devices....
hi all i have the folowing error while download application via ota... 1. i can access *.jad file directing me to *.jar file 2. when ams prompt me to donwload...
Hi ! I have activated NetMonitor Menu on my handphone. Can the MIDlet read some parameter displayed by NetMonitor menu? Thank you very much. Sincerely, ENUR ...
Hi, I have developed a RSS NewsReader application in J2ME using MIDP 2.0 You can download the jad and jar files from http://lennon.csufresno.edu/~tanvirsidhu ...
I have a problem like this: now I am in final project and the topic is creating voice using J2ME, but I can't find the source code for that can anyone help me...
Friends, I would like to know if there are any guidelines for icon sizes, form element layout etc.. for J2ME UI to make it portable across the devices. I know...
Hi, For the OTA Edit your JAD file and in the path for the jar file give your ipaddress(or 127.0.0.1)/Your jarfilename. Place your jar file in the htdocs...
I want to create an application which transfers voice with a mobile phone (or an emulator) as if it was another phone calling it. I want to know wether I will...
Dear Members, That's My first Participation in your group ,I'm a Senior Developer In Java.I'm New in using J2ME and My first application is to make a program...
Hello everybody! I'm implementing a CustomItem and I'm having some problems to control its state when it is in the edge of the form (first and last position)....
Hi I am wondering can anyone help me. I want to develop a J2ME CLDC application for a mobile phone. The client application on the phone needs to connect and...
Jonathan, Thats not true. If you have a remote iterator; you can custom serialize an object array back to the midlet. the more the connection time; the more...
You can go to.. http://wireless.java.sun.com download wireless toolkit from http://java.sun.com/products/j2mewtoolkit/download-2_1.html this toolkit has lots...
Any1 know the answer plz reply in detail or at least give me clues to where can i find details . This is a topic of research so i would need details....
Hi, Plz Help me.... I need to Display text at a given angle in Midlets. Main usage in Maps which has road layers on which I have to make the Road NAME...
Hello All, I want to display text in an inclined Position (at a given angle) in one of my midlets.I have developed a Map display Midlet in which I have to...
Hello I am creating an application on a mobile using j2me and another on the desktop, I need to transfer voice between both, I only found that I can use the...
Hi all, Can u help me please, I need to access the address book of the mobile phone and update it through my J2ME application….but not getting the catch to...