How to Install Latest Adhell 3.1.1+ with new Standard Knox License Key – Adblock Samsung
adhell 4:53 PM
Method #1
Use Adhell 3 to block ads - no root required. (Ignore all the tutorials, literally just install the apk and make and use a SKL key (Samsung Knox License) key
Method #2
How to download and install Adhell 3.1+
In order to install Adhell 3.1, you will need to download the full source code, extract it, open the project in Android Studio, and compile it to install on Adhell 3 APK onto your Samsung Galaxy device. There is no direct APK available right now.
Step 1: Generate the Samsung Knox SDK license key
Use Adhell 3 to block ads - no root required. (Ignore all the tutorials, literally just install the apk and make and use a SKL key (Samsung Knox License) key
Method #2
How to download and install Adhell 3.1+
In order to install Adhell 3.1, you will need to download the full source code, extract it, open the project in Android Studio, and compile it to install on Adhell 3 APK onto your Samsung Galaxy device. There is no direct APK available right now.
Step 1: Generate the Samsung Knox SDK license key
- Sign in here with your Samsung account.
- The Knox SDK can be downloaded here.
- Click on Generate License Key at the left option panel.
- Go to "Knox SDK" section.
- Give the key a name in "Add a key alias".
- Press "Generate license key".
- Copy the key. Note: The key generally starts with letters "KLM"
- Once generated, the Samsung Knox L:icense key can be obtained here.
- Official Adhell 3.1 from Github | Register > Login > Search "Adhell3"
Download the full source code zip from here:
- Adhell 3 Source Code Zip
- Mirror Downloads Repository For Adhell 3.1
Step 3: Install Adhell 3.1.1
- On your Samsung device, Enable USB Debugging on your phone - Go to setting > About phone > Software Information > Press rapidly about 10 times on Build Number until a message "You are now a developer!" appears. > Go back to settings > Developer Options > Turn on USB Debugging.
- Connect your phone to your PC. When you see a popup on Phonee, select always allow from this computer to enable USB Debugging.
- Download the latest Adhell master zip from Gitlab to PC or computer.
- Now extract the Adhell source zip to PC.
- Download the Knox SDK 3.1 package to PC> (Register > Login > Samsung Developer Account)
- Also, download the associated supportlib.jar Download Support Lib.
- Extract both the Knox SDK 3.1 Package and Support Lib zip to PC.
- Copy the libs folder from Knox SDK to Adhell source code app\libs folder. Similarly, all the contents of supportlib.jar to Adhell master\app\libs.
- Now we need to create the package name. To do so, create app.properties file inside app folder of Adhell 3 source app\app.properties. Open the file using NotePad++ and put package.name=your.package.name in the first line of the file.