aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-02-21 08:55:57 +0100
committerOliver Smith <osmith@sysmocom.de>2020-02-21 08:55:57 +0100
commit8f58642c4dc680baf2999c093513f783c193fd75 (patch)
tree7f961642d6b14e3ee8e916a5130403e7e2e210f1
parent4e5e516a0e950a26fdf4c21aaafcf8e4c77bd5ed (diff)
IMSIPseudo.java: change menu entry title
To make this work, flash with increased --max-menu-entry-text option for shadysim.py. I'll add a "make flash" target for convenience.
-rwxr-xr-xsim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java b/sim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java
index 3155a00..f418846 100755
--- a/sim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java
+++ b/sim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java
@@ -19,7 +19,8 @@ public class IMSIPseudo extends Applet implements ToolkitInterface, ToolkitConst
static byte[] welcomeMsg = new byte[] { 'W', 'e', 'l', 'c', 'o', 'm', 'e', ' ',
't', 'o', ' ', 'T', 'o', 'o', 'r', 'C',
'a', 'm', 'p', ' ', '2', '0', '1', '2' };
- static byte[] menuItemText = new byte[] { 'H', 'e', 'l', 'l', 'o', ',', ' ', 'S', 'T', 'K'};
+ static byte[] menuItemText = new byte[] { 'I', 'M', 'S', 'I', ' ', 'P', 's', 'e', 'u', 'd', 'o', 'n', 'y', 'm',
+ 'i', 'z', 'a', 't', 'i', 'o', 'n'};
private IMSIPseudo() {
// This is the interface to the STK applet registry (which is separate