From 414a4b89eff3c30689d17707c49dce10a126c958 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:12:42 -0700 Subject: [PATCH] Reworked for the new user NFC key dict file --- NFC/mf_classic_dict/ReadMe.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/NFC/mf_classic_dict/ReadMe.md b/NFC/mf_classic_dict/ReadMe.md index 7b7c4dd57..355c9c707 100644 --- a/NFC/mf_classic_dict/ReadMe.md +++ b/NFC/mf_classic_dict/ReadMe.md @@ -1,10 +1,19 @@ -# Big changes coming! +# Changes for the User NFC Key Dictionary -Official firmware has introduced a user dict file option which will allow you to update firmware and not lose any added NFC keys! This is great, but requires a bit of work on my side to change things up. I'm going to remove all the NFC keys that are in the original 'mf_classic_dict.nfc' provided by Official firmware, then convert what's left over to the new `mf_classic_dict_user.nfc` file. +Official firmware has introduced a user dict file option which will allow you to update firmware and not lose any added NFC keys! This is great, but requires a slight change in the way things were done previously. I've removed all the NFC keys that are in the original 'mf_classic_dict.nfc' provided by Official firmware as of July 26, 2022 and converted what's left over to the new `mf_classic_dict_user.nfc` [file here](https://github.com/UberGuidoZ/Flipper/blob/main/NFC/mf_classic_dict/mf_classic_dict_user.nfc). -Look for updates soon. Until then... carry on with the below. +To use, add the `mf_classic_dict_user.nfc` file from this repo into the SD Card -> nfc -> assets folder. -## Combined multiple mf_classic_dict.nfc files: +![User_dict_file](https://user-images.githubusercontent.com/57457139/181144818-2355e2ba-64f7-4004-9f15-3390c445baee.png) + +No need to overwrite anything or rename anything. Do that and you're done! Now verify the new keys are recognized
+Head over to **Flipper -> NFC -> Extra Actions -> Mf Classic Keys** and you should see something like this: + +![User_Keys](https://user-images.githubusercontent.com/57457139/181145228-bcafeea9-5b0e-40d3-8ff4-0b0adda788b8.png) + +You can add more easily using the center button if you discover more! + +## Older method: Combined multiple mf_classic_dict.nfc files: - [Official firmware](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/assets/resources/nfc/assets/mf_classic_dict.nfc) - [Unleased firmware](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/assets/resources/nfc/assets/mf_classic_dict.nfc) - [MuddledBox firmware](https://github.com/MuddledBox/flipperzero-firmware/blob/dev/assets/resources/nfc/assets/mf_classic_dict.nfc)