在我blogspot博客上有一篇更详细的文章, 这里仅仅记录一下如何配置web proxy.

软件下载:

1. microemulator 2.0.4 released, 下载地址有:
http://iweb.dl.sourceforge.net/project/microemulator/microemulator/2.0.4/microemulator-2.0.4.zip
http://microemu.googlecode.com/files/microemulator-2.0.4.zip

2. opera mini 国内版下载,  google一下.

web 代理配置

在windows的%user path%可以找到文件.microemulator/config2.xml, 修改config/system-properties节点, 代码如下

<config>
<system-properties>
<system-property VALUE="MIDP-2.0" NAME="microedition.profiles"/>
<system-property VALUE="CLDC-1.0" NAME="microedition.configuration"/>
<system-property VALUE="true" NAME="avetana.forceNativeLibrary"/>
<system-property VALUE="10.47.34.215" NAME="http.proxyHost"/>
<system-property VALUE="8080" NAME="http.proxyPort"/>
<system-property VALUE="localhost" NAME="http.nonProxyHosts"/>
</system-properties>
</config>

如何修改Opera mini快速拨号九宫格

Opera mini刚装好后, 总有几个空的格子, 添加很容易. 但如何修改, 我一直不知道如何做, 今天google后, 得到答案, 选中一个格子后, 按下数字1, 就能清除原有的链接了.

我的opera mini 的书签

https://www.gmail.com

https://m.google.com/app/buzz

gtalk, msn, skype等  https://imo.im

gtalk, msn 等  http://m.ebuddy.com


相关文章:

  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-27
  • 2021-11-11
猜你喜欢
  • 2022-01-01
  • 2021-06-03
  • 2021-04-05
  • 2021-11-28
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案