Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 122

Threaded View

  1. #11
    Ballebar
    Guest

    Default RE: Getting CID value from a memory card

    Quote Originally Posted by p!xeldealer View Post
    If you like it complicated, do it as whitedrag0n wrote .

    But if you want it simply, start command prompt, change to the drive-letter of your card [such as E:] and type vol. The displayed volume serial number you can use unhyphenated in the keygen. It is not necessary to convert from Hex to Dez.
    Hoax or some stupid joke?
    Sorry but the VOL command doesn't have anything to do with the CID of a memory card. The volume ID changes after a reformat of a drive. It's also possible to change a volume id by a command. The CID is something completely different and will NEVER change for a specific memory card.

    Example with changing the volume id:
    Code:
    Please Login or Register to see the links
    Could also be checked with fsutil (requires administrator elevation):
    Code:
    Please Login or Register to see the links



    Furthermore it's even more complicated than whitedrag0n suggests. "READCID.EXE" application will only work if the memory card reader is attached directly to the PCI bus. No USB type of memory card reader will have the capability to access the CID parameters through the USB API.

    More about jo0ls READCID.EXE:
    Code:
    Please Login or Register to see the links
    jo0ls own words about his READCID.EXE:
    currently works only on Vista 64. Weirdly it only works when compiled for the x86 platform (the build target in visual studio). When I tried it on Vista 32 I got invalid handle errors. Sheesh. The other biggy is that it only works when the SD Card is plugged into a reader that is attached directly to the pci bus. If USB is involved in the chain, then the DeviceIOControl messages go to the USB host controller, and it doesn't understand them.
    Download attachment - [Only registered and activated users can see links. ]


    More about memory cards and the CID register:
    Code:
    Please Login or Register to see the links
    Last edited by Ballebar; 6th September 2010 at 12:41 AM. Reason: Added attachment ReadCID.zip

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •