*.scr file PROBLEMS!!!

Hi!
if i understud scriptgen generates a file and we must edit him and write somethings...
- Can anyone tell me in this example, of my AID 0xa0 0x00 0x04 0x0 0xa 0x3 0x1 0xc 0x1 0x01
- what shoud be my installer applet AID?
- and the statement for create applet?
- and the statement for select applet?
- Than i've to write instructions to interact with my applet...but i want to give those instructions inside my code (in the applet), how?
Please give me feedback!!!Thanx

The installer AID is always
0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01
create applet is
0x80 0xB8 0x00 0x00
select applet is
0x00 0xA4 0x04 0x00
to interact with your applet
define your own CLA, INS, P1, P2 commands
0x00 0xA1 0x01 0x00
Review the JCDevKit_User_Guide chapter on "How to Use the Installer"

Similar Messages

  • DW CS5 Missing Related Files Problem

    Hello
    Hoping somebody may be able to help me with a missing related files problem in CS5. I've tried Adobe phone support but they couldn't solve the problem.
    *Some* of my sites (but not all) are not showing all the files related to that page. My pages are typically in .asp vb server model and contain .asp virtual includes (header, nav etc) plus .js and .css linked files
    However DW is only showing the .asp includes as related files and not css or js ones. In design view the CSS is displaying correctly, and all styles appear in the CSS inspector but not showing as a related file in the bar. In CS4 it works fine.
    I've tried deleting the site and recreating it, copying the files to a new folder and setting up a fresh site, creating a new folder and downloading all files from the remote server but no joy. I've also tried refreshing related files. if I click on the filter in the bar it only shows the asp includes and nothing else.
    Any help would be gratefully appreciated, this is a great feature when it works
    Cheers
    MB

    UPDATE:
    Managed to solve this problem, this is a new issue to DW CS5, previous versions do not seem to exhibit this problem
    It occurs when you use site root rather than document relative paths for js/css etc files AND don't have the remote site url (web url) specified in the site setup | local info dialog, or do not have it fully qualified with http://
    ie. ../js/file.js works fine without a remote web url but /js/file.js does not show the related file in the bar unless a remote url is defined.
    Hope that helps anyone else that encounters the same issue!
    MB

  • With conversion to Leopard, file problems with networked Windows computer

    Last night I did an Archive & Install from Tiger to Leopard on my Intel MacBook Pro. Today, I had trouble finding the other computers at my office. Once I finally got them to show up, I opened a Word file found on another computer, made some changes, and when I tried to save it, I got this message: "This is not a valid file name. Try one or more of the following: *Check the path to make sure it was typed correctly. *Select a file from the list of files and folders." Since this file already existed and I wasn't changing the name, I thought this was odd, but I changed the name from "Seating Chart 3-8-08" to "SeatingChart3-8-08" in case Leopard didn't like spaces when talking to Windows, but I got the same error message. Finally I gave up, not knowing what to do, then discovered that it had in fact saved my file. Still, every time I try to save ANY Word document from the shared folder of the Windows computer, I get the same error message endlessly until I choose "Don't Save."
    When I try to open an Excel file from that computer, it won't even open; it says " 'File Name.xls' cannot be accessed. This file may be Read-Only, or you may be trying to access a Read-Only location. Or, the server the document is stored on may not be responding." As with the Word file problem above, I did not have any problem accessing the files until I converted to Leopard.
    The Windows machine is Windows XP using Microsoft Office 2003; I have Microsoft Office 2004 on my machine.

    See if this Link, by Pondini, offers any insight to your issue...
    Transfer from Old  to New
    http://pondini.org/OSX/Setup.html
    Also, See here if you haven't already...
    http://www.apple.com/support/switch101/     Switching from PC

  • I have problem in quicklook for mp4 files in my mountain lion os 10.8.2 so please help me what i need to do? but i can view mov,3gp,jpeg files problem is only with mp4 files.... any one help me...

    I have problem in quicklook for mp4 files in my mountain lion os 10.8.2 so please help me what i need to do? but i can view mov,3gp,jpeg files problem is only with mp4 files.... any one help me...

    I have problem in quicklook for mp4 files in my mountain lion os 10.8.2 so please help me what i need to do? but i can view mov,3gp,jpeg files problem is only with mp4 files.... any one help me...

  • Question about .scr file while running jcwde ???

    I have a tutorial about java card. it has some information about that tutorial.
    AID: 0x00:0x01:0x02:0x03:0x04:0x05:0x06:0x07:0x0b:0x1
    Package ID : 0x00:0x01:0x02:0x03:0x04:0x05:0x06:0x07
    in .scr file I found this part of script:
    0x80 0xB8 0x00 0x00 0x2e 0x0a 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x0b 0x1 0x22 0x00 0x00 0x00 0x45 0x32 0x37 0x2d 0x30 0x31 0x39 0x33 0x2f 0x30 0x31 0x4d 0x49 0x43 0x48 0x41 0x45 0x4c 0x00 0x00 0x00 0x4b 0x41 0x4d 0x55 0x4e 0x47 0x45 0x00 0x00 0x00 0x7f;
    I guess
    0x80 = CLA
    0xB8 = INS
    0x00 = P1
    0x00 = P2
    0x2e = Lc
    and one of the last of script (0x7f) = Le.
    and the other as DATA.
    there are two part in DATA, namely :
    (I) 0x0a 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x0b 0x1 0x22 0x00 0x00 0x00
    (II) 0x45 0x32 0x37 0x2d 0x30 0x31 0x39 0x33 0x2f 0x30 0x31 0x4d 0x49 0x43 0x48 0x41 0x45 0x4c 0x00 0x00 0x00 0x4b 0x41 0x4d 0x55 0x4e 0x47 0x45 0x00 0x00 0x00 = first name , last name and student ID
    but I confuse on part (I)... what's it ???
    please explain for my confusing..
    thank for u all.

    Thanks for your reply.
    I found the answers by creating and testing a very simple example in inDesign.
    This all applies to inDesign files exported as FLA files and opened in Flash cs5.5.
    My goal was to create a simple but interactive magazines  in inDesign, and bring them into Flash, to compile as an App as described in many of the Adobe.tv videos.
    The page transitions do not port to flash.
    You have to code new page transitions, one for each frame, manually with your own code, as the inDesign pages are each put on a separate page when brought into Flash.
    Video and Sound is not ported into Flash in the FLA file. This is documented by Adobe. You have to re-add it once in Flash.
    Simple animations made on the inDesign page, do port into Flash as separate movie clips and play automatically, when the playhead goes to the frame, where the movieclip lives.
    Page spreads from inDesign, are saved as movieclips on each page frame, in flash. They are named Spread_1, etc.
    You will see them play automatically, if you code the frames, using something like gottoAndStop().
    It seems that this would be good to let people know in inDesign, so they do not spend a lot of time creatng effects or working with video and sound. If their goal is to port it to Flash and save as an Air app. All the video's on the subject, (and I have watched them all), show inDesign files porting into Flash, and then they  just add some animation in Flash and compile and it all works. It is not that simple. You have to basically build again, all the page transitions. And the page curl does not port.
    I thought other beginners with these goals, might find this helpful. I was able to successfully compile the file for an Air App, though  I found some differences in how it works, if compiled for Air vs compiled for SWF. I have created another post, asking about these issues.
    Thanks very much.
    e
    e

  • Anyone know if the long standing duplicate files problem with File History has been fixed yet?

    There are loads of public threads about the duplicate files problem
    with Windows 8/8.1 File History backup system.
    From all the threads I've looked at, there seems to be no solution,
    and no acknowledgement from MS that they can even repro the problem
    (which surprises me considerably as there are so many people who
    notice the problem).
    Is anyone aware of whether MS (may) have fixed this for Win10?
    Are MS aware of the problem and if they're able to fix it?
    Dave - with many GB of duplicated files in File History :)

    Hmm, is that the attitude MS would recommend? :)
    Why would I care what Microsoft would recommend?
    Clearly you don't, and you appear to have missed my smiley. Calm down
    Noel, many of us are as annoyed by aspects of modern Windows as you
    are. :)
    I'm all about making Windows actually WORK/./
    Aren't we all? Windows is software I use too many hours every day, I
    along with many millions of others need it to work really well. You
    are not alone.
    When they implement something that doesn't work, and even if it did work doesn't do what's needed - and/beyond that/ they remove features people DO need (such as the GUI for Windows Backup), I see no wrong in advising people of the way things
    really are.
    File History essentially does work - it's saved me a couple of times
    in the past couple of weeks. It just has a highly annoying habit of
    creating 100% duplicates of some files for no apparent reason. If MS
    have fixed that I won't have any known complaints about it.
    If you don't like it, you don't have to use it. I generally like it, I
    just want to see that its fixed.
    Dave

  • Idoc to file problem.......... IDOC lost

    i have a idoc to file problem,
    the idoc is sent from R/3 to XI,
    the problem is IDOC is sent from R/3,
    it didnt reach to XI.....
    i have checked.......we05 in R/3, it gives a status 3,
    then i checked SM58 in R/3, it shows nothing,
    when i check in idx5 in XI, theres no trace of that idoc....and no trace of the scenario run in SXMB_MONI
    pls help, where can i trace the idoc.....
    pls help

    Hi sudeer,
    Did You Check It In WE19.(Test Tool For Idoc Processing)
    If Not Do The Following Steps:
    <u><b>Step1:</b></u>
      >>      Give Your Existing Idoc Number.
    <u><b>Step 2:</b></u>
      >>      Basic Type is Your Message type.
            Ex: MATMAS05 or CREMAS05.
    <u><b>Step 3:</b></u>
      >>      In Your Existing MATMAS05 or CREMAS05 Structure say EDIDC,
      >>      You Should Fill  Your Mapped Entries In Data Structure of EDIDC.
      >>      So that Those Fields Gets Framed as Segments.
    <u><b>Step 4:</b></u>
      >>      After Doing It goto  Menu Bar and Click Idoc And Goto  Edit Control Record.
    <u><b>Step 5:</b></u>
      >>      Now You Give Your Sender And Receiver Port Number Along With Your 
            Logical System And Message Type again its Your MATMAS05  or
           CREMAS05 .
    <u><b>Step 6:</b></u>
      >>      After Doing It Click Standard Outbound Processing.
    <u><b>Step 7:</b></u>
      >>      It Will Say what Happened To your Idoc.
    <u><b>Step 8:</b></u>
      >>     It Is For Sure That if This Processing Fails It Wont Go To XI..
    Regards,
    Dhayanandh .S
    Dont forget To Provide Points If Found Helpful...
    Message was edited by:
            DHAYANANDH SIVASANKARAN

  • Cap files in demo2.scr file

    I'm trying to create my own scr file for an applet that I've created, and I'm using the demo2.scr file as a guide. What do all the cap files included in the scr file do for each applet, and how do they relate to the applet they are specified for? If anyone can help me out on this I'd appreciate it. Thanks

    It's similar to how Java executes. Since there isn't a CLASSPATH for Java Cards, this is how the JC resolves classes that are required to execute your applet.
    DON'T create that by hand. Use the scriptgen tool to do that.

  • TS5179 I've been bitten by the "Missing MSVCR.dll file" problem when downloading the latest iTunes update (PC w/ Win-7 & Outlook-2007#. 'Have followed Apple's instructions of un-installing all Apple software, and re-installing it. #out of space...??)

    I've been bitten by the "Missing MSVCR.dll file" problem when downloading the latest iTunes update, 11.4.62 (on a PC w/ Win-7 & Outlook-2007#. 'Have followed Apple's instructions of un-installing all Apple software, and re-installing it (Ugh).  First result Outlook couldn't find my 1,385 item contact file in iCloud, although the outlook distribution lists were there.  Second result, upon installing iCloud again, I have two iCloud contact files shown in outlook - "iCloud" & iCloud, within iCloud".  1,332 & 1,385 contacts respectively. 
    Plus an iCloud installation error message saying iCloud moved 6,835 files to a "deleted items folder" somewhere.  This is NOT fun at 72-yrs old...!!
    So, how do I make sure I haven't lost anythying from Outlook?   Russ-AZ

    Interesting response, Kappy  -  Back to original post: "First result: Outlook couldn't find my 1,385 item contact file in iCloud, although the outlook distribution lists were there (therefore, initially I had lost my contact file from Outlook).  Second result, upon installing iCloud again, I now have two iCloud contact files shown in Outlook - "iCloud" & iCloud, within iCloud".  W/ 1,332 & 1,385 contacts respectively.  
    Plus an iCloud installation error message saying iCloud moved 6,835 files to a "deleted items folder" somewhere.  This is NOT fun at 72-yrs old...!!
    So, how do I make sure I haven't lost anythying from Outlook?   Russ-AZ"
    You can safely assume that I have tried using it!   So, to make things a little clearer:
         1)  I now have two iCloud "contacts files", w/ a different total count. What's the difference?  Why the different toatl count?
         2)  Since re-installing the Apple software (part of the MSVCR" recovery instructions) "couldn't possible affected Outlook", why am I getting an iCloud installation error message saying iCloud moved 6,835 files to a "deleted items folder" somewhere.  What's in those files? And where are they?
    Probably more important questions get down to:
         3)  Why is a basic Apple product upgrade "screwing-up Outlook"?  This iTunes upgrade, failing to install properly forced Outlook 2007 into a 2-min start-up cycle.  Which was fixed with this "Goat-Rpdeo" of re-installing MSVCR80.dll.
         4)  And under the latest release of iOS-7.0.4 on our iPhones, why is Apple now forcing us to use the iCloud to back-up our contacts, calendars & tasks, vs. allowing these files to be backed-up directly on our PC's via the USB cable?
    Thanks again for your interest and comments.  - Russ-AZ

  • RMI class file problem

    I have already write a RMI example for self-study successfully, but there are a little class file problem that I'm not able fix it.
    In my RMI example there are 3 .java files (RMIServer.java, RMIClient.java and a MethodImpl.java)
    After I have javac and rmic them, I got RMIServer_Skel.class, RMIServer_Stub.class, RMIClient.class and the MethodImpl.class
    In order to run the RMI in a local envirnment, I divide them into 2 folders as listed below:
    Server - RMIServer_Skel.class, RMIServer_Stub.class and the MethodImpl.class
    Client - RMIServer_Stub.class, RMIClient.class and the MethodImpl.class
    Then when I start to run them in a DOC envirnment...
    start rmiregistry........(run successful and another rmiregistry DOC window created)
    java RMIServer.........Exception in thread "main" java.lang.NoClassDefFoundError: RMIServer
    Oops? Class not found? How can that be? And after that, I tried something.......to add the RMIServer.class into the Server folder.
    Again, I start to run them in a DOC envirnment...
    start rmiregistry........(run successful and another rmiregistry DOC window created)
    java RMIServer.........The server is instantiated(run successful and print out a String)
    Um...is the RMI have to run with a RMIServer.class file? But the RMI notes I refered from is not seems to be telling me to do this, are there any one can give me a helping hand?

    please, go here, read thoroughly
    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

  • Locked file problem with WebDAV

    I am using DreamWeaver CS3 on my Macintosh at home and on a
    PC at work. I am connecting to my website via WebDAV, and for some
    reason Dreamweaver cannot edit the files on the site. When I try to
    check out any file I get an error stating: "file.html is locked and
    can be viewed but not edited" I then have the option to check it
    out or view or cancel. Regardless of what I do, if I continue and
    open the file and make changes the file will not get updated on the
    remote server even though Dreamweaver reports a successful "put" or
    "check in" command in the log file. This happens on both the
    Macintosh and the Windows PC. Both are also updated to the latest
    versions of Dreamweaver.
    The strange thing is, if I mount the WebDAV server as a
    filesystem on my macintosh and authenticate with the same
    login/password that entered in Dreamweaver's WebDAV settings, I can
    edit the html files using a text editor and they save perfectly
    fine. Additionally, while the web server is mounted on the desktop,
    if I change Dreamweaver's site settings to "local/network" and
    enter the locally mounted WebDAV share path instead of using
    Dreamweaver's built-in WebDAV client, then everything works
    properly in Dreamweaver. Reverting back to using WebDAV in
    dreamweaver (as opposed to through the OS) brings about the same
    "locked file" problem as before.
    There appears to be a problem with Dreamweaver's WebDAV
    access to the site, and I'm wondering if there's an easy fix or if
    this has been experienced by others?
    Thanks,
    -Topher

    Have a look at FileUtils::DecomposeUnicode and NormalizeUnComposedUnicodeChars. Use the first to convert before using i.e. FileUtils::PMStringToSysFile() and the later afetr i.e. FileUtils::IDFileToPMString().
    HTH

  • Bat file problems with 5.2(3)

    I'm having bat file problems with CCM 4.2(3) with bat version 5.2(3). When adding phone/users getting an error number -2146828279 with this message "Description -Subscript Out of range".

    Hi Denis,
    Just wanted to know if the description contained a comma? There was a bug in a previous BAT version that would affect phone/user inserts if there was a comma.
    CSCsb61425 Bug Details
    Headline BAT insert fails if phone description contains comma
    This was in BAT 5.1.4
    Hope this helps!
    Rob

  • Creating Screensaver .scr file

    Does anyone know how to create a .scr file for Windows screensavers? Is there a way to export it directly from FCP, or use Compressor or QT Pro? I have created a movie for a client, but they would like a short clip in a screensaver and I really don't have a clue how to do this.
    Any help would be appreciated,
    Lawrence

    Ok,
    Well, I think I've found an application that will do this, but I can't get to the company's website to see if they have a version mac version available because of my Web Nanny where I work (offshore).
    The app is called iScreensaver Designer 3. For anyone searching posts for a similar issue, I'll post an update when I get home on the first of the year. If anyone discovers an app that works well with FCP or even QT, please let me know.
    Thanks,
    Lawrence

  • What is .SCR file??

    Hi guyz,
    Can anyone tell me what is ".SCR" file extension and in which environment we use this??
    Thanks

    It's a ESSCMD script files.
    Example:
    ESSCMD LOAD.SCR
    If not %errorlevel%==goto Error
    ESSCMD CALC.SCR
    If not %errorlevel%==goto Error
    ESSCMD REPORT.SCR
    If not %errorlevel%==goto Error
    Echo All operations completed successfully
    EXIT

  • Tcode FILE problem

    I am trying to use the Direct Input method in the LSMW (It is my first time using the Direct Input method) but I encounter a problem during the Specify File step saying that No Logical Path was specified. I look into the forums and they told me that I needed to define one with the FILE Tcode but when go to the FILE Tcode a message pops up saying Changes to Repository or cross-client Customization are not permitted.
    What would cause this? How should I deal with it?

    Hi Obie,
    I guess you are testing in Testing client .
    Do it in development client.
    Mohinder

Maybe you are looking for

  • How to pass data from one page to another

    i have a table with multiselect and i want that in the moment i select some rows and press on a button in the other page should be displayed only those data i have selected from previous one.... how can i do this? any link or example for this case? t

  • Start up items

    Our school has a lab of 35 new Intel Macs. Some have begun to have programs start when the computer is booted up. Not all the programs are the same. I have checked the accounts for start up items and there is nothing in the list. How can I stop progr

  • Photo crashes trying to delete photos

    Hello. I'm a very satisfied user of iPad 3G and during my vacation, I imported photos from my camera to my iPad. But I had some difficulties getting rid of the photos imported (more than 3000). So as people recommended online, I used Image Capture to

  • Reference Masters not found any more after upgrading to 3.1

    Hi, anybody else having this annoying problem which I thought was fixed in version 3.0.3 ? I upgrade to 3.1 and now have the problem that Aperture does not find reference masters despite the volume (AFP mounted volume on a QNAP NAS) is active. Of cou

  • Always on Top problem

    Hi! I have swing application, which can create many frames and every created frame if .setAlwaysOnTop(true); Al is fine. But shen all frames is opened, and I open, for example winamp, or some Open Office tools, this tools is under my swing applicatio