Android proxy setting

1. Launch adb shell from your-android-folder\tools. [adb shell]

Proxy with Android Emulator

2. Find db file. Normally - /data/data/com.android.providers.settings/databases/settings.db

Proxy with Android Emulator

3. Launch sqlite. [sqlite3 /data/data/com.android.providers.settings/databases/settings.db]

Proxy with Android Emulator

4. Check the databases and tables

Proxy with Android Emulator

Note: the setting of proxy should be inserted into table system

5. Insert proxy setting

Proxy with Android Emulator

6. Check the setting with "select * from system;"

This line - 99|http_proxy|your-proxy:proxy-port - is inserted.

7. Launch browser from emulator and access Internet behind proxy.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-08-25
  • 2022-02-20
  • 2021-07-24
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2021-09-19
  • 2021-12-15
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-07-02
相关资源
相似解决方案