PDA

View Full Version : @ sonyericsson professionals - emma card apdu commands


maxxnskk
07-01-2004, 02:01
Hi
I tried to write my own software which will work with original emma card
but can't find any info about APDU commands of emma aplets
I don't want to f.uck card with APDU scanner,
and want to ask first
maybe somebody can help to find info about this commands?
tring to reverse mtest.dll from original emma software
but it protected and this time I found nothing that will help me

this time I can connect to card, read ATR, send some commands
and recieve answer.

unsigned char buf[]={0x80,0x20,0x00,0x00,0x00,0x00,0x00}
rv = SCardTransmit(hCard, SCARD_PCI_T1, buf, 7, NULL, pbRecvBuffer, &dw);

but have not valid commands

maybe somebody can give me direction, where I can find commands
for communication with Emma card?

maxxnskk
07-01-2004, 13:28
maybe somebody have expirience in USB sniffing?
for me sniffusb.exe hangs all system and after reboot reader drivers must be reinstalled
maybe somebody have software which works with emma card, via usual card reader?

Best Regards
Maxim
ICQ: 111184

crusher
07-01-2004, 15:13
use season interface ;)
simple t=0 protocol, doubtly it needs more than a level converter plus a software.
locate some guy with experience in paytv carding if you cant find schematic :)

maxxnskk
07-01-2004, 15:35
no problem with interface and protocol - currently all is working
but where i can get commands?