Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Adding DESFire tag commands from the most recent development sources …
Browse files Browse the repository at this point in the history
…(emsec firmware pull request pending)
  • Loading branch information
maxieds committed Jul 20, 2022
1 parent 30865b8 commit d693d16
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ android {

applicationId "com.maxieds.chameleonminilivedebugger"

versionCode 118 + 8080
versionName "1.4.8"
versionCode 119 + 8080
versionName "1.4.9"

minSdkVersion 26
targetSdkVersion 30
Expand Down
40 changes: 34 additions & 6 deletions app/src/main/res/layout/tools_tab_commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -536,28 +536,56 @@ https://github.com/maxieds/ChameleonMiniLiveDebugger
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=HardwareVersion %s:2"
android:text="Set HW-Ver" />
android:tag="DF_SETHDR=Type %s:1"
android:text="Set Tag-Type" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=SoftwareVersion %s:2"
android:text="Set SW-Ver" />
android:tag="DF_SETHDR=Subtype %s:1"
android:text="Set Tag-Subtype" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=BatchNumber %s:5"
android:tag="DF_SETHDR=HwProtoType %s:1"
android:text="Set HW-Proto" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=HwVers %s:2"
android:text="Set HW-Vers" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=SwProtoType %s:1"
android:text="Set SW-Proto" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=SwVers %s:2"
android:text="Set SW-Vers" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=BatchNo %s:5"
android:text="Set Batch-No" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=ProductionDate %s:2"
android:tag="DF_SETHDR=ProdDate %s:2"
android:text="Set Prod-Date" />

</GridLayout>
Expand Down

0 comments on commit d693d16

Please sign in to comment.