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

Commit

Permalink
Updating the DESFire set header byte commands to those current in the…
Browse files Browse the repository at this point in the history
… latest emsec/ChameleonMini pull request (number 322)
  • Loading branch information
maxieds committed Jul 20, 2022
1 parent d693d16 commit 85c6cdf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 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 119 + 8080
versionName "1.4.9"
versionCode 120 + 8080
versionName "1.5.0"

minSdkVersion 26
targetSdkVersion 30
Expand Down
34 changes: 24 additions & 10 deletions app/src/main/res/layout/tools_tab_commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ https://github.com/maxieds/ChameleonMiniLiveDebugger
android:onClick="actionButtonCreateNewEvent"
android:text="SYSTICK?" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/firmwareicon24"
android:onClick="actionButtonCreateNewEvent"
android:text="VERSION?" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/versionmy24"
Expand Down Expand Up @@ -495,6 +489,12 @@ https://github.com/maxieds/ChameleonMiniLiveDebugger
android:singleLine="true"
android:textColor="?colorPrimaryDarkLog" />

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/firmwareicon24"
android:onClick="actionButtonCreateNewEvent"
android:text="VERSION?" />

</GridLayout>

<View
Expand Down Expand Up @@ -536,15 +536,15 @@ https://github.com/maxieds/ChameleonMiniLiveDebugger
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
android:onClick="actionButtonDESFireTerminalCommand"
android:tag="DF_SETHDR=Type %s:1"
android:text="Set Tag-Type" />
android:tag="DF_SETHDR=HwType %s:1"
android:text="Set HW-Type" />

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

<Button
style="@style/GridButtons"
Expand All @@ -560,6 +560,20 @@ https://github.com/maxieds/ChameleonMiniLiveDebugger
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=SwType %s:1"
android:text="Set SW-Type" />

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

<Button
style="@style/GridButtons"
android:drawableLeft="@drawable/desfire_df_folder24"
Expand Down

0 comments on commit 85c6cdf

Please sign in to comment.