How to get the card serial number while installing applet

I understand that I can retreive the card serial number from CPLC data. The getCPLCData () requires APDU objects in which it is not available at installation time.
Does anyone suggust to me how to retrieve serial number while applet installation?

while INSTALL is running?
I guess there is no way to do this...

Similar Messages

  • How to get the iphone serial number  in application?

    hello,  everyone
       i  really want to konw how to get the iphone serial number in aplication ?  As it's different from uniqueIdentifier ....
    thank you

    Michele is correct - sneep will help you get the serial from the running domain on the M3000 ,
    and it is a good idea to install STB on your machines.
    If that isn't possible for you, then sneep can be downloaded directly from [http://www.sun.com/sneep]
    I believe that on this platform, sneep gets the serial from the output of prtconf.
    There is a minor correction to be made :
    After installed SNEEP use "man sneep" for all technical details.The sneep man page is not linked into the shared man pages, so you need to use
    man -M /opt/SUNWsneep/man sneep
    with out going to OK prompt (Banner)It is worth noting that the serial shown in the OBP banner is not the product serial
    that you will find on the physical serial tag.
    The banner "serial" is the decimal equivalent of the host ID, which you normally get in hexadecimal from the "hostid" command.

  • How to get the motherboard serial number?

    Hi
    i am writting an application which will encrypt the motherboards serialnumber and other info to do an activation of my application.
    inevitably locking my program to a specific PC.
    Does anyone know how i can get the motherboards serial number?
    I tried the wmi but get so many errors like missing prototype and not declared.
    I dont know when to start using the Windows Management Instrumentation with regards to Lab windows/CVI.
    Can anyone help me?
    Thanks
    Shako
    Help share your knowlegde

    I made up a small example that shows how to use WMI in CVI.
    Unfortunately, I tested it on two systems (Win XP and Win7) and the serial number that can be retrieved in System Enclosure (that should be the S/N assigned by the PC producer) is always blank.
    I will try to locate additional infos on this matter, in the meanwhile you may want to experiment with the example and search for other available infos (like for example OS or disk s/n) to create your own security system.
    The example can be found here.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How to get the right Serial Number during Pick Release

    Please we need your help to get the right serial number => Auto-Allocate on YES, Pick Confirm with NO.
        A problem is occurring during the Pick Release process.  Custom code has been added to the hook INV_DETAIL_SERIAL_PUB to provide the Pick Release process with the serial number to pick for the item being pick released.  The hook works and the Pick Release process picks the correct (specified) serial number.  However, at some point later in the Pick Release process the lot number is chosen and the process seems to pick the first lot number it finds available for the item – it does not take into account the serial number provided by the hook.  This causes the Pick Release process to fail when the lot number chosen is not the lot number linked to the serial number.  Has anyone else encountered this same issue?
        An example:
    Item ABC123
    Serial SER001 – Lot LOT001
    Serial SER002 – Lot LOT002
    Serial SER003 – Lot LOT003
    Item ABC123 is being pick released.
    The customised hook provides the Pick Release process with serial SER002.
    The Pick Release process correctly uses SER002, but chooses lot LOT001.
    thanks!
    Francisco

    Hi,
    I guess you have added the code at slightly different place.
    Pick Release Process will always allocate lots based on Inventory Picking Rule (or WMS Pick Strategy if you are using WMS).
    So if you want to override that you much first delete the MTLT record (inv_trx_util_pub.delete_lot_ser_trx), then insert MTLT with your Lot number (inv_trx_util_pub.insert_lot_trx)..then insert MSNT (inv_trx_util_pub.insert_ser_trx) with your serial number.
    Ensure that transaction_temp_id on MSNT should match with SERIAL_TRANSACTION_TEMP_ID on MTLT table.
    Thanks,
    Hrishi

  • How to validate the existing Serial number while doing the GR.

    Dear,
    When we are doing the GR, If we  given existing Serial number is  in input System is accepting and update in the existing serial number (Equipment).
    It is  throwing error when equipment is in ESTO status and Stock information is available in the equipment but  When equipment is in AVLB status without stock information in equipment it is updating in the same Equipment / Serial number and status is changed to ESTO.
    However my Requirement is system should not allow or throw error when we are give input  existing serial number while doing GR, How to do this.
    Regards
    Kishore

    while INSTALL is running?
    I guess there is no way to do this...

  • How do I go about getting the product serial number to register my product as well as install my product.  I bought it with a product box.  On the software disc sleeve, there is a series of numbers pasted at the bottom of the sleeves but this is not valid

    How do I go about getting the product serial number to register my product as well as install my product.  I bought it with a product box.  On the software disc sleeve, there is a series of numbers pasted at the bottom of the sleeves but this is not valid.  When I tried to type this in for registration, it does register as this numbers also contain letters in it.  Apparently the registration boxes accept numbers only.  What do I do with a useless product for which I have paid good money for it?????

    This is the simple solution which was offered to me when I tried to get the serial code on line.
    The box and disc sleeve do not contain a series with 24 numbers which I presume is the product code to install.
    I tried to redeem the registration code by following what they recommended, but inevitably it gets to the page that showed the registration boxes that need 24 serial numbers and I got stuck again.
    This product is so different what my previous experiences of other software products where I just enter the serial number straight from the disc sleeve and then I got registered and go on to use the software.
    I is really frustrating, spending the last two hours trying to get my product going....

  • HT200276 HOW WILL I GET THE LOST SERIAL NUMBER OF FINAL CUT STUDIO

    HOW WILL I GET THE LOST SERIAL NUMBER OF FINAL CUT STUDIO ???

    It's on the back of the installation booklet. If you've lost that, and have some proof of purchase, it can probably be sorted out by contacting Apple.
    Russ

  • How do I get the activation serial number for

    I've downloaded Photoshop CS6 Extended trial version. How do I get the activation serial number for this software

    You will need to buy the software.

  • How to get the BOX Serial No.

    Someone, know how I can get the BOX Serial Number?
    I tried with: java.lang.System.getProperty();, but i retrieve only the Company Manufacturer:
    java.lang.System.getProperty("havi.implementation.vendor");
    I see this in HAVI documentation Api but, i not found how i can get the serial number, anyone know what i can do? Or where i can find the right Api? or if is write in a file in the system and what file?
    Thank you

    I'm glad that you found the site useful.
    The closest thing to a complete list of properties that's available is in the MHP spec in section 11.3.1.1, part g (yes, they couln't have hidden it much better)
    The properties that must be supported by an MHP receiver are:
    - file.separator
    - path.separator
    - line.separator
    - dvb.returnchannel.timeout
    - dvb.persistent.root (only available if the application has permission to access the persistent filesystem)
    There are a couple of extra properties that you can get from the Xlet Context using getXletProperty():
    - dvb.org.id
    - dvb.app.id
    - dvb.caller.parameters
    dvb.org.id and dvb.app.id give you the organisation ID and application ID for that application, as indicated in the application signalling. dvb.caller.parameters gives you the arguments that were passed to the Xlet if it was started by another app using the application listing and launching API - if it was started in the normal way then this is empty. A few more details about these is given in part 11.7.1.1 of the MHP spec.
    This information should make it up on to my website sometime soon - I'm busy working on some OCAP tutorials at the moment, but once those are done I plan to revisit some of the MHP stuff and update/expand it.
    Hope this helps,
    Steve.

  • How to get the last error for while loop?

    How to get the last error for while loop? I just want transfer the last error for while loop, but the program use the shift register shift all error every cycle.

    What do you mean by "get" and "transfer"?
    If the shift register is not what you want, use a plan tunnel instead.
    Typically, programmers are interested in the first, not last, error.
    Can you show us your code so we have a better idea what you are trying to?
    LabVIEW Champion . Do more with less code and in less time .

  • How to get the current month number

    Hi everyone,
    Does anybody know how to get the current month number in Oracle Discoverer Worksheet calculation?
    I try to use EUL_DATE_TRUNC(CURRENT_DATE, 'MM'), but instead I got 01-AUG-00.
    If I change the data display format to MM, it will give me "08" but if I use TO_NUMBER function to convert it to number I get error "invalid number"
    Is there anyway to get the current month value in number? Thanks

    Scott,
    Thank you so much! It works perfectly! :)
    Hope you have a great day ahead!
    Cheers,
    Angeline

  • How to get the unoccupied material number in a number range

    How to get the unoccupied material number in a number range.for example, I wang to get a number between 1500000 and 1599990 which is unoccupied as my material number to be created. Is ther any FM or codes?

    Dear,
    You can get this information from Tcode SNUM or you can access database table NRIV.

  • How to get the 4 digit number associated with a SAP icon ( ICON_MAIL )

    Hi Friends,
                   Could anyone please tell me how to get the 4 digit number associated with a SAP icon ( ICON_MAIL ).
                   eg: - For ICON_GREEN_LIGHT the four digit id code is '@08@' (which you can get from ICON table )and the associated 4 digit number is'1003'.
                  Similarly I want to get the 4 digit number for ICON_MAIL(e-mail icon)
    <b><REMOVED BY MODERATOR></b>
    Ashiq
    Message was edited by:
            Alvaro Tejada Galindo

    You can use this report...It's not mine...
    REPORT zdummy_atg_2.
    TABLES: ICON.
    INCLUDE <ICON>.
    FIELD-SYMBOLS: <F>.
    SELECT * FROM ICON.
       ASSIGN (ICON-NAME) TO <F>.
       WRITE:   /(5) <F>, 20 '@',21 ICON-ID+1(2),23 '@',ICON-OLENG,
                ICON-BUTTON,ICON-STATUS,ICON-MESSAGE,ICON-FUNCTION,
                ICON-NAME.
    ENDSELECT.
    Greetings,
    Blag.

  • I can't get the entire serial number off my 5s.I do not have the original box or paperwork.All I find at ABOUT is the first nine letters and numbers followed by three ...-please help.

    5s,64 GB, with IOS 8.1.3, seems to have battery draining problem I just became aware of after just acquiring this phone. I can't get the entire serial number off the phone after going to GENERAL,ABOUT, and down to serial number. I only get the first nine letters and number with three ...---Need  to get this info to check with Apple and see if this phone indeed has this draining  battery issue and get it repaired. Tried using info from the Apple site to get the entire serial number and couldn't get it to work. Thanks for all help.

    rjcurtis wrote:
    ---Need  to get this info to check with Apple and see if this phone indeed has this draining  battery issue and get it repaired.
    What “draining issue”?
    The iPhone 5 has a battery replacement program but it does not include the 5S.
    I can't get the entire serial number off the phone after going to GENERAL,ABOUT, and down to serial number. I only get the first nine letters and number with three ...---
    See this -> Find the serial number and other information for your iPhone, iPad, and iPod touch - Apple Support
    "On most iOS devices, you can tap Settings > General > About to see your device's serial number, IMEI/MEID, and ICCID. If you're using iOS 6 or later, you can tap and hold on the number to use the copy option, then paste this information into Apple registration or support forms."

  • Why am I getting the message 'serial number you entered in invalid'?

    When I start up Photoshop CS6 I'm getting the message:  'serial number you entered is invalid'.  (I'm typing in the correct serial number).  I'm been using the programme since March 2014.  Why has this message started to pop up?

    Error "The serial number is not valid for this product" | Creative Suite

Maybe you are looking for

  • How to modify the VB examples in ni-scope to sample data simultaneously from two channels in PCI 5922?

     Dear all: I want to write VB programs to sample data simultaneously from two channels in PCI 5922. The niscope driver has some example VB programs to sample data from one channel, for example, the "save to file ", the program works well to sample th

  • Document Builder - Leverage already created dialog, forms, etc.

    Is it possible to create an RFx, create Document Builder forms, attach them to the RFx and then use the same Document Builder already answered questions, forms, etc and turn that into a PO without having to fill out the Document Builder information a

  • BBM Error after updating OS to 7.1 bundle 2494 (v7.1.0.907)

    I recently did an upgrade of my OS system and I can no longer access BBM - error given "Cannot Set Up BBM" "Cannot access BBM services. CHeck that your device date and time is correctly set, and try again." I have done the check and it still does not

  • Can anyone explains this?

    Why is apple retrograding its software? It's flat, bland, and boring. Since the death of Saint Jobs the company has been on a horrible decline. The programs use to be simple and user friendly. Yet instead of giving its customers more options, our opt

  • Trying to access Time Capsule on Windows8 pc as a hard drive?

    Hi everybody, I bought a time capsule to go with my pc and my MBPR. So I hard wired the pc to the time capsule, and it allows me to use time machine on my macbook pro through wireless, but I cannot access the TC from my windows 8 pc? I have tried a f