[Q] Ad Blocking - Verizon HTC One (M8)

I'm used to Cyanogenmod where there is no issue running ad blocking apps.
Currently running skyfall and ads aren't blocked an no apps do the trick.
How do I get ads blocked?
I'm s-off, Rooted, etc through firewater

fmcfad01 said:
I'm used to Cyanogenmod where there is no issue running ad blocking apps.
Currently running skyfall and ads aren't blocked an no apps do the trick.
How do I get ads blocked?
I'm s-off, Rooted, etc through firewater
Click to expand...
Click to collapse
Download the disable ad blocking file from skyfall's rom page (skyfall comes with adblocking)
Google "adaway apk" and install adaway. Works MUCH BETTER!.

Paulb787 said:
Download the disable ad blocking file from skyfall's rom page (skyfall comes with adblocking)
Google "adaway apk" and install adaway. Works MUCH BETTER!.
Click to expand...
Click to collapse
I read disable ad blocking to mean turn off ad blocking as if it were enabled by debut in the ROM...
Just looked at hosts in that zip and it's just a one line localhost file...meaning I was right, that's intended to turn off ad blocking. The hosts in the ROM is intended to block ads.
I guess my problem is that ads are not blocked in Chrome browser.

fmcfad01 said:
I read disable ad blocking to mean turn off ad blocking as if it were enabled by debut in the ROM...
Just looked at hosts in that zip and it's just a one line localhost file...meaning I was right, that's intended to turn off ad blocking. The hosts in the ROM is intended to block ads.
I guess my problem is that ads are not blocked in Chrome browser.
Click to expand...
Click to collapse
I use adaway.apk for long time. It takes all ads off everything I use. Have you tried that?
Sent from my HTC6525LVW using XDA Premium 4 mobile app

Tigerstown said:
I use adaway.apk for long time. It takes all ads off everything I use. Have you tried that?
Sent from my HTC6525LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yup, tried a bunch of the obvious apps, none have any affect on skyfall

fmcfad01 said:
Yup, tried a bunch of the obvious apps, none have any affect on skyfall
Click to expand...
Click to collapse
I have tried every Rom but that one an it works on all of those that sucks you can't disable ads on skyfall
Sent from my HTC6525LVW using XDA Premium 4 mobile app

http://www.androidfilehost.com/?fid=23329332407585357
Under adons on skyfall's page have you downloaded the disable ad blocking? You need to disable ad blocking first. Then install angry birds or something with a ad. You should see it now that theres no adblocking on the rom.
Then, download adaway run it and restart. see if u still have adds.

Second suggestion for that. If you look at the hosts file in that zip, it's empty. Am I missing something? That is to disable, as in turn off ad blocking, as in enable ads.
Just want ads blocked in Chrome.
Paulb787 said:
http://www.androidfilehost.com/?fid=23329332407585357
Under adons on skyfall's page have you downloaded the disable ad blocking? You need to disable ad blocking first. Then install angry birds or something with a ad. You should see it now that theres no adblocking on the rom.
Then, download adaway run it and restart. see if u still have adds.
Click to expand...
Click to collapse

I've always used adfree

haevn said:
I've always used adfree
Click to expand...
Click to collapse
Same here

I think everyone is missing the point of this thread. The usual apps install a hosts, but the hosts files is not blocking ads on skyfall, and I assume all sense ROMs.
Any idea why?
Use adfree is not an answer.

fmcfad01 said:
I think everyone is missing the point of this thread. The usual apps install a hosts, but the hosts files is not blocking ads on skyfall, and I assume all sense ROMs.
Any idea why?
Use adfree is not an answer.
Click to expand...
Click to collapse
That's really weird. I'm running skyfall 2.1 with adaway and my ads are blocked in chrome.

adavit said:
That's really weird. I'm running skyfall 2.1 with adaway and my ads are blocked in chrome.
Click to expand...
Click to collapse
Maybe I need a wipe. Thanks for the info!

fmcfad01 said:
Maybe I need a wipe. Thanks for the info!
Click to expand...
Click to collapse
No problem. When I installed I did do a clean wipe. If that doesn't help, might try asking the Dev of the rom about it.

I like removing ads myself but apps like Weatherbug that show random ads at the bottom of the app screen although the ads don't show the spot is blank and eats up space that could show app stuff. In other words why bother.
But on another note I found adaway works best.
Sent from my HTC6525LVW using xda app-developers app

fmcfad01 said:
I think everyone is missing the point of this thread. The usual apps install a hosts, but the hosts files is not blocking ads on skyfall, and I assume all sense ROMs.
Any idea why?
Use adfree is not an answer.
Click to expand...
Click to collapse
Not all sense Roms cause my host file works great on every Rom I tried/use. No banner ads no ads anywhere ever.
Sent from my HTC6525LVW using XDA Premium 4 mobile app

Just trying to get this straight! (Since I am unable to post in the development forum I am doing it here). I am running Bone Stock ROM. He says the ROM has adblocking, which some seem to be blocked. Adaway (which i used on my Gal Nexus CM phone previously) is also installed on the ROM. How come when I use AdAway on the ROM and before i put the ROM on my phone when i got to add/update the host files it always fails? What is happening since everybody seems to be getting adblocking to work?

DPArnety said:
Just trying to get this straight! (Since I am unable to post in the development forum I am doing it here). I am running Bone Stock ROM. He says the ROM has adblocking, which some seem to be blocked. Adaway (which i used on my Gal Nexus CM phone previously) is also installed on the ROM. How come when I use AdAway on the ROM and before i put the ROM on my phone when i got to add/update the host files it always fails? What is happening since everybody seems to be getting adblocking to work?
Click to expand...
Click to collapse
Mine worked
I couldn't get it to work with pre installed ad away so I installed the apk I always use an I worked.
Sent from my HTC6525LVW using XDA Premium 4 mobile app

Related

[APP][GPL]SecDroid - Android Hardening [BETA] [Hiatus]

SecDroid V 1.1 Beta
Created by x942
Released under GPLV2​
PROJECT IS ON HIATUS
New project over here
Introduction​
SecDroid hardens the android kernel by disable certain binaries that have internet access or can be used as an attack vector. Some of these are:
SSH
SSHD
Telnet
NC (net cat)
Ping
PM (Package Manager - Can't install apps via CLI/ADB)
ADBD (ADB is disabled until reboot)
And by securing the TCP Stack using Systctl (Until Next boot).
Click to expand...
Click to collapse
More info
Why disable ADB and PM?
ADB and PM are both disabled to help prevent an attacker from being able to install apps via the command line or adb shell. Both of these are potential attack vectors. You can install apps via the playstore and GUI
Click to expand...
Click to collapse
What license is this released under?
All code is released under GPLV2 Unless otherwise noted.
Click to expand...
Click to collapse
Thanks/Credits
Many Thanks to Adam Outler for his Shell class that was used in this project (until V0.3 - See Changelog).
Many thanks to XDA-TV and XDA for their hard work!
And thanks to SANS for their Android Security whitepaper which inspired this project.
Click to expand...
Click to collapse
Downloads:
View attachment SecDroid.apk
Source Code
Latest Version (always up to date)
Play Store ] [URL="http://forum.xda-developers.com/showpost.php?p=41204527&postcount=101"](OUT-OF-DATE) [/URL]
Click to expand...
Click to collapse
Please note this is my first android app. As such bugs may be present and the code may not be pretty. If anyone can help me make it look nicer and more efficient that would be great
UPDATE 2013-05-06:
Version 1.1 Beta
* Fixed script to properly handled errors on some devices
* Fixed layout issue
* Added disable bluetooth feature (Disabled bluetoothd )
* Added enable bluetooth feautre ( Reverses above action)
Click to expand...
Click to collapse
x942 - Thanks for letting me know this is in the works - looks really promising. With things like SSH/SSHD being disabled, will apps (like Connectbot) still work, allowing for SSH/SSHD on a per app basis?
Does this just disable these things during the current running session?
IE after rebooting it does everything go back to normal?
If not is there a way to enable them again?
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
fluxgfx said:
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
Click to expand...
Click to collapse
I assume it's not a good thing because the applications are missing (which is unlikely) or they are moved to a different location
http://www.xda-developers.com/android/secure-your-android-device-with-secdroid/
featured on Xda portal!
So the "hardening" is only applied after running the app and upon next boot everything should be back to normal correct?
Mika83AC said:
I assume it's not a good thing because the applications are missing (which is unlikely) or they are moved to a different location
Click to expand...
Click to collapse
I agree with you. Although after a manual verification the application in questions aren't located on the device in any folders Internel, External or within any of the root folder.
Cheers,
fluxgfx said:
I agree with you. Although after a manual verification the application in questions aren't located on the device in any folders Internel, External or within any of the root folder.
Cheers,
Click to expand...
Click to collapse
I also has the same issue when running the app and I confirmed the apps are not located on my device.
First of all thank you so much for the effort to keep our devices safe. Im using Droidwall to block certain programs and would like to install SecDroid but not sure if it would conflict in any way. Could you please confirm?
koz said:
x942 - Thanks for letting me know this is in the works - looks really promising. With things like SSH/SSHD being disabled, will apps (like Connectbot) still work, allowing for SSH/SSHD on a per app basis?
Click to expand...
Click to collapse
Sadly no. The apps are disabled by removing their permisions to execute (chmod 000). This means no one can run it. I suppose I could have it set to only allow Connectbot to run it based on UID or something. But something like Droidwall or AFWall+ is better suited for that. I am planning to add in a switch for each item. So you could for example leave ssh enabled but disabled everything else.
Richy19 said:
Does this just disable these things during the current running session?
IE after rebooting it does everything go back to normal?
If not is there a way to enable them again?
Click to expand...
Click to collapse
Yes at this time everything is reset on reboot. I am looking into having it auto-run every boot.
fluxgfx said:
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
Click to expand...
Click to collapse
Correct. I have tested on CM9/10/10.1 and AOKP on both of these if it can't find anything then they aren't present in the system. Stock roms may be different. All AOSP should all be the same though.
hisname said:
http://www.xda-developers.com/android/secure-your-android-device-with-secdroid/
featured on Xda portal!
Click to expand...
Click to collapse
Nice! xD That is awesome!
PnoT said:
So the "hardening" is only applied after running the app and upon next boot everything should be back to normal correct?
Click to expand...
Click to collapse
Yes. Everything is reset upon reboot. i will add an auto-run version shortly
bushako said:
First of all thank you so much for the effort to keep our devices safe. Im using Droidwall to block certain programs and would like to install SecDroid but not sure if it would conflict in any way. Could you please confirm?
Click to expand...
Click to collapse
No problem. I have no issues with Droidwall or AFWall+ SecDroid doesn't touch iptables so everything should be fine
Are these vulnerabilities dependent upon whether USB debugging is enabled or disabled?
...and will this interfere with Apps that require USB debuggin enabled such as Titanium Backup and Gemini Apps manager.
electricpete1 said:
Are these vulnerabilities dependent upon whether USB debugging is enabled or disabled?
...and will this interfere with Apps that require USB debuggin enabled such as Titanium Backup and Gemini Apps manager.
Click to expand...
Click to collapse
The only vulnerabilities dependant on USB Debugging is Kos' p2p-adb. The rest prevent network (remote) attacks. Some of which could be used over ADB but don't depend on it (installing malware). I have not tested with TB but it may break it. I am trying to make individual on/off switches for each option so you can only disable what you want to and leave the rest alone
I have posted a Play Store link now too!
fluxgfx said:
I have to assume that it's a good thing if the application wasn't able to find any of the noted application to harden.
Click to expand...
Click to collapse
WattB006 said:
I also has the same issue when running the app and I confirmed the apps are not located on my device.
Click to expand...
Click to collapse
Same result here. Does that mean our devices are more secure since we don't have these files? I'm running pure AOSP, BTW.
I'm having the same problem.
Sent from my INO_ONE using xda premium
apatal said:
Same result here. Does that mean our devices are more secure since we don't have these files? I'm running pure AOSP, BTW.
Click to expand...
Click to collapse
No, you are not "safe". All the things are not located in system/xbin, but in system/bin! So the pathes which the app checks are wrong...
Under system/xbin are many many links, but the real "files" are located elsewhere! So the dev should chance his app so that it can check the right locations
Sent from my GT-I9300 using xda app-developers app
I checked and scp is located in the system/bin folder. All the other ones though I cannot find. Here is a screen shot of mine.
Sent from my SGH-I747 using xda premium
Can you also include in this app ARP, DOS,and MITM type of attack protection. That would be cool.
apatal said:
Same result here. Does that mean our devices are more secure since we don't have these files? I'm running pure AOSP, BTW.
Click to expand...
Click to collapse
New version coming in a few days I will post a patched version today, it looks like I uploaded the wrong version by mistake.
jas0nsg said:
I'm having the same problem.
Sent from my INO_ONE using xda premium
Click to expand...
Click to collapse
Mika83AC said:
No, you are not "safe". All the things are not located in system/xbin, but in system/bin! So the pathes which the app checks are wrong...
Under system/xbin are many many links, but the real "files" are located elsewhere! So the dev should chance his app so that it can check the right locations
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Oops looks like I messed up and uploaded the wrong version I will fix this. Originally it did use xbin and also disabled more things (bluetooth and NFC) but I corrected this as most users don't want those disabled. I will post the proper APK With the proper paths. It's alread compiled so expect it in a few min.
SkyandDirt said:
Can you also include in this app ARP, DOS,and MITM type of attack protection. That would be cool.
Click to expand...
Click to collapse
I can include these I will do so in a future update.
Fixed the issue. It doesn't give any errors on CM10/10.1 on my N4. Path is now /system/bin for the binaries that are there and xbin is only used for a couple binaries that are only in that folder.
Also moved repo to github as google code is annoying. Update also pushed to Play Store.

[Q] iconian 2.7

Just installed inconian ROM works sweet except everything I try an download which gets links to adfly keeps saying web page unavailable tried several browsers and all doing same but works fine on a PC can't we a ything in settings but not sure. Any ideas
smedzz said:
Just installed inconian ROM works sweet except everything I try an download which gets links to adfly keeps saying web page unavailable tried several browsers and all doing same but works fine on a PC can't we a ything in settings but not sure. Any ideas
Click to expand...
Click to collapse
I would guess you have some sort of "ad-blocking" software installed. Check your Apps listing for something like "ad-away" or the likes.
Might also want to check browser settings as well, although I've never run into the issue.
MD
Delete the hosts file (system/etc) and it will work
Sent from my A700 using xda app-developers app
[QUOrsenalfreak;41250813]Delete the hosts file (system/etc) and it will work
Sent from my A700 using xda app-developers app[/QUOTE]
Yeh just moved host file to my downloads and all works fine thanks' tried to find and delete gadfly in 'hosts' but there thousands of em.. anyways sorted now thanks to all for your help and advice

Wifi Hotspot

Does anyone know how to activate wifi Hotspot? I mean without paying sprint big money for a small amount of data usage. I purchased unlimited data for just this purpose.
Sent from my SM-G900P using XDA Premium 4 mobile app
powerlifter450 said:
Does anyone know how to activate wifi Hotspot? I mean without paying sprint big money for a small amount of data usage. I purchased unlimited data for just this purpose.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You need root if you wish to do that. Once you have that there are apps that can do it easily for you!
WeatherTech said:
You need root if you wish to do that. Once you have that there are apps that can do it easily for you!
Click to expand...
Click to collapse
I have root. Which one do you recommend?
I'm not rooted YET, but haven't heard of anyone confirming any of the tethering apps working yet. If you find one that works you should let everyone know...if not, I'm sure someone will figure it out soon...
Sent from my SM-G900P using xda app-developers app
I got usb tether to work via easytether. Need wifi though
SOLVED!! Fabio's WiFi Tether Router!!
What settings did yo use in wifi tether router? i cant get it going.
powerlifter450 said:
SOLVED!! Fabio's WiFi Tether Router!!
Click to expand...
Click to collapse
powerlifter450 said:
SOLVED!! Fabio's WiFi Tether Router!!
Click to expand...
Click to collapse
Confirmed. Although the speeds are horrible, I'll have to find out why.
I'd wait for the hot spot flash file so you can use the native hotspot app built in like the s4
Sent from my SM-G900P using Tapatalk
ChaddyPaddy said:
Confirmed. Although the speeds are horrible, I'll have to find out why.
Click to expand...
Click to collapse
I know. The speeds are disappointing but at least it works. USB tether is horrifically slow.
powerlifter450 said:
SOLVED!! Fabio's WiFi Tether Router!!
Click to expand...
Click to collapse
2nd on the request for settings...
I've seen fabio's o a couple threads,
even a mention that difficulties were overcome,
I tried the settings on his website, no-joy,
any help appreciated...
I have the Sprint variant, rooted...
thanx
I just used the default settings. I tried to change the password but that was an instant fail. It asks for root permission from super su and starts. If its on n u reboot the phone you must turn the app off then on again.
Sent from my SM-G900P using XDA Premium 4 mobile app
I have it working. You can use this xposed module.
http://forum.xda-developers.com/showthread.php?t=2601859
You also have to edit your SQL. Everything is explained and easy.
Sent from my SM-G900P using XDA Premium 4 mobile app
zgroten said:
I have it working. You can use this xposed module.
http://forum.xda-developers.com/showthread.php?t=2601859
You also have to edit your SQL. Everything is explained and easy.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
"and have the Xposed framework installed"
Sorry, I'm not familiar with Xposed framework.
Xposed framework is cited as Must Have.
Does the Sprint GS5 have Xposed framework installed?
thanx in advance...
No. Xposed framework is an add on for root users. It let's you install other mods. To get xposed framework, download the xposed installer from here:
http://repo.xposed.info/module/de.robv.android.xposed.installer
Then install the apk, open it and install xposed. It will tell you to reboot. Once you reboot, open it and go to downloads. Search for tether and you'll see the tether app. Also try out Gravity Box, Wanam xposed, they are modules, basically let's you change everything about your phone.
Sent from my SM-G900P using XDA Premium 4 mobile app
First we do this...
zgroten said:
No. Xposed framework is an add on for root users. It let's you install other mods. To get xposed framework, download the xposed installer from here:
http://repo.xposed.info/module/de.robv.android.xposed.installer
Then install the apk, open it and install xposed. It will tell you to reboot. Once you reboot, open it and go to downloads. Search for tether and you'll see the tether app. Also try out Gravity Box, Wanam xposed, they are modules, basically let's you change everything about your phone.
Click to expand...
Click to collapse
Then we do this...
zgroten said:
I have it working. You can use this xposed module.
http://forum.xda-developers.com/showthread.php?t=2601859
You also have to edit your SQL. Everything is explained and easy.
Click to expand...
Click to collapse
So....
1st download/install xposed framework apk
Then download/install xtether module for xposed framework
Then edit SQL as directed
Correct.
Sent from my SM-G900P using XDA Premium 4 mobile app
zgroten said:
Correct.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OK, so I followed those steps and it look s like its gonna work but then after a minute I get the notification that I am "Not subscribed to the hotspot service..."
I opened the SQL file and the value of tether_dun_required is back to 1. I tried changing it to zero, rebooting, and trying again but it doesn't work. Something keeps changing the SQL value back to 1.
Any other ideas? Does someone actually have it working this way using the native HotSpot in settings?
I don't have an Android phone any longer, switched to a Windows 8 phone just for a change of pace.
Don't know if Sprint (or Samsung) changed anything as far as the HotSpot goes on the S5.
I do know that it's much easier to do the mod on a DEodexed rom. On an odexed rom, you must first deodex the services.jar and services.odex, do the mod and then reodex the file. The method I used for reodexing required having an actual phone.
For deodexing the rom, I used Dxisda's kitchen which only runs on Linux. Unfortunately, I removed my Linux setup to recover the partition space on my hard drive. It's a chore to get that set back up, and don't plan on doing it. I'm sure someone will get a deodexed stock rom out there fairly soon, they always have in the past.
I am kind of curious if the hotspot mod will still work though and I DO still have the tools installed to deodex the services jar. If someone will send me the services.jar and services.odex from there phone, I'll take a look.
Unfortunately, what you will end up with is a deodexed services.jar that won't work unless you have a deodexed rom to run it on.
zgroten said:
Correct.
Sent from my SM-G900P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
jmolhava said:
OK, so I followed those steps and it look s like its gonna work but then after a minute I get the notification that I am "Not subscribed to the hotspot service..."
I opened the SQL file and the value of tether_dun_required is back to 1. I tried changing it to zero, rebooting, and trying again but it doesn't work. Something keeps changing the SQL value back to 1.
Any other ideas? Does someone actually have it working this way using the native HotSpot in settings?
Click to expand...
Click to collapse
I have same problem...
Edit not persist...
Sent from my rooted Sprint GS5 SM-G900P

App Ops on L

Is there a way to get app Ops on preview Android L?
i think thats a goner but I do know xprivacy will be updated for Android L. Its much better than App Ops for a very small amount.
badboy47 said:
i think thats a goner but I do know xprivacy will be updated for Android L. Its much better than App Ops for a very small amount.
Click to expand...
Click to collapse
That requires xposed correct? If so I have read somewhere that he won't update it until Google releases the final version of Art I tried 2 different apps from the playsotore but no luck..
Sent from my SPH-L710 using XDA Free mobile app
g2uzer said:
That requires xposed correct? If so I have read somewhere that he won't update it until Google releases the final version of Art I tried 2 different apps from the playsotore but no luck..
Sent from my SPH-L710 using XDA Free mobile app
Click to expand...
Click to collapse
yep it requires xposed. I just tried installing it but its not compatible yet. If I find something, I will keep you posted.
badboy47 said:
yep it requires xposed. I just tried installing it but its not compatible yet. If I find something, I will keep you posted.
Click to expand...
Click to collapse
App Ops works fine on Android L. Tested using my personal superuser mod that includes app ops, didn't change any of the code that worked fine on 4.4, so one of the other methods will surely work.
lenny_kano said:
App Ops works fine on Android L. Tested using my personal superuser mod that includes app ops, didn't change any of the code that worked fine on 4.4, so one of the other methods will surely work.
Click to expand...
Click to collapse
really? I am going to try it now! Thanks
badboy47 said:
really? I am going to try it now! Thanks
Click to expand...
Click to collapse
The main difference is, I have baked the App Ops stuff into a Superuser apk which I have in /system/priv-app in my ROM. It's not a simple shortcut like a lot of the App Ops enabler apps.
Found via a quick Google: https://github.com/theblixguy/AppOps/tree/master/apk
Seems like this guy basically did the same thing. So grab the apk, push to /system/priv-app, set permissions to 664 (he recommends 777 which is not necessary but will also work), and reboot (might not even need to reboot).
lenny_kano said:
The main difference is, I have baked the App Ops stuff into a Superuser apk which I have in /system/priv-app in my ROM. It's not a simple shortcut like a lot of the App Ops enabler apps.
Found via a quick Google: https://github.com/theblixguy/AppOps/tree/master/apk
Seems like this guy basically did the same thing. So grab the apk, push to /system/priv-app, set permissions to 664 (he recommends 777 which is not necessary but will also work), and reboot (might not even need to reboot).
Click to expand...
Click to collapse
Thanks! I will try this tonight. Hopefully everything should go well :fingers-crossed:. My phone is rooted running L.
badboy47 said:
Thanks! I will try this tonight. Hopefully everything should go well :fingers-crossed:. My phone is rooted running L.
Click to expand...
Click to collapse
Someone has made it(by installing a shortcut-apk into /system/priv-app/ )
https://play.google.com/store/apps/details?id=com.findsdk.apppermission
There will be no difficulty for the AppOpsXposed to support L provided that Xposed works on the ART-only L.
g2uzer said:
Is there a way to get app Ops on preview Android L?
Click to expand...
Click to collapse
Try this App Ops [Root]: https://play.google.com/store/apps/details?id=droidmate.appopsinstaller
Xposed does not support Lollipop yet.
Sent from my Nexus 5 using XDA Free mobile app
This Rom has apps Ops of you're interested. It's known to be fast and efficient Rom http://forum.xda-developers.com/showthread.php?t=2875143

What is ad good ad blocking app ?

I have a galaxy s6 running 5.1.1 and have apps that display ads and I wanted to block these ads from the apps. Any suggestions on a good ad blocking app ?
[email protected] said:
I have a galaxy s6 running 5.1.1 and have apps that display ads and I wanted to block these ads from the apps. Any suggestions on a good ad blocking app ?
Click to expand...
Click to collapse
If you're rooted than install xposed framework and use minmin guard module
[email protected] said:
I have a galaxy s6 running 5.1.1 and have apps that display ads and I wanted to block these ads from the apps. Any suggestions on a good ad blocking app ?
Click to expand...
Click to collapse
ad block plus
sdeepb said:
If you're rooted than install xposed framework and use minmin guard module
Click to expand...
Click to collapse
whats better adaway or minmin guard ?
I use adblocker works as should stops everything
[email protected] said:
whats better adaway or minmin guard ?
Click to expand...
Click to collapse
lol i meant adaway, was looking at my pc and said the wrong thing.
i never used minmin, but adaway has always blocked everything for me, and gets updated regularly.
exposed isnt as simple to install as it used to be, and personally i wouldnt put it on just to block ads.
Minmin also works very well.... It takes the ads to an extinction on your phone
sdeepb said:
Minmin also works very well.... It takes the ads to an extinction on your phone
Click to expand...
Click to collapse
how do i install minmin on my tmobile s6 5.1.1 ?
I use AdAway (f-droid.org repository/browse/?fdid=org.adaway) and it works fine.
[email protected] said:
how do i install minmin on my tmobile s6 5.1.1 ?
Click to expand...
Click to collapse
Install xposed port for touchwiz 5.1, install the module minmin guard... Activate it and reboot

Categories

Resources