Hi everyone I am just a bit confused with the whole OTA provisioning topic. It seems you want to get an active link to your jad on the user's phone. From the...
Hi Ahmad, The project you are thinking of is simply gr8, But before starting this project, just think of the scope and duration of your project. coz the...
Hi all, Does anyone have any experience with deteting IR like you would a keystroke listner. I'm trying to listen for a IR pulse in my program and trigger an...
Hi Kevin, I have worked with many SMS gateways like Unwired, Aller, Oper etc and each gateway has defiend their own paramerters name who to aacept request for...
first of all thank you for your reply this projectis graduation project , so i wanna this project to bethe best one in my faculty and i wanna it to be grt one ...
Hello , I have a doubt regarding j2me Recordstore persistence. For instance I opened a recordstore and then I added some records using addRecord() and modified...
I tested it today on Motorola Razor, SE P900 etc. and persistence works fine even without closing the Recordstore. I opened a recordstore, added few records...
I want to develop a database program using RMS, but i only have data in textfile. could anyone help me to change the data into rms in j2me..because i don't...
getClass().getResourceAsStream("/data.txt"); It's best to store the data in binary form, use the Binary Editor of J2ME Polish for that, for example: ...
Robert Virkus
robert@...
Jun 16, 2006 10:20 pm
1524
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....