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

mt3gs adfree

boshk

Newbie
i'm having problems with adfree on mt3gs rooted cm7. i've installed it, reverted, redownloaded hosts, uninstalled, reinstalled, reverted, re downloaded, reverted, etc (also never received any errors.) and it still shows ads. what am i missing? i've searched around, and cant seem to find if i am missing a step that i was supposed to do.

additional thoughts:
does it matter if it is installed on simcard or phone? i had originally installed it on the simcard and then moved it to the phone, but it doesnt seem to make a difference anyways.

also i've reverted and reinstalled with "symlink" checked and unchecked a few times, and it didnt seem to make a difference.
 
you need the s-off hack on your phone. otherwise you have to push files manually in order for it to work...

well, i've read that the files supposedly go to your SD card. but they never showed up there. and i have no idea how to "s-off" no one ever seems to want to explain that anywhere.

ok, well i did another round of searching the interwebs and tried this:

put hosts file to the tools folder of your sdk installation
open terminal with android connected and adb drivers installed
cd C:\androidsdk\tools
adb remount
adb push hosts /system/etc

but i get the message:
failed to copy 'hosts' to '/system/etc/hosts': directory not empty
 
booted into recovery and opened CMD window:

cd C:\androidsdk\tools
adb shell
# mount /system
# exit
adb push hosts /system/etc
adb reboot

now it works.
 
Back
Top Bottom