Skip to content

Commit fcda8db

Browse files
committed
[proj] update README
1 parent 3ae0255 commit fcda8db

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

+22-8
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,32 @@ AltServer for AltStore, but on-device
55

66
- Install IPA: `./AltServer -u [UDID] -a [AppleID account] -p [AppleID password] [ipaPath.ipa]`
77
- Running as AltServer Daemon: `./AltServer`
8+
- Full usage (maybe outdated, refer to `./AltServer -h` for the newest):
9+
```
10+
Usage: AltServer-Linux options [ ipa-file ]
11+
-h --help Display this usage information.
12+
-u --udid UDID Device's UDID, only needed when installing IPA.
13+
-a --appleID AppleID Apple ID to sign the ipa, only needed when installing IPA.
14+
-p --password passwd Password of Apple ID, only needed when installing IPA.
15+
-d --debug Print debug output, can be used several times to increase debug level.
16+
17+
The following environment var can be set for some special situation:
18+
- ALTSERVER_ANISETTE_SERVER: Set to custom anisette server URL
19+
if not set, the default one: https://armconverter.com/anisette/irGb3Quww8zrhgqnzmrx, is used
20+
- ALTSERVER_NO_SUBSCRIBE: Please enable this for netmuxd / usbmuxd2, because they do not correctly usbmuxd_listen interfaces
21+
```
822

923
## Download
1024

11-
- Precompiled static binary can be downloaded in Release
25+
- Precompiled static binary can be downloaded in Release ( also have a look at pre-release ;) )
1226
- Nightly version is available as Github Actions artifacts
1327

14-
## TODO
15-
- [x] Track upstream (AltServer-Windows) develop branch
16-
- [ ] Support Offline Anisette Data Generation (i.e. without Sideloadly)
17-
- WIP: currently implementing the custom anisette data server
18-
- [ ] Support Wi-Fi Refresh
19-
- Have to wait usbmuxd to support network devices
28+
## TODO / Special Features
29+
- [x] Track upstream (AltServer-Windows) develop branch (i.e. Beta version)
30+
- [x] Support Offline Anisette Data Generation (i.e. without Sideloadly)
31+
- Finsihed, please run [alt_anisette_server](https://hub.docker.com/r/nyamisty/alt_anisette_server) & use `ALTSERVER_ANISETTE_SERVER` to specify custom server URL
32+
- [x] Support Wi-Fi Refresh
33+
- [netmuxd](https://github.com/jkcoxson/netmuxd) now supports network devices, but needs a special env var `ALTSERVER_NO_SUBSCRIBE` to allow it work correctly. Enabling this would disable **auto-refresh when plugged-in** of USB devices
2034

2135
----
2236

@@ -54,4 +68,4 @@ AltServer for AltStore, but on-device
5468
make -f ../Makefile -j3
5569
(if you're compiling for ARM, i.e. armv7 or aarch64, you'll have to remove the -mno-default flag in Makefile)
5670
57-
```
71+
```

0 commit comments

Comments
 (0)