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

[FREE][2Mb] DNS Smart Changer - Change DNS to block ads, fully compatible with Tasker

DNS Changer - Change DNS on Android

General introduction:
Is a completely free and lightweight application of only 2Mb that helps you easily change DNS on your device quickly.
This application help users prevent unfair ads, not harmful any other apps with fair ads.
You can use it to:
  • Block system-wide ads
  • Block websites based on content
  • Speed up web access by reducing domain resolution time

Highlight:
  • With 33 leading DNS built-in options, such as CloudFlare, OpenDNS, AdGuard, ... are optimized for each different use.
  • Allowed to enter private DNS.
  • Changing DNS is the best way to block ads, filter content and block malicious websites.
  • Using local virtual VPN, using the default built-in library of android kernel, there is no need for background process, no lagging, no CPU consumption and no battery drain.
  • The application has been thoroughly tested and minimalist to minimize errors, the current crash rate is 0 / 10,000 sessions

Specific description of ad blocking:
  • Usually when playing games or using free apps, you often encounter ads.
  • Advertising is a cause of annoyance, lagging,... and unfair to users when the frequency is too high.
Why not use AdBlockPlus?
  • With the most common way of blocking ads is to install AdBlockPlus, through use, I feel this application is quite heavy and opens the background tracking process so it is quite draining battery.
  • Remote network interference causes lagging.
  • Unreliable.

How can this application block ads?
  • You can use this app to block ads by changing DNS to Adguard Family Protection or Alternate ADS Block, this method does not affect your network speed and ping time because it uses built-in VPN. case instead of a remote VPN.
  • Changing DNS can block ads from any source. Works independently with all browsers Firefox, Chrome, Coc Coc (coccoc), Brave, ... and any games or applications you need to reduce advertising.

Why can this app be trusted?
  • Does not require any access permission.
  • Does not connect out to Internet.
  • The application acts as a broker, security is guaranteed by the leading famous DNS providers.
  • Objective operation: the function of blocking ads will also block ads on this application.

List of built-in DNS:
  • Adguard Default
  • Adguard Family Protection
  • Alternate ADS Block
  • CleanBrowsing (Adult Filter)
  • CleanBrowsing (Family Filter)
  • CleanBrowsing (Security Filter)
  • CloudFlare (more fast than Google)
  • Comodo Secure 2.0
  • DNS.WATCH
  • Dyn
  • FreeDNS (Atlanta, GA, USA)
  • FreeDNS (Frankfurt, Germany)
  • FreeDNS (Singapore)
  • FreeDNS (Vienna, Austria)
  • FreeNom
  • Google
  • GreenTeamDNS
  • Level 3
  • Neustar Business Secure
  • Neustar Family Secure
  • Neustar Reliability & Performance
  • Neustar Threat Protection
  • OpenDNS Family Shield
  • OpenDNS Home
  • OpenNIC Anycast Tier 2
  • Quad 101
  • Quad 9
  • SafeDNS
  • SmartViper
  • UncensoredDNS
  • Verisign
  • Yandex Basic
  • Yandex Family
  • Yandex Safe
I hope to receive your feedback to update the application better!

Building Rom Error

make: Leaving directory '/home/johnnytuan/android/lineage/kernel/zte/draconis'
make: Entering directory '/home/johnnytuan/android/lineage/kernel/zte/draconis'
scripts/kconfig/conf --savedefconfig=defconfig Kconfig
make: Leaving directory '/home/johnnytuan/android/lineage/kernel/zte/draconis'
[ 0% 11/70046] Building Kernel
FAILED: TARGET_KERNEL_BINARIES
/bin/bash -c "(make -j2 -C kernel/zte/draconis O=/home/johnnytuan/android/lineage/out/target/product/draconis/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=\" /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-\" zImage-dtb ) && (if grep -q '^CONFIG_OF=y' /home/johnnytuan/android/lineage/out/target/product/draconis/obj/KERNEL_OBJ/.config; then echo \"Building DTBs\"; make -j2 -C kernel/zte/draconis O=/home/johnnytuan/android/lineage/out/target/product/draconis/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=\" /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-\" dtbs; fi ) && (if grep -q '=m' /home/johnnytuan/android/lineage/out/target/product/draconis/obj/KERNEL_OBJ/.config; then echo \"Building Kernel Modules\"; make -j2 -C kernel/zte/draconis O=/home/johnnytuan/android/lineage/out/target/product/draconis/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=\" /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-\" modules; fi )"
make: Entering directory '/home/johnnytuan/android/lineage/kernel/zte/draconis'
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/linux/version.h
CHK include/generated/utsrelease.h
Using /home/johnnytuan/android/lineage/kernel/zte/draconis as source for kernel
CC scripts/mod/empty.o
HOSTCC scripts/conmakehash
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-gcc: No such file or directory
Is your PATH set correctly?
/home/johnnytuan/android/lineage/kernel/zte/draconis/scripts/Makefile.build:307: recipe for target 'scripts/mod/empty.o' failed
make[3]: *** [scripts/mod/empty.o] Error 2
/home/johnnytuan/android/lineage/kernel/zte/draconis/scripts/Makefile.build:443: recipe for target 'scripts/mod' failed
make[2]: *** [scripts/mod] Error 2
make[2]: *** Waiting for unfinished jobs....
/home/johnnytuan/android/lineage/kernel/zte/draconis/Makefile:510: recipe for target 'scripts' failed
make[1]: *** [scripts] Error 2
Makefile:130: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
make: Leaving directory '/home/johnnytuan/android/lineage/kernel/zte/draconis'
[ 0% 16/70046] target thumb C++: libv8src <= external/v8/src/profiler/heap-profiler.cc
ninja: build stopped: subcommand failed.
12:55:59 ninja failed with: exit status 1


Can anyone help me out thanks :)

Where am I going wrong?

I am trying to get the value of a RadioGroup and have the following code, but I'm being told I can't set the value to true.

Java:
        final Boolean isFirstTimer = false;
        final Boolean isInvestor = false;

        RadioGroup radioGroup = (RadioGroup) findViewById(R.id.radioGroup);
        radioGroup.setOnCheckedChangeListener(
            new RadioGroup.OnCheckedChangeListener() {
                @Override
                public void onCheckedChanged(RadioGroup group, int checkedId) {
                    RadioButton rb = (RadioButton) group.findViewById(checkedId);
                    switch(rb.getId()) {
                        case R.id.radioButton2:
                            isFirstTimer = true;
                            break;
                        case R.id.radioButton3:
                            isInvestor = true;
                            break;
                    }
                }
        });

Programming a tablet

I would like to create a program for an android tablet that has a seating chart for each class. If I click on the box for a student, the information about that student will pop up and be visible on the screen - name, bday, points...even a photo... I want to use it to give participation points to students.

What kind of program should I use to do this? Is this an interface for a database program like MS Access?

SIP Client with VPN

Hi there,

i am trying to discover if its possible to get some app - SIP Client, with VPN support.

I just use Native VPN in android 9.
I use Zoiper as SIP client.

I want to set up ZOIPER always gone through Mobile-Data and VPN.
Other applications I want to use default (Mobile-data or Wifi) and WITHOUT vpn connection.

Is that possible ?

In native-vpn there is no choice to "these app use vpn" "these app dont use vpn"...

I tried "Bria" sip client, which could support vpn.... but its not possible to find any settings about VPN in that client...

The best way would be to set native-vpn just for some apps ..

Scroll bar showing on watch face

My TicWatch E is showing a scroll bar on the right-hand side of the screen at all times, apart from when in ambient mode.

This bar is identical to the one which shows when viewing the apps list. It shouldn't be there, but I can find no way to get rid of it. I've rebooted the watch a few times, but the scroll bar still appears.

The build number shows as OWDR.180307.020.

If anyone has ideas on how I can fix this, I'd be grateful.

Help Long Lost App

Hello All! A long time ago I played this game which I loved dearly but have now forgot the name. I've tried checking my app history on Google Play and I've looked over my activity on the app but it's been buried over time.

The app was a top-down, pixelated (I believe), rpg with a large map (kinda open world). Its sword based combat.

The game had an awesome story and the game consists of battling monsters and doing quests with whatever cool swords and armor you get. You do quests and can fight bosses (rpg stuff). I remember playing this around 2016-2017. I also remember some of the story if that helps. Would appreciate anything.

Help ZTE Kis

I have a ZTE Kis, Android Gingerbread, Virgin Mobile network.
Deleted Google Play app, After this when I turn phone ON.
I get the ZTE logo window, ZTE in white letters on black background.
Finally the Virgin Media logo window, it is stuck on this, goes no further.
If this phone can be brought back to life it will be as a spare phone.
It was operating well before I did the deletion. Thank you.

Apps Setting up Android Studio from scratch

Hi all,

I have recently moved from uploading my apk files directly to Gplay to using Android Studio.
I'm having major issues with Gradle not updating from version 3.2 and finding clear and easy to follow instructions about other aspects of the set up. Also issues with JDK suddenly not being detected.

Does anyone know of some good up to date tutorials for beginners? Just getting really frustrated as I've spent a lot of time following official steps and havn't gotten anywhere.

I have Unity apps that need to be updated and would appreciate any help.
Happy to post screenshots if that helps?

Cheers

Help Beyond bad design.

YouTube video notifications on an android phone have a low randomized chance to cast to a nearby Roku or Chromecast when clicked rather than playing like normal.
I have no words. No matter how you look at it, this is completely destructive.
Is there anything I can do besides live in fear?

Need Help Replacing Battery

So i just bought 3 things

• a portable heat gun 300W (my first time owning one).

• 3M double sided adhesive tape.

&

• x1 Nexus 6P new OEM Battery replacement with tools included.

Now my question is i need to replace my crappy battery because it dies every time it hit either 51%, 30% or even 20% i have only had it one time where it died at 90%. Can anyone tell me how long do i have to heat up both panels hiding screws beneath them, because i don't want to mess up and and break my phone and is their additional info i need to do beyond this to ensure everything goes smoothly as possible, currently ill be out of town when they arrive but looking for any good answers!

Game Launcher & Game Tools

I have a Galaxy S7. I've never played games on my mobile. But I decided to download a few word games. When I opened the game, my Android wanted to update Game Launcher and Game Tools . . . so I did. After looking everything over, I'm able to see the purpose of the launcher and tools, but I believe it drains the battery faster and they really aren't imperative to play the games. Is it necessary to use and have Game Launcher and Game Tools enabled? Am I able to disable those and still play the word games?

Silent mode

“Việc nhẹ lương cao” chắc chắn là công việc mà ai ai cũng mơ ước. Tuy nhiên thì ngày nay tại Việt Nam rất khó để có thể tìm ra công việc như vậy. Để có thể đáp ứng được nhu cầu này thì có lẽ chỉ có đi xuất khẩu lao động Nhật Bản thì mới có thể đáp ứng được nhu cầu này.

Hiện nay tại Nhật Bản đang có 1 công việc được xem là “ việc nhẹ lương cao” đó chính là làm điều dưỡng. Khi nhắc đến điều dưỡng thì chắc chắn là có không ít người nghĩ rằng công việc này đòi hỏi phải có nhiều kiến thức chuyên môn cũng như là phải được học qua nhiều trường lớp. Tuy nhiên nếu như bạn thực sự mong muốn được làm công việc này tại Nhật Bản thì bạn sẽ không cần phải mất quá nhiều thời gian vào việc học làm điều dưỡng.

Đầu tiên là bạn chỉ cần liên hệ đến công ty tư vấn Xuất khẩu lao động NHANLUCNHATBAN, sau đó thì bạn sẽ được công ty giúp đỡ để hoàn thành xong hồ sơ. Chỉ cần hoàn thành hồ sơ là công ty sẽ bắt đầu đào tạo cho bạn những kĩ năng cơ bản trong công việc điều dưỡng. Công việc này thực ra không đòi hỏi bạn cần phải biết quá nhiều kĩ năng, công việc này chỉ cần bạn học 1 khóa học của công ty và thực hành vài tháng là sẽ thành thạo. Mức lương của điều dưỡng khá là cao, bạn có thể có mức thu nhập lên đến 40 triệu đồng nếu như làm việc tốt và chăm chỉ. Đối với công việc điều dưỡng thì bạn nên biết nhiều tiếng Nhật để công việc dễ dàng hơn.

Thông tin Liên hệ:
  • Địa chỉ 1: Quận Hà Đông, Hà Nội
  • Lĩnh vực hoạt động: Xuất khẩu lao đông Nhật Bản
  • Hotline: 0364063066
  • Email: admin@nhanlucnhatban.com
NhanlucNhatBan.com - Đào tạo và cung ứng nhân lực Nhật Bản hàng đầu tại Việt Nam

Cannot open EXCEL Workbook to show Worksheets

I have EXCEL (using my Office 365 Home license) installed on Samsung Galaxy S-8 phone and it is not working correctly. I can open EXCEL files (.xlsx), and see the first Worksheet of a Workbook with multiple Worksheets, but I cannot find a way to see the other Worksheets. There is no Tab the bottom like in Windows. Can someone please tell me how to select the various Worksheets in a Workbook? This problem occurs with all my EXCEL files on the phone.

LG G3 kind of a dilemma

I am having a real problem with my LG G3 at the moment, right now i am unable to enter the download mode and it has a bootloop problem. I can try and enter recovery mode but since there is no recovery mode like twrp for instance, i cant do much there either.

Now the bootloop problem is basically the lg logo showing for about 10 minutes, when you finally see android is starting and setting up apps, it will just turn of and on again, i checked and the battery is fine and so is the power button so its not a hardware problem.

As for what happened, a friend of mine was going to flash a kernel onto it, but flashed the wrong one for i believe a different model, which is the reason these problems started happening.
I have tried fastboot, download mode and recovery mode, but all do not seem to be working.

Does anyone have any ideas as to what could fix this? Please let me know.
And i know people might want to know the model but thats kinda hard to figure out when it wont properly boot.

Streaming audio via calls

Hi, i have an issue.
I need to connect some audio device, it's an audio mixer actually, to my android device (via 3.5 jack or type C connector) to call to another device and play an audio from audio mixer to second device. By call.
I've tried everything but it doesn't work.
When I connecting 3.5 jack the device can't recognize it like line in. When I'm connecting type C connector with line in input I can record the sound with device audio recorder, but it doesn't work when I making a call.
Any suggestions?

Thanx!

Filter

Back
Top Bottom