Recent update: 2008-5-9

Simulation Exception Problem

1169 byte By KaputZie at 2008-1-28
Hi guys,I have a strange problem, the source codes given in the samples of the JavaCardDevelpmentKit works absolutely fine... however, once transported to a source folder OUT of the native installtion folder(c:\jsmarcardkit2_1_3, say)...to (c:\temp) and the same jcwde and apdutool commands ...

how to make an applet proxy

260 byte By paulocsar9@hotmail.coma at 2007-11-23
I am making an Applet Proxy with open card framework for a java card application , but I donn`t understand so much ;could you show me an example how do it?in open card properties do I have to use like cardservice this AppletProxy?. thanks.

Cigerettes online - Cheapest Prices! Click Here

434 byte By cigsmana at 2007-11-15
Cigerettes online - Cheapest Prices! Click Here! http://www.cigarrettes-online.com/Cigerettes - buy cheap Cigerettes online! buy Cigerettes - All Cigerettes - buy cheap Cigerettes ! The Highest Quality Cigerettes online! Cheap Cigerettes . The lowest prices! Free consultations! Buy it now ...

Red & White Cigarettes - Cheap Red & White Cigarettes

562 byte By cigsmana at 2007-11-15
BUY Red & White Cigarettes ONLINE - Cheapest Prices! Click Here! http://www.cigarettes--online.com/Red&White.htmlCheap Red & White Cigarettes - buy cheap Red & White Cigarettes! buy Red & White Cigarettes online - All Red & White Cigarettes online - buy cheap Red & White ...

Review - BI Publisher

8135 byte By tomasr2a at 2007-11-15
An Abysmal Experience with BI PublisherThis article summarizes my experience with Oracles Business Intelligence Publisher, Release 10.1.3.2. If you have no time for the whole article maybe youve started working with BI Publisher yourself then Ill tell you right off the bat, my experience with BI ...

Unable to delete applet on java card

164 byte By ninnov_9_nova at 2007-11-15
Hiiii ,I am unable to delete a specific applet on a java card... it says 6985 Conditions of use not satisfiedCan anyone please help me!!!!!!!!!

Java Card - Offcard API code samples needed

501 byte By eve-za at 2007-11-14
I have already written java card applet, that successfully works on JCOP 31 card.The main problem is, that am loading it through the JCOP shell, but i would like to write to off card applications: one for the applet uploading on card and it's instantiation, ant the other - for the working with ...

Need help for functionalities like Brightness and Contrast

1462 byte By perisen2ka at 2007-11-14
Which package to use for getting image transformation functionalities like Brightness and Contrast?Description:Currently I am using 揝un Java?Wireless Toolkit 2.5 for CLDC, Beta 2 ?toolkit for developing J2ME applications. I need to add effects like Brightness and Contrast to an image(JPEG ,PNG, ...

Java,browser and smart cards

611 byte By lazarocka at 2007-9-25
I am looking for a way to read and write from/to a smart card with a browser(prefferably mozilla).Is there a way to do that?I mean, can mozilla communicate directly with a smart card?The only solution is with a java applet?The problem:The only thing that I want to read and write from/to the ...

How to do card response encryption (how to set R_ENCRYPTION)

2677 byte By Enoilla at 2007-9-25
Guy,i'm working with Secure Channel Protocol '02' and the JCOP shell. I have no problem to open the secure channel by doing the "init-update" & "ext-auth", and to send encrypted data to the card.I use the default Security Domain of the simulator for both loading the applet, and process ...

Problem Configuring WSDD5.7 as plugin to WSAD5.1

389 byte By PushpaGa at 2007-9-25
Hi All,I have installed WSAD 5.1 and WSDD 5.7 ..... i have copied the WSDD plugins to WSAD ...... am not able to create an ExtensionService Project ... when i select JCL Foundation as the Platform Profile i get an error : JCL Foundation is not installed ..... should we explicitly install JCL ...

Xlet lifespan

361 byte By dozensa at 2007-9-25
I understand an Xlet's startXlet method should return rather quickly. If startXlet doesn't spawn any threads does the xlet die and get gargage collected or is there some implicit thread that gets started on it behave that keeps it around ? If I have a non-graphical xlet that just registers ...

MHP Resource Management

731 byte By ReshmiDamodara at 2007-9-25
I am a middleware developer implementing resource management. I like to follow the policy in which an application with higher priority will be allocated the scarce resource. As per my understanding of Davic APIs, an application requesting a scarce resource and implementing the ResourceClient ...

Smartcards in MHP 1.0.x

317 byte By Skuntua at 2007-9-25
Hi all,I'm looking for information about smartcard in MHP 1.0.x, but all I find refers to OCF and SATSA that are implemented on MHP 1.1.1 and 1.1.2. Is it possible to read and write a smartcard in MHP 1.0.x?What API's do I have to use?What hardware do I have to ...

BOOK : Smart Card App. Dev. Using Java /Password problem with IBM test card

1569 byte By Philipinaa at 2007-9-25
Hello, I have got a Java Card from the Book, 'Smart Card Application Development Using Java'. But when I run a java program which was an simple example given inside the book, a dialog was displayed and prompted me to enter 'CHV 1'. I enter the password "password" as describe in the book but ...

Which ME support MT_Call EVENT

92 byte By APDUa at 2007-9-25
Hi all , Does anybody have a list of mobile phones that support MT_CALL EVENT?

What is Java Card and where it is applicable?

141 byte By Mahendran_Aa at 2007-9-24
Sir I am fiding this Java Card term in so many areas. I don't know what is. It will be very thank ful if any body can clear my doubt.

The question about application priority in OCAP

347 byte By chimaea at 2007-9-24
First question:I know the AIT includes priority for each application.But I find nothing about priority description in XAIT, may be I made a mistake about XAIT's structure.Second question:OCAP(10.2.2.5) define the priority range from 1 to 255. Where we can use this value, only in ...

Please Help me in this

198 byte By iampiyush83a at 2007-9-24
Hello, In my project I have to read data stored on a smart card through smart card reader. How can I do this in Java.Please reply as soon as possibleThanks in advance.Bye

Converter Tool noClassDefFoundError

475 byte By doggy123a at 2007-9-24
Hi,I am new to Java Card. I have got on ok writing SIM Toolkit Apps, but I can't seem to build any CAP files, not even the sample classes supplied. I get error:Exception in thread "main" java.lang.NoClassDefFoundError:com/sun/javacard/converter/Converterwhen running the converter tool, for ...

running concurrent xlets on IRT RI

636 byte By meemua at 2007-9-24
I am trying to make two xlets run concurrently on IRT's RI and make them communicate using the inter-xlet communication API. However, when I enter navigator after starting the first one, the navigator destroys the first xlet. How do I get it to run several xlets concurrently?And another matter ...

How to write a multiple-request JavaTV ap?

487 byte By redcherrya at 2007-9-24
Hi, I have a problem about writing a JavaTV ap with JavaTV Service API.In JavaTV, the SIRequest class is different from the SIRequest class in MHP SI (The later is lack of appData to identify the return result type). That means I can retrieve different things continuely without concernning the ...

List of middleware implementations

352 byte By thunderbeara at 2007-9-24
Anybody got a list of the commercially available MHP middleware implementations that are out there Here's what I know of sofar- Osmosys- Alticast- IDWAY (I would like to hear any experiences with this)- IRT (Is this on any commercial boxes?)- Convergence (Out of business)Best ...

how to store data,key,cert,... in javacard

1170 byte By warherozera at 2007-9-24
I'm newbie in javacardI develop it by use RMI modelI develop to similar EMV specification but don't exactly EMV spec told me that data element such as KEY, CERT,COUNTER,ExpirationDate,...anything. will be keep in file , with tree structure.above is not importanceI try to understand: How to ...

i can send sms through java but now i need help for.......?

406 byte By zahid392a at 2007-9-24
hi i am working on a project where i have to read and send sms automaticaly.i succesfully build it also with the jsmsengine and nokia 3220 mobile phone and now i have to fix up some bugs.any interested candidate can contact with me so that we can fix those bug and i also want to know how can i ...

Simulate User clicking on Href

961 byte By darikatlaa at 2007-9-23
Hi, I have a small problem. I need to simulate user clicking on a href present in a webpage. Here is the piece of javascript code that I have written. Its giving me an error saying that line 9 and char 1 is not an object.Can anyone help me out from this.I have taken www.google.com as a webpage ...

Java TV and J2ME

348 byte By boxy73a at 2007-9-23
Hi,I'm working in a project which includes TV access from cellulars using J2ME. I've come across Java TV, but I can't find accurate information to know if I can use it with recent J2MEWT 2.2. Is it possible? If so, which MIDP, CLDC or CDC versions do I need in the device? Where can I find ...

Making phone call from Java application

480 byte By Dhani1a at 2007-9-23
Hi All,I am new to this topic. My requirement is to make a phone call from my java application. Can anyone tell me how I go about this. Do I need to buy a hardware?. Machine on which java program is running is connected to internet. I should be able to make phone call to any phones(Land lines, ...

How are MHP Table such AIT ,PMT,EIT presents in logical form ?

299 byte By coconutmma at 2007-9-23
Hi,everyone.When receiver access sevice,it need PMT.But what on earch is it presented by?In spec,AIT includes three tables,spec also refer to all kinds of descriptors.So descriptor is presented in java class's form inheriting class

How to find ISOException

100 byte By sudha_gsr77a at 2007-9-23
Hi,How to find Particular ISOExceptionplease send me codebyesudha

about knopflerfish OSGi Framework

55 byte By r222721a at 2007-9-23
who knows this framework can supports which VMs?

Fix a jcop card

477 byte By SteveTroupa at 2007-9-23
I've been trying to use the SCM Micro reader scm331-di with jcop cards and recently bought some new readers.I was testing each reader but the contactless connection doesn't seem to work very well and seems to have killed my IBM jcop31 sample cardEach time I try to access the card with cardman ...

Help me please : CheckPin() ?" urgent "

2900 byte By AKJAa at 2007-9-23
I am currently trying to come up with a method that compares PIN code, However, i always encounter the error message 6982 meaning that the comparaision return always false. Why is this so? Please look through my code below. where is the misstake.Thanks so much !!import ...

how to add a class that extends HComponent to an HScene?

2122 byte By Man-e-facesa at 2007-9-23
Hello everybody!I need some help..I have two classes: one that is an XletBean (implementing Xlet-methods) with an HScene (called scene) in it and one that is a ComponentBean (displays an HIcon and extends HComponent) . In an application i wrote, I use these two BeanClasses and an HTextButton, ...

Java code coverage tool for Java Card?

250 byte By icharaa at 2007-9-23
Hello,I am looking for "Java code coverage tool" that can be used for testing Java Card Applets.Has anyone tried EMMA< http://emma.sourceforge.net/> with JCWDE, or other tools?Any information appreciated.ichara

Transaction on SIM API

1494 byte By icharaa at 2007-9-23
Hello,Is it possible to update records/data transactionally using SIM API - 3GPP TS 43.019?For example,1) methods of SIMView classtheGsmApplet = SIMSystem.getTheSIMView();.....JCSystem.beginTransaction();.....theGsmApplet.updateRecord((short)1, ...); // record number ...

Read the SMS msg sent by simcards Sim Toolkit

626 byte By newker_22 at 2007-9-22
hi,i do have a simcard with STK provided by cellphone companies.i want to decode/debug the Message/SMS sent when i access the specific menu likewhen i access the sim menu thru my phone> Get latest moviemy phone will say "do you want to send message" ?when you press OK, it will send SMS ...

The fun of programing

175 byte By Coadyj23 at 2007-9-22
if you want to find out more about the fun of programing you should check out this siteJames Coady"James Coady" http://netsoc.tcd.ie/~coadyj/

mpeg2 playback

960 byte By wurfmana at 2007-9-22
Hi,i started working on a project in the area of mhp. we would like to play mpeg2 video from file, e.g. loaded from the oc before. the specification says, that this is not possible in the current version. my question is whether this capability is only not demanded from a mhp box at the moment ...

Persistence of information in Java Card

247 byte By nanzo_irla at 2007-9-21
Hi all,Is it possible save some new data onto the card's persistent memory during a CAD session and then accesss that same data at a later CAD session?Thanks for any advice as I am a little confused about this topicAnn

Stupid Question

580 byte By darussiana at 2007-9-20
This might be a really stupid question, but i stumbled upon this site by accident and maybe someone can help. My group in school is attempting to write code, where a coprocessor board would interact with a pc over the serial connection. It would have a "compression" exe on the board and would ...

OCF-downloading an applet!

206 byte By matrics69a at 2007-9-20
Does anyone know where I can find programs written with the OCF API so that I will be able to download my applets to my card? Well, I don't have the time neither the knowledge to write my own! Thanx

Problem about new objects defined by myself

1028 byte By juliuske1a at 2007-9-20
Hi...I write a card applet.In the applet's contructur I new a object written by my own. The object is as following:part of the class//=======================================.......public class Pkey{public byte[] keycontent;public Pkey(short len){ content= new ...

java card kit

597 byte By jaedmaa at 2007-9-20
hello,i am studing informatic ingeeniering and my project is about java card,could anyone tell me wich is the most indicated kit to emulate an application just to show how a card works with digital signature and RSA cryptography ?u have downloaded the java card kit, but it does not implement ...

Return channel in MHP

2070 byte By accatidesa at 2007-9-20
Hello,I've connected a modem in my set-top-box and I want to connect the modem of my set-top-box with the modem of my computer. It's like communicating two computers (each with a modem) with a "hyperterminal". I think you know what I'm talking about... :)I use this code:public class RChannel ...

Java Card Programming

604 byte By illusivebadboya at 2007-9-20
I am researching on smart Card Application that will allow me to Store Phone numbers and appointment time. Looking at this, it looks like two dimesional arrays but Java Card does not suport two dimesional Arrays. How will I be able to achieve this? I want to be able to retrieve the phone number ...

Ahead of time compilation

530 byte By philippe_laportea at 2007-9-20
Hi,I am currently investigating precompiling the core class libraries to native for the SUN JDK. My purpose is that 20 or so Mozillas would run on the same system, each starting a JVM, but I would like to have a single copy of the core classes loaded system-wide.How far did Kaffe get into ...

Extracting private data from TS-stream...

390 byte By rherlitz at 2007-9-19
I am developing software for set-top boxes (DVB). I would like to know if JMF and/or JavaTV can extract certain packets from the transport stream, using filters on PIDs(packet identifiers) or something equally good?I am talking multiplexed broadcasted streams with several channels...Anyone have ...

JCOP from IBM

349 byte By lejonkulana at 2007-9-19
Does anybody have any information or hands-on experience regarding JCOP cards from IBM. I've read the document provided by IBM that they are suppose to have "native-like" performance, etc. What differs those cards from normal Java Cards from Schlumberger, Oberthur or Gemplus. Are there any ...

Updating a Bundle from with the Java Code

828 byte By Biltz at 2007-9-18
I want to be able to intiate a bundle update from either 1)within the bundle itself or 2)from another bundle.I found the method Bundle.update() which looks as though it should do the trick, but I'm not sure how it initialize it to point the the active instance of existing bundle. How do I do ...