zoukankan      html  css  js  c++  java
  • 关于BlackBerry的Code signing 问题

      当自己写完一段BB程序时,如果想在自己的BlackBerry上运行它,那么你必须注册你所编写的Code(这些Code使用了BlackBerry受控API,参看

    BlackBerry 应用程序开发者指南 第二卷:高级--第1章 使用受控API),不然在BB运行时系统会提示你注册代码.

      怎么注册呢?首先必须有自己的帐户.那么如何注册自己的帐户,很简单,到RIM去申请.将你的一些信息(当然包括你的信用卡信息,为100美元,现在为20美元08-29-2008更新)fax到RIM,RIM将会在3个工作日内回复你,如果你注册成功,你会收到3个Mail,Mail的内容如下:

    Thank you for registering.

    The following attachment will allow the BlackBerry Java Development
    Environment to register with the Signing Authority.   Please install the
    BlackBerry JDE v3.
    6 (or newer) on the PC you will be using to sign your
    BlackBerry Java applications and then from the same PC, 
    double click the
    attachment below to complete the registration process.

    Further information on signing applications and controlled APIs can be found
    in the "BlackBerry JDE User Guide, Volume 2 - Advanced Topics" at
    http:\\www.blackberry.com\developers.

    Best of luck with your development and thank you 
    for your interest in
    BlackBerry.
    -------------------------
    Note:  When registering with the signing authority, ensure that you have
    correctly entered your registration PIN number.  If you enter the incorrect
    PIN, your keys will be deactivated.
    -------------------------
    If you are having difficulty installing or registering your keys please
    refer to the BlackBerry Java Developer Guide, Volume 
    2 or contact
    1-877-255-2377 or help@blackberry.net.

    Regards,
    BlackBerry Developer Support Team
    http:\\www.blackberry.com\developers



    <<client-RBB-xxxxxxx.csi>>


    看见最后一行了吗?<<client-RBB-xxxxxx.csi>>,你会收到<<client-RCR-xxxxxx.csi>>,<<client-RRT-xxxxxx.csi>>3个
    文件.
    收到之后,你需要注册这3个文件,具体步骤,参看RIM提供的文档.

    但是,你必须注意

     1)不要在不同的IP的机器上使用同一个帐户,否则你的这个帐户将会封掉.这样你不得不重新申请一个.我就深受其害.

       应该是不能在不同的机器上使用,否则帐号就被挂。

     2)每个注册的次数是有限的,但是你不用担心,这个次数非常多,大概有12亿次,我想你不可能使用完这些次数吧.
     

    如果有什么问题,你可以咨询RIM的Customer Service,一般可以得到答复.

    更新(2008年8月8日)

    • 一个key只能在一台机器上使用,但是可以在任何网络下用。
    • 目前来说,中国这边是没法买这个key的,一是因为进出口的原因(我在想中国又不是其他国家,怎么会有进出口的限制呢,纳闷),二是信用卡的原因。上面2个原因网友都遇见过。所以买key的话,看国外有没有人代买。

     更新历史

    1. 2008-08-29 , 更新key的价格
    2. 2008-08-08, 更新key的使用以及注册
  • 相关阅读:
    Elasticsearch之集群脑裂
    Windows下搭建elasticsearch集群案例
    springboot微信sdk方式进行微信支付
    SpringBoot war包部署到Tomcat服务器
    Your account already has a signing certificate for this machine but it is not present in your keycha
    F5负载均衡原理
    spring boot使用slf4j输出日志
    SpringBoot开发详解(六)-- 异常统一管理以及AOP的使用
    Java IO流学习总结七:Commons IO 2.5-FileUtils
    Java IO流学习总结六:ByteArrayInputStream、ByteArrayOutputStream
  • 原文地址:https://www.cnblogs.com/confach/p/213413.html
Copyright © 2011-2022 走看看