From d9e492eb0e6fb97f3b8625684567a473e18068f8 Mon Sep 17 00:00:00 2001 From: Christopher O'Grady Date: Sat, 4 Jan 2025 23:07:07 -0500 Subject: [PATCH] Add readme describing how to setup Fix readme --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9338a72 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# VBHelper + +## Developer Setup + +1. Clone vb-nfc-reader (https://github.com/cfogrady/lib-vb-nfc) +2. Run vb-nfc-reader/publishToMavenLocal gradle task. +3. Create res/values/keys.xml within the app module. +4. Populate with: +``` + + + beHmacKey1 + beHmacKey2 + aesKey + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + + +``` +5. Replace the values in the keys.xml file with those extracted from the original app. +6. Run \ No newline at end of file