transparent background

369 byte By superjeana at 2007-11-27 9:45:32
Hello allI have the following problem: I have a canvas and I want to draw it with transparent background. So If for example I have installed theme on the phone, I want to see it through that canvas.Now I use setColor(Display.COLOR_BACKGROUND).Does anyboby know the possible solutions?Thanks, ...

Event to detect a change in a phonebook entry

476 byte By Helria at 2007-11-27 9:45:34
Hello all, i'm new to Java Cards, i'm starting to develop my first applications.I have a doubt here, is it possible to detect a change in a phonebook entry?I mean, when the user adds, deletes or changes an entry in the SIM phonebook, my applet can detect it and perform any action?I searched ...

Extended Length APDU

319 byte By mkdataa at 2007-11-27 9:45:41
Hi all,simple question here:Is anybody aware of a commercially available (or soon) Java Card implementation that supports extended length APDUs? I really don't care whether its through JC2.2.2 or some proprietary mechanism.If you know of something, please let me know. ...

How to get drop downlist in j2me?

129 byte By Tarababua at 2007-11-27 9:45:46
Hi all,I want to make an application where i need drop down list .How can i get drop downlist in j2me?Thanks

How to know the channel in MHP aplicattion

283 byte By RafaTorresa at 2007-11-27 9:45:47
Hi all, i have one problem. I think i need to use locators, but i dont know how.I have 2 channels with the same application, but i want to change some pictures in the app according to the channel that i'm seeing. What kind of info i need to make this?Thanks all

End-to-End Test

473 byte By dondragon2a at 2007-11-27 9:48:41
I am currently developing and Application that for PCs that should interact with a Java Card via a card reader. I do not have the cards or the readers as yet but I am using JCOP and eclipse.How can I use the simulator to do a end-to-end test (retrieving data from the card and processing it in ...

creating commands at runtime

1152 byte By Russixa at 2007-11-27 9:48:53
Does anyone have a good reference on how to generate commands at runtime? I'm working with String arrays of various sizes and I would like to create a new screen command for each item in the array.MyCommand = new Command("MyCommand", Command.SCREEN, 1); So my users can click the menu button ...

Sample applications

221 byte By LoganB123a at 2007-11-27 9:51:06
I have been reading posts on this forum.Some of the apps sound really cool.Is there a place where people post J2ME code and apps?It would be cool to test them out and see them run.thanks

Pointers to garbage collection

462 byte By hoogenma at 2007-11-27 9:52:34
I understand that an object becomes eligible for garbage collection when no references to it exist anymore. So it's good to nullify refs as soon as you're done with them. But is it useful to nullify local variables just before they go out of scope? I heard from more experienced J2ME ...

Chip And PIn Card Host Application

676 byte By FunkyHippya at 2007-11-27 9:53:00
HiI'm trying to find information on writing a Java host application to authorise a credit/debit card transaction. I have a chip and pin device which has an ISO7816 compatible API. I was wondering if there are any java APIs/source code or examples on implementing this type of host application. ...

Eclipse terminates by starting the card reader

663 byte By mimaxxa at 2007-11-27 9:54:01
Hello,it磗 me again. I have a problem with the card reader (Omnikey CardMan 3121 USB) everytime I will start the reader via the symbol I get the termination message and eclipse terminates. Perhaps I do the wrong things but I don磘 know another way. 1. Write the code2. push the Run-button (and it ...

API compatibility

638 byte By murilo.pollaa at 2007-11-27 9:54:23
Hello everybody!!!I am trying to send an SMS from my J2ME device!! I know I know, there are already a thousand messages about that in another post but I have another problem.My problem is that I want to be able to add libraries such as the Wireless Messaging API to my SIEMENS IMP-NG TC65 R2 ...

Help.. General Questions using SCR331 w/ CAC

1844 byte By CDM_Ballera at 2007-11-27 9:54:58
Hey all, Im really new to this stuff and im just trying to figure out how to perform a pin check on my card and then grab the username off of the card.I'm using the jpcslite.dll. We had a dll that came with the card but it is not working properly. I also have a jpcslite.properties file which ...

What is the standard for loading personalized data onto smartcard

484 byte By davendaa at 2007-11-27 9:55:27
Hi all,I need to load different sets of initial static binary data onto the card in a way that the applet can use it. Lets say I have 10 different "files" called Data0- to Data9. In the applet I need to address these data as "data(FileNumber) together with a pointer (BytePointer) that can pick ...

Doubt in BlackBerry application, Please help me.

538 byte By satyasunil_java@yahoo.co.ina at 2007-11-27 9:56:38
Hi Experts,I am very new to J2me. I have small problem in creation of blackberry application.My application is to featch the vendor details from SAP R/3 or Oracle. My doubt is it possible to connect datebase from mobile application and one more doubt how to add Jar files to my application. ...

Smartcard Programming on Linux for Newbies - a HOWTO

95 byte By mkamungea at 2007-11-27 9:57:21
http://groups.google.com/group/e27-01/browse_thread/thread/fdbacad759599503enjoy!

General design questions reading emails

959 byte By balteoa at 2007-11-27 9:58:58
Hello,I need to process emails received on a terminal in either of two ways:1. Programmatically reading an incoming email using java before it is stored on the local storage of the default mail client.2. Programmatically reading emails from the local storage of the default mail client.Is that ...

Need to make TCP connections from a mobile device

617 byte By SeaScapea at 2007-11-27 9:59:06
I am a brand-new comer to the J2ME world. In fact, I complied and run my first MIDLet just yesterday.I want to write a program to retrive video data from a server and play it in a proprietary player (The vedio is also of a proprietary format). My question is: Is there any convient APIs, through ...

need help in modifying image and saving it

202 byte By ParagPatila at 2007-11-27 9:59:33
Hi .......Freinds i want to write a string on image (captured ) and save that image on memory card........Plz help me regarding this ...Thanx & Regards,Parag Patil

connection to midlet from v3xx

1308 byte By Aharona at 2007-11-27 9:59:38
HiI have writte a simple midlet which goes to a servlet on the web and gets a simple text string. Now on the generic emulator my midlet runs perfectly however when I load the app onto my motorola v3xx phone the app freezes when I try and contact the servlet. I cannot use the v3xx emulator ...

How to reduce midlet startup time?

153 byte By jhodgskia at 2007-11-27 10:00:21
Does anyone have any suggestions? (My midlet starts nice and quick on SE phones, but re-e-eally slow on Motorola phones)Cheers,James

Integrating Email Notification and SMS Messaging

609 byte By fbrodya at 2007-11-27 10:00:33
Hi All,I'm trying to integrate our email notification system with some sort of SMS messaging system and I've a couple of questions1. Is it free to send the SMS from my java application...2. If I'm using smslib and GSM modem......who pay's for the SMS message here in the United States.....I ...

Image Creation Problem

2014 byte By Yogesh_Jankeea at 2007-11-27 10:00:44
Hi,I am using EclipseME version 1.7.0 with Sun Wireless Toolkit 2.5.1. I have tested EclipseME with Sun WTK by creating a simple HelloWorld Midlet and it works.However, I am not able to create images and get the following exception:java.io.IOExceptionat ...

How to setFont in a List?

93 byte By joakim07a at 2007-11-27 10:01:26
How can i setFont in a List for example setting it to SIZE_LARGE etc...,thanks.

Vector to array conversion

517 byte By drrpbsa at 2007-11-27 10:01:53
All,I've added an array of 3 objects into a vector.For examplestatic String[] str = new String[3];str[0] = "001";str[1] = "002";str[2] = "003";Object[] obj = new Object[3];obj[0] = "jobID";obj[1] = "status";obj[2] = details; // String arrayqueue.addElement(obj);Now i just want to read all the ...

how to implement 3d graphics game

190 byte By gamesteama at 2007-11-27 10:02:03
All Please give me some url links or ideas regarding how to implement 3D games on mobles.regarding Graphics and implementation procedure.Thanks in advance.-Sameer

problems in recordstore

4247 byte By ayan_sena at 2007-11-27 10:02:21
Hi all,I am completely new to java/j2me. I am trying to write and read to and from a recordstore. The problems that i am facing are 1. If I add both the exit and start command then then none of the command works.2. If I comment out the exit command line then probably the data gets written into ...

importing problem

192 byte By iozturka at 2007-11-27 10:02:37
Hi,I want to use these classes in my program. What should i do exactly? org.apache.xerces.dom.DocumentImpl; org.apache.xml.serialize.*;Do you have any idea?

I don't understand what wma demo is doing.

1026 byte By etaa at 2007-11-27 10:02:54
helloin wma demo there are the following codesstartApp() {...if(thread == null) {thread = new Thread(this);thread.start();}...}andnotifyIncommingMessage(MessageConnection mc) {if(thread == null) {thread = new Thread(this);thread.start();}}when at start up the thread was asigned a new thread how ...

CommandListener on TextField.NUMERIC || TextField.PASSWORD

279 byte By lekkie.aydota at 2007-11-27 10:03:23
Has anyone ever come across this problem.TextField.NUMERIC || TextField.PASSWORD never calls its commandlistener (Itemstatelistener).I am using J2ME Polish tool. Is is J2ME Polish problem or J2ME general problem?Kind Regards,Edit/Delete Message

how to implement 3d graphics game

210 byte By gamesteama at 2007-11-27 10:04:25
All i want to implement 3d graphics game . i just want to know the API+documents to develop 3d games or any link to how to implement the 3d games on mobile.Thanks in advance -Sameer

deselect()-function and card tears

574 byte By Lillesanda at 2007-11-27 10:05:09
I'm wondering if anyone has a clear idea as to how the deselect() function is called during card tears. I've been doing some trying myself, and it appears that deselect is called on the next insertion of the card (upon selecting the cardmanager).The reason that I'm wondering is that I need ...

java/rmi/RemoteException

189 byte By TouringBMWa at 2007-11-27 10:05:55
Hello,I have made an mobile application CLDC 1.1 & MIDP 2.0 with embeded webservice. But now my Nokia gives an Error: java/rmi/RemoteException...How can i fix this?

Problem with build a terminal !

139 byte By khanhnta at 2007-11-27 10:06:13
Hi everybody,how can i build a terminal that interact with applets loaded on jcop simulator ? it's possible ? thanks.

Acessing oracle DB through servlet & display records in midlet

472 byte By satyasunil_java@yahoo.co.ina at 2007-11-27 10:06:40
Hi Experts,I am trying to do a midlet which can access the oracle database from the servlet. i wish to update the database from the midlet and the midlet will be able to download or retrieve the updated data from the database and display it in the screen of the phone.Please any one tell how ...

elliptic curve coprocessor in JCOP

929 byte By m.oliva at 2007-11-27 10:06:43
I have some JCOP41/72K cards with support to ECC.I suppose the cards come with a coprocessor that performs the elliptic curve operations in binary fields, like reduction modulo irreducible polynomial and escalar multiplication of a point.I've already developed a signature scheme (ECDSA) in ...

Decrypt off card

436 byte By kadambia at 2007-11-27 10:09:34
Hi,I wrote an applet which encrypts oncard and when I try to decrypt this information off card (using ES/ECB/NoPadding for example) I get jumbled output. Any particular package that I need to use? I am guessing that even though the key is the same, there seems to be some difference in the way ...

sockt connection

980 byte By iozturka at 2007-11-27 10:11:05
Hi,I want to create a socket connection. When i run the server and then connect it from blackberry simulator of jde it gives these errors on server side:Exception in thread "main" java.lang.ExceptionInInitializerErrorat ...

sockt connection

980 byte By iozturka at 2007-11-27 10:11:11
Hi,I want to create a socket connection. When i run the server and then connect it from blackberry simulator of jde it gives these errors on server side:Exception in thread "main" java.lang.ExceptionInInitializerErrorat ...

socket connection

980 byte By iozturka at 2007-11-27 10:11:12
Hi,I want to create a socket connection. When i run the server and then connect it from blackberry simulator of jde it gives these errors on server side:Exception in thread "main" java.lang.ExceptionInInitializerErrorat ...

where can I buy sample SIM cards?

296 byte By one_upa at 2007-11-27 10:11:13
<p>I have written a number of applets that I need to test on sample SIM cards. Where can I purchase sample cards? I have software development kits etc. Any 32k and above GSM SIM cards that can run very basic java applets will do. This is sort of urgent, so someone please help me out. Thanks.</p>

what can I do with a full record store?!!!!

379 byte By etaa at 2007-11-27 10:11:57
hellothe openRecordStore() method throws RecordStoreFullException.then when a record store is full we cant open it. true?so is there remain any way except deleting it.(missing all data stored.)this is foolish there must be some way.or is there any way of finding out how much memory remained for ...

Off-line J2ME API documentation

250 byte By WillemFa at 2007-11-27 10:12:17
<p>Is there any way of getting an off-line version of the on-line API documentation? I use the MIDP and CLCD infrastructure and do not have Internet at home. For J2SE there is an offline vesion available on the Sun Java website, but not for J2ME.</p>

allocate memory problem

2151 byte By flasholinosa at 2007-11-27 10:12:46
Hello. I have created an applet and i put it to my java card .Iso, can write to an array but when I repeat the procedure for 15 times(after 16 ) I get an error and the status word that it returns is "6F00", . I read somewhere that i have to allocate the memory in constructor because if i dont the ...

Download an application from pc to mobile

298 byte By subrato_001a at 2007-11-27 10:13:07
<p>Hai all,</p><p>this is my first topic to this forum, i am totally new to this mobile technology. but suddenly i was asked to create a site from where using a mobile user can able to download the application, i am totally confused. I don't know how to start, anyone please give me some idea?</p>

Error on installing applet into JAVA Simulator

1835 byte By Helria at 2007-11-27 10:13:36
Hello all, i have a very basic question (well...for this you can see how newbie i am...)I'm having problems installing an applet into the simulator.My helloWorld.src file looks like this:powerup;// Select the installer applet0x00 0xA4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 ...

SMTP J2ME

368 byte By jonhya at 2007-11-27 10:14:46
Hi:I want to develop an application to send emails from a cellphone.I am using the las version of the Sun Java Wirelless Toolkit (2.5)I look at http://developers.sun.com/mobility/midp/articles/midp2network/to take some directions but this code doesn't work at all. I just want to know what's the ...

Help with IBM j9

4976 byte By BenParka at 2007-11-27 10:14:59
Ok, so I've been playing around with this off and on for a few weeks now and have hit several road blocks and tried different things.Here is what I'd like to acomplish : User has hand held device running windows CE 5. The device has a barcode scanner on it. The program loads a csv file into a ...

POLL_INTERVAL catch event

509 byte By essebibi1977a at 2007-11-27 10:15:03
Hi all,I've got a Javacard applet which does a couple of things (file reading/writing, menu and so on...Now I need to call a function I wrote (which writes in a file) every 30 seconds.I know that the POLL_INTERVAL should already be set to 30 seconds.Now the question is:how can I "catch" the ...

how is this done

409 byte By digital_storma at 2007-11-27 10:17:46
HelloI'm a newbie of java for mobile devices. I have read a lot of tutorials etc but there is no information about how to retrieve information in a wireless mode. Lets say I develope a midlet for a mobile phone that uses gprs to connect to "internet" how is that made when developing midlets ...