From 22eeed00a0725cdae0a412b235c839a1a3df3ef8 Mon Sep 17 00:00:00 2001 From: WorldObservationLog Date: Sat, 4 May 2024 19:09:33 +0800 Subject: [PATCH] docs: add missing steps --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 078797a..cdffc1f 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ download https://music.apple.com/jp/song/caribbean-blue/339592231 -c aac ## Prepare Android Environment ### For WSA (Recommend): 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 -3. Install following Magisk modules: [magisk-frida](https://github.com/ViRb3/magisk-frida), [sqlite3-magisk-module](https://github.com/rojenzaman/sqlite3-magisk-module) -4. Edit `config.toml` +2. Play a song in Apple Music +3. Install WSA from [LSPosed/MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal). Choose the version that includes Magisk but not GApps +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 [[devices]] host = "127.0.0.1" @@ -46,8 +47,9 @@ suMethod = "su -c" ``` ### For Google Android Emulator 1. Install Apple Music (3.6.0-beta) and login -2. Manually install Frida and start frida-server in background -3. Edit `config.toml` +2. Play a song in Apple Music +3. Manually install Frida and start frida-server in background +4. Edit `config.toml` ```toml [[devices]] host = "127.0.0.1"