ChameleonMini icon indicating copy to clipboard operation
ChameleonMini copied to clipboard

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

Open quentynt opened this issue 5 years ago • 8 comments

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

quentynt avatar Sep 19 '20 15:09 quentynt

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.

nieldk avatar Sep 19 '20 15:09 nieldk

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.

qqice avatar Sep 20 '20 14:09 qqice

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.

nieldk avatar Oct 14 '20 19:10 nieldk

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

zviratko avatar Sep 22 '21 11:09 zviratko

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.

quentynt avatar Sep 22 '21 11:09 quentynt

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

zviratko avatar Sep 22 '21 12:09 zviratko

Seems this c5b07988dc5b04501266d62f5ef5f10bc9b75afa commit cause the issue.

xeonxu avatar Nov 30 '21 13:11 xeonxu

Has this ever been fixed?

d4g avatar Jan 22 '24 23:01 d4g