Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
/ adfree-viafree Public archive

Modified Viafree client for android without ads

Notifications You must be signed in to change notification settings

ekvanox/adfree-viafree

Repository files navigation

Adfree Viafree for Android

Version GitHub repo size Downloads License

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.

Features

  • Removes all video ads
  • Removes all popup ads

That's all it does, nothing else added nothing else removed!

Install

Simply download and install the APK-file provided in the release of your choice:

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

Build

To verify that nothing else has been modified the apk can be built manually, from source.

Requirements

Instructions

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

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-[language]-no-ads.apk

Licence

This project is released under the MIT license