• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root AdFree and Words with friends

poopedtim

Newbie
Recently ive been playing "words with friends" and as soon as i open it on words with friends a link pops up and i cant get to my games. when i restore AdFree then i will be able to see me games. its clearly because of the ad at the bottom of the screen on words with friends, has anyone else had this problem and knows how to use "adfree" along with "words with friends"?
 
same happens to me but if youre quick you can press one of your games and get to it... quick...like a bunny

Right now, this or the "revert" function in AdFree are the only solutions I'm aware of. I will get rid of or stop using WWF well before I dump AdFree. That said, if WWF offers a $1 version without ads, I will gladly pay.
 
Same problem I think the only way to fix it is probably to uninstall adfree

You can "revert" the host files in AdFree and it won't give you any issues, but Ads will be back on most/all of your other "stuff". You can then download & install new hosts again to get the ad blocking back. It is at least easier than uninstalling the app.

I'm with the other guy, though, I'd rather be AdFree.
 
Hi,

I have the very same problem. Tried reverting the hosts in AddFree, uninstalling AddFree, updating the hosts, rebooting afterwards, reinstalling WWF, but this stupid link pops up every time I open the app.
Yes, being fast with the click is a workaround, but sometimes this pops up very quickly...
 
Same problem here, on a Moto Droid X. Very frustrating... With how customizable Android is, someone (smarter than me) has gotta be able to figure out a workaround!
 
I am very upset with not being ad free though. after uninstalling adfree, and going about my daily grind, i cant stand all the ads, that are in so many places i never knew existed..lol

But i play WWF a lot too, so its just a tradeoff until someone knows a fix :(
 
I had the same problem with the web url being displayed when trying to open Words With Friends, suspected AdFree but uninstalling didn't seem to have any effect. Based on the recommendations from the link crpeach put up, I reinstalled AdFree, reverted the hosts file, and now WWF works like a champ on my Evo. Sure, I have a few more ads, but to be honest I've never been comfortable with AdFree...I think it affects my browser's ability to fully load pages. Plus, now I can kick my iPhone-wielding friends asses, so it's worth a few ads! As always, this forum saves the day...thanks crpeach!
 
I had the same problem. but I didn't want to get rid of AdFree. I found this post: Words With Friends Free & AdFree Android FIX Lambert on Tech . This will still give you Ads on Words With Friends but keep the rest of your apps ad free.

If you are familiar with the Android Terminal Emulator application you can run the following commands:

Code:
su root
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
vi /system/etc/hosts
?androidsdk.ads
dd
?mydas.mobi
dd
:wq

I hope this helps. I love using AdFree. You still get some ads in Words With Friends but at least you can play the game.
 
Solution, without messing with hosts file.

Not sure if this will work on others but is an easy work around to stay ad-free.

Make sure you have an extra browser installed and its not set to "use by default"

Now when the purple link pops up, pinch it (zoom out) as much as you can, the link will dissapear and your "which browser would you like to open" popup will appear. Just press "back" and your back in the game!

No harder than skipping the usual ad that is displayed there :)
 
I had the same problem. but I didn't want to get rid of AdFree. I found this post: Words With Friends Free & AdFree Android FIX Lambert on Tech . This will still give you Ads on Words With Friends but keep the rest of your apps ad free.

If you are familiar with the Android Terminal Emulator application you can run the following commands:

Code:
su root
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
vi /system/etc/hosts
?androidsdk.ads
dd
?mydas.mobi
dd
:wq
I hope this helps. I love using AdFree. You still get some ads in Words With Friends but at least you can play the game.

I've been trying to get this to work, but after typing
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [pressed return]
and then vi /system/etc/hosts [pressed return] it came up with vi: applet not found

What was I doing wrong? )=
 
I've been trying to get this to work, but after typing
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system [pressed return]
and then vi /system/etc/hosts [pressed return] it came up with vi: applet not found

What was I doing wrong? )=

Instead of using this line:
Code:
vi /system/etc/hosts
Try using this:
Code:
busybox vi /system/etc/hosts
 
Instead of using this line:
Code:
vi /system/etc/hosts
Try using this:
Code:
busybox vi /system/etc/hosts

Thanks for the help, blakzer0, but yeah.. It still didn't work... I wonder what I'm missing?? I've got busybox (that came with Titanium Backup that is)...
 
There is an app on the market called "Busy Box" by "Stephen (Stericson)". Try downloading and install that application. That should make sure you have busy box installed. If everything goes ok you should be able to run that command.
 
Back
Top Bottom