AOKP Jelly Bean Milestone - 1 [28 Oct 2012]

icemanwbs

Senior Member
Aug 25, 2011
959
100
0
Pennsylvania
So far so good :thumbup: I know Steve don't want this thread filled up with bug reports, so where do we post them if we find one ?

Sent from my SCH-I500 using xda app-developers app

---------- Post added at 07:49 PM ---------- Previous post was at 06:54 PM ----------

Anyone know what happened to APPOLO music app ? :confused:

Sent from my SCH-I500 using xda app-developers app
 

Big ZD

Senior Member
Oct 6, 2011
281
48
0
Is there an ad-blocker function built into this rom (l think ICS AOKP had it, right?)?

Sent from my SCH-I500 using xda app-developers app
 

nm3210

Senior Member
May 2, 2011
137
35
0
Is there an ad-blocker function built into this rom (l think ICS AOKP had it, right?)?
There is not an auto-updating adblocker built in, no. Ad blocking is done by editing the hosts file in /system/etc and a file full of adblocked links was indeed in the previous ICS builds of AOKP (and lots of other roms) and is NOT present in the current builds of JellyBean (AOKP or CM10).

You can either write your own hosts file (usually from here: http://winhelp2002.mvps.org/hosts.txt) and put it in the rom yourself, or get a program like AdFree which can do it for you automatically.
 

ssewk2x

Senior Member
Oct 24, 2010
1,336
1,380
0
Detroit, MI
Is there an ad-blocker function built into this rom (l think ICS AOKP had it, right?)?

Sent from my SCH-I500 using xda app-developers app
There is not an auto-updating adblocker built in, no. Ad blocking is done by editing the hosts file in /system/etc and a file full of adblocked links was indeed in the previous ICS builds of AOKP (and lots of other roms) and is NOT present in the current builds of JellyBean (AOKP or CM10).

You can either write your own hosts file (usually from here: http://winhelp2002.mvps.org/hosts.txt) and put it in the rom yourself, or get a program like AdFree which can do it for you automatically.
Ad blocking is near and dear to my heart. Unfortunately, ad free didn't quite listen to me when I reported a nefarious array of ad sites to them, and they blocked it completely wrong, thus allowing all the ads to come through anyway .. including ads for porn sites with NSFW pics in them. (A big **** YOU to the app developer who put that in his app, btw)

Therefore, I present the following zip. Flash it in CWM:

https://dl.dropbox.com/u/28682151/ad_block.zip

This will:

1. install an ad-blocking /etc/hosts file that is probably outdated, but has entries to block the porn ads I talked about .. entries I added myself.

2. install in init.d script that will, on boot, check the /etc/hosts file to make sure those entries I added myself are there. If not, it will re-add them.

What this means: you can go ahead and install ad free. It will update your /etc/hosts file to the latest version. On reboot, the nefarious porn ads will be blocked also.

I've used this technique on my phone for a long long time, and it blocks probably 99% of the ads that are sourced from the internet. The only ones it won't block are actually embedded in the apps themselves (dirty trick .. jerks).

Enjoy!
 

ztotherad

Senior Member
Aug 17, 2011
2,784
616
193
Illinois
Ad blocking is near and dear to my heart. Unfortunately, ad free didn't quite listen to me when I reported a nefarious array of ad sites to them, and they blocked it completely wrong, thus allowing all the ads to come through anyway .. including ads for porn sites with NSFW pics in them. (A big **** YOU to the app developer who put that in his app, btw)

Therefore, I present the following zip. Flash it in CWM:

https://dl.dropbox.com/u/28682151/ad_block.zip

This will:

1. install an ad-blocking /etc/hosts file that is probably outdated, but has entries to block the porn ads I talked about .. entries I added myself.

2. install in init.d script that will, on boot, check the /etc/hosts file to make sure those entries I added myself are there. If not, it will re-add them.

What this means: you can go ahead and install ad free. It will update your /etc/hosts file to the latest version. On reboot, the nefarious porn ads will be blocked also.

I've used this technique on my phone for a long long time, and it blocks probably 99% of the ads that are sourced from the internet. The only ones it won't block are actually embedded in the apps themselves (dirty trick .. jerks).

Enjoy!
now adfree works for me, ive had no ads thus far on my fascinate
 

vlucchetti

Senior Member
Dec 3, 2009
655
121
63
Latrobe, PA
Okay, Blue CWM does not work, red cwm (devil) does a backup and makes the nanroid.md5. Restores as it should.

Boot animation takes forever and occasionally freezes. Latest boot took 4:45 and screen froze 14 times. Reboots when you try to connect USB.
 

nm3210

Senior Member
May 2, 2011
137
35
0
Ad blocking is near and dear to my heart. Unfortunately, ad free didn't quite listen to me when I reported a nefarious array of ad sites to them, and they blocked it completely wrong, thus allowing all the ads to come through anyway .. including ads for porn sites with NSFW pics in them. (A big **** YOU to the app developer who put that in his app, btw)

Therefore, I present the following zip. Flash it in CWM:

https://dl.dropbox.com/u/28682151/ad_block.zip

This will:

1. install an ad-blocking /etc/hosts file that is probably outdated, but has entries to block the porn ads I talked about .. entries I added myself.

2. install in init.d script that will, on boot, check the /etc/hosts file to make sure those entries I added myself are there. If not, it will re-add them.

What this means: you can go ahead and install ad free. It will update your /etc/hosts file to the latest version. On reboot, the nefarious porn ads will be blocked also.

I've used this technique on my phone for a long long time, and it blocks probably 99% of the ads that are sourced from the internet. The only ones it won't block are actually embedded in the apps themselves (dirty trick .. jerks).

Enjoy!
If the entire domain is already blocked (smaato.net), what effect does adding the subdomains have?
 

Stonent

Senior Member
Apr 14, 2010
456
28
0
jasonthepcmd.blogspot.com
If the entire domain is already blocked (smaato.net), what effect does adding the subdomains have?
Host file blocking blocks hosts and not domains. The original intended usage of a hosts file dates back before we all had DNS and you had to manually associate the host name with the destination IP. Making an adblocking host file just gives an invalid IP to the host so the ad can never be retrieved. A domain itself doesn't have an IP but the hosts within it do.
 
  • Like
Reactions: ssewk2x