Android代理上网设置

Android代理上网设置
2010-03-03 22:17

原文:http://hi.baidu.com/minisky/blog/item/8f2b24d39159c2083bf3cf2a.html

Android代理上网设置(转载)

2009-04-17 22:08

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

954@952_976c23843d724c186bb9267806413f56

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

     ls -l /data/data/com.android.providers.settings/databases/settings.db

958@952_f5144199304e6e5b82a95754ecec74b3

3. Launch sqlite.

      sqlite3 /data/data/com.android.providers.settings/databases/settings.db

960@952_2162bdbc85ab64df68277343e70b37e2

4. Check the databases and tables

     sqlite> .databases

      sqlite> .tables

962@952_34f2240e9deaa52244ecd920be598b8d

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

5. Insert proxy setting

    insert into system values(99,'http_proxy', 'proxy ip');

insert-proxy

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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值