Closed ysard closed 3 years ago
Interesting, there is not differences in source for compilation on Android vs PC. So no real software issue. I would believe like you mentioned your android phone which doesn't manage to power the device properly but even that is inconclusive to your experienced issue. Try power it with a battery and retest on android.
Glad you noticed the massive improvements to the repository. It is truly a different experience today than two years ago. Nothings says thank you as much as a donation :)
Clang++ doesn't exists ? @doegox , that one is yours :)
clang++: done, thank you !
Hi thanks for the quick response, indeed, I should have tested with the battery of the rdv2, and it works now, with voltage levels similar to those on the computer.
Procedure:
So it's a power supply issue that is not on the proxmark side. I can't test on another phone or with another OTG cable for now, but it should be interesting to test on a USB-C phone instead of on a Micro-USB one.
Ok, closing
Describe the bug Hitag detection works on computer but not on Android device.
To Reproduce Steps to reproduce the behavior:
Note: There is a typo error in the command of this doc:
pkg install make clang clang++ readline libc++ git
Theclang++
packages doesn't exist. In fact,clang
package also installs clang++.make SKIPBT=1 PLATFORM=PM3GENERIC
lf search
reports "No known 125/134 kHz tags found!" on Android when the same tag (not moved) is detected on computer side. The commandlf hitag reader --26
returns nothing on Android when the tag uid is found on computer side.Android example:
PC example:
Expected behavior The Hitag tag should be detected on both platforms.
Desktop
OS:
hw version PC side
hw status PC side
data tune PC side:
Additional context By the way, while writing the issue I realize that the antenna voltage levels are much lower on Android. Could it just be my phone's inability to supply enough power through the USB OTG port?
Don't focus on the "dirty" flag of the git id on the computer. It's an old platform and I made some changes (gcc/ld flags in Makefiles) to successfully compile the client.
Also, I did not follow the project for 2 years and what was achieved during this time is enormous. Many thanks for all of this.