Files
RFIDtools/README.md
T
2019-09-17 15:32:33 +08:00

2.8 KiB

RFID Tools

RFID Tools


:boom:Devices💨

RRG Android App for use with the following devices

Proxmark3 NFC Reader ACS ACR-122u Chameleon Mini PN532
img_pm3 img_nfc img_122 img_cml img_532

The app runs on a non-rooted phone.

APK download at Google playstore

You find the app on playstore RRG RFID Tools

Special firmware

To use your Proxmark3 RDV4 with blueshark via bluetooth with this app there is an extra step. Until some android issues is resolved with the RRG/Iceman repo you must use a special android adapted firmware with your Proxmark3 RDV4.

Download and flash this one Compiled FW 12 August

Where to buy these devices?

  • www.sneaktechnology.com

Developement tools

  1. IDE: Android Studio 3.5
  2. JRE: 1.8.0_202-release-1483-b03 amd64
  3. JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
  4. OS: Windows 10 10.0
  5. SDK: MIN 18 -> MAX 29
  6. ANDROID SDK Tools: 26.1.1
  7. CMAKE: 3.10
  8. NDK: 20.0.5594570

Core implementation

  1. Communication implementation: using JNI mapping C & Java communication, encapsulating posix-compliant UART library, using Google API in the upper layer (Java) and posix-compliant UART in the lower layer (C/C+++).

  2. Console program: Android defaults stdin, stdout, stderr to / dev / null, so the console program will not get normal output, we need to redirect them to the correct path, such as pointing to the file / sdcard / forward. stdxx, core: function freopen (), defined by C stdio. h, can redirect the standard stream. To local file.

  3. Program architecture: DXL programming complies with MVP, the core architecture uses MVP to achieve layering, all the underlying data is placed in Model, all UI actions are placed in View, and all data calls are placed in Presenter. Module is used to realize resource management, reusable, and separate business can be placed in separate modules to reduce coupling and achieve reuse. Replacing concrete implementation with abstraction achieves the effects of extracting public implementation, abstracting private implementation, Interface-oriented and abstract programming, such as PN53X and mobile phone NFC read-write card, and information display.

Maintainer

  • DXL

Compability

These Android phones has been tested with