Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

How to update javacard applet

JavaCard Applet Development Related Questions and Answers.
wousim
Posts: 14
Joined: Tue Feb 16, 2016 10:12 pm
Points :109
Contact:

How to update javacard applet

Post by wousim » Wed Mar 30, 2016 3:27 am

As I know, there is no command to update an applet on the card w/o deleting it. Does anybody know how to do this?
I do need this to update an applet on the card which is already given to customer. Hope you can help me out! Thanks in advance.

pitbar
Posts: 22
Joined: Wed Dec 02, 2015 5:39 am
Points :93
Contact:

Re: How to update javacard applet

Post by pitbar » Wed Mar 30, 2016 4:13 am

The only way to do this is to delete and reinstall the applet.

wousim
Posts: 14
Joined: Tue Feb 16, 2016 10:12 pm
Points :109
Contact:

Re: How to update javacard applet

Post by wousim » Wed Mar 30, 2016 4:36 am

pitbar wrote:The only way to do this is to delete and reinstall the applet.


Thanks for you answer!
But is it feasible to modify the card operating system in order to update the applet?

pitbar
Posts: 22
Joined: Wed Dec 02, 2015 5:39 am
Points :93
Contact:

Re: How to update javacard applet

Post by pitbar » Wed Mar 30, 2016 4:57 am

I think there is no card provider that can allow this.

User avatar
mabel
Posts: 237
Joined: Mon May 18, 2015 3:09 am
Points :1705
Contact:

Re: How to update javacard applet

Post by mabel » Wed Mar 30, 2016 5:28 am

You can export data on the card first and then delete, and install the applet. Finally, import the data again.

popmun09
Posts: 36
Joined: Tue Feb 16, 2016 9:49 pm
Points :230
Contact:

Re: How to update javacard applet

Post by popmun09 » Thu Mar 31, 2016 2:51 am

Firstly, it's very hard to let your card vendor help you do this.

You can define an applet that stores data and a SIO that you can use to access this applet. The business logic goes into another applet and calls the methods on the interface to get or set data in the other applet. Your business logic can be deleted and reinstalled without affecting data.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 48 guests

JavaCard OS : Disclaimer