Ok power off and on again and leave normal running (don’t press the button)… in proxspace run
./pm3 --list
Don’t run this until you confirm the com port is visible in device manager
Ok power off and on again and leave normal running (don’t press the button)… in proxspace run
./pm3 --list
Don’t run this until you confirm the com port is visible in device manager
It won’t let me enter any commands while it says waiting for proxmark to appear so I have to just close out proxspace and when I do that, I have to start the whole setup over again
Try Ctrl+c, see if that drops you back into the terminal
You shouldn’t have to do anything other than open proxspace again if it closes…
Could be a permissions issue.
Windows only allows one program to access a com port at a time. Make sure that if you’re using the terminal to flash, you don’t have any other programs running trying to connect to it.
If that doesn’t work, have you tried running from an elevated command prompt?
Also, not sure if I’m missing something, it’s running iceman already, but you’re trying to reflash it?
This makes sense… the hardware is what tells windows it is a com port device, it’s got nothing to do with proxspace.
When you say always… is it there when you don’t have the proxmark plugged in? Or does it disappear when you unplug the proxmark?
It’s brand new just first time install
It disappears when proxmark is unplugged and reappears when I plug it back in.
It looks like its working as it should. Make sure you try the things I suggested above. Though you should be able to use it as is without installing iceman on it, Amal did that for you.
It’s possible the firmware push failed … you know how when you’re doing the same thing 100+ times in a row you can just zone out … I might have missed some or missed an error. It definitely should be “seen” by the flashing utility.
We may have to explore a replacement if it doesn’t get sorted… but the next step I think might be to set up a call like google meet or something with screenshare
Yet again, service above and beyond.
DT sets the example for all companies to aspire to.
Thanks Amal.
Yeah, really appreciate it what day and time works best for you. My work schedule is kind of weird. And what time zone are you on?
He’s on the West Coast of the United States.
You can tip on his profile and it will show you his current time
He’s 3 Hours behind you
I’ll DM you a calendar scheduling link
Ok, so this is the oddest thing I’ve ever seen. After an hour long Google Meet with screen sharing, we got things working… sort of.
~/proxmark3/pm3
script was simply unable to detect the port.~/proxmark3/client/proxmark3.exe -p COM1 --flash [etc]
we were able to update the bootloader and fullimage on the hardware.pm3 --list
returned “No ports detected”.No idea wtf is going on… but it seems like a potential issue with the pm3 port detection script? We even tried running proxspace as administrator to no avail.
That was going to be the route i was going to go, specifying port specifically to launch. I ran into that before i found your guide last year and had to specifically call the port each time i ran it.
I am willing to bet it is specific to some software restrictions on his computer, not necessarily the scripts.
Did you have him run everything as administrator?
I can’t thank you enough for you taking the time out to help me with this issue. Dangerous things has the best customer service out of any company I’ve ever dealt with.
yep ran the whole cmd dos box as admin, then launched proxspace within that and still.
we even disabled all windows exec and memory protections, windows defender, etc. the computer was also basically new with nothing funky on it that i could tell. the only thing was there was a flipper driver installed, but i don’t see how that could cause the issue.
the only reason i didn’t think so was that proxspace was seeing the com device as /dev/ttyS0 … if there was a restriction, that port should not be visible.
In the residential consumer grade PC’s i have seen some of the most ridiculous stuff.
I am imagining something that is allowing you to see the device, but not allowing the device to interact with the CMD layer.
Did you only uise CMD or did you try with powershell as well?