Again.. beginner question.. please help..(please bear with me)

hi
i want to start developing applications for smart cards using java card. However I've got several questions that have been haunting me for quite some time. If u've got the time,please answer true/ false or yes/no for most of the questions below..
1)JavaCard can be used in any smart cards. All I have to do is install the JVM inside the smart card. I can take any smart card I have (for example my university student's card) and install the JVM inside it using any smart card reader. TRUE/FALSE
If the answer for the q1 is TRUE, what software do I need to install JVM inside the smart card? Can I only use OCF to transfer (install) JVM into the smart card? YES/NO
2)My country is using a 64k smart card for its Identification Card. We used it for bank ATMs, drivers license, identification card, and many more.
However I asked many people regarding the smart card, and the answer I got is: "The smart card is not compatible with Java. It is a proprietary card based on MCOS (Multi Card Operating System)."
From what I heard, in order to write any applications into this smart card, one has to use the SAM (Security access module) chip, which contains authorization from the respective authorities (the government), only then one can write applications into it. So, there is no way I can use Java Card to write applications for my country's smart card. TRUE/FALSE
If the answer for q2 is FALSE, can I however install JVM inside the smart card and start developing applications for it? YES/NO
3) How can I know a card is already installed with JVM, which means it is java card compatible?
4) Where can I download free/trial version of smart card/java card emulator? Cause I've problems obtaining java card here.. i don't know where to buy it.
5) From what I read at this forum, http://forum.java.sun.com/thread.jspa?forumID=23&threadID=194761, I'll need a piece of software to load a JavaCard Application to a Card. Where can i get it? Is it free? Because the poster at that forum says something like CAP gui, but it seems I couldn't find it.
6)What is JCOP and why should i need it?
Thanks a lot for your time. Really appreciate it if anyone could answer the above questions for me. It'll be better too if anyone could provide additional information which might be useful for me.
Thanks again

1)JavaCard can be used in any smart cards. All I have
to do is install the JVM inside the smart card. No. The JVM is part of the card OS and therefore resides in the card ROM.
I can
take any smart card I have (for example my university
student's card) and install the JVM inside it using
any smart card reader. TRUE/FALSEYou have to buy a special Java Card.
2)My country is using a 64k smart card for its
Identification Card. We used it for bank ATMs,
drivers license, identification card, and many more.
However I asked many people regarding the smart card,
and the answer I got is: "The smart card is not
compatible with Java. It is a proprietary card based
on MCOS (Multi Card Operating System)." MCOS is just an acronym for smartcards that can hold multiple applications. Every Java card is an MCOS card as well. But it looks like your MCOS card is not a Java Card.
4) Where can I download free/trial version of smart
card/java card emulator? Cause I've problems
obtaining java card here.. i don't know where to buy
it.The Java card development Kit from Sun includes CREF, a simpe Java card emulator. Note: This emulator has only very limited support for cryptographics operation. Some Algorithms (AFAIK RSA a SecureRandom) aren't implemented.
5) From what I read at this forum,
http://forum.java.sun.com/thread.jspa?forumID=23&threa
dID=194761, I'll need a piece of software to load a
JavaCard Application to a Card. Where can i get it?
Is it free? Because the poster at that forum says
something like CAP gui, but it seems I couldn't find
it.Read the Java Card development Kit documentation. It gives you a good start what to do and how it works.
6)What is JCOP and why should i need it?JCOP is IBM's implementation of a Java Card. IBM also sells an Eclipse plugin that is cheap and useful for Java card programming (and it includes an emulator with RSA 3DES and SecureRandom).
Jan
Jan
hi
you need to start studying a lot of things in the documentation
If you can search the internet for more information. Java cards are different from smart cards.
In smart cards u just can store information u donot have a processor in it to do operations. But in Java card u can do some operations.
you can check this websites for emulator and other information I hope so
http://www.outpost9.com/how-to/hackfaq-cards.shtml
http://www.code.com/
http://www-306.ibm.com/software/wireless/wecos/
JCOP is called as Java card open platform.
I hope better u study first do u r home work then u can post questions
with regards,
cm

Similar Messages

  • I'm not techinal so please bear with me. I don't have the bar that allows me to type in a website. I did have a few minutes ago. When I make the page full screen and move my cursor to the top of the page, the bar drops down and I can use it.  help

    I'm not techinal so please bear with me. I don't have the bar that allows me to type in a website. I did have a few minutes ago. When I make the page full screen and move my cursor to the top of the page, the bar drops down and I can use it. I've tried restarting my computer, didn't work. Help!

    Well I figured it out, right click the arrow that makes the screen bigger and unclick the Hide Toolbar. I knew it couldn't be that hard.

  • I am new to this so please bear with me. Can the ipad2 be used as a phone? Many thanks Graham

    I am new to ipad so please bear with me but need to know before I buy one, can it be used as a phone also. Is facetime a phone app.
                                                                                                                                       Many thanks Graham

    King_Penguin, Many thanks again with the easy to follow explanations.
                                                                                                          Cheers Graham

  • Again my question: please help me!

    Win2000 JDEV902, no application server, no database just W2000 and JDEV902:
    When I follow the tutorial "OTNDeptEmpStub" and run the class:
    Example 1 - Department numbers
    [SOAPException: faultCode=SOAP-ENV:IOException; msg=Connection refused: connect; targetException=java.net.ConnectException: Connection refused: connect]
    void org.apache.soap.SOAPException.<init>(java.lang.String, java.lang.String, java.lang.Throwable)
    void oracle.soap.transport.http.OracleSOAPHTTPConnection.send(java.net.URL, java.lang.String, java.util.Hashtable, org.apache.soap.Envelope, org.apache.soap.encoding.SOAPMappingRegistry, org.apache.soap.rpc.SOAPContext)
    org.apache.soap.rpc.Response org.apache.soap.rpc.Call.invoke(java.net.URL, java.lang.String)
    java.lang.String[] IOTNDeptEmpStub.getDeptNoArray()
    void Class1.main(java.lang.String[])
    Process exited with exit code 0.
    ======================================
    What's wrong??
    Please help, thanks Stephan

    This unfortunately is another problem ... the Web service is up but the re-deployment resulted in the incorrect WSDL being deployed. If you look in your stub, you will see a line that looks like the following:
    public String endpoint = "http://otn.oracle.com:7790/ws/deptemp"
    If you replace this URL with the following:
    public String endpoint = "http://otn.oracle.com/ws/deptemp"
    it should work fine.
    Today I just am in the midst of putting out the WSDL fixes and have updated the tutorial(s) to use a correct version of the WSDL. These changes will be out tonight or early tomorrow.
    Apologies for the inconvenience.
    Mike.

  • Beginner question - please help

    Can anyone please tell me how to remove the margin of space at the very top of my website? I would like to align the site to the very top and eliminate the grey background strip. Thanks...
    http://www.houndsonholiday.ca/

    HI! No its all in the header.
    The code is css style so its always in the header.
    I inserted the whole page for you but NOTE: Don’t copy the whole page to
    your sheet because this is only a generated source copy that I have so other
    things are missing ( like flash and images ) so only look at where I
    inserted the css style in the header.
    Paul
    **********HTML Code**************
    <!-- TemplateBeginEditable name="head" ><! TemplateEndEditable -->
    <!--
    body 
    .thrColFixHdr #container
    .thrColFixHdr #header {
         background-color: #FFFFFF;
         vertical-align: top;
         margin: 0px;
         padding: 0;
         border: 1px solid #FFFFFF;
    .thrColFixHdr #header h1
    .thrColFixHdr #sidebar1
    .thrColFixHdr #sidebar2
    .thrColFixHdr #mainContent {
         margin-top: 0;
         margin-right: 200px;
         margin-bottom: 0;
         margin-left: 200px;
         padding-top: 0;
         padding-right: 10px;
         padding-bottom: 0;
         padding-left: 10px;
    .thrColFixHdr #footer
    .thrColFixHdr #footer p
    .fltrt { /* this class can be used to float an element right in your page.
    The floated element must precede the element it should be next to on the
    page. */
         float: right;
         margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
         float: left;
         margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and
    should be the final element before the close of a container that should
    fully contain a float */
         clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .style3
    .style4 {
         font-size: 11pt
    .style12 {font-size: 27px}
    .style13 {font-size: 11pt; font-weight: bold; }
    .main_table
    -->
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1
    .thrColFixHdr #sidebar2
    </style>
    <![endif]><![if IE]>
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
    .thrColFixHdr #mainContent
    /* the above proprietary zoom property gives IE the hasLayout it needs to
    avoid several bugs */
    Specialized Pet Care For Your Furry Tail Vacations
    We “get it”!... Leaving your pet leaves you WORRIED!
    Hounds On Holiday has raised the bar for dog care
    with the first truly guilt-free and cage-free boarding alternative for the
    discriminating pet lover. We’ll love your pet like you do!
    With Hounds On Holiday, never again will you have to
    feel guilty when you need to be away from your dog! No longer does dog
    boarding need to mean jail-like facilities of bars, concrete and isolated
    runs.
    Our professional home-from-home pet care service has
    been specifically designed for pet owners who are unable or unwilling to use
    traditional forms of kenneling, and who feel insecure or uncomfortable
    allowing strangers into their home to care for their pets.
    To learn more about using our home-from-home pet care
    service as an alternative to kennels or to find out more about becoming one
    of our host families, please contact us. We may all be crazy about dogs, but
    you’ll discover that Hounds On Holiday really makes perfect sense.
    Become A Host Or Host Family
    Hounds On Holiday is currently seeking loving hosts
    and host families.
    We’ve all been there. If you have dogs, and you
    just can’t leave them in boarding kennels or impose on your family or
    friends once again, what do you do?..
    And if you love having a dog around but you find you
    can’t take on the full-time responsibility of ownership – again, what do you
    do?
    What we did was to set up our home-from-home complete
    pet care service, including collection and delivery to ensure parting is
    less stressful for you and your pet.
    Many of our pre-screened host families are active retired people who
    enjoy the com-panionship and flexibility of caring for their welcomed
    house-guest.
    Alternatively, our hosts may be home during the day
    with children or pets of their own, and a visiting dog compliments their
    existing situation perfectly.
    *To become a host you must be home full time, but not
    24/7 (hosts may not leave the dog 8 -12 hrs/day for a job but short absences
    are fine).
    <span class="style12">Site Under Development</span><br />
    For more information, please contact:
    Telephone: *519-835-5588*
    Email: *[email protected]*
    *The Unique Alternative To
    Kennels*
    !big-dog.jpg|height=176|alt=Home Page Image|width=352|src=big-dog.jpg|border=3!
    Our Service:
    A superior alternative to dog boarding kennels, Hounds
    On Holiday provides a home from home holiday for your dog. The concept is
    a new kind of dog-sitting service designed to offer pet owners peace of mind
    when they travel away from home.
    Dog kennels, dog boarding houses and pet sitters
    cannot compete with our unique private-home services that offer cosy,
    cage-free environments with around-the-clock, one-on-one human contact with
    their loving hosts. Unlike a kennel or boarding house, our service also
    prevents exposure to a host of diseases and illnesses.
    We arrange for dogs to stay with loving host families
    who can match the sort of environment and routine the dogs are used to.We
    select the ideal dog sitting host family from our portfolio of trusted dog
    sitters who meet our extremely high standards.
    Accommodation is arranged in a warm, friendly home
    environment similar to your own. Exercise and feeding routines are
    maintained just as your dog is used to, he can even take his own bed and
    toys! There are no hidden charges in our rates for play time, cuddles or
    walking.
    To learn more about using our home-from-home dog
    sitting service as an alternative to kennels, or to find out about
    becoming one of our host family dog sitters offering dog holidays, please
    call: 519-835-5588
    or email: [email protected]
    *************End of HTML Code *************

  • I'm new, please bear with me,  I need help with connecting Airport extreme

    I have been using a Dell desktop pc, running Windows XP for the past few years. I have a dsl modem, (qwest m1000)hooked up for my internet acces. Just bought a new MacPro laptop and the airport extreme. Can I connect the new router to my dsl mdem and have both my desktop and my laptop connect to the internet? If so, how do I do this? thanks for your help!

    Welcome to the Mac side twoo.
    Airport Utility is the program you'll use to connect to and set up your Extreme. What you want to do is pretty straightforward. Airport Utility will take you by the hand in setting it up.
    Power down the DSL modem before you connect it to your Extreme for the first time.

  • Beginner Question: Get current Week Number with Token API

    Is it possible to get the current week (1-52) with the token API?
    I searched the gwtokens.pdf for a suitable method, but haven't found
    something that fit my needs.
    Any idea/suggestion?
    Thank's in advance for your help.

    test wrote:
    > current week
    Use the windows api, or build in functions of the language you code in
    Tommy Mikkelsen
    IT Quality A/S, Denmark
    Novell Support Forums SYSOP / NKP
    Sorry, but no support through email
    Please join http://www.open-horizons.net

  • Beginner! Need help getting started with recording music.

    I am the definition of 'new' at the moment. I want to record my own music at home and I've been told that using an Apple Mac is one of the better ways to go about it at home.
    I have a number of questions, most of which have probably been asked before (apologies!) starting right from the beginning.
    1. What type of Mac would be best suited as a dedicated tool for recording music? Obviously speed and memory are big factors, but are there any other considerations here (available inputs, drivers, sound cards etc)? I'm hoping to keep the cost below AUS$3000 if possible.
    2. Do i need any other hardware for this application? (this is where you can tell how inexperienced I am haha) such as mixers etc? If I should need a mixer, is there a particular type or brand of mixer that works well with Macs?
    3. Will plugging a guitar amp into the mac improve sound quality over plugging the guitar directly into the Mac? I bought a Griggin Garage Band guitar cable a while ago to record some background music for a friend's DVD, and I found it worked well, but I'm looking for the best quality sound now.
    4. What would be the most effective software to use? I've briefly used Garage Band and found that to be simple and useful, but I've heard that there are better software packages available.
    I'm hoping to be able to record guitar, bass and vocals directly on to the Mac, and create drum tracks using samples and loops. I know how to play music but as you can tell I know very little about recording it! Any help or suggestions would be appreciated!
    Thanks..

    I would presume one line level input will suffice?
    Close, you need a Line Level AND Mic Level input since you'll want to record vocals.
    Thanks for the link to your Q&A page, I found some very useful info there.
    It's showing its age, and will hopeful get updated soon, but most of the info is good at least for a background.
    Anyway, I think I might recommend this Presonus INSPIRE over the FireBox, it'll save you about $100 and since PreSonus makes excellent equipment (and we have an active member here that uses the Inspire), I'm confident that it offers great quality.
    I think the firepod that you use looks great, but might be overkill
    I agree, the FirePod would be serious overkill for your needs. Again, an awesome interface, but you'd be paying for all those Mic PREs, and using 1. That wouldn't make sense, and since the FP isn't cheap...
    my talent and engineering knowledge is quite limited
    Then I would strongly suggest GB as the software, and then do lots of reading. The weakest link in music production is your engineering skills. Mixing and Mastering (especially the latter) are art forms. A bad engineer using a $10,000 bit of software and hardware would make a fantastic performance sound like garbage. With good engineering skills you can make a pro recording with GB.
    The learning curve with something like Logic is dramatically increased, and again, without the skills to take advantage of what it offers, your recordings are not going to sound any better. At the very least, start with GB to learn the skills of Recording/Editing/Mixing/Mastering. The "price of admission" is low enough that if in a year you find that you need a feature GB doesn't offer, your money will not have been wasted, it will have been valuable learning time.
    Hope those more specific answers help
    ~~HangTIme [Will Compute for Food] %-)>
    Note: I am an Amazon Associate, if you purchase this item via my link I will get a small commission)

  • Beginner question: Why wont grid align with guides?

    Hi,
    I'm pretty new to illustrator and want to create a small background for an html email template I'm making.
    I've set the artboard to 800 X 666 (odd, I know, but that's how it's ended up), set the rulers to pixels and placed vertical guides at 70 and 730 px, giving me a centered area of 660px width.
    I then turned on a pixel grid with gridlines every 10px with 10 subdivisions.
    My problem is that the grid doesn't match the guides. the (0,0) origin of my artboard starts halfway between 2 pixel grid lines and my guide lines start slightly off.
    Where have I gone wrong?
    Thanks,
    Andy

    Sure thing
    The 3 pixels got me thinking. With the height being 666px, maybe it's using the center of the artboard as a starting reference for the grid, rather than the top left corner as I'd expect. Just a theory, but I can't find a setting which relates to it. Maybe I can set the anchor point of the artboard to the top left in some way?

  • Hi, somebody can help to me with a ringtone, I bought a Ringtone on my iPod but is not on my iPhone, is possible to have in the other devices? If is possible please tell me how can I download this ringtone again. Thank You!

    I am not able to download again the ringtone that I have purchase... I am little angry because is not possible that something like a. Ringtone is a hard ditching to download again. Please help to me with this. Thank you!

    Ringtones (and audiobooks) are currently a one-time only download. If you still have it on your iPod then you should be able to copy it over to the Tones part of your computer's iTunes library via File > Transfer Purchases (File > Devices > Transfer Purchases on iTunes 11) and you can then sync it to your iPhone

  • Frustratingly, since I upgraded to Yosemite 10.10, I too am having the worst problems with WiFi dropping out. I've never had this problem before on my iMac 27-inch mid 2011 model. Turning WiFi off and then back on again sometimes works. Help please.

    Frustratingly, since I upgraded to Yosemite 10.10, I too am having the worst problems with WiFi dropping out. I've never had this problem before on my iMac 27-inch mid 2011 model. Turning WiFi off and then back on again sometimes works. Help please. I've already tried a lot of your suggested fixes, but without success. Why hasn't Apple Fixed this?

    Please test after taking each of the following steps that you haven't already tried. Stop when the problem is resolved. Back up all data before making any changes.
    Step 1
    Take the applicable steps in this support article. The Wireless Diagnostics program generates a large file of information about your system, which would be used by Apple Engineering in case of a support incident. Don't post the contents here.
    Step 2
    Disconnect all USB 3 devices. If you don't know which are USB 3, disconnect all USB devices except keyboard and mouse.
    Step 3
    If you're not using a wireless keyboard or trackpad, disable Bluetooth by selecting Turn Bluetooth Off from the menu with the Bluetooth icon. If you don't have that menu, open the Bluetooth preference pane in System Preferences and check the box marked Show Bluetooth in menu bar. Test. If you find that Wi-Fi works better with Bluetooth disabled, you should use the 5 GHz Wi-Fi band. Your router may not support it; in that case, you need a new router.
    Step 4
    Open the Energy Saver pane in System Preferences and unlock the settings, if necessary. Select the Power Adapter  tab, if there is one. Uncheck the box marked
              Wake for Wi-Fi network access
    if it's checked.
    Step 5
    Open the Network pane in System Preferences and make a note of your settings in the Wi-Fi service. It may be helpful to take screenshots of the various tabs in the preference pane. If the preference pane is locked, unlock it by clicking the padlock icon and entering your administrator password. Delete Wi-Fi from the service list on the left by selecting it and clicking the minus-sign button at the bottom. Then recreate the service by clicking the plus-sign button and following the prompts.
    Step 6
    In the Wi-Fi settings, select
              Advanced... ▹ TCP/IP ▹ Configure IPv6: Link-local
    Click OK and then Apply.
    Step 7
    Reset the System Management Controller.
    Step 8
    Reset the PRAM.
    Step 9
    Launch the Keychain Access application. Search for and delete all AirPort network password items that refer to the network. Make a note of the password first.
    Step 10
    Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • I upgraded the OS on my iMac to Lion from the App store; and after installation, it restarted and now the operating system won't start up.... it keeps displaying the apple/folder with a question mark and a circle with a line through it! Please help!

    I upgraded the OS on my iMac to Lion from the App store; and after installation, it restarted and now the operating system won't start up.... it keeps displaying the apple/folder with a question mark and a circle with a line through it! Please help!

    Try starting up with your Snow Leopard DVD and see if the disk can be repaired. Once you are at the installer screen go to the Utilities Menu and choose Disk Utility and choose repair disk. You might also want to try Diskwarrior.
    Hope this helps.
    Ben

  • HT4623 how  to get started connected with laptop with net connection but announcement is to try using wifi ,try again over mobile  please help me

    Sim card inserted in a new iphone 4s but iphone is not activated and announcing try using wi fi or try again over mobile please help?

    You can only sync to one computer/iTunes library. To make this your syncing computer:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Please Help! Problem with 'whistle' when using Audition and Premeire Pro 1.5 with Audigy

    I hope someone can help with this problem. The start of these messages is at the bottom. Any suggestions would be most welcome...Bill Allen
    Hi David (00)... Thanks for your reply. I just wanted to let you know
    that I am going to post all of this correspondence on as many Creative
    forums that I can find in hopes of finding someone that help with this
    problem.
    I will advise you of the results
    Thanks again...Bill Allen
    ----- Original Message -----
    From: "Creative Americas Customer Support"
    To: "Bill Allen"
    Sent: Saturday, February , 2006 :39 AM
    Subject: Re: Creative System Information (English : Adobe Premeire Pro .5
    and Adobe Audition) (KMM987992I6636L0KM)
    > Sir,
    >
    > The only time that I've see a random tone being generated as you
    > decribe, it was necessary to update the system bios to correct.
    >
    > While we are able to playback and record with the card and it's included
    > software, Adobe continues to not allow you to monitor what you're
    > recording. As best we can tell, there's nothing wrong with the card and
    > I would urge you to check with Adobe for any "monitor recording"
    > switches that may be in their software.
    >
    > For faster service please reply with previous correspondence when
    > replying to this email.
    >
    > Best Regards
    > ,
    >
    > David (00)
    > Team Specialist
    >
    > Technical Support
    > Creative Labs Americas
    >
    >
    >
    > To provide feedback on your "Creative Experience" please click on the
    > following link:
    >
    Link removed
    >
    > This link is provided so that you may provide feedback on your "Creative
    > Experience". If you require further troubleshooting or have additional
    > questions simply reply to the original mail and we will be glad to
    > assist you.
    >
    > Original Message Follows:
    > ------------------------
    > Jeen... I appreciate, very much, your reply. But I don't appreciate
    > trying
    > to be 'ping ponged' back and forth between Creative and Adobe. While I
    > realize that you can only deduce a solution from what I tell you, I
    > believe
    > that if you re-read my description of the problem you will realize that
    > the
    > problem is with the sound card and it's associated software. Otherwise
    > why
    > would the system work as expected when it it turned on the next morning?
    >
    > I would also like to know where the 'tone' comes from. When recording
    > video segment (with audio) through the firewire connection of the
    > Creative Audidgy 2ZS card, after a short while the audio is replaced with a
    > constant tone (as I said, it is about 200 Hz). If I record the video thru the
    > Firewire connection and the audio through the 'Line-In' connection,
    > there is no problem with the recording the audio track 'tone free'. However,
    > sometimes but not always, when the audio is played back the tone will
    > appear. This has happened with both Adobe Premeire Pro .5 and Adobe
    > Audition. It is not in the audio track of Adobe Premeire Pro .5 or
    > Adobe Audition, so the problem must lie with the Creative Audigy 2ZS card or
    > it's associated software. I'm sure your audio engineers have knowledge of
    > this problem and I would appreciate an answer.
    >
    > Thanks...Bill Allen
    >
    > ----- Original Message -----
    > From: "Creative Americas Customer Support"
    >
    > To: "Bill Allen"
    > Sent: Friday, February 0, 2006 2:5 AM
    > Subject: Re: Creative System Information (English : Adobe Premeire Pro
    > .5
    > and Adobe Audition) (KMM9780I6636L0KM)
    >
    >
    >> Dear Bill,
    >>
    >> Thank you for replying back to Creative Technical Support.
    >>
    >> With regards to your issue, I understand that you are having
    > difficulty
    >> getting the audio to record from the applications Adobe Premiere Pro
    > .5
    >> and therefore not sound during the playback.
    >>
    >> As you have verified that the sound card is working properly with the
    >> other applications on recording or playback, this could be due to the
    >> improper setup for the audio in the Premiere Pro .5.
    >>
    >> You may like to refer to Adobe for assistance on the configuration of
    >> the audio settings as we are not in a better position to advise you on
    >> third party software.
    >>
    >> Should you have not sound or issues with our software, please feel
    > free
    >> to contact us so that we can assist you.
    >>
    >> For faster service please reply with previous correspondence when
    >> replying to this email.
    >>
    >> Best Regards
    >> ,
    >>
    >> Jeen
    >> Technical Support
    >> Creative Labs Americas
    >>
    >>
    >>
    >> To provide feedback on your "Creative Experience" please click on the
    >> following link:
    >>
    Link removed
    >>
    >> This link is provided so that you may provide feedback on your
    > "Creative
    >> Experience". If you require further troubleshooting or have additional
    >> questions simply reply to the original mail and we will be glad to
    >> assist you.
    >>
    >> Original Message Follows:
    >> ------------------------
    >> Ronshone... Thanks for your reply.
    >>
    >> Here is the information you requested:
    >>
    >> Sound Blaster Audigy 2ZS
    >> PID: 0 03 50 00 00 00 02
    >> Driver Ver: 2.8.4
    >> Firmware : 0.0.0
    >> Model: SB.0350
    >> Serial Number: MSB0350472004288E
    >> Ink stamp: 50SPT470D
    >>
    >> The Audigy 2ZS is the only sound card installed
    >> The Audigy 2ZS card is at least one slot away from the graphics card.
    >> The Audigy 2ZS card is one slot away from another card.
    >> The Audigy 2ZS card is properly seated in the PCI slot.
    >> The PC's internal wires have been moved away from the Audigy 2ZS card
    > .
    >> The 'on-board' sound is disabled thru the BIOS.
    >> The 'on-board' game port is disabled thru the BIOS.
    >> The XP Pro operating system is up to date with all updates.
    >> There were no background operation going at the time of the tests.
    >> The anit-virus program was closed
    >> The CPU is not overclocked.
    >> And, I am the Administrator.
    >>
    >> The card came in a Creative retail Box along with the input unit that
    >> mounts
    >> in the dri've bay. I can't recall what that is called.
    >>
    >> I have relocated the sound card to a slot that is 4 slots away from
    > the
    >> graphics card and slot away from another card, in this case an
    >> additional
    >> IDE dri've controller.
    >>
    >> I have performed the test you outlined. I found that I had to record
    >> using
    >> the 'line in' source input. And I had to playback using the 'wave'
    >> source.
    >> As far as that test is concerned, everything worked. However when I
    >> bring
    >> up Adobe Premeire Pro .5 I do not hear the audio when capturing, and,
    >> even
    >> though the audio meters in Premeire Pro in indicate that there is
    > audio
    >> playing from the audio track on playback, I hear nothing from the
    >> speakers.
    >>
    >> I then brought up the Creative Speaker Settings requester and did a
    >> diagnostic test. All tests indicated "pass". But when I click on the
    >> 'Speaker Settings' and perform the 'Speaker Test' I hear nothing. I
    >> should
    >> add that in both mixers, the Creative Surround Mixer and the Play
    >> Control
    >> mixer, all inputs and outputs are selected (not muted). Also when I
    >> performed this same test yesterday the 'Speaker Test' worked fine.
    >>
    >> On rebooting, the 'Windows XP' sound is heard from the speakers.
    >> Bringing
    >> up Adobe Premeire Pro .5, the audio played as expected. The 'Speaker
    >> Test'
    >> in the Creative Surround Mixer also worked as expected.
    >>
    >> I then recorded the rest of my program using the Adobe Premeire Pro
    > .5
    >> 'Capture' requester and when I tried to playback from within Adobe
    >> Premeire
    >> Pro .5 all I got was a constant tone (about 200 Hz), even though the
    >> audio
    >> meters in Adobe Premeire Pro .5 indicated that the audio was good and
    >> had
    >> no constant tone.
    >>
    >> I rebooted the computer and brought up Adobe Premeire Pro .5 and my
    >> program. Without making any changes to either mixers, Adobe Premeire
    > Pro
    >> .5
    >> performed, and the sound played, as expected. In the 'Play Control'
    >> mixer
    >> only the 'wave' was acti've. All the rest were muted. It was the same
    >> for
    >> the 'Creative Surround Mixer'.
    >>
    >> I am at a loss as to what the problem is. Any help would be
    >> appreciated.
    >>
    >> ...Bill Allen
    >> ----- Original Message -----
    >> From: "Creative Americas Customer Support"
    >> @customercare.creative.com
    >> To: "Bill Allen"
    >> Sent: Monday, February 06, 2006 9:42 PM
    >> Subject: Re: Creative System Information (English : Adobe Premeire Pro
    >> .5
    >> and Adobe Audition) (KMM933384I6636L0KM)
    >>
    >>
    >> Dear Bill,
    >>
    >> Thank you for contacting Creative Technical Support.
    >>
    >> With regards to the issue you are having, I would really appreciate it
    >> if you can provide me with the model number of the sound card. It
    >> should
    >> start with CT or SB followed by 4 numbers found on the sound card. I
    >> also need the serial number which can be found on the sticker and the
    >> ink stamp which is printed on the back of the card. This number will
    >> not
    >> be located on any of the stickers and it will not be labeled. It is a
    >> number that has been stamped on the card itself, possibly near the
    >> outer
    >> edge of the card to determine the best advice for you.
    >>
    >> Did the sound card come pre-installed in the PC, comes in a plastic
    >> cover or brown box or did it come in a Creative retail box package?
    >>
    >> Below is a link that may help with the location of the model number.
    >>
    >> Run a keyword search for SID2456 from the link below.
    >>
    Link removed
    >>
    >> I also need you to try the following recording test.
    >>
    >> SELECT THE RECORDING SOURCE IN SURROUND MIXER
    >> . Go to Start Programs Creative SB Audigy Surround Mixer
    >> 2. Click on the Recording Source (should be on the right side of the
    >> mixer under the REC label)
    >> 3. Change the recording source to Analog Mix
    >> 4. Mute the other analog sources (Mic, CD Audio, Auxiliary, Tad, PC
    >> speaker) that you don't want recorded with the audio stream.
    >> 5. You may wish to select "record without monitoring" by click on the
    >> (+) above the Analog Mix recording source. This keeps the source from
    >> playing out to speakers while recording
    >>
    >> TEST RECORD THE AUDIO
    >> . Go to Start Programs Accessories Multimedia Sound Recorder.
    >> 2. Click the Record button (red dot)
    >> 3. Talk into the microphone
    >> 4. Let it record the source for a little bit
    >> 5. Hit the Stop button (black square)
    >> 6. Hit the play button (single arrow pointing right)
    >> 7. You should now hear the audio that you recorded.
    >>
    >> If you are still having issues, I recommend you to ensure the
    > following
    >> for the audio installation and test:
    >>
    >> - The card is the only card installed other than the Graphics card.
    >> - The card is at least one empty slot away from the Graphics card.
    >> - Place the soundcard away from all the others.
    >> - That the card is seated properly in the PCI slot.
    >> - Move the PC's internal wires away from the soundcard.
    >> - That the on-board sound on your motherboard is disabled through the
    >> BIOS.
    >> - That the on-board gameport is disabled through the BIOS.
    >> - That your motherboard BIOS is up-to-date.
    >> - That the operating system is up-to-date with the latest service
    > packs
    >> and patches.
    >> - That there are no background applications open when you attempt the
    >> solution.
    >> - That the anti-virus program is disabled.
    >> - That if you are over-clocking your system, return all options to
    >> their
    >> recommended settings.
    >> - That you access the PC with administrator rights.
    >>
    >> Do reply back to me if you are still having problems with any error
    >> messages prompted. Thanks.
    >>
    >> For faster service please reply with previous correspondence when
    >> replying to this email.
    >>
    >> Best Regards
    >> ,
    >>
    >> Ronshone
    >> Technical Support
    >> Creative Labs Americas
    >>
    >>
    >>
    >> To provide feedback on your "Creative Experience" please click on the
    >> following link:
    >>
    Link removed
    >>
    >> This link is provided so that you may provide feedback on your
    >> "Creative
    >> Experience". If you require further troubleshooting or have additional
    >> questions simply reply to the original mail and we will be glad to
    >> assist you.
    >>
    >> Original Message Follows:
    >> ------------------------
    >> User Detail
    >> ----------------------------------------
    >> Name : Bill Allen
    >> Email Address : [email protected]
    >> Self Description : Intermediate PC User
    >>
    >> Creative Product Information
    >> ----------------------------------------
    >>
    >> Problem Type : I need help with a third-party software application
    >>
    >> Problem lies with:
    >> ----------------------------------------
    >> Adobe Premeire Pro .5 and Adobe Audition
    >>
    >> Customer's System Specification
    >> ----------------------------------------
    >>
    >>
    >> Detailed Problem Description
    >> ----------------------------------------
    >> I can hear sound from my computers speakers. The diagnostic tests
    >> performed by the Creative software are all "OK", but I cannot record
    >> audio with either of the two programs mentioned above. I have checked
    >> everything I can think of and all of the settings appear to be "OK".
    > I
    >> have also updated the driver for the sound card. What can I do?
    >>
    >> Attachment :
    >> [ Attachment Type: application/octet-stream Name: CTSi.cab]

    TeamRacing6 wrote:
     b noir,
    I can get itunes to start if I disable Bonjour or if I "repair" it first. Sometimes I can repair Bonjour though add/remove programs, sometimes it will only "repair" using WinRar. Sometimes I have to "repair" Bonjour 2 or 3 times to get iTunes to start.
    I have tried uninstalling and reinstalling at least a dozen times. I have tried redownloading iTunes at least 5 times and from different links. This leads me to believe that the dnssd.dll file is not itself corrupt, but this newest version is causing a conflict with XP somewhere somehow.
    Team, iTunes 10.2.2.12 has just been released. I installed it and checked, and BonJour's been updated to version 2.0.5.0, and there's a new 2.0.5.0 version of dnssd.dll on my system. So I reckon it's worth a try updating to that to see if it's of any help with your trouble.

  • I want to change my apple id password but I forgot the security questions please help me some using my icloud I'd

    I want to change my apple id password but I forgot the security questions please help me some using my icloud I'd and if confirmation is must so please phone number is mine please send a code please help me my apple

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare, upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

Maybe you are looking for