mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
docs: add missing steps
This commit is contained in:
12
README.md
12
README.md
@@ -33,9 +33,10 @@ download https://music.apple.com/jp/song/caribbean-blue/339592231 -c aac
|
|||||||
## Prepare Android Environment
|
## Prepare Android Environment
|
||||||
### For WSA (Recommend):
|
### For WSA (Recommend):
|
||||||
1. Install Apple Music (3.6.0-beta) and login
|
1. Install Apple Music (3.6.0-beta) and login
|
||||||
2. Install WSA from [LSPosed/MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal). Choose the version that includes Magisk but not GApps
|
2. Play a song in Apple Music
|
||||||
3. Install following Magisk modules: [magisk-frida](https://github.com/ViRb3/magisk-frida), [sqlite3-magisk-module](https://github.com/rojenzaman/sqlite3-magisk-module)
|
3. Install WSA from [LSPosed/MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal). Choose the version that includes Magisk but not GApps
|
||||||
4. Edit `config.toml`
|
4. Install following Magisk modules: [magisk-frida](https://github.com/ViRb3/magisk-frida), [sqlite3-magisk-module](https://github.com/rojenzaman/sqlite3-magisk-module)
|
||||||
|
5. Edit `config.toml`
|
||||||
```toml
|
```toml
|
||||||
[[devices]]
|
[[devices]]
|
||||||
host = "127.0.0.1"
|
host = "127.0.0.1"
|
||||||
@@ -46,8 +47,9 @@ suMethod = "su -c"
|
|||||||
```
|
```
|
||||||
### For Google Android Emulator
|
### For Google Android Emulator
|
||||||
1. Install Apple Music (3.6.0-beta) and login
|
1. Install Apple Music (3.6.0-beta) and login
|
||||||
2. Manually install Frida and start frida-server in background
|
2. Play a song in Apple Music
|
||||||
3. Edit `config.toml`
|
3. Manually install Frida and start frida-server in background
|
||||||
|
4. Edit `config.toml`
|
||||||
```toml
|
```toml
|
||||||
[[devices]]
|
[[devices]]
|
||||||
host = "127.0.0.1"
|
host = "127.0.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user