Skip to content

Commit

Permalink
Add Phoenix Tuner split APK install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Jan 6, 2025
1 parent a6bf7b2 commit 1d9e521
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions source/Resources/JavaProgramming/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,31 @@ waydroid prop set persist.waydroid.multi_windows true
waydroid session stop
```

Now, download and install Phoenix Tuner X:
Download and install the SAI app so that we can install split APKs:

```bash
wget https://github.com/ethanc8/someblobs/releases/download/phoenix-tuner-x-2024.6.1.0/Tuner.X_2024.6.1.0_apkcombo.com.apk
waydroid app install "./Tuner X*.apk"
waydroid app launch com.ctre.phoenix_tuner
wget https://f-droid.org/repo/com.aefyr.sai.fdroid_60.apk
waydroid app install "./com.aefyr.sai.fdroid_60.apk"
```


Now, download Phoenix Tuner X:

```bash
wget https://github.com/ethanc8/someblobs/releases/download/phoenix-tuner-x-2025.2.0/Phoenix.Tuner.X_com.ctre.phoenix_tuner_2025.2.0.apks
sudo mv Phoenix.Tuner.X_com.ctre.phoenix_tuner_2025.2.0.apks ~/.local/share/waydroid/data/media/0/Documents/
sudo chmod a+rwx ~/.local/share/waydroid/data/media/0/Documents/Phoenix.Tuner.X_com.ctre.phoenix_tuner_2025.2.0.apks
```

Launch SAI:

```bash
waydroid app launch com.aefyr.sai.fdroid
```

Click the "Install APKs" button, use the "Internal file picker", and navigate to `~/Documents` (`/storage/emulated/0/Documents`) and select the Phoenix Tuner split APK. Leave the default options and install the APKs. If prompted, allow SAI to "install unknown apps".

(**Warning:** For me, Phoenix Tuner 2025.2.0 immediately crashes upon opening.)
:::

:::{tab-item} macOS
Expand Down

0 comments on commit 1d9e521

Please sign in to comment.