You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,20 +86,21 @@ The setup is very easy:
86
86
87
87
1. Download and install the [ReVanced manager APK](https://github.com/revanced/revanced-manager/releases)
88
88
2. Install the unpatched Spotify app
89
-
3. Open ReVanced Manager, select Spotify and enable the `remove-screen-capture-restriction` patch.
89
+
3. Open ReVanced Manager, select Spotify and enable the `Remove screencapturerestriction` patch.
90
90
4. Start the patching process and install the patched APK once it is done.
91
91
5. You can now use Spotify with RootlessJamesDSP.
92
92
93
93
### Patching other unsupported apps
94
94
95
-
The `remove-screen-capture-restriction` patch is universal and can also be used with custom APKs other than Spotify.
95
+
The `Remove screencapturerestriction` patch is universal and can also be used with custom APKs other than Spotify.
96
96
The patch cannot remove capture restrictions for apps that use the native AAudio C++ API for playback.
97
97
98
-
1. Download and install the [ReVanced manager APK](https://github.com/revanced/revanced-manager/releases)
99
-
2. Open ReVanced Manager, tap on 'Select an application' and press the 'Storage' action button in the bottom-right corner.
100
-
3. Select your APK using the file picker.
101
-
4. Enable the `remove-screen-capture-restriction` patch.
102
-
5. Start the patching process and install the patched APK once it is done. Make sure to uninstall the unpatched app if it is installed, otherwise you will run into a signature conflict during installtion.
98
+
1. Download and install the [ReVanced manager APK](https://github.com/revanced/revanced-manager/releases)
99
+
2. Open Revanced Manager, go to the settings screen and enable 'Show universal patches'
100
+
3. Go to the patches tab and tap on 'Select an app' and press the 'Storage' action button in the bottom-right corner.
101
+
4. Select your APK using the file picker.
102
+
5. Enable the `Remove screen capture restriction` patch.
103
+
6. Start the patching process and install the patched APK once it is done. Make sure to uninstall the unpatched app if it is installed, otherwise you will run into a signature conflict during installtion.
103
104
104
105
> **Warning** If the patched app crashes on startup (or refuses to work properly), it is likely that the app uses signature checks or other protections against tampering. In that case, additional patches that disable these anti-tampering checks would need to be created by hand.
0 commit comments