MifareClassicTool icon indicating copy to clipboard operation
MifareClassicTool copied to clipboard

An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.

Results 50 MifareClassicTool issues
Sort by recently updated
recently updated
newest added

Key from French swimming pool badge.

Maybe the message is wrong. Or checking for Mifare Classic support is incorrect. 1. Metrodroid application report that phone have support for Mifare Classic "You can verify MIFARE Classic support...

When I try to read the card, the message "There is no MIFARE Classic tag shows up. Android Version: 12 One UI Version: 4.1 Baseband Version: G780GXXS3CVD7

Hey! I'm new to RFID/NFC so it's most likely human error, but wanted to try and clear things up here. Running OnePlus 6T on Android 11 (OxygenOS). When trying to...

## Description I believe the OnePlus One and the OnePlus 3T are compatible devices that work with MCT. However, both devices are not functioning properly with MCT, both running LOS...

Hi ikarus23, As a regular user of MifareClassicTool, I would like to thank all of your work and effort in this project. I tried to add #36 as accurately as...

Hi, I've been using MCT for number of years, and since I changed my old galaxy S7 (on which MCT run perfectly) for a Galaxy Note 10 lite, I can't...

bug

Sorry if this is not appropriate place to ask as my question might be more Mifare than app related. But still here's my question: with the app I read the...

The new MIFARE Classic special/magic cards "Gen3" should be configurable using Android. The configuration commands are just issued using the APDU structure: https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/magic_cards_notes.md#mifare-classic-gen3-aka-apdu The main goal is to implement an...

feature

Hi , Can you use NfcAdapter.enableReaderMode() to implement this app? Because this method already exists after android 4.4, this method is better for reading the card https://developer.android.com/reference/android/nfc/NfcAdapter public void enableReaderMode...

enhancement