Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MIFARE data display not updated or cleared | Mifare卡界面数据区无法被清空 #28

Closed
Kadalia opened this issue Mar 12, 2022 · 20 comments
Labels
bug Something isn't working

Comments

@Kadalia
Copy link

Kadalia commented Mar 12, 2022

Hello,
Nice work ... no ... great work !!
But, I have a minor issues.
The "clear" data button from "File" section is not working. (it works fine for keys).
The "load" data button doesn't update the Data list display.
v0.2.4 Compiled for ARM
Thank you !

@wh201906
Copy link
Owner

wh201906 commented Mar 12, 2022

Thanks for your feedback!

The "clear" data button from "File" section is not working. (it works fine for keys).

Yes I reproduced this bug. I will fix it in the next release. If you need to fix it on your own, open the mainwindow.cpp in src/ui/, find MainWindow::on_MF_File_clearButton_clicked(), then replace the code at line 718

else if(ui->MF_File_keyButton->isChecked())

with

else if(ui->MF_File_dataButton->isChecked())

@wh201906
Copy link
Owner

wh201906 commented Mar 12, 2022

The "load" data button doesn't update the Data list display.

I can't reproduce this bug. Both the binary data file and the text data file can be loaded on V0.2.4. Did you choose "Data" in the "File" section before loading the data?

@Kadalia
Copy link
Author

Kadalia commented Mar 12, 2022

Thank you !
Clear Data button is now working.
The Load button also ... hummm ... I was tired :-)
Closing

@Kadalia Kadalia closed this as completed Mar 12, 2022
@wh201906
Copy link
Owner

@Kadalia Does the "Load" button work after the fix?

@Kadalia
Copy link
Author

Kadalia commented Mar 12, 2022

Yes :-) I thing it was working before the fix already

@wh201906
Copy link
Owner

Ok

wh201906 added a commit that referenced this issue Mar 12, 2022
Add deploy helper(unfinished)
@wh201906 wh201906 added the bug Something isn't working label Apr 3, 2022
@wh201906 wh201906 changed the title MIFARE data display not updated or cleared MIFARE data display not updated or cleared | Mifare卡界面数据区无法被清空 Apr 3, 2022
@Pebrok
Copy link

Pebrok commented Oct 16, 2022

Hi,
I'm still stuck on MAc with the app not connecting to the Proxmark3, even though the terminal app can connect to it.
I changed the file path as recommanded, but nothing happens. What am I missing?
Capture d’écran 2022-10-16 à 11 20 44
Capture d’écran 2022-10-16 à 11 24 15

@wh201906
Copy link
Owner

How about checking Keep the client active even the PM3 hardware is disconnected

@Pebrok
Copy link

Pebrok commented Oct 16, 2022 via email

@wh201906
Copy link
Owner

1-Should I change something on the client path, on top? what path should I put? To which file : proxmark3GUI.app or what else ? (I am on Mac)

The client path is the same as the command to open proxmark3. If you start proxmark3 in terminal by typing proxmark3 or path/to/the/proxmark3, then you should type it into the Client Path

2-For the config file : should i link to « config_official.json" or to "config_rrgv4.13.json » ?

The current config_rrgv4.13 should be fine.

@Pebrok
Copy link

Pebrok commented Oct 18, 2022 via email

@wh201906
Copy link
Owner

Since I don't have a Mac, I can't test what happens. However, I guess this GUI works with v4.14831 on macOS because someone has run it and post the screenshot in README.
Can you get proxmark3.log in the directory of executable? Does it reports any errors or warnings?

@Pebrok
Copy link

Pebrok commented Oct 19, 2022 via email

@wh201906
Copy link
Owner

Could you please clean the log, then run the GUI, then post the new log there?

@Pebrok
Copy link

Pebrok commented Oct 21, 2022 via email

@wh201906
Copy link
Owner

Can you find the log file at <somewhere>/.proxmark3/logs/log_<date>.txt?

@Pebrok
Copy link

Pebrok commented Oct 22, 2022 via email

@wh201906
Copy link
Owner

The log seems fine. Does the GUI shows Connected at first, then changes to Disconnected?

@Pebrok
Copy link

Pebrok commented Oct 23, 2022 via email

@wh201906
Copy link
Owner

I think the log shows the client works properly. I don't know what else can be wrong.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants