How to Use proxy for all apps in android devices?

I applied global proxy, everything worked just fine, but the WhatsApp app didn’t work.

Ok… please let me know how did you figure out that your WhatsApp traffic is not going through the proxy? Did you check proxy logs?

no but it just didn’t work, I couldn’t send or receive messages.

Just make sure your proxy is configured properly by below command:

adb shell settings get global http_proxy

If it shows any proxy just make sure there is no typo in IP or Port number. And one more thing your proxies should have IP Authorisation not user:pass.

Hi.

You are lifesaver :slight_smile:
i am searching this for 5 days :slight_smile:
But i have the same problem that my proxy are with user and pass.
Can you also send me DM with the commands or put it here.

Thanks

Please check your DM. I have sent the commands to apply user:pass proxy to Android devices.

1 Like

Please im having same issues. My proxies are with user:pass

Kindly send me the dm wth the command for that

How can I prevent the Emulator from popuping up the authentication requests for username and password over and over again.
seems I can’t complete that info with python and appium.
ty

Nice one, I use droni usually

1 Like

This is the best answer in the entire internet and beyond.

Hi there,
using a proxy for all apps on your android device can help you protect your online privacy and security.

Hi, Could you dm me the method for proxy with username and password? thank you so much

Check your DM.

hi, how to input username and password globally for all apps
thanks

I’ve recently published a free app on the Play store to do this: https://play.google.com/store/apps/details?id=com.whyphy.airproxy

So far it supports HTTP proxies with or without username and password authentication.

2 Likes

Can you provide the APK file for this app so we don’t have to login to google play to download it please? :slightly_smiling_face:

Sure, here it is: https://drive.google.com/file/d/1IeqxT0Odu2mRfli3Hnp6_bJLJkz0k0vy/view?usp=share_link

When possible it’s better to download it from the play store so it will receive all future bug fixes automatically

1 Like

Here is another app that supports both http and socks proxies with IP and User:Pass authentication.
It works better according to my tests.

1 Like

I like to share one website which can get apk of any app available on Play Store. This website will send you original non modified APK directly from playstore.

https://apps.evozi.com/apk-downloader/

2 Likes

Hello! is this still working? i’m trying on a redmi 9 but I continuosly get this error:

Exception occurred while executing ‘put’:
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS
at com.android.providers.settings.SettingsProvider.enforceWritePermission(SettingsProvider.java:2105)
at com.android.providers.settings.SettingsProvider.mutateGlobalSetting(SettingsProvider.java:1291)
at com.android.providers.settings.SettingsProvider.insertGlobalSetting(SettingsProvider.java:1245)
at com.android.providers.settings.SettingsProvider.call(SettingsProvider.java:398)
at android.content.ContentProvider.call(ContentProvider.java:2486)
at android.content.ContentProvider$Transport.call(ContentProvider.java:522)
at com.android.providers.settings.SettingsService$MyShellCommand.putForUser(SettingsService.java:375)
at com.android.providers.settings.SettingsService$MyShellCommand.onCommand(SettingsService.java:277)
at android.os.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:98)
at android.os.ShellCommand.exec(ShellCommand.java:44)
at com.android.providers.settings.SettingsService.onShellCommand(SettingsService.java:49)
at android.os.Binder.shellCommand(Binder.java:932)
at android.os.Binder.onTransact(Binder.java:816)
at android.os.Binder.execTransactInternal(Binder.java:1162)
at android.os.Binder.execTransact(Binder.java:1126)

i’ve read that i need to toggle “disable permission monitoring” but can’t find that option on redmi running miui. I’ve disabled miui optimization in developer mode but still not working.

any help is appreciated!!!
Trying to run tinder with proxy on android if someone has experience.

thanks,
Nico