This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
Features
- Removes all video ads
- Removes all popup ads
That's all it does, nothing else added nothing else removed!
Install
Download and install the APK-file: viafree-android-no-ads.apk
Build
To verify that nothing else has been modified the apk can be built manually, from source
Download patched viafree sources
wget https://github.com/ekvanox/adfree-viafree/releases/download/se-v.4.22.1/sources.zip
Unzip archive
unzip sources.zip
Build with apktool
apktool b -r -f sources
Sign APK
java -jar uber-apk-signer.jar --apks sources/dist/sources.apk
[Optional] Install over ADB
adb install sources-aligned-debugSigned.apk
Common errors
Signature check mismatch
Cause
Caused by a official viafree version being overwritten by a patched version
Fix
Uninstall all viafree versions from the device before installing viafree-android-no-ads.apk