显示已脸上但就是上不了
Closed this issue · 0 comments
GoogleCodeExporter commented
Before posting a issue, please follow these steps.
Otherwise, your issue will be marked as invalid.
请先按照如下步骤获得调试信息,并与你的问题一并提交
,否则将被自动标为无效。
1. Restart your device. Then turn on the switch with "global proxy"
and "HTTPS Proxy" options enabled.
1. 重启你的设备,启动GAEProxy,选中“全局代理”、“HTTP
S代理”选项。之后打开代理开关。
2. Execute
2. 执行
adb logcat > c:\log.txt
upload "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 hact...@gmail.com
on 5 Jan 2012 at 2:17