gemplus java cards

449 byte By Mr.Yogia at 2007-10-3 8:54:52
Is any one working with gemplus java cards? I am trying to use the sample program CryptoApplet given by gemplus, and while using the simulator, out of 4 steps1) Authenticate2) Upload file into card3) Install4) Select I got struck in 3rd step, when i try to use install command, its giving error ...

Please tell me where to buy JCOP41V2.2 cards

408 byte By bilal116a at 2007-10-3 9:08:03
Hi,Please give me the link to buy the IBM's JCOP41V2.2 sim cards. I have seen a number of online stores for JCOP30 and JCOP20 but was unable to find one for JCOP41.As i can see most of the people have worked on this card in the forum so i expect some answers from you people.Thanks a lot ...

How to find the cap file size

114 byte By kyrana at 2007-10-3 9:08:12
Can anyone help me to find the size of the cap file in detail?i am new to this java card technology.

3DES doesn't give same result

3342 byte By DeeYaha at 2007-10-3 9:09:26
Hi all...I've been searching in this forum, tried somesolution but it still wont work.i have host app and javacard applet. in my host app i have code :...byte[] des3Key = new byte[] {(byte)0x38,(byte)0x12,(byte)0xA4,(byte)0x19,(byte)0xC6,(byte)0x3B, ...

JCTerminal getInstance() questions

223 byte By MikeOC44a at 2007-10-3 9:11:24
For the param String that we pass existence, what is set with the default values? Also, if I want to use a remote host, how would I do that other than term.getInstance("Remote", "") and hoping it works.

JCTerminal open()

502 byte By gerauda at 2007-10-3 9:22:31
I'm new to JCOP Tools and I'm having a little trouble getting the Terminal Simulation working. The card is listening on the default port, 8050. Here is my code so far:...private JCTerminal term = RemoteJCTerminal.getInstance("Remote" , "8050");term.open();term.waitForCard(1);...It seems like ...

JCOP Tools 3.1.1.b and other Cards

619 byte By livia at 2007-10-3 9:24:17
HelloAt the moment I'am working at my degree dissertation. A little part of this dissertation is to write a cardlet on a javacard.I have got the JCOP Tools 3.1.1.b for Eclipse, but JavaCards of other producers: Safenet Model 330J, GemSafeXpresso 32 k and cyberflex Access e-gate ...

JCOP 30 cards Vs JCOP 4 cards

329 byte By j2miana at 2007-10-3 9:25:03
Hi,1) What is difference between these two versions of cards?2)I have JCOP 3.1.1.b tools installed in Eclipse. Using that I am able to to auth and installation of applets on JCOP V4 cards. But on V3 cards it allows to auth but not installation of applets? Why?Please let me know significant ...

Reading GSM SIMCARD.

550 byte By Il_proffa at 2007-10-3 9:26:54
Hi everybody, I'm trying to develop java applet, to read my "GSM SIM CARD" in order to read sms, contact list and serial number (IMISDN).I want to do it, in my workstation (not with my cell phone) with a smartcard reader.First of all, the most important question: Is it possible? (I'd would ...

[urgent] please help me!

1217 byte By neonoblea at 2007-10-3 9:30:20
I have a G&D Expert Card. The list of applets installed in the card is : (card-info command on the jcop shell) Application: SELECTABLE (--) 010203040507Application: SELECTABLE (--) 11223344556611 Application: SELECTABLE (--) 01020304050601 Load File :LOADED (--) 010203040506Load File ...

Simulation tools for javacard applications

326 byte By bilal116a at 2007-10-3 9:30:22
Hi,Is there any simulation tool for SIM applications in which we can Goto the SIM Menu and select our installed application and proceed.Please clear me on this issue as i cannot infer from machine codes well. My Application have no errors and i am using JCOP with eclipse. thanks a ...

How can I set the background color to the HContainer?

460 byte By vincent_homea at 2007-10-3 9:32:05
I don't know why I can not set the HContainer's background ,please give me some tips .the soure code as followingmenuContainer = new HContainer();menuContainer.setLayout(null);menuContainer.setBackground(new ...

Mifare Experiment on Jcop

503 byte By Bam_Zama at 2007-10-3 9:35:33
I'm trying to work with contactless interface of a JCOP31 card. it is failed. I contact with my reader company (omnikey) but none of their comments works. now i have a big doubt about mifare functionality on Jcop. has anyone seen any successful experiment on mifare in Jcop cards? please tell ...

IP-TV middleware

239 byte By 3asma at 2007-10-3 9:38:16
DearsAnyone can help me in how to use JavaTV for IP-TV environment based on multicasting?the STB we are using is kreatel/ motorloa and the video streaming is mpeg4 h264.the STB is linux based with CEEJ sieg JVM.

Full Application

460 byte By 3asma at 2007-10-3 9:38:52
Dears I am confused now after downloading alot of version of javatv/ JMF/ mhp .... all the library and I don't know excatly which version I should use or which samples is better and how I could see the GUI of javatv.Is anyone can hep me to send the packages [ better the source code] with ...

how can i play audio files in xletview?!

125 byte By viniciuspegorini@hotmail.coma at 2007-10-3 9:40:03
i need to play any kind of audio file in xletview... but i have no idea to do this...does anybody can help me?!

How to check that card is locked?

1026 byte By j2miana at 2007-10-3 9:42:15
Hi,I do have 2cards which are working fine till now. But somehow now I am not able to authenticate with that.Below is trace of JCOP shellWhat is wrong with that?> /card--Waiting for card...ATS=0E 78 33 B1 02 4A 43 4F 50 34 31 56 32 32 .x3..JCOP41V22ATS: FSC=256, DS=1,2,4/DR=1,2,4, FWI=11 ...

JCOP Tools Problem Error code: 6985 (Conditions of use not satisfied)

3434 byte By Porto_Deva at 2007-10-3 9:42:25
I have a problem with the JCOP tools. I am developing a very simple applet which does nothing at all. It is a "hello world" type applet so that I can get something working. It compiles ok, however as soon as I try to run it under the emulator I get an error.Status: Conditions of use not ...

embedded web server

242 byte By tulipsa at 2007-10-3 9:42:55
can java with embedded server be used to make web application which can be rendered on conventional web browser and mobile devices. Do I only need J2EE or J2EE and J2ME both? how much memory my PDA will need( RAM and ROM) thanks

Seeking information on JCOP cards

1264 byte By waterpca at 2007-10-3 9:45:32
I have been hunting around the internet for information on JCOP cards, and I find this a disorienting experience. It seems that the team from Zurich has moved to Germany, many of the links on their site are broken, they don't answer my emails and I can not find a phone contact for their ...

Card manager AID

743 byte By j2miana at 2007-10-3 9:53:56
I have tried to select card manager using two diffrent AIDs and both are successful.7bytes aid cm> /send 00A4040007A000000003000000 => 00 A4 04 00 07 A0 00 00 00 03 00 00 00 ............. (14958 usec) <= 6F 19 84 08 A0 00 00 00 03 00 00 00 A5 0D 9F 6Eo..............n06 40 51 42 04 22 ...

Need some help to install my java application in my javacard...

897 byte By Philipinaa at 2007-10-3 9:59:39
Hello,I'm a newbie with Javacard and I need some help to be able to download my first test application in my javacard.I now have a javacard application which is working well with a simulator and I would like to test it with a real card.The only problem is that it's not easy to really ...

unistall Applet from the card

95 byte By stavrosa at 2007-10-3 10:00:32
HelloHow can i unistall applet from my card?Please help meThank you

Record maintenance

278 byte By Kerria at 2007-10-3 10:03:52
Hello,I have more or less general question.I would like to maintain on Java card applet file with records, consisting of several fields.In which way it could be done?So in which way I could read/write these records?Thank you in advance.

What is the main difference between MHP and proprietary middleware

557 byte By ifaint_zhanga at 2007-10-3 10:05:34
After I have learned MHP for some time ,I am now thinking about one thing: IF one proprietary middleware provider say OpenTV use Java and open its api,and make it open that any one can implement its middleware standard.Can we call it Open standard? What I mean is,open standard middleware such ...

GP+Philips: How this industry is working

554 byte By j2miana at 2007-10-3 10:05:46
Hi,I am just want to clear some of dobts about this card industry:)As I know that the chip/card (SmartMX) is manufactored by Philips.We are using GP for installing applications with ISD keys. Who installs Java Card runtime on these cards or chip?Does Philips installs GP (security domain)on ...

PLEASE HELP!!!

757 byte By alarik69a at 2007-10-3 10:14:13
Hi all,im sorry im going to ask a vry stupid quesiton but I really cant solve that...-Im on windows XP-ive installed jdk1.5.0_09-i tried some tests and all is ok, i can compile and run my java applications-Now i want to try some javaTV application-i downloaded jtv-1_1_01-bin-doc.zip-i exctract ...

SOME MEWBIE QUESTIONS (please answer me...)

1028 byte By alarik69a at 2007-10-3 10:14:55
Im pretty new in developing java TV applications, I've read a lot of tutorials and articles but I still miss something:- is it possibile to connect the STB to my PC in order to download from my pc a transport stream (with video, audio and applications) soto really test my applications?- if ...

Did anyone managed to get an activation of JCOB recently in Europe?

475 byte By Philipinaa at 2007-10-3 10:17:05
Hello,I would like to use JCOB. I read all posts about that in this forum without result.I work in Luxembourg and tried all possibilities the get an activation code : - send an e-mail to gregor_mcelvogue@us.ibm.com- Try to call european software call center in Europe (they don't know anythink ...

MHP colors palette

295 byte By amasilbia at 2007-10-3 10:19:56
we know that a MHP receiver has minimum 188 colors and that also admits three values of alpha (0,178,255). We would like to know : - which are these 188 colors (R, G, B and ALPHA values ) - if the same color RGB can have both (178,255) possibilities of level of alpha

creating new fonts with the FontFactory (.PFR)

5579 byte By amasilbia at 2007-10-3 10:20:00
Hi all,so i have a problem, i'm trying to use FontFactory but i'm getting a FontNotAvailableException. So, i'm following mhp specification and i wrote a dvb.fontindex like this:<?xml version=?.0?><!DOCTYPE fontdirectory PUBLIC ?//DVB//DTD Font Directory ...

security domain

283 byte By goodstuffa at 2007-10-3 10:21:29
does anyone know if it is possible to create a new security domain for my JCOP card? i know global platform card specs say it should support "application provider security domain", but i would like to know if someone has actually done it, or if someone knows where to get one.

Card version- JCOP30 cards has GP implementation?

406 byte By j2miana at 2007-10-3 10:23:22
Does JCO30 cards have GP implementation?What is my understanding is that JCOP30 cards has Open Platform implementation and not GP. So may be I am able to do auth and rest but not anything specific to GP.I have worked on JCOPV4 cards it does have. If I am using JCOPV3 cards than will I am able ...

Thumb Recognition.

121 byte By Help_me_in_ThumbRecognition.a at 2007-10-3 10:27:08
Plz someone help me in for my Project in Thumb Recognition.Providing Code References.Plz............

Sending & Receiving SMS through pc to mobile

231 byte By sans_29a at 2007-10-3 10:31:00
hi,I m starting to develop a software that can send and receive sms via phone connected to pc using my 3230.i'll be coding it in VB using nokia CL messaging. Can anyone help me as soon as possible.Thanks a lot

Developing Xlets using Java 1.5

165 byte By pingumanbra at 2007-10-3 10:33:25
Hi Folks,Does anybody knows that is it possible to develop Xlets using Java 1.5. I tried to write some using NetBeans 5.0, and jdk 1.4. ?Cheers,

JCOP30/31 and balance readers

457 byte By ZackPa at 2007-10-3 10:39:37
Hi there,We want to implement JCOP30 or JCOP31 cards as an ePurse. We know that that is not a problem. However we have to find out how much current those cards draw when inserted into balance readers. It is very important since balance reader has very small batteries and will take card with ...

Help me newbie - STB architecture

355 byte By Naples79a at 2007-10-3 10:39:43
Hi all,i'm a new user of this wonderful forum on the java Tv. I wish to understand better the software architecture of a STB using the Java Tv Environment. Supposing i have all the drivers available for a certain hardware architecture, what i need to use the Java Tv? Do i need to write of my ...

Where to download OCF ?

482 byte By GASOLa at 2007-10-3 10:45:12
Hi friends,I磎 very excited about starting to develop smart card applications with JAVA CARD for the applets and OCF for the PC soft. I磛e bought a very interesting book which indicates i have to download the Open Card Framework (OCF) from the internet but the download page that comes in the book ...

Detect SELECT APDU

3733 byte By CristianDeivesa at 2007-10-3 10:45:29
Hi everyoneI'm writing an applet (Java Card 2.1.1) and in the process method I'm trying to detect the SELECT APDU command, but it's not working. I send a SELECT APDU to my applet, it throws a SW_CLA_NOT_SUPPORTED exception, and it is selected. Ok, the command ends up doing what it is ...

JCOP cards and consumption

170 byte By ZackPa at 2007-10-3 10:48:16
Hi there,Anybody knows what is typical consumption of the JCOP cards, probably with Philips chips, under idle and read/write modes?RegardsZack

RSA in java card

24008 byte By maxjack@mxa at 2007-10-3 10:51:44
Hi guys : I am new to java card. Currently i am using cyberflex 16 k. I would like to use RSA to encrypt and decrypt messages. I am able to encrypt and decrypt messages on card. I would like to decrypt messages of card. How can I do that. Any body can help? //Private Key definitionstatic byte[] ...

Difference between the two spaces....................

442 byte By kyrana at 2007-10-3 10:54:00
hii want to know the difference between the non-volatile code space and non-volatile data space.if i find the size of the cap file size which one does it refer to? does it refer to non-volatile code space or non-volatile data space?while allocating the amount of memory size before hand which ...

How can I use the security package in JCOP41V2.2?

1851 byte By Realsomea at 2007-10-3 10:57:50
Hi all, I'm a newbie in javacard programming. I'm trying to develop a project with RSA_signature. But I found, the exception NO_SUCH_ALGORITHM will be thrown out when I new an instance of KeyPair.My java file Temp_1.java following:/** * */package temp;import javacard.framework.Applet;import ...

Please help me.

322 byte By psk25a at 2007-10-3 10:59:53
Hi,Please help me regarding SCOSTA(Smart card operating system for transport application in INDIA). Actually this is developer forum for JAVA card. but do anybody know the same kind of forum for C language. Thanks in advance.My mail id is: ...

How to play an Avi clip using JMF with XletView?

426 byte By Saifee_Dalala at 2007-10-3 11:01:14
Hi..I am not able to play an Avi video clip using JMF...actually i am using Xletview to view the output...what happens is there are two video clips as data source...the player is configured to play the first clip...an then it is deallocated and plays the second clip...but what actually happens ...

Pegoda reader or card problem

2159 byte By j2miana at 2007-10-3 11:07:27
Hi I am using Eclipse 32. with JCOP plugin and philips pegoda reader.Still now I was using JCOPV4 cards all thing working fine, but I have got JCOPV3 cards and in that I am frequently getting error on /card that Communication problems: T=CL communication error: T=CL: Transmission error. Failed ...

How to debug byteCode? Can cap file convert to java source file?

169 byte By yuatua at 2007-10-3 11:19:02
Are there tools can debug byteCode?Are there tools can convert cap file to java source file?Are there tools can convert jca file to java soure file?

How to access ADF on a UICC

450 byte By NHSa at 2007-10-3 11:21:22
HiI'm trying to access an ADF on a UICC but I can't get it to work.I try to use UICCSystem.getTheFileView with with an AID read from EF_DIR, but I get null returned.I then tried JCSystem.lookupAID with the same AID, and here I got an AID object back. This AID object I then used in ...

JCOP and wireless toolkit communications

399 byte By MaDmEda at 2007-10-3 11:31:40
Hi,I have used the javacard toolkit with the wireless toolkit and I have made APDU connections and communications correctly. Now I have JCOP from IBM and I want to test my midlet with this emulator but my midlet cannot connect itself to the JCOP emulator. I have test the differrents port for ...