RfidResearchGroup / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was first developed by KAOS. This is NOT the official repo for KAOS's ChameleonMini. For further information see the Getting Started Page
http://chameleontiny.com/help/
Other
404 stars 76 forks source link

Clone set to long button press in latest firmware doesnt seem to clone anymore #43

Open quentynt opened 3 years ago

quentynt commented 3 years ago

hi in latest firmware pulled today setting long button press to clone doesnt seem to clone mifare classics UID's any more

going back a few versions and it seems to work as expected

nieldk commented 3 years ago

I will have a look. PR #24 is where I added long-press functionality. Hopefully this weekend :)

Had a look, not my PR that broke, but there are only so many changes since that. So, still looking for what broke long press.

qqice commented 3 years ago

hi I also encountered this issue. Actually, it's nothing to do with long button press function, but clone function itself. I noticed that since "CLONE_MFU" function was add, the "clone" function, along with "CLONE_MFU" function, fails to function properly. So I flashed the build 152dc71cb352ba51bda93b08e26d210898bbfe8f to get it back to functioning.

nieldk commented 3 years ago

The problem is that Latest pull request extends the FW above allowed size. Resulting in config getting wiped. Added pull request https://github.com/RfidResearchGroup/ChameleonMini/pull/46#issue-503592113 to reduce the size of the Firmware, using LTO. My tests seems to fix this issue.

zviratko commented 2 years ago

I have the same issue on latest firmwares, are you sure it is fixed?

quentynt commented 2 years ago

check in the Makefile - when i looked the function to copy cards on button press was commented out

On Wed, 22 Sept 2021 at 12:25, Jan Schermer @.***> wrote:

I have the same issue on latest firmwares, are you sure it is fixed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RfidResearchGroup/ChameleonMini/issues/43#issuecomment-924839261, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARB6ZPUAJHKEIF33FOQCSHDUDG4MLANCNFSM4RTCQ4WA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

zviratko commented 2 years ago

Hmm, doesn't look like it's commented out. Where did you see it?

xeonxu commented 2 years ago

Seems this c5b07988dc5b04501266d62f5ef5f10bc9b75afa commit cause the issue.

d4g commented 6 months ago

Has this ever been fixed?