tommy4711 / gaeproxy

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

andoird4.1.1下成功连接后无法访问任意网页 #298

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
均为错误324,服务器已断开连接

shell@android:/ # iptables -L -t nat -n
iptables -L -t nat -n
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
idletimer_nat_PREROUTING  all  --  0.0.0.0/0            0.0.0.0/0

Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
REDIRECT   udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:53 redir p
orts 37569
RETURN     tcp  --  0.0.0.0/0            203.208.0.0/16
RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            owner UID match 10
111
REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:80 redir p
orts 8123
REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:443 redir
ports 8124

剩下的均为not found

Original issue reported on code.google.com by GhostFly...@gmail.com on 25 Jul 2012 at 10:50

Attachments:

GoogleCodeExporter commented 9 years ago
补充,机型为Galaxy Nexus,官方4.1.1

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 10:50

GoogleCodeExporter commented 9 years ago
把你的服务器端升级到 1.8.11

Original comment by max.c...@gmail.com on 25 Jul 2012 at 11:24

GoogleCodeExporter commented 9 years ago
我试试

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 11:26

GoogleCodeExporter commented 9 years ago
重新upload了服务器端还是一样的错误

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 11:40

GoogleCodeExporter commented 9 years ago
1. 不要使用 Opera 这种使用了压缩代理的浏览器。
2. 用系统原生浏览器再试试。
3. 如果还是不行,请按照说明补全你的调试信息。

Original comment by max.c...@gmail.com on 25 Jul 2012 at 11:43

GoogleCodeExporter commented 9 years ago
浏览器是chrome 
调试信息我等会贴上来,不过我刚才基本都运行过,结果基��
�都是 not found

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 11:47

GoogleCodeExporter commented 9 years ago
shell@android:/ # iptables -L -t nat -n
iptables -L -t nat -n
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
idletimer_nat_PREROUTING  all  --  0.0.0.0/0            0.0.0.0/0

Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
REDIRECT   udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:53 redir p
orts 34159
RETURN     tcp  --  0.0.0.0/0            203.208.0.0/16
RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            owner UID match 10
111
REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:80 redir p
orts 8123
REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:443 redir
ports 8124

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
idletimer_nat_POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0
natctrl_nat_POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0

Chain idletimer_nat_POSTROUTING (1 references)
target     prot opt source               destination

Chain idletimer_nat_PREROUTING (1 references)
target     prot opt source               destination

Chain natctrl_nat_POSTROUTING (1 references)
target     prot opt source               destination
shell@android:/ # cd /sdcard/
cd /sdcard/
shell@android:/sdcard # ps | grep gaeproxy
ps | grep gaeproxy
sh: grep: not found
127|shell@android:/sdcard # ps | grep python
ps | grep python
sh: grep: not found
127|shell@android:/sdcard # ps | grep redsocks
ps | grep redsocks
sh: grep: not found
[1] + Stopped (signal)     ps |
      Done (127)           grep redsocks
127|shell@android:/sdcard # netstat
netstat
Proto Recv-Q Send-Q Local Address          Foreign Address        State
 tcp       0      0 127.0.0.1:2008         0.0.0.0:*              LISTEN
 tcp       0      0 127.0.0.1:8123         0.0.0.0:*              LISTEN
 tcp       0      0 127.0.0.1:8124         0.0.0.0:*              LISTEN
 tcp       0      0 127.0.0.1:8123         192.168.1.106:52804    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:34539    TIME_WAIT
 tcp       0      1 192.168.1.106:34428    203.208.46.249:80      CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:46465    CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:34872    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:48662    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:35716    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:56641    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:54003    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:57723    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:60558    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:59291    TIME_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:53871    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:41621    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:58983    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:43136    TIME_WAIT
 tcp       0      0 192.168.1.106:35538    199.180.252.178:1984   ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:57809    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:36873    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:51767    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:49937    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:52660    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:46504    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:39317    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:57202    TIME_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:33306    FIN_WAIT2
 tcp       0      0 127.0.0.1:8124         192.168.1.106:45297    CLOSE_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:60204    ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:32802    TIME_WAIT
 tcp       0      1 192.168.1.106:60314    74.125.226.47:80       CLOSE_WAIT
 tcp       0      0 192.168.1.106:35357    199.180.252.178:1984   CLOSE_WAIT
 tcp       0      1 192.168.1.106:60315    74.125.226.47:80       CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:55324    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:51251    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:33918    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:50939    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:33748    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:54701    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:47075    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:44515    TIME_WAIT
 tcp       0      1 192.168.1.106:34429    203.208.46.249:80      CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:34011    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:39647    TIME_WAIT
tcp6       0      1 ::ffff:192.168.1.106:41781 ::ffff:123.125.115.159:80 CLOSE_W
AIT
tcp6       0      0 ::ffff:192.168.1.106:56488 ::ffff:123.125.42.236:25553 ESTAB
LISHED
tcp6       1      1 ::ffff:192.168.1.106:33306 ::ffff:204.154.94.81:443 LAST_ACK

tcp6       0      0 ::ffff:192.168.1.106:48996 ::ffff:74.125.71.188:5228 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:42451 ::ffff:61.145.121.120:5222 ESTABL
ISHED
tcp6       0      1 ::ffff:192.168.1.106:51262 ::ffff:203.208.46.210:80 CLOSE_WA
IT
tcp6       0    437 ::ffff:192.168.1.106:47060 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      0 ::ffff:192.168.1.106:56163 ::ffff:112.64.200.218:8080 ESTABL
ISHED
tcp6       0      0 ::ffff:192.168.1.106:57771 ::ffff:112.90.140.143:8080 ESTABL
ISHED
tcp6       0      0 ::ffff:192.168.1.106:60204 ::ffff:110.75.137.20:443 ESTABLIS
HED
tcp6       0      0 ::ffff:192.168.1.106:57954 ::ffff:111.13.87.242:5224 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:59060 ::ffff:203.208.45.200:443 ESTABLI
SHED
tcp6       0      1 ::ffff:192.168.1.106:60389 ::ffff:173.194.34.232:80 CLOSE_WA
IT
tcp6       0      1 ::ffff:192.168.1.106:38201 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      0 ::ffff:192.168.1.106:59476 ::ffff:203.208.45.200:443 ESTABLI
SHED
tcp6       0      1 ::ffff:192.168.1.106:49838 ::ffff:221.204.186.51:80 CLOSE_WA
IT
tcp6       0      1 ::ffff:192.168.1.106:53945 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      1 ::ffff:192.168.1.106:54143 ::ffff:173.194.34.232:80 CLOSE_WA
IT
tcp6       0      1 ::ffff:192.168.1.106:40350 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      1 ::ffff:192.168.1.106:54367 ::ffff:203.208.45.200:80 CLOSE_WA
IT
tcp6       0    442 ::ffff:192.168.1.106:47533 ::ffff:203.208.45.200:443 CLOSE_W
AIT
udp6       0      0 ::ffff:127.0.0.1:34159 :::*                   CLOSE
[1] + Broken pipe          ps |
      Done (127)           grep redsocks
shell@android:/sdcard # http_proxy=http://127.0.0.1:1984 wget http://twitter.com

:1984 wget http://twitter.com                                                 <
sh: wget: not found
127|shell@android:/sdcard # cat index.html | grep twitter.com
cat index.html | grep twitter.com
sh: cat: index.html: No such file or directory
sh: grep: not found
127|shell@android:/sdcard # rm index.html
rm index.html
rm failed for index.html, No such file or directory
255|shell@android:/sdcard # wget http://twitter.com
wget http://twitter.com
sh: wget: not found
127|shell@android:/sdcard # cat index.html | grep twitter.com
cat index.html | grep twitter.com
sh: cat: index.html: No such file or directory
sh: grep: not found
127|shell@android:/sdcard #

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 11:51

GoogleCodeExporter commented 9 years ago
1. 去装个 BusyBox 
https://play.google.com/store/apps/details?id=stericson.busybox
2. 再跑一边上面的命令

Original comment by max.c...@gmail.com on 25 Jul 2012 at 11:52

GoogleCodeExporter commented 9 years ago
说明下。。刚才为了尝试是不是端口问题,修改设置端口到20
08,不过结果还是一样的,但是上面的调试信息里是修改后的

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 11:52

GoogleCodeExporter commented 9 years ago
在装了。。不过其实以前用这个安装过busybox。。。https://play.
google.com/store/apps/details?id=com.jrummy.busybox.installer&feature=search_res
ult#?t=W251bGwsMSwxLDEsImNvbS5qcnVtbXkuYnVzeWJveC5pbnN0YWxsZXIiXQ..

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 11:55

GoogleCodeExporter commented 9 years ago
D:\android-sdk-windows\platform-tools>adb shell
shell@android:/ $ su
su
shell@android:/ # iptables -L -t nat -n
iptables -L -t nat -n
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
idletimer_nat_PREROUTING  all  --  0.0.0.0/0            0.0.0.0/0

Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
REDIRECT   udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:53 redir p
orts 40555
RETURN     tcp  --  0.0.0.0/0            203.208.0.0/16
RETURN     tcp  --  0.0.0.0/0            0.0.0.0/0            owner UID match 10
111
REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:80 redir p
orts 8123
REDIRECT   tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:443 redir
ports 8124

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
idletimer_nat_POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0
natctrl_nat_POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0

Chain idletimer_nat_POSTROUTING (1 references)
target     prot opt source               destination

Chain idletimer_nat_PREROUTING (1 references)
target     prot opt source               destination

Chain natctrl_nat_POSTROUTING (1 references)
target     prot opt source               destination
shell@android:/ # cd /sdcard/
cd /sdcard/
shell@android:/sdcard # ps | grep gaeproxy
ps | grep gaeproxy
u0_a111   15701 124   515024 64104 ffffffff 400eda40 S org.gaeproxy
root      15985 1     808    384   c01892b4 400c8a40 S /data/data/org.gaeproxy/r
edsocks
root      16279 1     8900   6304  c015fa1c 4003fc88 S /data/data/org.gaeproxy/p
ython-cl
shell@android:/sdcard # ps | grep python
ps | grep python
root      16279 1     8900   6304  c015fa1c 4003fc88 S /data/data/org.gaeproxy/p
ython-cl
shell@android:/sdcard #

shell@android:/sdcard # ps | grep redsocks
ps | grep redsocks
root      15985 1     816    392   c01892b4 400c8a40 S /data/data/org.gaeproxy/r
edsocks
shell@android:/sdcard # netstat
netstat
Proto Recv-Q Send-Q Local Address          Foreign Address        State
 tcp       0      0 127.0.0.1:1984         0.0.0.0:*              LISTEN
 tcp       0      0 127.0.0.1:8123         0.0.0.0:*              LISTEN
 tcp       0      0 127.0.0.1:8124         0.0.0.0:*              LISTEN
 tcp       0      0 127.0.0.1:8123         192.168.1.106:40086    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:43451    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:47017    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:42956    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:46896    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:33946    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:57808    TIME_WAIT
 tcp       0      0 192.168.1.106:59443    203.208.45.200:443     ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:42172    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:56003    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:51674    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:44162    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:42899    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:45681    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:54521    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:51414    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:38758    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:48140    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:48418    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:42079    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:36156    TIME_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:47193    FIN_WAIT2
 tcp       0      0 192.168.1.106:38005    106.187.45.55:1984     ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:49921    TIME_WAIT
 tcp       0      1 192.168.1.106:59742    203.208.46.237:80      CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:52050    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:35213    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:37655    TIME_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:55661    ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:47489    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:56094    TIME_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:40795    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:38437    TIME_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:53610    TIME_WAIT
 tcp       0      0 192.168.1.106:55661    173.194.34.229:443     ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:40342    TIME_WAIT
 tcp       0      0 192.168.1.106:55651    173.194.34.229:443     ESTABLISHED
 tcp       0      1 192.168.1.106:34784    203.208.46.249:80      CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:40918    TIME_WAIT
 tcp       0      0 127.0.0.1:8124         192.168.1.106:55651    ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:46821    CLOSE_WAIT
 tcp       0      0 127.0.0.1:8123         192.168.1.106:42414    TIME_WAIT
 tcp       0      0 192.168.1.106:37995    106.187.45.55:1984     ESTABLISHED
 tcp       0      0 127.0.0.1:8123         192.168.1.106:43252    TIME_WAIT
tcp6       0      1 ::ffff:192.168.1.106:41781 ::ffff:123.125.115.159:80 CLOSE_W
AIT
tcp6       0      0 ::ffff:192.168.1.106:56488 ::ffff:123.125.42.236:25553 ESTAB
LISHED
tcp6       0      0 ::ffff:192.168.1.106:48996 ::ffff:74.125.71.188:5228 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:42451 ::ffff:61.145.121.120:5222 ESTABL
ISHED
tcp6       0      0 ::ffff:192.168.1.106:47193 ::ffff:110.75.137.20:443 CLOSE_WA
IT
tcp6       0    437 ::ffff:192.168.1.106:47060 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      0 ::ffff:192.168.1.106:56163 ::ffff:112.64.200.218:8080 ESTABL
ISHED
tcp6       0      0 ::ffff:192.168.1.106:57771 ::ffff:112.90.140.143:8080 ESTABL
ISHED
tcp6       0      1 ::ffff:192.168.1.106:36527 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      0 ::ffff:192.168.1.106:40240 ::ffff:203.208.45.200:443 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:57954 ::ffff:111.13.87.242:5224 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:58600 ::ffff:203.208.45.200:443 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:36499 ::ffff:203.208.45.200:443 TIME_WA
IT
tcp6       0      1 ::ffff:192.168.1.106:59060 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0      1 ::ffff:192.168.1.106:60389 ::ffff:173.194.34.232:80 CLOSE_WA
IT
tcp6       0      1 ::ffff:192.168.1.106:49838 ::ffff:221.204.186.51:80 CLOSE_WA
IT
tcp6       0      0 ::ffff:192.168.1.106:54176 ::ffff:203.208.45.200:443 ESTABLI
SHED
tcp6       0      0 ::ffff:192.168.1.106:39501 ::ffff:203.208.45.200:80 TIME_WAI
T
tcp6       0      1 ::ffff:192.168.1.106:54143 ::ffff:173.194.34.232:80 CLOSE_WA
IT
tcp6       0      1 ::ffff:192.168.1.106:40350 ::ffff:203.208.45.200:443 CLOSE_W
AIT
tcp6       0    442 ::ffff:192.168.1.106:47533 ::ffff:203.208.45.200:443 CLOSE_W
AIT
udp6       0      0 ::ffff:127.0.0.1:40555 :::*                   CLOSE
shell@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|shell@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 GhostFly...@gmail.com on 25 Jul 2012 at 11:59

GoogleCodeExporter commented 9 years ago
1. 检查一下你是否修改过 HOSTS,如果改过,请先用 smarthosts 
更新到最新。
2. 
确认你所处网络可以正常访问谷歌中国的服务器,可以在浏��
�器中输入 http://203.208.46.241
3. 
检查你是否安装了防火墙软件,如果装了,请先将他们关闭��
�

Original comment by max.c...@gmail.com on 25 Jul 2012 at 12:06

GoogleCodeExporter commented 9 years ago
修改过hosts,用的是电脑上使用的ip,确认可以访问给出的ip��
�未安装防火墙软件
我先wipe下看看

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 12:12

GoogleCodeExporter commented 9 years ago
wipe后正常。。我再检查下是什么问题

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 12:39

GoogleCodeExporter commented 9 years ago
应该和 HOSTS 的修改有关,部分谷歌中国的 IP 最近失效了。

Original comment by max.c...@gmail.com on 25 Jul 2012 at 12:40

GoogleCodeExporter commented 9 years ago
找到原因了。。不是hosts。。supersu的日志记录。。如果是完��
�记录。。就是324错误。。

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 12:47

GoogleCodeExporter commented 9 years ago
SuperSU 项目还不太稳定,推荐用 ChainsDD 的 Superuser 
https://play.google.com/store/apps/details?id=com.noshufou.android.su

Original comment by max.c...@gmail.com on 25 Jul 2012 at 12:50

GoogleCodeExporter commented 9 years ago
其实我只是觉得SuperSU比较好看- -今天打扰了,thx。

Original comment by GhostFly...@gmail.com on 25 Jul 2012 at 12:52

GoogleCodeExporter commented 9 years ago
天啦,总算找到解决办法了,这个问题折腾了我好久···
天才,你是怎么想到和SuperSU有关的···

Original comment by BobWu1...@gmail.com on 4 May 2013 at 3:00