1029135136 / gaeproxy

Automatically exported from code.google.com/p/gaeproxy
GNU General Public License v3.0
0 stars 0 forks source link

求助,急,手机这几天都无法连接,之前可以的,已附上log #512

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
现在提交LOG文件,这几天手机突然连接,电脑正常,不知道��
�里的问题

--------------------------��
�--

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 gdxiao...@gmail.com on 11 May 2013 at 5:08

GoogleCodeExporter commented 8 years ago
1. 你需要在启用服务的同时记录 logcat,现在的 logcat 
文件无效。
2. 检查你的防火墙设置,关闭LBE等软件后再尝试。

Original comment by max.c...@gmail.com on 11 May 2013 at 5:14

GoogleCodeExporter commented 8 years ago
请问如何记录 logcat?

Original comment by gdxiao...@gmail.com on 11 May 2013 at 5:16

GoogleCodeExporter commented 8 years ago
在打开GAE开关的同时,重复你之前的所有操作。

Original comment by max.c...@gmail.com on 11 May 2013 at 5:19

GoogleCodeExporter commented 8 years ago
我是在win7下操作的,裸机,已关Windows防火墙以及LBE,N7100,�
��版4.1.2,仍然提示
root@android:/sdcard # http_proxy=http://127.0.0.1:1984 wget http://twitter.com
1984 wget http://twitter.com                                                  <
Connecting to 127.0.0.1:1984 (127.0.0.1:1984)
wget: error getting response: Connection reset by peer
1|root@android:/sdcard # cat index.html | grep twitter.com
cat index.html | grep twitter.com
sh: cat: index.html: No such file or directory

郁闷……

Original comment by gdxiao...@gmail.com on 11 May 2013 at 5:50

GoogleCodeExporter commented 8 years ago
不是cmd.txt里的内容,而是重新收集你的log.txt

Original comment by max.c...@gmail.com on 11 May 2013 at 5:52

GoogleCodeExporter commented 8 years ago
重新生成,请问如何判断log文件是否有效,我好把有效的文��
�上传,以节省你们的时间和精力

Original comment by gdxiao...@gmail.com on 11 May 2013 at 6:04

GoogleCodeExporter commented 8 years ago
你的代理地址填写错误,不是「https://xxx.appspot.com/fetch.php」��
�应该是「https://xxx.appspot.com/2」。

Original comment by max.c...@gmail.com on 11 May 2013 at 6:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
接上面的红色字样:
killall: python-cl:no process killed
killall: redsocks:no process killed

/data/data/org.gaeproxy/proxy.sh[53]:kill:5616: No such process
/data/data/org.gaeproxy/proxy.sh[53]:kill:*****: No such process
……(连续很多行上面一样的字样,就是后面的数字不一样��
�
rm failed for -f, No such file or directory
rm failed for -f, No such file or directory
rm failed for -f, No such file or directory

Original comment by gdxiao...@gmail.com on 11 May 2013 at 6:32

GoogleCodeExporter commented 8 years ago
1. 更新你的服务器端到2.1.17。
2. 卸载客户端后,重新安装0.21.7版。

Original comment by max.c...@gmail.com on 11 May 2013 at 6:35

GoogleCodeExporter commented 8 years ago
好的,谢谢你:-)

Original comment by gdxiao...@gmail.com on 11 May 2013 at 6:37

GoogleCodeExporter commented 8 years ago

Original comment by max.c...@gmail.com on 11 May 2013 at 3:02

GoogleCodeExporter commented 8 years ago
管理员请更新下FAQ,这个跟issue 
515我发的帖子一样,明显也是因为supersu吧。

Original comment by hnt...@gmail.com on 14 May 2013 at 1:06

GoogleCodeExporter commented 8 years ago
谢谢LS的兄弟,果然是supersu的问题,终于解决了,再次感谢

Original comment by gdxiao...@gmail.com on 14 May 2013 at 3:55