Steven
Steven
Changing the key in task 3 is not possible, I always have to format the card first and create everything again. It's OK, but you have to know
Our tool spits out the data like this: ``` 00 00 00 00 00 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00...
If I enter hex data, I always have to manually set the data index start position to 0, otherwise the tool doesn't write anything
The "Data in Memory" field will be overwritten, but it should only be the "Data on Chip" field
The tool shows that everything was successful, but when reading out everything is still 0
• when I enter 11111111111111111111111111111111 for Key 1 it doesn't seem to work • if I enter AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA as key 1 the key is written
It seems using a StorageService on SL1 Plus Cards is not implemented? ``` var cmd = card.getCommands() as MifareCommands; var cardService = card.getService(LibLogicalAccess.CardServiceType.CST_STORAGE) as StorageCardService; try { cardService.writeData(mlocation, aiToUse, aiToWrite,...
Hello. I tried to download and install the latest release. The setup process for sqlite seemed to work seamlessly. But trying to access the calendar welcome screen presents me a...
Hello @maxhy, Thanks for continuing the development of this great project! 😍 Unfortunately, it seems that something has changed in the way data is written to DESFire cards after the...