About Jcop'custom mask applet into rom.

How can I use JCOP's sim to custom mask a applet into rom.and how can i debug the applet.when i debugged,i allways get"Erron connecting to VM!"
Help me.
Thanks

You can't debug an applet in ROM with JCOP Tools.

Similar Messages

  • Load applet into JCOP 30

    hey,
    i have some troubles to load my applet into a JCOP 30, i use GPSell to load my applets, i've tried JCOP's scripts included in gphsell but i failed to load my applet, its probably due to the key of authentification. please, what can i do to ?

    this is a copy i get from output gpshell using JCOP10 script
    C:\gpshell2>gpshell InstallAp.txt
    mode_211
    enable_trace
    enable_timer
    establish_context
    command time: 94 ms
    card_connect
    command time: 31 ms
    select -AID a000000003000000
    Command --> 00A4040008A000000003000000
    Wrapped command --> 00A4040008A000000003000000
    Response <-- 6F198408A000000003000000A50D9F6E064051235331169F6501FF9000
    command time: 78 ms
    open_sc -security 1 -keyind 0 -keyver 0 -key 404142434445464748494a4b4c4d4e4f -k
    eyDerivation visa2
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 6A86
    GP211_get_secure_channel_protocol_details() returns 0x80206A86 (6A86: Incorrect
    parameters (P1, P2).)
    HelloInstallJcop10
    mode_211
    enable_trace
    enable_timer
    establish_context
    card_connect
    select -AID a000000003000000
    open_sc -security 1 -keyind 0 -keyver 0 -key 404142434445464748494a4b4c4d4e4f -keyDerivation visa2
    delete -AID D0D1D2D3D4D50101
    delete -AID D0D1D2D3D4D501
    delete -AID D0D1D2D3D4D50101
    install -file helloworld.cap -instParam 00 -priv 02 -nvDataLimit 500
    #install_for_load -pkgAID D0D1D2D3D4D501
    #load -file helloworld.cap
    #install_for_install -instParam 00 -priv 02 -AID D0D1D2D3D4D50101 -pkgAID D0D1D2D3D4D501 -instAID D0D1D2D3D4D50101 -nvDataLimit 500
    card_disconnect
    release_context
    and this the ouput when i used helloInstallJCOP31
    C:\gpshell2>gpshell InstallAp.txt
    enable_trace
    establish_context
    mode_201
    enable_trace
    establish_context
    card_connect
    select -AID a000000003000000
    Command --> 00A4040008A000000003000000
    Wrapped command --> 00A4040008A000000003000000
    Response <-- 6F198408A000000003000000A50D9F6E064051235331169F6501FF9000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4
    f -enc_key 404142434445464748494a4b4c4d4e4f //Open secure channel
    Error: unknown option //Open
    helloInstallJCOP31:
    enable_trace
    establish_context
    mode_201
    enable_trace
    establish_context
    card_connect
    select -AID a000000003000000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f //Open secure channel
    delete -AID D0D1D2D3D4D50101
    delete -AID D0D1D2D3D4D501
    delete -AID D0D1D2D3D4D50101
    install -file helloworld.cap -sdAID a000000003000000 -priv 2
    card_disconnect
    release_context

  • How to load a java card applet into a java card

    Dear All,
    I am a novice to java card technology..
    I have done some search on how to load a java card applet into a smart card but haven't found a satisfactory answer. I have read about installer.jar and scriptgen tool but I want to load the applet from a java program and not from command line. It would be of great help if somebody can help me out.
    If somebody can share a sample program which load a javacard applet(.CAP file) into a smart card, I will be very thankful.
    I am able to find some client applications which help us send APDU commands and recieve response APDU's to interact with an applet loaded on to the smart card but not application which actually load the applet.
    I have heard of OCF and GP.. some say that OCF technology is outdated and no longer in use.. can somebosy throw some light on this too..
    cheers,
    ganesh

    hi siavash,
    thanks for the quick response.. i checked out GPShell as suggested, it looked like a tool by which one can load an applet on to card and send some sample apdu commands... but I want to load the applet from the code.
    My application should look something like this.. it will be a swing applicaton where I have a drop down with a list of readers, I select the one desired and then click on "LOAD" after inserting a blank java card, at this point my applet which is stored in my DB should get loaded on to the java card. The next step should be to personalize it where I enter the values for the static variables of my applet and click "PERSONALIZE", at this point all these values should be embedded into APDU commands and sent to the java card for processing.
    For achieving this I am yet to find a comprehensive sample or documentation on the net.
    Please help...
    regards,
    ganesh

  • Loading Custom CD-Rs into iTune Playlists

    I have about 20 custom music disks that I would like to enter into separate Playlists in my iTunes. What is the easiest method to keep each disk separate in the library and enter them into its own playlist. The problem I have is that if I import two or more disks you get Track 01, Track 01, Track 01, Track 02, etc in the library and they become very very hard to separate our into playlists. Thanks in advance.

    Insert your CD-R and wait for it to appear in iTunes. Highlight all the tracks on it (click on the first track and go to Edit>Select All). Drag the selection to the playlist area of the iTunes source list (below the icons for Music, Movies etc). iTunes will automatically create a playlist from the selection and begin importing the tracks. You can rename and add information to the tracks in the playlist so you don't have to try and identify them in the library. You could also add the info in the usual way to the tracks on the CD before importing them if you want to avoid creating a playlist altogether.

  • Is OCF related to loading applet into the sim

    I've read some text about OCF(Open Card Framework) it is said that it is an interface to both smart card reader and applications on the sim. if we take "the application on the sim" same as "Installer Applet" then the ocf stands in the place which the problem of loading applet exists.
    could you please explain:
    Can I use OCF for witing a programm to load my applet into card?
    Is There any other way to do the task??

    If it is a GlobalPlatform card, there are some simple steps to validate if your card is locked/terminated
    1. send GET DATA on some tag you know for sure is in the data store of the CardManager
    2. If this works, try to authenticate (INIT-UPD, EXT-AUTH)
    3. If this works, GET STATUS on ISD --> AID and life cycle of the CM
    - If 1. does not work, then your default select application is not the ISD --> contact the issuer for the AID
    - If 2. does not work, then your card is locked or terminated
    - If 3. does not work, then the GP secure channel protocol on-card has a different implementation than your off-card tool/API (most likely with a Gemalto card)

  • Creating custom mask shape

    I want to create a custom mask shape different from the ones supplied in FCP2.
    Ive been racking my brain on how to do this. I use CS3 Photoshop and Illustrator.
    In illustrator I created the shape I want, a tight round cornered rectangle in black then sent to Photoshop. place it on a new layer (layer 2) and made the first layer transparent, but the outside of the frame is still visable when I rescale the file in FCP....what am I doing wrong?
    Thanks in advance..

    Hi Allister,
    The mask you create in Photoshop needs to be either black and white or have an alpha channel.
    When you import that into FCP you need to have
    - background on track 1
    - your mask on track 2
    - foreground on track 3
    then select your foreground and choose composite mode> travelling matte alpha if you want to key where your alpha is or travelling matte luma if your image is black and white.
    If you're sizing your mask down you may need to crop your foreground so you don't get edges.
    Dual 1Ghz G4 Quicksilver   Mac OS X (10.4.7)  

  • Please advice me about JCOP tools and installation problem

    Hello
    Somebody please suggest me what should I solve this problem.
    I'm currently developing the applet which activate when the SMS send to trick this applet, then it will return the SMS back to the sender which contain a location information of cellsite.
    I used the Axalto tools to generate my code. But the problem is when I put this code simulting with JCOP, it shows this error
    cm>  upload "D:\Sourcecode\SMS_Proactive_CMD\bin\SMS_Proactive_CMD\javacard\SMS_Proactive_CMD.cap"
    => 80 E6 02 00 17 0A 53 4D 53 5F 50 72 6F 61 63 74    ......SMS_Proact
        08 A0 00 00 00 03 00 00 00 00 00 00 00             .............
    (3350 usec)
    <= 00 90 00                                           ...
    Status: No Error
    => 80 E8 00 00 FF C4 82 02 7B 01 00 26 DE CA FF ED    ........{..&....
        02 02 04 00 01 0A 53 4D 53 5F 50 72 6F 61 63 74    ......SMS_Proact
        11 53 4D 53 5F 50 72 6F 61 63 74 69 76 65 5F 43    .SMS_Proactive_C
        4D 44 02 00 21 00 26 00 21 00 12 00 1E 00 6E 00    MD..!.&.!.....n.
        1A 01 16 00 0A 00 41 00 00 01 0D 04 EF 00 04 00    ......A.........
        00 00 00 02 01 00 04 00 1E 02 02 01 07 A0 00 00    ................
        00 62 01 01 06 02 10 A0 00 00 00 09 00 03 FF FF    .b..............
        FF FF 89 10 71 00 02 03 00 12 01 0E 53 4D 53 5F    ....q.......SMS_
        50 72 6F 61 63 74 2E 61 70 70 00 2E 06 00 1A 00    Proact.app......
        00 43 80 03 0A 00 04 07 02 00 00 00 3D 00 40 81    .C..........=.@.
        00 00 81 01 01 08 80 02 00 07 01 16 00 02 10 18    ................
        8C 00 15 18 01 87 02 18 01 87 05 18 01 87 08 18    ................
        8D 00 0D 87 09 AD 09 05 8B 00 11 10 79 90 0B 7F    ............y...
        00 0E 10 48 90 0B 7F 00 0C 7A 02 31 8F 00 18 3D    ...H.....z.1...=
        8C 00 0B 2E 1B 8B 00 0A 7A 00 20 7A 05 21 18 8D    ........z. z.!..
        00 19 87 02 18 8D 00 1A 87 08 1D 73 00 C6 00 02    ...........s....
        00 02 00 09 00                                     .....
    (4805 usec)
    <= 6A 80                                              j.
    Status: Wrong data
    jcshell: Error code: 6a80 (Wrong data)
    jcshell: Wrong response APDU: 6A80
    Unexpected error; aborting executionOn the other hand, when I use the GEMPLUS App. Manager Tool to load and install the applet into SIM card, it can load package in to the card but it can't install. It shows that
    6985 Conditions of use not satisfiedPlease help me, Thank you for you kind.

    Hi,
    I am using JCOP and getting the exact same error message as you, only not when simulating, when trying to install the applet to the card.
    When I simulate the card there is no problem at all, but when trying to upload, that error message appears, no matter what i try to upload.
    My e-mail adress is [email protected], please contact me If you manage to solve the problem or you have any questions.
    Best regards,
    Pierre

  • Can anyone tell me about BAdi customizing in simple terms?

    Hi friends,
      Can anyone tell me about BAdi customizing in simple terms? I need it a bit urgently.
    Thanks in advance.
    cheers,
      Joy

    BADIs are known as Business Add-Ins. They are enhancements to the standard version of the SAP system. The application developer creates an interface for the add-in. From this, enhancement management creates an adapter class that implements the interface and thus provides the interface for implementation by the customer, partner, and so on. The developer then creates an instance of the adapter class in the application program and calls the corresponding method at the appropriate time. Enhancement gives SAP customers the ability to adapt SAP to suit specific requirements. It does not require a modification to standard code and code will not be overwritten during the upgrade.
    In SAP, Business Add-Ins, Customer Exits and User Exists are used for enhancements.
    Customer Exits provide predefined exit points from SAP source code, enabling you to insert your own code and locally enhance a standard application without having to get into SAP application logic.
    SAP creates user exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality.
    An application developer who wishes to have a Business Add-In in a particular program defines the interface for an enhancement in the Business Add-In Builder. In the following step, he or she programs the interface call in the application program at the appropriate place. Customers can then select the add-in and implement it according to their needs.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to differentiate between Add-In implementations using the filter Country or other criteria.
    BADIs are Object Oriented techniques used for enhancements and nowadays they are widely used as a replacement for Customer exits. BADIs are predefined exit points in a source that allow developers to either insert their own logic during implementation or simply adopt one of the standard supplemental solutions provided by SAP.
    A single Business Add-In contains all of the interfaces necessary to implement a specific task implementation. All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard.
    Normally BADIs will be available within the standard programs and when we need some enhancements or if there is a change request made by the customer in the functionality, BADIs or Customer exits are used.
    Types of Business Add-Ins:
    u2022     Multiple use BADIs.
    u2022     Filter dependant BADIs.
    From SAP menu Tools-> ABAP Workbench-> Utilities-> Business Add-Ins-> SE18 u2013 Definition or else use SE18 (T-code).

  • Converting an Applet into an Application

    I think I understand the basics of converting an Applet into an Application but Iam unsure on how you would go about passing the parameters that are normally stored in the HTML tag into the application.

    Basically you'll need to provide your own getParameter
    method. It's easy with a java.util.HashTable -- the
    parameter name as the key.that means that i would have to go back and change the old code, correct?

  • Installing Mask Pro into Photoshop CS5

    I am having difficultly installing OnOne plug-ins (Mask Pro 4, and the free versions of Photoframe and Perfect Effects) into Photoshop CS5.  The OnOne site help gives an updated installer for Mask Pro 4, and says to first remove the old one.  How do I uninstall it?  What is the trick to installing the correct one?

    My question was sent on the the PS forum and I received some helpful advice there and from the vendor's tech support.
    Date: Sun, 20 May 2012 20:48:26 -0600
    From: [email protected]
    To: [email protected]
    Subject: installing Mask Pro into Photoshop CS5
        Re: installing Mask Pro into Photoshop CS5
        created by Mylenium in Downloading, Installing, Setting Up - View the full discussion
    Ask such questions on the vendor's forums/ support sites or at least in the PS forums. Mylenium
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4424620#4424620
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4424620#4424620. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I want to set-up a network with our current two laptops for a family of 4 w/unique 4 profiles. I'd like everyone to be agnostic about which computer to log into and use but still have private docs and apps (i.e.mail/facebook). How best can I do this?

    I want to set-up a network with our current two laptops for a family of 4 with unique 4 profiles.  I'd like everyone to be agnostic about which computer to log into and use but still have private docs and apps (i.e. mail/facebook).  How best can I do this?

    iCloud Photo Sharing FAQ - Apple Support
    http://www.fatcatsoftware.com/iplm/Help/accessing%20an%20iphoto%20library%20on%2 0another%20mac.html

  • Incrementally appending  custom XMP metadata into PDF files

    I have a problem writing custom XMP metadata into a PDF document (I'm using the XMP Toolkit SDK).
    The problem is that I don't know whether is possible to expand the XMP packet in order to append metadata incrementally into the document, and, if it is possible, I don't know how to do it. The program I wrote succesfully appends an item to an array four times, but it fails when trying to append the fifth one. The reason obviously is that the packet gets full and there is not room for more metadata. The error message, if I force the PutXMP call, is:
    ERROR: Can't fit into specified packet size
    So, what can I do? How to enlarge the packet or make it expandable? Or, otherwise, have I to inject a new XMP packet with the up-to-date information in it? How?
    And a last question: Have I to scan for packets when dealing with PDF files? No smart handlers are available for this kind of files?
    Thanks in advance.
    Xabier Artola.
    Univ. of the Basque Country.

    Were you able to find a solution to this problem? I am having the same issue.
    Jason

  • Need detailed information about u0093CALL CUSTOMER FUNCTIONu0094.

    Need detailed information about “CALL CUSTOMER FUNCTION”.

    Hello Ayan
    “CALL CUSTOMER FUNCTION”. is the old version of
    customer exits. Using transaction SMOD you can see which customer exits SAP provides. Using transaction CMODyou can see the enhancement projects which make use of these SAP enhancements. 
    SAP enhancements consist of different components: function modules, screens, etc.
    For example, SAP enhancement CATS0001has a single component, function module EXIT_SAPLCATS_001. This function module is called within include LCATSF54:
    *&      Form  READ_WORKLIST_FROM_EXIT
    *       Read worklist from customer exit                               *
    FORM read_worklist_from_exit.
      DATA: l_catsw TYPE catsw_tab.        "XZQAL0K061795
    *----------------Beginn XZQPL0K017888----------------
      DATA: l_icatsw_fix LIKE catsw OCCURS 0.          "XZQPL0K017888
    * Sichern der ICATSW_FIX, damit mögliche Änderungen aus
    * User-Exit/Badi rückgängig gemacht werden können.
      l_icatsw_fix = icatsw_fix.
    *----------------Ende XZQPL0K017888----------------
      CALL CUSTOMER-FUNCTION '001'
           EXPORTING
                sap_tcats      = tcats
                sap_pernr      = catsfields-pernr
                sap_dateleft   = catsfields-dateleft
                sap_dateright  = catsfields-dateright
                sap_datefrom   = catsfields-datefrom    "XZQPL0K017888
                sap_dateto     = catsfields-dateto      "XZQPL0K017888
           TABLES
                sap_icatsw     = icatsw
                sap_icatsw_fix = l_icatsw_fix           "XZQPL0K017888
           EXCEPTIONS
                OTHERS        = 1.
    *-------------Beginn XZQAL0K061795 Worklist-Badi in CATS -------
      IF badi_worklist IS INITIAL.
        CALL METHOD cl_exithandler=>get_instance   "Aufruf der Factory-
           CHANGING instance = badi_worklist.      "Methode
      ENDIF.
      l_catsw = icatsw[].
    * Restaurieren der l_icatsw_fix für das Badi, falls sie
    * doch im User-Exit geändert worden ist.
      l_icatsw_fix = icatsw_fix.                  "XZQPL0K017888
      CALL METHOD badi_worklist->get_worklist    "Aufruf des Add-Ins
        EXPORTING
          sap_tcats      = tcats
          sap_pernr      = catsfields-pernr
          sap_dateleft   = catsfields-dateleft
          sap_dateright  = catsfields-dateright
          sap_datefrom   = catsfields-datefrom    "XZQPL0K017888
          sap_dateto     = catsfields-dateto      "XZQPL0K017888
        CHANGING
          sap_icatsw     = l_catsw
          sap_icatsw_fix = l_icatsw_fix.          "XZQPL0K017888
      icatsw[] = l_catsw.
    *-------------Ende XZQAL0K061795 Worklist-Badi in CATS -------
    ENDFORM.                               " READ_WORKLIST_FROM_EXIT
    In this routine you can see the most up-to-date version of customer exits:
    BAdIs (Business AddIns). Inbetween SAP has developed BTEs(transaction FIBF) which are basically dynamically called function modules. 
    Regards
      Uwe

  • Embed an applet into jpanel

    I have a unique problem. I have an application built on swing f/w with xml used for design and maven used for build.
    I have an applet that is independent of this application. Now i dont have a clue how to embed that applet into a jpanel or into that application. Anything of that will help me immensely. Please suggest if anybody has a clue.
    Thanks in advance.
    Regards,
    Ashish

    >
    I have a unique problem. >Big claim since..
    >
    ..I have an application built on swing f/w with xml used for design and maven used for build.
    I have an applet that is independent of this application. Now i dont have a clue how to embed that applet into a jpanel or into that application. >..the AppletViewer has been Swing based since around 1.3 or before. ;-)
    In any case, if you control the source of the applet, or can recreate it, the best solution has already been given on the first reply.
    If not, and it actually makes sense to embed an Applet or JApplet in a Swing JPanel(/JFrame), then it becomes more complicated.
    Here is one of the most simplistic [examples of embedding an applet in a JFrame|http://forums.sun.com/thread.jspa?messageID=10259860#10259860]. If it becomes necessary to pass parameters to the applet, allow it to share input streams, or implment the showStatus() showDocument() methods as I did in Appleteer, it becomes more complex again. So far I have found no practical way to mimic Applet/JavaScript interaction.
    Edit 1:
    And noting you are yet another multi-poster. No that is not unique, just very irritating, and a great disincentive for others to help.
    Edited by: AndrewThompson64 on Jul 1, 2009 1:40 AM

  • How to integrate applet into web dynpro java application

    Hello Exprt,
    I am struggling with integrating applet into WD applciation. I don't see any applet specific UI element. I would highly appreciate your help.
    Thanks,
    Shubhangi

    Satyajit Chakra...
    Please can you clarify what you mean that it has been deprecated?
    We have a similar requirement and I have tested a method to do this on our NW 04 system that worked.  But I really need to know what to plan for when we upgrade to 04s.
    I am not sure if this is the right approach, but here's how I did it on our 04 system....I need to know if the approach I have taken below will work properly in 04s.
    I built an HTML file in a string which contains javascript to launch the IXOS viewer applet...which is the "inString" below...
              try
                   String html = inString;
                   IWDCachedWebResource resource = WDWebResource.getWebResource(inString.getBytes("UTF-8"), WDWebResourceType.HTML);
                   resource.setResourceName("HTML_inline.html");
                   resource.setAttachement(false);
                   resource.setReadOnce(false);
                   wdContext.currentContextElement().setOut(resource.getAbsoluteURL());
              catch (final Exception ex)
                   wdComponentAPI.getMessageManager().reportException(new WDNonFatalException(ex), false);
              IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("PopupImageViewer");
              IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo, true);
              window.setTitle("Image opening in separate window");
              window.setWindowPosition(25, 225);
              window.open();
              wdContext.currentPopupElement().setWindowInstance(window);

Maybe you are looking for

  • Module pool Issue

    Hi I have created  a module pool program , its working fine on development , bbut when transporting in quality server there is coming error in include  SAPMPROGTOP  in line 8  DDIC ztable is not active while ztable is active in Development server , e

  • Wireless Backup?

    I want to use TM to backup my iMac & MacBook wirelessly to a partitioned external hard drive. I know I need to plug the USB plug of the external HD into the AEBS but that spot is being taken by my wireless printer. Can I use a USB hub in the AEBS to

  • When I restart Firefox, my pinned tabs open to the page that I last viewed rather than the page that I originally pinned. For example, if I pinned to a local ne

    When I restart Firefox, my pinned tabs open to the last webpage that I viewed rather than the page that I originally pinned. For example, if I pinned to a local newspaper's website, navigate to espn while on the pinned tab and then close Firefox, the

  • SQR DEVELOPER PROCESS ISSUE

    Failed to produce the HTML output file. Additionally, no SPF,.LOG or .ERR files were generated. Most likely causes include: SQR congiguration, and the BRD datasource definition used for this report

  • ABAP proxy Creation error

    Hi All, I'm trying to create a synchronous ABAP proxy out of my outbound interface. When I do that I get an error saying that <b>Cannot generate proxy (object <attributename="type"> missing in WSDL, see long text)</b> Now when I remove the reponse me