Releases: RikkaApps/StorageRedirect-assets
Releases · RikkaApps/StorageRedirect-assets
Assets
Changelog
App
Enhancement module
- v29.0.1 (Zygisk) (Requires Magisk v24+, Zygisk enabled, app v8.7.0+)
- v29.0.1 (Riru) (Requires Riru v26.1.5, app v8.7.0+)
Test versions
⚠️ Warning: Test versions may be unstable
Has purchased from Google Play
First, it's highly not recommended to download from here if have purchased from Google Play. This is because Google Play has some sort of risk control mechanism which disallows apps not from Google Play to use purchase contents.
If you still want to do it, use the following method to install.
# The -i 'com.android.vending' in the command specifies the installer as Google Play
# use adb
adb install -i 'com.android.vending' <apk path>
# use terminal app
su
pm install -i 'com.android.vending' <apk path>