I am using "ProxyDroid" (need root) on my android phone to get access to YouKu app.
It supports pac and works fine under 3G. But when I use my home Wifi, it fail to connect internet.
Do you have any idea?作者: karlcheong 時間: 2013-7-24 01:24
The PAC function in proxydroid is in very early stage (I believed that it can only extract the proxy address from the PAC) and it can't support the PAC from the extension author.
Please be acknowledged that you can't manually set the system proxy to the server provided in the PAC. The public proxy server provided in the PAC only allow the URL specified in the PAC, in order to prevent abuse. Other traffic will be blocked and return a 403 Error. The allowed traffic will be then forwarded the sohu proxies in Mainland China.
If you need get an android device to be configured , the most simple way is the Firefox method.
The author also included a proxy server written in NodeJS for building a private unblock server.
The private proxy will forward PAC specified traffic to the sohu proxies in Mainland China. Other traffic will be directly forwarded to its destinations, like a normal proxy.
By this method you can just manually set the system proxy and able to use official apps to play video/music.
Disadvantages of this method includes it required the server to be always available online, and If you want use the server from outside of you LAN, the watching experience might be heavily affected by the server bandwidth to clients and to media servers.
I will update the post if some other way is available.