I am looking for tutorials to develop application/game for the symbian os. also looking for a nokia header file which will allow mw to access the incomming...
i m trying to creat a SIP session using j2me for S60. I am geting IllegalArgumentException in folowing function. private void startSession() throws Exception{ ...
Seems odd that you cast to a SecureConnection without providing a "sips:" URL....
Gary Adams
Gary.Adams@...
Jul 18, 2006 5:10 pm
1527
Hello To All !! I am trying to learn J2ME software and further wants to develop mobile applications using J2ME. But, before that what I want 2 know is that...
Hello Priyanka .... Have you explore nokia.forum.com? You can learn many j2me feature on real Hp in that sites, You can download focused tutorial at...
Does anyone know how the Motorola SLVR L7 or Mororola RAZR v3i performens if you load java application or games? which one performes better? Please reply as...
I find that the best place to get performance statistics is www.jbenchmark.com I just had a quick look on there (under the JBenchmark1.0 results) and it would...
Please check www.jbenchmark.com/ and check out for frame rate of this phone . If frame rate is good on this phone then games will run fine on the phone, and...
If you know the java syntex that will be enough to learn j2me. download the API from: http://java.sun.com/javame/reference/apis.jsp and the wireless toolkit...
iam currently studying for my java exams and was recommended by a frd to certmagic.com . he says certmagic Q&As are very close to real exams . can anyone...
I have a tutorial series at java.net here: http://today.java.net/pub/au/179 Note that it is no longer j2me, but Java ME. Cheers, Vikram Author of Pro Java ME...
I want to know when application is developed using midlet (MIDP), it can be deploy to any mobile set or it will be os dependent or what? What should i use...
Hi, I have experience in Java/J2EE. I am new to J2ME. I want to develop an application for car security system (which will be available in market), where i...
Hi It's always better for you and everyone, if you post some genuine queries. Rather than asking do i have to use CLDP/MIDP ? pls do some home work at your...
If I have a media (audio / video) stored in RMS. Can I create a player which will stream from RMS ? The RMS api reads a record in full, so I don't think there...
You could try putting the media in the RMS in chunks (maybe 4K or so). You'd have to write your own InputStream instance that wrapped the RMS access. I still...
This works, but the MMAPI implementation on most handsets will read to EOF before starting to play. Even most DataSource implementations work this way (in...
Hmm, so it looks like as of now I have to read the full media data in memory, untill MMAPI implementations come out that won't wait till EOF to play the media....
as far as i know RMS stores information bit wise. so I think you can read the bits and make tones from those bits and play with the player. I'm not sure if it...
I have downloaded the motorola sdk and have integreated it with neatbeans. Using the A4 simulator. but when I simulate something it sometime does not work....
whats the difference between "profile" and "configuration"? how are they related? please explain in breaf. also i want to know if u need only the .jar file or...
Hi Silure. for every configuration (CLDC and CDC- second is for stronger devoces like PDAs) exists some profiles (like midp for cldc). that is, every devices...
configuration defines the set of requirements governing a class of devices (CLDC - limited connection devices, such as PDAs, cell phones, pagers, etc., versus...
Hi all, I am new to J2ME. I need to develope an application that should identify an Incoming call number and further proceeding on that. I have searched lot,...
Hi All, This is Kalyan, I am working in J2ME and I was developed an SMS program for Phone 2 Phone i.e. I will send SMS from Application and If Other Mobile...
Hi kaushik, It is not possible to handle incoming calls from J2ME application. -Bala ... From: "j2mearchive@yahoogroups.com" <j2mearchive@yahoogroups.com> To:...
thats the only way really, with jsr 253. You MIGHT be able to with some OEM APIs, I think siemens is the leader on j2me telephony api, so check them out. neil...
Hi Respected & Dear friends, I'm Avinash here and i'm freshers for the J2ME so i want to learn more about Mobile and Game programming in J2ME so give me some...