From 1d9e521130c13a473b9445249ff4317e811ff984 Mon Sep 17 00:00:00 2001 From: Ethan C Date: Sun, 5 Jan 2025 23:29:39 -0600 Subject: [PATCH] Add Phoenix Tuner split APK install instructions --- .../Resources/JavaProgramming/installation.md | 26 ++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/source/Resources/JavaProgramming/installation.md b/source/Resources/JavaProgramming/installation.md index 8ac91f4..b6a741d 100644 --- a/source/Resources/JavaProgramming/installation.md +++ b/source/Resources/JavaProgramming/installation.md @@ -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