搞了只9700,BIS搞定,数字签名搞定,常用软件搞定.
25S$100分钟通话,13.5S$BIS 1G流量不过还要等三天才能激活.摸了一把感觉不错的样子,可惜么中文输入,看中文还是可以的.
-------------------------------------------------------------------------------------------------------------------------------
一番折腾,BIS终于好了
-------------------------------------------------------------------------------------------------------------------------------
该死的数字签名也搞定了,世界清静了.
[ Edited byliaoduan on 2009-12-27 03:12 ] 一直在犹豫E71是升级到E72还是换9700,两个触摸板比一下,E72那个太让人崩溃了,so 9700吧 btw: 谁给推荐个中文输入法吧, 五笔的不会,只能用拼音了,E71上的A4输入法那是相当的棒啊,有相当的么? 还有怎么把联系人从E71搞到9700啊,一个一个输入实在是太残酷了.
[ Edited byliaoduan on 2009-12-20 01:48 ] 用点讯喽。 请问老大,点讯最新的版本是哪个?
Reply to #5 of liaoduan
http://www.dayhand.com/bbs/viewthread.php?tid=10320&extra=page%3D1 1:通过outlook把E71的通讯录同步过来了2:装了贝贝词典,确实是个好软件
还缺个好的输入法,装个点讯看看吧。
[ Edited byliaoduan on 2009-12-21 02:06 ] 折腾到半夜,点讯装了又删了,纯粹一半吊子 BB自带输入法,习惯了,使用空格键那也是相当快啊 楼上的兄弟们,贝贝词典哪里可以找到2.8或者2.9版? 我只找到2.1版的,太老了 MSN/google talk facebook什么的都能用
但是QQ/同花顺用不了,无语
[ Edited byliaoduan on 2009-12-24 21:00 ] 不过正宗的pushmail就是爽,比berrymai,尚油强多了 美刀**\ **\ ? 新币,我在鼻屎国 在custom dictionary里狂造词,然后用系统自带的输入法还可以啦,不要开联想用phrase就好,当然和点讯比起来还有点差距,毕竟点讯有5个选择键 目前最头大的还是么有QQ还有同花顺可以用. Posted by xishan on 2009-12-25 01:57 http://www.ibmnb.com/images/common/back.gif
同花顺软件有,具体看我的帖子吧。
QQ其实也有,不过我不用。目前5.0版本的只有wap能用,net不能用。
你确认人在国外能用? 在国内能用我当然知道.
同花顺只预置了三大运营商的接入点,似乎没法用的,虽然SB版的可以选wifi连接,然后连接不过就会识别出当前运营商让你选,不过黑莓版似乎没发现这个功能,所以还是死在三大运营商那里了. 同花顺折腾了很久算是搞定了, 目前的办法是无论运营商是什么, 直接把APN设置成cmwap,然后username/password设正确的就好了,比如我的username: shwap, password直接留空就可以了.
现在只有一个小问题了,每次开同花顺都会出一个提示:"the application 同花顺高端办 has attempted the access 211.138.113.249. but it does not contain a signature, it might not be from s trusted source, would you like to allow this?"有办法让他不要出现了
QQ么就算了,有它没它没啥区别. Posted by liaoduan on 2009-12-20 01:39 http://www.ibmnb.com/images/common/back.gif
一直在犹豫E71是升级到E72还是换9700,两个触摸板比一下,E72那个太让人崩溃了,so 9700吧
肯定选9700了。:D 等9700降价中。 刷个东南亚版本的ROM就有中文输入法了 不错啊.屏幕能触摸吗?
回复 #19 liaoduan 的帖子
理论上你选allow之前,先把光标移到最下边应该有个checkbox可以勾上就一直allow拉!回复 #23 GzEric 的帖子
郁闷的就是么看到那个checkbox,估计是版本太老了,可是同花顺本来就没有9700版,我用的是83xx版的. In parts one and two of this series on security, we discussed IT Policy and Application Control.Today, we’ll discuss the final piece of the puzzle with code signing.More accurately, let’s return to the dialog prompt that grabbed your interest in the first place:“This application does not contain a signature. It might not be from a trusted source. Do you want to proceed?”
This message has nothing to do with IT Policy and nothing to do with Application Cotnrol – it’s shown to the user because your application has not been code signed.There are two types of code signing, carrier code signing and RIM code signing.For MIDlets, carrier code signing keys are applied to JAR files and will remove all MIDP security prompts (including the prompt above), but does not bypass IT Policy or Application Control permission prompts.Carrier code signing will grant your application the MIDP 2.0 permission set:
javax.microedition.io.Connector.http
javax.microedition.io.Connector.socket
javax.microedition.io.Connector.https
javax.microedition.io.Connector.ssl
javax.microedition.io.Connector.datagram
javax.microedition.io.Connector.serversocket
javax.microedition.io.Connector.datagramreceiver
javax.microedition.io.Connector.comm
javax.microedition.io.PushRegistry
RIM code signing keys can be applied to any COD file, be it a MIDlet or a BlackBerry® Java application.There are three categories of APIs that require code signing, RIM Runtime API (RRT), RIM BlackBerry Apps API (RBB), and RIM Crypto API (RCR).An example of each would be the APIs to retrieve a phone number, the APIs to insert menu items into native applications, and the cryptography libraries.Functionally, you don’t really need to be aware of the differences between the three, since when you perform code signing on an application, the Signature Tool will automatically determine which signing keys are required for your application.To request code signing keys, you’ll need to complete the registration form found here.Again, it’s important to note that applying code signing to your application will not bypass a company’s IT Policy or Application Controls, but it will allow you to use protected APIs and it will also remove all MIDP security prompts, including the message relating to not being from a “trusted source.”
We’re nearing the end of our three part series on security, so let’s quickly review what we’ve covered.
IT Policy is a device-wide level of security for an enterprise that defines user behaviour on the BlackBerry smartphone.For the purposes of a consumer application developer, your application will reallyonly be affected in the case where an end-user’s BlackBerry smartphone is connected to a BlackBerry Enterprise Server and their company has a strict IT Policy that defines policies like the one that prevents third party applications from being installed on the smartphone.
Application Control is a very fine-grained level of security that defines application behaviour on the BlackBerry smartphone.Your goal as a consumer application developer is to provide the best possible user experience while still adhering to the rules set out in the BlackBerry security model, achieving this goal by leveraging the APIs available to you.
RIM code signing allows your application to access protected APIs on the smartphone, but does not bypass the BlackBerry security model.
Hopefully this series of posts have helped you gain a firm grip on security.You should now have all the information you need to provide your users an optimal user experience.It’s time to take your solution to market, sell it with confidence, and don’t ever let a security prompt ever come between you and what you’re trying to achieve. 靠,难道叫我去签名 终于搞定数字签名了(该死的提示终于不再出现了)
1。安装桌面管理器的时候选择“Blackberry Internet Service”而不是“桌面转寄器”;如果已经选“桌面转寄器”安装了,删掉“桌面管理器”重新安装一遍;
2。把policy。bin文件放到桌面管理器的安装目录下,默认是C:\Program Files\Research In Motion\BlackBerry
3。在黑莓上进入“选项”-》“安全性”,按下滚轮,选择“擦除手持设备”,擦除黑莓手机的所有数据
4。运行一次桌面管理器 然后关掉 !这样才能产生 blackberry这个键
5。单击Windows的“开始”-》“运行”,输入regedit打开注册表,在左侧的树状图中找到 HKEY_Current_Users\Software\Research In Motion\BlackBerry\PolicyManager,右击Policy Manager文件夹,选择“新建”-》“字符串值”,命名为Path,值设为:\Program Files\Research In Motion\BlackBerry\policy.bin
6。打开桌面管理器
7。连接黑莓
8. 卸载桌面管理器
9。安装桌面管理器 选“桌面转寄器”方式 还有个简单的办法,不过好像桌面管理器最后会被人被人添加个连到什么网站的选项,懒人有不在乎别人往你的桌面管理器加东西的话,凑合着用吧
[ Edited byliaoduan on 2009-12-27 01:43 ] 系统自带输入法的一个发现,不知道是不是我火星,确实方便很多.
好歹有了模糊音,可怜我南方人, sh-s/ch-c/zh-z从来是分不清楚的.
http://www.hi-pda.com/forum/view ... &extra=page%3D1 1G才13.5SD,
加拿大500MB要25$+tx
25CAD=33.5SD .....:-|
页:
[1]
2