Skip to content

Assets

Latest
Compare
Choose a tag to compare
@RikkaW RikkaW released this 23 Apr 05:55
· 1388 commits to master since this release
565f845

Changelog

App

Enhancement module

Changlog

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>