google-code-export / gaeproxy

Automatically exported from code.google.com/p/gaeproxy
0 stars 0 forks source link

Nexus 4 更新之后连接不了了 #507

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
更新之前使用的是0.21.5
可以使用 
更新到0.21.7之后 无法使用gae代理了
看了更新说明后重新在电脑端上更新到最新的goagent了并上传�
��成 可以在电脑端使用goagent
但是用手机上的gae代理还是无法使用
完整删除并且重新装了gae代理还是不行
平时勾选项有https代理、国内路由、全局代理
内置浏览器也不能使用

手机型号:LGE Nexus 4
系统版本:Android 4.2.2
基带版本:M9615A-CEFWMAZM-2.0.1700.48
已经解锁过 刷过CWMrecovery 并且取得过了root权限

Before posting an issue, please follow these steps
to upload logs. Otherwise, your issue should be
marked as invalid.

请先按照如下步骤获得调试信息,并与你的问题一同提交
,否则您的问题将被自动标为无效。

1. Restart your device, then attach your phone
to your computer. Make sure "global proxy" and
"HTTPS Proxy" options are enabled.
Then turn on the proxy.

1. 重启你的设备,重启完成后将手机连接上电脑。
启动GAEProxy,选中“全局代理”、“HTTPS代理”选项。
打开代理开关。

2. Execute in your computer's command line

2. 在电脑的命令行中执行

-------------------------------

adb logcat > c:\log.txt

-------------------------------

upload the file "log.txt" in your C partition.

将 C 盘根目录下的 log.txt 文件发上来。

3. Execute following commands in "adb shell":

3. 接着在 adb shell 中执行以下命令:

--------------------------------

su

iptables -L -t nat -n

cd /sdcard/

ps | grep gaeproxy

ps | grep python

ps | grep redsocks

netstat

http_proxy=http://127.0.0.1:1984 wget http://twitter.com

cat index.html | grep twitter.com

rm index.html

wget http://twitter.com

cat index.html | grep twitter.com

--------------------------------------

Post all outputs with your issue.

将输出一并提交上来。

Original issue reported on code.google.com by HakureiC...@gmail.com on 29 Apr 2013 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by max.c...@gmail.com on 29 Apr 2013 at 10:51