README.md: remove outdated information

There is some outdated information in the README.md files of
hello-stk and imsi-change.

Related: OS#6069
This commit is contained in:
Philipp Maier
2024-12-10 16:06:37 +01:00
parent 55003eed38
commit a9bee856b0
2 changed files with 1 additions and 22 deletions

View File

@@ -1,8 +1,4 @@
# Hello World SIM Toolkit Program # Hello World SIM Toolkit Program
This is the source code to a very simple *Hello World* Java SIM Toolkit This is the source code to a very simple *Hello World* Java SIM Toolkit
application. You typically install it using the tools from the application.
<http://git.osmocom.org/sim/sim-tools/> repository.
For more information see
<https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy>

View File

@@ -4,23 +4,6 @@ Display and change the IMSI of the SIM. This is a standalone version of a debug
feature in the more complex IMSI Pseudonymization applet. To be used as example feature in the more complex IMSI Pseudonymization applet. To be used as example
code to build other applets. code to build other applets.
### How to flash
```
$ cp .sim-keys.example .sim-keys
$ nvim .sim-keys # adjust KIC1, KID1
$ make flash
```
Before flashing a second time, remove the sim applet:
```
$ make remove
```
### Related ### Related
* [IMSI Pseudonymization](https://osmocom.org/projects/imsi-pseudo/wiki) * [IMSI Pseudonymization](https://osmocom.org/projects/imsi-pseudo/wiki)
* [Shadysimply in Osmocom wiki](https://osmocom.org/projects/cellular-infrastructure/wiki/Shadysimpy)