Xposed/DexKit module for Spotify modifications.
IMPORTANT NOTE: Do not close the app, as it will log out. If you keep it open it will work for a while.
- Android Studio / Gradle 9+
- JDK 17
- Xposed Framework or LSPosed installed
Debug build:
./gradlew assembleDebugAPK: app/build/outputs/apk/debug/app-debug.apk
Release build:
./gradlew assembleReleaseAPK: app/build/outputs/apk/release/app-release.apk
By default, each build uses a randomized applicationId so the installed package name changes every build.
Environment flags:
- SYS_CONFIG_RANDOM_APP_ID=true|false (default: true)
- SYS_CONFIG_BASE_APPLICATION_ID=com.example.base (default: com.spotify.music)
- Build debug APK
- Open LSPosed Manager → Modules
- Select the module and enable it
- Force stop Spotify and reopen
Based on RevancedXposed_Spotify by chsbuffer DexKit: a high-performance dex runtime parsing library.