Compiled binaries and source code for an adfree version of the video streaming application Viafree
Feel free to make a pull request with an updated version of the application.
- Removes all video ads
- Removes all popup ads
That's all it does, nothing else added nothing else removed!
Swedish: Adfree Viafree Version 4.22.1
Danish: Adfree Viafree Version 4.6.2
Norwegian: Adfree Viafree Version 4.5.2
Finnish: Adfree Viafree Version 4.22.1
Note: Viafree comes in four different languages, choose the one that suits you
To verify that nothing else has been modified the apk can be built manually, from source.
- JDK 8
- Uber Apk Signer
- Apktool
- Android debug bridge [Optional]
Download adfree-viafree repository
git clone https://github.com/ekvanox/adfree-viafree.git
Change working directory
cd adfree-viafree/{prefered-viafree-version}
Build with apktool
apktool b -r -f patched_source
Sign APK
java -jar uber-apk-signer.jar --apks patched_source/dist/patched_source.apk
[Optional] Install over ADB
adb install patched_source-aligned-debugSigned.apk
Note: For version specific build details, please check the readme included in the associated release
Cause
Caused by a official viafree version being overwritten by a patched version
Fix
Uninstall all viafree versions from the device before installing viafree-[language]-no-ads.apk
This project is released under the MIT license