Bor I said that from apk for mod making. For that game/app which contains ads..Android: Go to "DNS Settings" on your phone, then click on "Private DNS" and write URL: dns.adguard.com
done.
Can you explainIf ur device is rooted u can use lucky patcher or even jasi patcher if not just use adguard vpn or u can modify the game ads activity
Can u actually do something like u get reward in a game for watching ads can u do something with it to get the rewards without watch any of the ad or just auto watch the ad somhow? ( around like 300 ad )If ur device is rooted u can use lucky patcher or even jasi patcher if not just use adguard vpn or u can modify the game ads activity
do you know how to increase the amount of advertising? There is a limited amount of advertising in the game and I would like to increase this amountBanner ads Example:
ads whatever
android:layout_width="fill_parent" android:layout_height="wrap_content"
change it to:
android:layout_width="1.0dip" android:layout_height="1.0dip"
(This will permanently hide the banner without crashing the app/game, this method also works for any other annoyances then ads (social media crap for example)
Ads based on images, simple replace the images with a small 10x10 transparent png, ad will be gone and it decreases the .apk size.
Good Luck
do you know how to increase the amount of advertising? There is a limited amount of advertising in the game and I would like to increase this amount
but the logic for viewing ads is in the game. it follows that you can change this logic and the amount of advertising will increaseMost likely not, cause the advertising is 99% server based.
Android Ads are based on different methods:
1. Ads receivers in android.manifest.xml
2. Ad banners hidden in res/layout.xml
3. Deeplinks in classes.dex/.smali files
Kill em completely - directly on a smartphone
1. Lucky Patcher (easy way to disable all "yellow" ads receivers)
2. Advanced permission Manager Pro (easy to permamently remove all disabled receivers with 1 click from the .apk file)
3. Apk Editor Pro 3+ (Edit the ".smali" files by searching for deepkinks just enter in search " http:" "https:" "www." and replace them links
Example: "https://googleads.com/whatever" with just "https://"
For banners - > try searching for "ad" , "ads" or "banner" its either in res/layout.xml or "res/drawables" (if its based on images)
Practice and you will be able to kill all the ads with closed eyes.
Ps: If youre really lazy & you now the app/game can function fully offline then:
Akp Editor Pro - open the app/game - click to open smali -> search for "android.permission.INTERNET" & replace with "android.permission.VIBRATE" save & compile.
I'll try this, thanks broBanner ads Example:
ads whatever
android:layout_width="fill_parent" android:layout_height="wrap_content"
change it to:
android:layout_width="1.0dip" android:layout_height="1.0dip"
(This will permanently hide the banner without crashing the app/game, this method also works for any other annoyances then ads (social media crap for example)
Ads based on images, simple replace the images with a small 10x10 transparent png, ad will be gone and it decreases the .apk size.
Good Luck
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies