How do  offcard program know whether the applet has been personalizated?

The offcard program want to know whether the applet has been personalizated. if Y . the offcard program don't send the personalization command to the applet. anyway to inqury the applet state in offcard program. thxs

I don't know what card framework (OCF, JCOP tools or other) you use.
For the JCOP tools framework it is very simple. Connect to your applet by creating an instance of the com.ibm.jc.OPApplet. This class has a method called public int getState() wich returns "the applet privileges" in form the flags NOT_AVAILABLE, LOGICALLY_DELETED, INSTALLED, SELECTABLE, PERSONALIZED, BLOCKED and LOCKED.
Jan

Similar Messages

  • Hi, for Iphone tips page "see when a message was sent " , then how do I know that the message has been read?

    Hi,
    for Iphone tips page "see when a message was sent " , then how do I know that the message has been read? Thanks  

    Hi Bhavesh,
    Please see my replies inline:
    > 1. If i remember your ealier thread correct also, I
    > would suggest that you drill down in Where Did the
    > Error Occur. Instead of no restriction, select
    > Adapter Engine and also your Corresponding Adapter
    > and then trigger the error message and check if the
    > alert is triggered.
    When I click on "Where did the error occur" -> "Adapter Engine", I do not have a choice of errors from the dropdown. I only see one option "*".
    Is this right?
    > 2. ><i>When I click on "Alert Inbox" ->
    > "Subscription", I get a message "The table does not
    > contain any entries". Is this correct?</i>
    >
    > Yes this is correct. You have defined in your alerts
    > as the option as FIED RECIPIENTS. You also have
    > options like Reciepients via User Role and
    > Subscription Authorization in ALRTCADTDEF.
    >
    I see.
    I've also managed to overcome this problem by selecting "Subscription Authorization" in the Alert Category Definition page, and entering SAP_XI_MONITOR as one of the roles.
    After that, I am able to see a the alert category defined. By default it's already subscribed, because I'm using the same user - PISUPER.
    I saw in another post that the option "Suppress Multiple Alerts of this Rule" should be left unchecked. I tried that, but I still do not see any alerts raised in ALRTDISP.
    What did I miss?
    Please help.
    Thanks.
    Ron

  • Why does my Elements 12 ask me to enter Program Key after the product has been used and registered

    I have had Elememts 12 for several months ... when I bought it ...I downloaded the program and registered it ... now ... every once in a while the program asks me to enter the Key number as if I never registered it ... also sometimes I get a message about my 30 day trial ...

    I purchased Elements 12 not the Premier addition .... the disk Elements 12 comes with a trial version of Premier ... I did not install the 30 day trial version .... maybe t is Adobe trying to sell me the Premier addition ... I will pay more attention the next time the message comes up ... after reading some of the posts, I think that is what is happening ... I will have to wait ... someone wrote that they had the same problem and after a while, the message stopped appearing .... as I indicated .... I will look more carefully the next time I see the message...
    Thanks again
    Date: Tue, 1 Apr 2014 16:22:01 -0700
    From: [email protected]
    To: [email protected]
    Subject: Why does my Elements 12 ask me to enter Program Key after the product has been used and registered
        Re: Why does my Elements 12 ask me to enter Program Key after the product has been used and registered
        created by A.T. Romano in Premiere Elements - View the full discussion
    JEROMESTEINER
    I am trying to get through all your recent replies to go back to your post numbered 8.
    1. Go to Control Panel/Programs and determine if you have Premiere Elements 12 and Photoshop Elements 12 installed.
    2. When you have gotten the try out dialog, what program is mentioned in the dialogs - Premiere Elements 12 or Photoshop Elements 12?
    3. The fundamental question is what did you purchase
    a Photoshop Elements 12
    b. Premiere Elements 12
    c. Photoshop Elements 12 and Premiere Elements 12
    From what you wrote it sounds like Photoshop Elements 12. Premiere Elements 12 seems to have come along as a tryout.
    4. If Premiere Elements 12 is a tryout, after 30 days from first install of it, you should not be able to use it without a purchased serial number specific for Premiere Elements 12.
    5. If you have no interest in Premiere Elements 12 tryout, uninstall it if it is installed. If it is not installed, then it is not the cause of your trial messages. But, I offer you this thought. Are these really License This Product/Continue Trial messages or are they really promotional dialogs (ads) put on your computer by Adobe who knows you have Photoshop Elements 12 and are trying to get you interested in Premiere Elements as well?
    Please review and consider.
    Thanks.
    ATR
    Add On...All my encountered with tryout pop ups have been as described and restricted to purchase Photoshop Elements 12 and Premiere Elements 12 purchased as bundle.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6262855#6262855
         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/6262855#6262855
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6262855#6262855. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Premiere Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • TS4009 how do you retrieve information after the system has been reset to default

    how do you retrieve information after the system has been reset to default?

    From a backup on itunes or icloud, assuming you have made backups.  Connect to itunes and in the first tab for your device, choose to perform a restore.

  • I need to set up a DSN for my Thunderbird 24.3.0 or at least know when the email has been received by a client.

    My employer wants to be able to know when a client has received an email sent by us. I have researched DSN extensions and add-ons for Thunderbird but the only one I could find was not compatible with version 17. I updated to version 24 and still I can not find a solution. All we want is to be able to know when the client has received our emails.

    Hey,
    There are a number of them [https://addons.mozilla.org/en-US/thunderbird/search/?q=dsn%20extensions DSN extention search results]
    If you have any questions about the support for those add ons please see their support page that is listed on the add on profile page.

  • Is there any way to know that the UI has been updated due to a bind change?

    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
    printNodeAsImage(filename) //to a file
    }

    Oops..Got posted before I could finish the query
    Hi
    For the given code snippet
    var c=Circle{
      centerX:10  
      centerY:10
      fill:Color.YELLOW
      onMouseClicked:function(event){
          c.fill=Color.RED;
          printNodeAsImage(c, filename) //to a file
    }Let us assume that printNodeAsImage(c,filename) saves the circle node with the current color to a file. See http://rakeshmenonp.wordpress.com/2010/04/26/javafx-1-3-save-as-image/ for a implementation of this function
    What we notice instead is that printNodeAsImage(c, filename) actually saves the node with the color YELLOW instead of RED. Is there any way to know deterministically when the UI has been updated due to a variable value change (or because of binding). (In this case the transition from Yellow to Red) So that we can perform other operations on the UI state - like saving it to a file
    Regards,
    Dhruva Ray

  • How does a program knows whether it runs asynchronous?

    We have a tool which runs fine at several systems, but fails for one customer.
    It displays a list of analysed data and offers the option to update some material master data to adapt mrp data of material master to the real situation of selected material. The update is done with an asynchronous call of function material_maintain_dark, results (success or error messages) are written to sytem log.
    In one system this logic fails, because customer has an implementation in one of the user exits of function material_maintain_darc which calls a popup.
        IF sy-batch IS INITIAL AND sy-binpt IS INITIAL.
          CLEAR: l_text_table[], l_text_table.
          MESSAGE w001(z_sdc) INTO l_text_table-tdline.
          APPEND l_text_table.
          CALL FUNCTION 'COPO_POPUP_TO_DISPLAY_TEXTLIST'
            EXPORTING
              titel      = 'Warning'
            TABLES
              text_table = l_text_table.
        ENDIF.
    Popup correctly will not be displayed when programm runs in batch mode.I think we need a similar check to avoid the popup when the program runs asynchronously, but I could not find any matching indicator in structure syst (I could not find documentation for really all fields) or anywhere else.
    Can anyone help and tell me how I can check at runtime whether a program runs asynchronously.

    It was not my decision to use this popup. Customer has it as own coding in an unserexit of function material_maintain_dark  probably created during implementatiion project by customer himself or any consultants.
    We delivered a 'consulting solution', a program which uses function material_maintain_dark and works fine on several other customers systems, where no user exit is implemented.
    Customer regards it as an error of our customer solution, that the booking of changes of material master, which is triggered by our program does not work in his system: There only is a message, that program is triggered, but it cannot be completed properly and they see neither results in material master nor entries in system log.
    My idea was to add a check, whether the function material_maintain_dark was triggered by our customer solution via call function.. starting new task or whether it is used by any of the customers own processes, but I have no idea how to find out, whether function was called with or without 'starting new task'.

  • I recently upgraded from Firefox 3.6.5 to Firefox 4.0.1 and status updates after pressing "Sync Now" which tell you that data sync is in progress or has finished, have STOPPED appearing. How do I know whether my data has been synced or not?

    More specifically even when I click Tools->Sync Now nothing happens. Also when I do a "Reset Sync" via Tools->Options->Firefox Sync, nothing happens. Meaning no progress bar appears indicating that data is being synced or has been synced, as it used to happen in earlier versions of Firefox. Is there a way to know after pressing Sync Now that my data has been synced?

    There is no visual representation to show that it has worked or is in progress, but if it fails you get a bar appearing at the bottom of the screen telling you that the sync failed.
    If you add the Firefox Sync toolbar button to the toolbar, hovering the mouse over the button will give a tooltip showing the last date/time of the last successful sync. For details of how to add the button see https://support.mozilla.com/kb/how-do-i-customize-toolbars

  • What is to be used to know whether the user has made any changes in alv

    hi all,
           i want to know what is to be used for checking whether a user has done any changes in an editable alv.
    i have used sy-datar but it has nothing in it.
    so kindly help SAP gurus.
    with regards,
    Sindhuja

    Hi Sindhu ,
    If you want to capture the changed data ( rows) use the event : handle_data_changed .
    When the user changes the data , this event will be triggered and the table will have only the changed data.
    Regards,
    Chitra

  • HT201328 how do you know if the phone has been unlocked?

    I just went through the process of unlocking my iphone 4 and I'm trying to see if it actually happened.
    Is there a way to check through the device or anything?
    Thanks.

    You should have received some type of notification from your carrier if it was successfully unlocked.
    To test it yourself, you can try putting a SIM card from another carrier in your iPhone, but there is no setting or anything you can read.
    You can also give Apple a quick call or chat and they should be able to confirm if its unlocked or not.
    https://support.apple.com/kb/HE57

  • The time limits on the parental controls do not work. Apple does not seem to know how to fix this issue since the problem has been going on since at least leopard.

    The time limits in the parental controls do not work. I have several mac systems and they do not work on all of them. Also, I have had this problem since at least snow leopard and it is very frustrating that Apple is unable to fix a simple issue like this. All they have to do is somehow 'hard-wire' the time limits to the system clock but they are not listening. I used the feed-back feature in their support webpage and hopefully everybody else experiencing this issue will too. Thus, if they get a thousand notes on this issue they might listen and finally fix it.

    Well, the whole system with those time limits are funky. Sometime this happens, sometime that happens. When the user is on the bed time limits do not work nor do the length of time limits. It is very frustrating as one of the reasons I bought an apple in the first place was those parental controls which did not exist in Windows prior to Windows 7. I do have a Windows 7 machine now and the bed time limits work there. Maybe you have a Windows 7 machine as well and can let them use it.

  • HT2905 Any ideas on how to catch duplicates now that the option has been removed from the file dropdown?

    So the new iTunes update removed the "Find Exact Duplicates" function.  What's replaced it?

    If you have all your music on the cmputer then i would connect up my phone uncheck the Sync Music option and apply.
    This should take all the music off your phone .Then you can resync the music back on to it.
    If this doesn't work maybe a restore to factory settings and start from scratch is the way to go

  • How to find from/for whom the mail has been bounced.

    Hi,
    I got a bounced email. I have to find which mail has bounced. For example lets take I have sent a mail to [email protected] and the mail is bounced. Now I have to read my message using Javamail API and have to find mail for which intended user is failed. Hope I am clear on my question.
    One thing I found is failed recepient address will be in the bounced mail's body but to get it I need to parse the mail (some server doesn't even put it in the body). Is there any other way? (like including it in the header or somewhere)
    Thanks,
    Harish

    Did you find the JavaMail FAQ? There's an entry in the FAQ that addresses
    this question explicitly.

  • In third party sales order process how  business come to know that the vend

    Hi SD Gurus,
    In third party sales order process how  business come to know that the vendor has delivery the goods to the customer?
    Where Business will check whether Vendor has delivered the goods or not to the customer?
    Thanks & Regards,
    Nivas

    Hi,
    Process
    VA01 - Create sales order (Schedule line CS and item category TAS) >> ME52N - PR is generated after save of sales order >> ME21N - Convert PR in to P.O >> Then vendor will send goods to customer and will send invoice to our company >> MIRO - Invoice receipt from vendor >> VF01 - Final invoice to customer
    When you enter vendor invoice then you come to know that vendor sent qty. same will be billed to customer(Billing relevance in item category should be F)
    Kapil

  • How to know that a method has been called and returning value of a method

    Hi, everyone! I have two questions. One is about making judgment about whether a method has been called or not; another one is about how to return "String value+newline character+String value" with a return statement.
    Here are the two original problems that I tried to solve.
    Write a class definition of a class named 'Value' with the following:
    a boolean instance variable named 'modified', initialized to false
    an integer instance variable named 'val'
    a constructor accepting a single paramter whose value is assigned to the instance variable 'val'
    a method 'getVal' that returns the current value of the instance variable 'val'
    a method 'setVal' that accepts a single parameter, assigns its value to 'val', and sets the 'modified' instance variable to true, and
    a boolean method, 'wasModified' that returns true if setVal was ever called.
    And I wrote my code this way:
    public class Value
    boolean modified=false;
    int val;
    public Value(int x)
    {val=x;}
      public int getVal()
      {return val;}
       public void setVal(int y)
        val = y;
        modified = true;
         public boolean wasModified()
          if(val==y&&modified==true)
          return true;
    }I tried to let the "wasModified" method know that the "setVal" has been called by writing:
    if(val==y&&modified==true)
    or
    if(x.setVal(y))
    I supposed that only when the "setVal" is called, the "modified" variable will be true(it's false by default) and val=y, don't either of this two conditions can prove that the method "setVal" has been called?
    I also have some questions about the feedback I got
    class Value is public, should be declared in a file named Value.java
    public class Value
    cannot find symbol
    symbol  : variable y
    location: class Value
    if(val==y&&modified==true)
    *^*
    *2 errors*
    I gave the class a name Value, doesn't that mean the class has been declared in a file named Value.java*?
    I have declared the variable y, why the compiler cann't find it? is it because y has been out of scale?
    The other problem is:
    Write a class named  Book containing:
    Two instance variables named  title and  author of type String.
    A constructor that accepts two String parameters. The value of the first is used to initialize the value of  title and the value of the second is used to initialize  author .
    A method named  toString that accepts no parameters.  toString returns a String consisting of the value of  title , followed by a newline character, followed by the value of  author .
    And this is my response:
    public class Book
    String title;
    String author;
      public Book(String x, String y)
       { title=x; author=y; }
       public String toString()
       {return title;
        return author;
    }I want to know that is it ok to have two return statements in a single method? Because when I add the return author; to the method toString, the compiler returns a complain which says it's an unreachable statement.
    Thank you very much!

    Lets take this slow and easy. First of all, you need to learn how to format your code for readability. Read and take to heart
    {color:0000ff}http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html{color}
    Now as to your first exercise, most of it is OK but not this:   public boolean wasModified()
          if (val == y && modified == true)
                return true;
    y being a parmeter to the setValue method exists only within the scope of that method. And why would you want to test that anyways? If modified evaluates to true, that's all you need to know that the value has been modified. So you could have   public boolean wasModified()
          if (modified == true)
                return true;
       }But even that is unnecessarily verbose, as the if condition evaluates to true, and the same is returned. So in the final analysis, all you need is   public boolean wasModified()
          return modified;
       }And a public class has to be declared in a file named for the class, yes.
    As for your second assignment, NO you cannot "return" two variables fom a method. return means just that: when the return statement is encountered, control returns to the calling routine. That's why the compiler is complaining that the statement following the (first) return statement is unreachable.
    Do you know how to string Strings together? (it's called concatenation.) And how to represent a newline in a String literal?
    db

Maybe you are looking for

  • Sat Pro 6000 does not power up.

    Hi, I have a couple of problems with SP6000's, that when it comes to powering them on, they either will not start or start and then fail just as the OS has finished booting. It appears to be some sort of power problem, but I wondered if anyone else h

  • EBS 11i Customized  Reports

    Hi, I am new into oracle 11i EBS Application. I want to integrate a new report into 11i EBS Application. Report already developed. it is in purchase requisition module. Now What are the procedures to integrate the report into EBS application 11i? wit

  • Best way to group TIFF + JPEG + thumbnail versions of the same file

    Cheers - quick question. At work, our photography group delivers photographs in groups of FOUR files per image: high-resolution TIFF; high-res JPEG; low-res JPEG; thumbnail. Is there a native way or feature in Aperture that allows me to group all fou

  • Where is "Group compilations while scanning" in the advanced menu ?

    Hello I can't find "Group compilations while scanning" in the advanced menu. I really did check that the music went a compilation yet. Thank you for answer

  • Graphics not extending to edge of mobile screen in preview mode

    Not sure if this is a bug or what... in design mode, my Accordion/menu goes the full width of the mobile page, but when I preview it, it doesn't reach the right edge, leaving a gap of open space.