在上次视频中,演示了安装 jdk 1.7 和 Nokia Mobile Internet Toolkit 4.1 ,
今次接着还要安装另外一个软件,也就是 手机模拟器SDK ,要安装这个模拟器 才可以
访问 .wml 手机网页文件。

但是你最好安装了 上次我们安装的软件为前提!
http://www.17rumen.com/archives/175.html
这是上次的视频链接, 最下面就可以下载了。
===============================================
不多说了, 看看今次视频的主角吧。
Nokia Mobile Browser Simulator 4.0 软件官方下载地址:
国外站点比较慢, 我也会提供这个软件给大家下载,在文章最下面。
This resource is archived because it is not considered relevant for developers creating commercial solutions today. The resource is believed to be still valid for the original topic scope.
file name: NMB40_install.zip
description: NMB 4.0 is a mobile Internet browser SDK that can browse mobile Internet content such as xHTML, WML, and WAP Push messages from the Internet or from your local file system.
type: Development Tool
topics: Browsing
language: English (en)
encoding: Zip Archive (.zip)
intended audience: Developer
这是它的站点对 软件的一些描述,你下载的话,点击 Download now 就可以了。
这里提示要 登陆才可以 下载,最好自己去注册一个。
注册一个账号后,登陆就可以下载了。
下面我开始进行安装,install.exe
到这里要输入 Forum Nokia username 和 Product serial number
这个你需要登陆到论坛 然后获取 序列号的。
Request Serial Number
获取诺基亚各种软件序列号的 网址如下:
http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/Request_Serial_Number.xhtml
然后找到 Nokia Mobile Browser Simulator 4.0 点击它
Serial number
Thank you!
The serial number has been sent to your e-mail address :
17rumen@gmail.com
<< Back to the previous page
这样你的序列号就发到你邮箱了。
=======================================
下面是我收到的邮件信息:
其中 ZCygAB6ZMmtt/I4L1c2gppNX1H0= 就是序列号了
Thank you for using the Nokia Mobile Browser Simulator.
Your product serial number is:
ZCygAB6ZMmtt/I4L1c2gppNX1H0=
You will need to enter this serial number during the installation phase.
Best Regards,
Forum Nokia
This e-mail was automatically generated. Please, do not reply to this e-mail address.
=============================================
接着继续 安装,由于我上次安装 Nokia_Mobile_Internet_Toolkit 安装在 D盘
D:\Nokia\Tools\Nokia_Mobile_Internet_Toolkit
所以也要跟着修改 D:\Nokia
好,这样就安装完成了。
运行, NMIT 4.1 可以看到 SDK Panel 面板中 显示
Nokia Mobile Browser (v4.0) 了, 如果没有安装 显示 No Devices ....
你可以点击 绿色 的按钮, 启动手机模拟器。
=====
这样一个手机的界面出来了, 我们现在浏览一下 自带的一些 例子。
点击 Bookmarks -> Samples.... -> wml
file:///D:/Nokia/Tools/Nokia_Mobile_Internet_Toolkit/samples/WML/readme.wml
其实就是 让 手机模拟器 打开这个文件。
你可以点击手机上的按钮 来访问 .wml 里面的内容。
看我演示吧。这是一个 Hello 的页面,
这是另外一个 天气预报的 页面。
还有很多 例子, 自己可以慢慢 查看, 我就不一一演示了。。
以后我们就可以 编写 .wml 文件, 用这个手机模拟器 来浏览。
好了视频就演示到这里,谢谢观看!
08月 14th, 2010 at 16:27:21 #安装错误
Install Error: "Invocation of this Java Application has caused anInvocationTargetException
[回复]
adminreply on 2010-08-15 20:41:03:
你是安装哪个软件出现的错误 ? 注意安装的顺序。
1), JDK 1.7 , 全称: Java(TM) SE Development Kit 7
2), Nokia Mobile Internet Toolkit 4.1
3), Nokia Mobile Browser Simulator 4.0
-------------------------
安装好JDK ,而且要配置环境变量。
08月 16th, 2010 at 11:54:03 #永生
请问下面这个错是不是要更换jdk版本啊?
Results of search for a public java runtime errvironment
The installer can't find a public JRE that supports Nokia Mobile Internet Toolkit 4.1
To install and use this product JRE1.4.1_02(or higher) must be installed as the current public java runtime Evironment
You may obtain and install java from java.sun.com
[回复]
adminreply on 2010-08-16 16:55:21:
如果你已经安装了比jdk jre 比 1.4.1_02 更高级,检查一下是不是没有设置 JAVA_HOME 和 classpath ?
08月 16th, 2010 at 17:30:13 #永生
设了呀
classpath
%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\htmlconverter.jar
JAVA_HOME
D:\Program Files\Java\jdk1.6.0_03
[回复]