hi all,from my reading a sim toolkit applet is triggered by various events say event_menu_selection, if it is regaitered for that event. This would imply that all sim toolkit applets registered for that event wopuld be trigerred,. This creates a huge problem. I want to trigger only a prticular ...
433 byte By
armendia at 2007-10-2 16:03:03
Hello, I need someone to help me on this.I have a service which starts on my computer, and i'ts a problem that sometimes this service stops, so i have to restart it automaticaly. (see services on Control Panel-Administrative tools-services)So my question is "How do i know that the service is ...
hi,i want to work on JavaCard API but i compile sample program of JavaCard API on but it does not compile. i get the error. Java.framework.*; Package does not exists and 6 error related to API
Hi,I'm new in osgi/oscar I'm testing "http services" bundle. But I don't find documentation about this bundle. Is posible change the port of the service?Thanksss__ http://www.hhdirecto.net
830 byte By
Rfostera at 2007-10-2 16:09:37
I've written J2ME code for the cell phone to send an SMS message. I first set up the connection:String addr = "sms://" + phonenumber + ":" + port;MessageConnection sender = (MessageConnection)Connector.open(addr);Then I send the message:sender.send(message):This all works fine but there is an ...
18526 byte By
SuperToya at 2007-10-2 16:13:11
I can抰 use this code to load cap file 2.2 into simulator and jcop card. But it can load cap file version 2.1 into simulator and jcop card correctly. The error isEX: msg Invalid CAP file, directory component missing or out of order., class class com.ibm.jc.JCExceptionInvalid CAP file, directory ...
HiCan Mini SD or Micro SD cards be used with the Java Card Technology?Thank you,Mihai
hello there. I am using eclipse 3.1.Below is my code:package com.acme.helloword;import javacard.framework.APDU;import javacard.framework.Applet;import javacard.framework.ISO7816;import javacard.framework.ISOException;public class HelloWorldAppet extends Applet {// codes of CLA bytes in the ...
hi all,i'm new into this kind of programming and wanted to know how can i send AT commands to my modem using java comm.i have done the following:1-Obtained a CommPortIdentifier object for COM3.2-Obtained a CommPort object using CommPortIdentifierObject.open();what should i do to issue the ...
In response to my question:I refer to JCOP Tools available on Eclipse.If the plug-in free for download?If it is not, kindly provide a proper hyperlink from which those interested can place their order.Listed below is the reply from IBM. Can anyone who has successfully obtained the activation ...
76 byte By
handy21a at 2007-10-2 16:25:56
Pls give me some sites which gives begineer knowledge for JAVA TV API
294 byte By
comara at 2007-10-2 16:28:36
HelloI am new in javacard computing and I would like to know if I have to get keys for loading applets in the Sim card, or if it exists (legal) ways to avoid it.If i need keys, how can I get them? and will I have to pay something for them?please help methanks
Hello there. I am a little confused about host applications. I am using eclipseand i have already send an applet into my javacard.Now i want to develop a host application. i have some questions...1. i must use java and eclipse or i can use whaterer language i want(c++, vc.net etc). 2. OCF is ...
Hi friends,I am working on a project which requires me to connect to a Modem on port Com15 and send AT Commands to the modem.I am new to this area of programming and i do not know how to go about it. The modem is properly installed and i have tested it with Hyper Terminal and is working fine.I ...
Hi all i m developing SIM toolkit application for that i need a java card of below configuration.1) it should support BIP.2) it shuold allow to send USSD & GPRS messages.3) it should allow to load applet of size 40k. 4) it should support jsr 177(for communication between J2ME application of ...
hi guys & gals i have already SIM toolkit application on my SIM as an applet,now i want to update version of my application. so for that i want to uninstall my applet from SIM & want to install new one.but while uninstalling i want to take back up of some data from applet which was ...
hi alli m creating new file in SIM file system & stroing some data in that file.now i want to secure that data by any unauthorized access. for that i need any of the keys like ADM o or any key that i can change permission of file from my applet & make it secure but n/w operater is not ...
Hi,I hit the error "Invalid AID 1.0" while trying to convert my newly created java applet under a new package called "testjava". I wonder what Applet ID could i use for my newly created Javacard Applet. Must we follow certain format in specifying Applet ID?Thank you for your respond in ...
I have been able to connect my mobile phone (Motorola V3) and send AT commands to it successfully. I want my application to automatically detect when an SMS comes in and then retrieve the sms message. How do i go about this? I know it is possible because when my mobile phone rings, data ...
590 byte By
Gattoa at 2007-10-2 16:49:03
Hi all!I have a problem.I need to create an xlet that reproduces in the same time two reduced videos.The first video is the video of the current channel and the second video is another service presents in the transport stream.Here is an example...i'm watching a service (for example a soap ...
1708 byte By
sam_gka at 2007-10-2 16:50:58
Hi everyone,I'm trying to make Opencard work.I use a SCR335 USB Smart Card Reader(Microsystems) in WInXP SP2.I'm trying to execute the InsertCard demo sample. My opencard.properties file(which is located in C:\ocf\OCF1.2\components\sb-demo\src\demos\samples) containts the following ...
i have tried to run the followining xlet on A:\drive and my xletview application and jar file are located in C:\ harddrive. Can anyone tell me why isnt it running? I also using sdk 1.4.1 and i also set the classpath as iam using windows xp OS.this is what i get:C:\>java -jar xletview.jar ...
609 byte By
geri-ma at 2007-10-2 17:01:44
Hi there,I'd like to realized a "save" wallet with a JCOP-Applet for a contactless payment szenario. Therefore I need a save transaction handling mechanisms. Eg: when I deduct money from my JCOP using a Terminal Application, then only if the Transaction was really success fully the money is ...
hi...i'm italian student. I have a problem with xletview 0.3.6! In the mhp 1.0.3 there are abstract DVBClassLoader.(URL)..but when I implements this class end when i run the xlet, this call ClassCastException!!! The same code imported in the main of one class, end when run this code with ...
I am testing one MHP app on some MHP box. The text area shakes a lot on tv screen,which makes eyes quite uncomfortable.I tried to make the text bold and it makes things better ,but still shake.After that when we present the app on HD TV ,the text area no longer shake.Does anyone knows why? and ...
636 byte By
meemua at 2007-10-2 17:15:11
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 ...
Hi ! I am Hari prasad. Currently i want to write a J2ME application which can able to save some offline data in mobile and connects to server through wireless. I want help in knowing what kind of databases i can have on mobiles and limitataion for that. Please help me . its urgent ...
Hi ,I've got some problems with HSinglelineEntry and HMultilineEntry , i can compile the file but when i run it on the latest Xletview the HSing. and Hmulti not appear!So my question is if the compiler finds all imports why don't file.class work correctly?When i have use Jtext area i didn't ...
Hi All !!!I am developing a program to receive and send data over GPRS. A remote device is sending data at a particular port (6600) of my server. I am able to read that through ServerSocket. However I am not being able to send any data to that device. Any help?
207 byte By
djeghea at 2007-10-2 17:20:23
could someone share a piece of source code to manage the back button in stb? (i know that it's not a standard button in MHP, but i see that italian applications use it).Thank you,djeghe
Hello,I have J2ME & j2sdk currently installed on a windows system. I would like to include the Java TV API. I have the downloaded the Java TV source, but I'm not sure how to apply it. What do I need to do with these files ?
Hi,i'm decide to use the JCard to implement for my assignment. Having any JCard device can recommend to me? Thanks.
609 byte By
Tedrosa at 2007-10-2 17:45:46
Hi,I don't even know if this is doable. I've serched the web including this forum to see if I could find some more info.I'm working on an application, where the user can get infomation about happenings on a specific area.What I'm wondering is, if there is a way where I can keep the tv-show ...
202 byte By
comara at 2007-10-2 17:52:48
Hi,I want to load and install a Sim Toolkit applet, with Eclipse and JCOP tools.Please can you advise me on which sim card reader should I use?Thanks in advance.Cheers
Hi thereCurrently I am working on J2ME project but I am stucked in SMS problem.How can I simulate sms sending and receiving to and from emulators.I want to send sms from my PC to emulator and receive sms form emulator.Could you please help me with this issue, may be you could send any links or ...
Hello,I am new into JavaCards, and I have been trying some features, but as you can guess I have some questions:1. There are many examples of applets, but none of hosts that interact with the card using APDU, would you please send us an example?2. is it better to work with RMI than with the ...
Good Morning everyone,I am working on putting a Security Domain (SD) on a JCOP41 card and assign to it the Mandated DAP privilege.Here are my assumptions:1) With Mandated DAP no loads/installs can take place unless the SD assigned the Mandated DAP verifies the DAP in the CAP file.2) The above ...
146 byte By
feanor7a at 2007-10-2 18:04:01
Can an application store itself using ApplicationCache.store() method?And how I can get (or put) the necessary permissions to do it?
Hi, Could any one please suggest me a good source to read about Infrared port programming. A leptop equiped with the Infrared port needs to be programmed to access a printer remotely. I am very new to this and I really appreciate any help you guys might offer.Thank
I'm having problems populating an Image object, not sure what's wrong. Is this done differently for xlets ?Heres the code:try {buttonImg= Toolkit.getDefaultToolkit().createImage("test.png");myButton= new HGraphicButton(buttonImg);scene.add(myButton);} catch (Exception e) ...
703 byte By
BIXBANa at 2007-10-2 18:12:32
Hi guys,I have an sle4442 pvc is card i am trying to load an applet onto. I am using the jcop toolkit and a schlumberger usb card reader(reflex usb).unfortunately i get this error message.> /cardjcshell: Error code: -8 (Failed (no diagnosis))jcshell: Command failed: No ATRthis is what i get ...
849 byte By
BIXBANa at 2007-10-2 18:12:37
can anyone help me with this error messages?thanks in advance?> upload -d "C:\Documents and Settings\mawuko\workspace\hello\bin\com\acme\hello\javacard\hello.cap" => 80 E6 02 00 13 06 77 61 6C 6C 65 74 08 A0 00 00......wallet....00 03 00 00 00 00 00 00 00 ......... (16107 usec) <= 6D ...
hello there . I am using eclipse and i have created a host card application.When i run it from eclipse i dont have any problem.How i can compile my project to executable?I try excelsior jet but nothing....Thank you in advance.Linos
283 byte By
MEX1a at 2007-10-2 18:16:18
We need to access the MiFare memory portion of a MiFare ProX with JCOP and MiFare emulation. Is there a simple strait foward way to do this directly from the reader attached to the host, or an application has do be developed and loaded into the card.Regards,Juan
Hi,Could you please tell me how to program a cell phone to read/write a smart card or any other card holding information?Thank you
i have 2 services, fe A and B, and i want to create a player in service A to play a video component. I have tried to put 2 video components in service A but nothing was played.in this case the code used was: mediaLocator = new MediaLocator("dvb://1.1.1.1");player2 = ...
i would like to close an xlet from a second class, not from HScene.problem: there can only excist one HScene. it doesn't work, if i try to close from another container.i tried to call the function destroyXlet(true). but this function only works within the HScene.how can i solve this problem! ...
520 byte By
jns2006a at 2007-10-2 18:23:23
Hey everybodyI'm desperately trying to debug applets using the JCOP Tools 3.1.1b but when I start the applet in debug mode, the debugger does not break on the breakpoints I set. You might know the little ticks that appear on top of each breakpoint bullet in the editor. The strange thing is ...
701 byte By
comara at 2007-10-2 18:23:47
Hi,I am facing on a problem. I explain my situation:I have to develop a location software, and the only way I have found to do it was to use the NMR of the SIM Toolkit. Technically I think it is feasible, but to load and install a SIM Toolkit applet and to use the GSM network, I have to contact ...
310 byte By
jin1964a at 2007-10-2 18:24:53
Hi,Currently I am developing an application based on cell phone. It need load my own applets on the cell phone SIM card, especially the SIM cards already are loaded applications by cell phone vendors. Can i load my applets into SIM card, and meanwhile don't impact cell phone vendor's applets ...