how can i start application automatically

246 byte By kissha at 2007-11-27 3:48:43
hi,Is it possible to automatically start an appllccation(with out user any interaction).I was tried using push registry(alaram based). But here user should invoke the push alert (he should press start button in nokia phones).

Permissions at the beggining

666 byte By Bodzioa at 2007-11-27 3:48:46
Hi,I would like to know if there is possibility to get permissions when midlet is starting?For example:in the middle of my midlet i have code:http = (HttpConnection) Connector.open(url, Connector.READ_WRITE);The form appears: "application wants to send and receive date using internet....."I ...

Snapshot

757 byte By Bodzioa at 2007-11-27 3:49:08
Hi,How can i know what resolutions are supported when capturing image.For Nokia N70 when i'm using:System.getProperty("video.snapshot.encodings")i get:encoding=png;encoding=jpeg;encoding=image/png;encoding=image/jpegencoding=image/jpg;encoding=image/gif;encoding=image/bmp;When catpuring in png ...

Add TextField and other ITEMS in Canvas

347 byte By kalgika at 2007-11-27 3:49:10
Hello everybody.I was wondering if I can add textFiled or any other items such as ChoiceGroup in Canvas.Do I have to create these components on my own using the Graphics object and draw lines and rectangles?Is already any external library can be used in order to display TextField in ...

ATR parse info

342 byte By Ievaa at 2007-11-27 3:49:42
Hello, where can I find more information about ATR (e.g. how JCOP tools parses ATR )? I want to know the components of it and find out, what useful information besides protocol, historical bytes (of card, I guess) can i get from it. Also i would like to know max / min length of ATR.Thanks,Best ...

Adding image to forms

264 byte By tee.peea at 2007-11-27 3:49:53
Hello!Im currently working on forms. I added a choicegroup with images.But the form on the emulator doesn't seem to display the images on each choices.My images is on png format.Can you help me on this?Thanks!Ollie

A java programme for mobile phone to auto send an sms to a designated numbe

883 byte By Leddya at 2007-11-27 3:50:05
Hi I know some of you might find this weird or unnecessary but I hope you can understand.I'm trying to program this java application for mobile phones, in which once the programme is executed, it will automatically send a pre-programmed sms message say, "I NEED HELP", to a designated handphone ...

DRM

46 byte By abanka at 2007-11-27 3:50:07
anyone know how DRM can be implemented?

Performance compare of ROM base applet vs. EEPROM base applet

67 byte By sonnyyua at 2007-11-27 3:50:12
EEPROM vs. ROM EEPROM vs. FLASHEEPROM vs. FRAM

Best emulator?

196 byte By abanka at 2007-11-27 3:50:35
Hi guys...This is first time i learn j2me...Can anyone tell me what the emulator which u used to run the app is?& Where can i download it?Thx b4 in advance..

Network / Radio Coverage API

519 byte By sebastienma at 2007-11-27 3:52:09
Hello,Regarding MIDP 2.0,I'm wondering if there exists any JSR that gives access to network coverage functionalities, that would enable me to:- Enumerate service providers- Explicitly connect to a specific provider- Get notified when disconnected (i.e.: when radio coverage drops out).- ...

Questions On CAP uploading

1465 byte By Bobby_SHa at 2007-11-27 3:52:24
Hi, I want to upload applets to the card.My card is GemcombiXpresso R4, compliant with GP2.1.2 and JC specification.I found there are two ways:1.Use Java card dev_kit provided by SunIn this kits,apdutool is provided to upload applets.In Dos,we type "apdutool *.src" to upload applets.2.Load CAP ...

Database for j2me

258 byte By MelGohana at 2007-11-27 3:53:40
Hi, is there any database for j2me. Actually my app use RecodStores to manage the persistence. Groping the data in Categories and another recordStore for each category. But its slow in many cases. So I was wondering if they are any databases for j2me.

difference between OCAP and MHP

67 byte By sona212a at 2007-11-27 3:55:12
Can any body brief me about difference between ocap and mhp?

MMAPI Problem

308 byte By Atiqea at 2007-11-27 3:55:35
I have used MMAPI and successfully added an animated gif on form and Canvas. It is working fine on WTK 2.5 Emulator. But now the problem is that it is not working on Mobile. I have tried it on Nokia N91 and Sony Ericson 750i. but i both cases it does not worked. Can any one tell me ...

help on webservice in j2me(jsr172)

400 byte By java_at_corea at 2007-11-27 3:56:26
hi, can any body help me how to implement web services on j2me? I'm trying to run the demo application jsr172Demo that comes with wtk2.2The problem i'm facing is that it is giving error: Connection problem:check your internet/proxy settingour n/w is not running over any proxy.please help if ...

Some help really needed

863 byte By Ievaa at 2007-11-27 3:56:35
Hello, yesterday i had some problems with the usage of eclipse during my session with card. So i had to end the program through the task manager, because it seemed that it will never awake and continue the performance.Now during the work with my JCOP card through the JCOP shell, i have problems ...

audio streaming in j2me via bluetooth

118 byte By sagar123a at 2007-11-27 3:56:55
How to do audio streaming via Bluetooth in j2me?is the performance of bluetooth and j2me good for audio?

help on webservice in j2me(jsr172)urgent!!!

399 byte By java_at_corea at 2007-11-27 3:57:37
hi,can any body help me how to implement web services on j2me? I'm trying to run the demo application jsr172Demo that comes with wtk2.2The problem i'm facing is that it is giving error: Connection problem:check your internet/proxy settingour n/w is not running over any proxy.please help if ...

help regarding getting mobile model from wap link

500 byte By java_at_corea at 2007-11-27 3:58:07
Hi,any body can plz help me how one can retrive mobile model number by hitting the wap link. I want to develop an application which at the time of downloading from wap/html link page requires the mobile information and model number.Is it possible in j2me to get mobile model number or anything ...

service selection

505 byte By wurfmana at 2007-11-27 3:58:54
Hi, could someone help me out of my blindness please ;-)I'd like to make a service selection, i think it is done with the ServiceContext.select(Service s), but where can i get the service object?I know the ids like network-id, transport-stream-id, and service-id.i tried:DvbLocator locator = ...

Help on GUIs... very basic java .. please

5732 byte By wiwia at 2007-11-27 3:59:10
I'm a newbie in java and I'm having problem with this code. It shows a NullPointerException when i run this code. I know this is a very basic code, as I've told you I'm a newbie (I studied java for only 4 months), please help me. Thank you ^^import javax.swing.*;import ...

Emulator

742 byte By hulluperunaa at 2007-11-27 3:59:40
HiI am developing a Java application for a windows mobile Device. Until now I used the normal JDK to debug and develop the application. But I want to have the same GUI look and feel like on the device when I develop. Now my question should I use the SUN CDC emulator or is there other solutions ...

alert screen question

94 byte By jonney69a at 2007-11-27 3:59:50
How do you manualy dismiss an alert screen set to forever from within a program? Thanks

wear levelling memory management

540 byte By yagmura at 2007-11-27 4:00:51
I have a problem which is related with persistent memory.I want to use the same location which is persistent variable in eeprom billion times.And I am trying to destroy the java card.I think jcre(java card run time environment) is quite well handling.But what is time that will be destroyed by ...

How do I use an image in my application?

72 byte By olrac_clowna at 2007-11-27 4:02:47
can anyone show me a simple code? how to use image in blackberry?

resizing images...

250 byte By java_at_corea at 2007-11-27 4:03:14
hi,Is there any method using that we can resize the images created in side application.I mean if i want to resize an image on the basis of screen size of device is it possible?comments are always wellcome!!thanx in advance

Security Issue in SMS Sendind

648 byte By souvika at 2007-11-27 4:03:41
Respected Sir/MadamI am Souvik from India. I am working on J2ME technology.My problem is if when I want to a SMS vis my j2ME application a Security Question is alaways asking to end useras per J2ME specification that you(End User) want to send the SMS "YES" or "NO"...it is good but i wand to ...

Problems whilst Parsing XML with KXML2

728 byte By darrana at 2007-11-27 4:04:11
I have been doing a lot of reading up on the APIs of XMLPull and KXML2.I seem to be facing a problem which can't be solved just by reading but rather the expertise of the more experienced programmers dealing with XML parsing in J2ME.I know how long it takes to process an entire XML document, I ...

JSR 307

149 byte By sagar123a at 2007-11-27 4:04:34
what is jsr 307?Is this jsr going to support WLAN server connection from mobile?Currently any jsr which support WLAN CONNECTION?

Keeping Wireless Connection alive

660 byte By sockena at 2007-11-27 4:04:50
Hi all!We're trying to build an midp on a nokia E65. This application can later be triggered to build up a sip connection to a "normal pc".Problem is, the E65 disconnects from the access point, as soon as the connection is unused. So we can't build up a socket connection from the pc to the ...

PC -> mobile -> SMS

504 byte By kirankumar_ja at 2007-11-27 4:05:07
Hi Friends,I am crazy for reading or sending sms messages from PCI have nokia 3200 , where I am reading sms messages from my Nokia PC suite, but can not send them back.Can any one give me any library where both reading and sending of messages are possible, I remember way back 2002-2003 I had ...

pointer events enabled emulator

264 byte By neeraj_chhabraa at 2007-11-27 4:05:35
I have an application that will run on touch screen enabled devices so i want to know that is there any emulator that works on pointer events .thanns n plz make reply fast so that i can start my workMessage was edited by: neeraj_chhabra

http connection not working on phone

1392 byte By jonney69a at 2007-11-27 4:06:49
Hi i am trying to connect to a http server using the new nokia n95 phone with T-mobile web and walk(Unlimited 3g internet access)on the emulaor and on the phones wifi connection, it works. But when i try connecting to the server using gprs/3g it doesnt. The response code never equals to OK . ...

Expanding and Centering ImageItems appearing as Buttons

1500 byte By AmsterdamStudenta at 2007-11-27 4:07:32
Hi,I am developing a midlet for school which has a Form as main menu. I've added StringItems appearing as Buttons to this menu and I want them to fill the complete screen so I used the LAYOUT.EXPAND. No problems so far, everything works but I want the my button's label to be centered as well. ...

Difference between openDataInputStream and openInputStream

129 byte By elfalee3a at 2007-11-27 4:07:41
Hey,What is the difference between openDataInputStream() and openInputStream() when called from an HTTPConnection ?

http connection jar file

328 byte By ahmets43a at 2007-11-27 4:08:15
Hello allI write a program.It connects to the internet and takes some data and displays it on my phone(emulator).The program runs well when ?run it with sun wireless toolkit .FinallyI created a jar file. The program runs but it dont connect to the internet.I don't understand what the matter ...

Serialization of object containing DB connection - how?

2565 byte By BeCeKa at 2007-11-27 4:08:39
Hello everyone.I develop CDC application for J9 on Pocket PC and have a problem with serialization of an object containing database connection. I am using hsqldb CDC version and database enabler for J9.While serializing I get an exception ...

Check PIN using keypad and some smartcardio-classes are different?

602 byte By susikaufmanna at 2007-11-27 4:10:08
Hello,I started testing with javacards a few weeks ago. I started using the OCF in my application, but now I want to use the Java6-classes, but I am new to this.My first problem: there are different classes in the java docs online then in my java6. E.g. I do not have a class called ...

Interfaces in MIDP

1171 byte By theotimea at 2007-11-27 4:10:10
Hi all, I created one class in java that implements comparable and Serializable interfaces as following:class WordSig implements Comparable, Serializable {String word;String sig;public WordSig (String sig, String word) {this.sig = sig;this.word = word;}public String getSig () {return ...

Create a data file in MIDP

65 byte By theotimea at 2007-11-27 4:10:18
HIHow can I create a data file in MIDPTHANKS

How Can I create a dictionary file (dicionary.dat) in MIDP

428 byte By theotimea at 2007-11-27 4:12:21
Hi All,I need your help.Let me explain clearly my problem so u can advise me what to do.In fact, I have a text file of words called (words.txt) and I would like to create a dictionary file (dict.dat)of those words and be able to load that dictionary so that I can read it.Can you help how I can ...

Questions on Install [install and makeselectable]

633 byte By Bobby_SHa at 2007-11-27 4:13:16
Hi!I have uploaded a load file to my card.The AID of the package is A0 00 00 00 62 03 01 0C 01.The AID of the applet is A0 00 00 00 62 03 01 0C 01 01.Then I tried to install the application and make it selectable.The application AID I used is A0 00 00 00 62 03 01 0C 01 02.So I sent the APDU to ...

Can I use elementary phone functionalities in Java code ?

256 byte By lonteka at 2007-11-27 4:13:23
Hi everyone! I'm new here and i have questions connection with JME.I would like know ,if is way to use elementary functionalities, like sound off / on, change mobile profile or vibrate in Java code ? (Midlet).Thanks in advance!

Need a Java Card

569 byte By karthik_utda at 2007-11-27 4:14:47
Hi all, I have gone through many topics. I searched the forums but I haven't found the card which is right for me. So, I hope that someone could answer me.I need a Java Card which has more than 1MB capacity. It should be a java card, where I can write java card applets to authenticate the data ...

Get Enter Character \r\n or 13

136 byte By Hassan_GuGua at 2007-11-27 4:15:59
hihow to get enter character from textfield. as in c language we user 13 as charactercode for enter. but what abt in j2me.

location base app.

1045 byte By MicroEditiona at 2007-11-27 4:16:27
hi guys,my current prj is on location base application(LBS).my prj summary is to build a software by which clients can get their location as well as their location will be displayed on a area map where s/he currently staying.but prob is, i don't know what r the steps to build such s/w. i'v ...

APDU command chaining

378 byte By Ievaa at 2007-11-27 4:16:28
Hello, I am sending some byte array by portions of 255 bytes to my on-card Applet using a sequence of APDU command-response operations. I just wanted to know, in case there is any possibility to make on-side chaining: send some sequence of APDU commands and receive only one response from the ...

P2P File Sharing app. Help would be very appreciated.

767 byte By MStrzalkowskia at 2007-11-27 4:16:33
Hello,I'm writing a p2p application as part of something for my uni, and have encountered a problem I can't seem to find a solution for. A peer on the application sends out a query message to all active peers which returns who has the file specified. I then need the app to split the file into ...

hi.......RMS-Sql problem..........

214 byte By ParagPatila at 2007-11-27 4:17:10
Hi guys,........Is it possible to access data from rms using mysql i.e by firing query can i access data from rms in j2me?if it possible help me out?thanx in advance...regards...,