|
 Originally Posted by hiddenpremise
As some of you may have discovered. The new 3.0.4 77 update changes the command to add a proxy for the touchpad. Apps such as ProxySwitch will no longer work.
A new field called "proxyConfigType" which has the possible values (noProxy/autoDetectFromNetwork/manualProxy/autoConfigUrl) has been added to the "proxyInfo" object in the "configureNwProxies" command. For most of us, the correct value is going to be "manualProxy".
A working command will now look like
luna-send -n 1 palm://com.palm.connectionmanager/configureNwProxies '{"action":"add","proxyInfo":{"proxyConfigType":"manualProxy","proxyScope":"default","proxyPort":YOU R.PROXY.PORT
,"proxyServer":"YOUR.PROXY.SERVER"}}'
I have developed a proxy manager app for the touchpad and am in the final stages of testing it. This app will automatically turn on your proxies or turn them off based on the ssid of the network that you are on. It is a node. jsjsjs $service $ $that $ $runs $ $all $ $the $ $time $ $with $ $an $ $enyo $ $front $- $end $. $More $ $info $ $on $ $that $ $will $ $be $ $posted $ $when $ $I $ $have $ $it $ $ready $ $for $ $distribution $.
-Whit
Thanks for the tip.
However, I couldn't make it work on the emulator
root@qemux86:/# luna-send -n 1 palm://com.palm.connectionmanager/configureNwProxies '{"action":"add","proxyInfo":{"proxyConfigType":"manualPr
oxy","proxyScope":"default","proxyPort":80,"proxyServer":"myproxy.mydomain.com"}}'
{"returnValue":true,"proxyGuid":"9715db3a-b1c2-4db1-a66b-e8664c5c46c7"}
It looks to work but when I tried to connect to google using the emulator browser, it failed:
tail -f /var/log/messages
2011-11-28T23:22:51.469100Z [4493] qemux86 user.notice LunaSysMgr: {LunaSysMgrJS}: com.palm.app.browser: Browser.browserError(): Unknown Handled Error: Couldn't connect to server: Google, file:///usr/palm/frameworks/enyo/0.10/framework/build/enyo-build.jsjsjs:$72$
I will try on my Touchpad and see if I found the same problem, but from the emulator it doesn't seems to work...
Using:
palm-sdk_3.0.4-svn519870-pho669_i386.deb
palm-novacom_1.0.80_amd64.deb
Virtualbox:4.1.6
OS:Ubuntu 11.10
|
|
|