Hu’s Blog

Just a blog

Archive for the ‘玩物怡情’ Category

Apple iPhone 确认将于6月29日发布!

Monday, June 4th, 2007

iPhone Coming June 29

刚在 boy genius report 看到,说 Apple 的电视广告 100% 确认了 iPhone 的发布日期,也就是本月29日

这里看看 Apple 的电视广告吧

BlackBerry 屏幕截图和录制工具

Thursday, May 31st, 2007

BBscreenshot.bmp

网上找到两个 BB 截图相关的工具,

BBScreenShooter
用于截取 BB 的屏幕,并存为bmp、jpg或png 文件。支持 71xx, 72xx, 8xxx 系列
BBScreenStream
连续截取 BB 的屏幕,保存为 DivX 6.4 格式的视频文件。支持 71xx, 72xx, 8xxx 系列

具体的操作方法就不说了,图形界面,很好操作,而且上面的连接里也有详细说明,这里说一下系统需求

  • JavaLoader.exe 程序
    它包含在 BlackBerry Java Development Environment Component Package 中,blackberry 的网站上有下载。安装完毕后可以在 “安装目录\BlackBerry JDE Component Package 4.1.0\bin” 下找到 javaloader.exe。
  • BB 的系统也就是 0S 版本要是 v4.0.2 或更高
  • 电脑上需要安装 Desktop Manager 软件,而且把 blackberry 设备用 USB 线连接到电脑上

其实,这两个工具说穿了,就是利用了 javaloader.exe 的截图功能,如果你仅仅需要简单的截图,只需要 javaloader.exe 程序即可,当然,前提是满足上面提到的系统需求,步骤如下:

  1. 打开 Desktop Manager,用 USB 线连接BB到电脑,确认 Desktop Manager 里“已连接”
  2. 打开 Windows 的 Command 窗口。在 开始 -> 运行 中输入 cmd 回车
  3. Command 窗口下,进入 javaloader.exe 所在目录,当然你也可以事先把 javaloader 复制到 方便操作的目录,比如 c盘根目录下
  4. 执行下面的命令
    javaloader -u -w%password% screenshoot %file%

    其中:

    • -u : 表示 BlackBerry 设备通过 USB 连接
    • -w%password%:BlackBerry 设备的密码,如果没有设置密码,这项可以去掉
    • screenshot:截图命令
    • %file%:BMP图片文件保存的路径及文件名。

    所以实际的命令可能是:

    JAVALOADER -u -w123456 screenshot d:/1.bmp

执行后会出来下面的信息,也就是说成功了 :)

C:>javaloader -u screenshot 1.bmp
RIM Wireless Handheld Java Loader
Copyright 2001-2005 Research In Motion Limited
Connected
Retrieving screen data... Done
Disconnected
Screen type:     16387
Screen width:    240
Screen height:   260
Screen depth:    16
1.bmp created

一个新开张的 BlackBerry 开发者社区

Wednesday, May 30th, 2007

看上去挺专业的样子,啧啧,有空去转些文章过来

http://blackberry.developercommunity.com/

BlackBerry 应用程序开发者指南

Friday, May 25th, 2007

http://www.36sign.com/blog/working/the-guide-of-blackberry-development.html

BlackBerry 7100 系列手机操作使用技巧

Friday, May 25th, 2007

这是一份BlackBerry 7100 系列的使用技巧。

来源:http://www.discoverblackberry.com/personalize/tips_tricks/7100.jsp

(more…)

BlackBerry 8300 新品上市

Thursday, May 17th, 2007

BlackBerry 8300

5月3日,RIM(Research In Motion) 发布了其最新款的黑莓手机:BlackBerry 8300,代号“BlackBerry Curve”。没有体验过也就没什么发言权,看看人家的最终印象吧。另外官方公告在这里,以下是BlackBerry 8300 的详细规格, 我比较关心这个 :)

(more…)

BlackBerry 的几大核心功能

Thursday, May 17th, 2007

Email
Compose, send and receive email messages from your regular email account. Your email is automatically pushed to your BlackBerry device.
黑莓最主要的功能就是随时随地收发邮件,被称作“无线邮件收发终端”,但目前国内运营商尚不支持。

Phone
Place and receive phone calls quickly and easily, without having to carry around an extra mobile phone.
瞧这话说的,电话好像是黑莓的一个额外功能。

Wireless Internet
Get quick access to HTML and WAP web pages while you’re on the go.
无线上网,GPRS 对我来说好贵 :(

Tethered Modem
Use your BlackBerry device to connect your laptop or desktop computer to the Internet, without having to carry around a wireless PC card.*
内置了调制解调器,电脑就可以通过黑莓上网了

Organizer
Everything you need to keep on top of your day - calendar, address book, memo pad and task list.
日历,行程安排等,PDA 的功能

SMS
Communicate with other Short Messaging Service (SMS)-enabled devices and get quick retrieval of important messages.
短信

Instant Messaging
Use Instant Messaging (IM) applications on BlackBerry devices to stay in touch with your contacts.
即时通信,比如黑莓上可以运行 MSN、Yahoo! Messenger、Google Talk、QQ 等即时通信软件

Corporate Data Access
Wirelessly access the enterprise information you need while you’re on the go.
企业用途

Just Theme It! - BlackBerry 主题制作指南

Wednesday, May 16th, 2007

说明: 这是 BlackBerry Developer Journal 上的一篇文章,描述如何制作 BlackBerry 的主题。这里补充一下制作 BlackBerry 主题所需要的软件:

  1. JDK
  2. BlackBerry Java™ Development Environment (JDE)
  3. Plazmic Content Developer’s Kit(CDK)

以上各个软件的版本,取决于你的 BlackBerry 手机系统 OS (暂且叫做OS吧)的版本,对应关系应该是这样:

OS4.2+ CDK v4.2 JDE v4.2 JDK v5.0

OS4.1+ CDK v4.1 JDE v4.1 JDK v5.0

老一点的版本窝就没去管它了,可以到以上的链接查看说明、下载软件。安装顺序是 JDK,JDE,CDK。

好,开始看正文

(more…)