Open GoogleCodeExporter opened 9 years ago
10.0.0.172:80
這是WAP網路存取點代理伺服器預設位址和埠,不要去動。
server4.operamini.com 改這裏就可以了。
Original comment by tjmao...@gmail.com
on 16 Jan 2012 at 1:28
改server4.operamini.com後無法連線
Original comment by ldyous...@gmail.com
on 16 Jan 2012 at 3:24
ldyous 用的哪個版本?
Original comment by yanglifu90
on 16 Jan 2012 at 4:56
GAE不支援1080/tcp,默認爲Socket協定,初始化過程中可能遇到各
種麻煩。
若閣下使用VPS,可以跑xinetd轉發,含80與1080埠:
service www
{
flags = REUSE NODELAY KEEPALIVE
socket_type = stream
wait = no
user = root
redirect = server4.operamini.com 80
log_on_failure += USERID
}
service socks
{
flags = REUSE NODELAY KEEPALIVE
socket_type = stream
wait = no
user = root
redirect = server4.operamini.com 1080
log_on_failure += USERID
}
亦可安裝完畢初始化后再利用改動的版本覆蓋安裝,保留程��
�設定檔。須改變網域的DNS記錄,共計兩條A資源指向VPS,host.d
omain.tld與host-1.domain.tld。若不添加host-1(如mytestoperamini-1.myownd
omain.tw),則可能「無法連線」。
差不多就這些。Opera mini
4.4變更了程式碼,利用sipush指令(0x11)傳埠號,請當心:
...
545: iconst_0
546: iconst_0
547: ldc_w #1153; //String server4.operamini.com
550: bipush 80
552: sipush 1080
...
Original comment by tjmao...@gmail.com
on 19 Jan 2012 at 10:30
4.4后的版本官方限制太大了,写程序修改太麻烦了,于是我��
�弃了。
Original comment by muzuiget
on 20 Jan 2012 at 3:08
tjmao 的方法程序媛/猿們可以去試一下吧, 俺就不去折騰了。
muzuiget 的想法是很可以理解的。
Original comment by yanglifu90
on 20 Jan 2012 at 7:58
Original issue reported on code.google.com by
yanglifu90
on 12 Dec 2011 at 5:39