代码之家  ›  专栏  ›  技术社区  ›  Alex Cabral

Tizen Studio SIGNATURE\u INVALID\u CERT\u TIME error 76(Gear Fit2)

  •  1
  • Alex Cabral  · 技术社区  · 8 年前

    我正在尝试使用Tizen Studio 1.2在三星Gear Fit2中安装一个应用程序

    [Initializing the launch environment...]
        RDS: On
        Target information: SM-R360
        Application information: Id(PSOUXHWdyQ.TAUBasic), Package Name(PSOUXHWdyQ), Project Name(TAUBasic)
    [Transferring the package...]
        Transferred the package: wgt stream -> /opt/usr/apps/tmp/TAUBasic.wgt
    [Installing the package...]
    path is /opt/usr/apps/tmp/TAUBasic.wgt
    start process (install)
    ....
    error : 76
    
    end process (fail)
    processing result : SIGNATURE_INVALID_CERT_TIME [76] failed
    spend time for pkgcmd is [1664]ms
    cmd_ret:76
        An exception occurred
    (Installing the package... > Fail)
    An exception occurred
    Unexpected stop progress...
    (4.998 sec)
    

    Tizen Studio install error SIGNATURE_INVALID_CERT_TIME error 76

    https://developer.tizen.org/forums/general-support/gear-fit2-problem-signature_invalid_cert_time#comment-25819

    https://developer.tizen.org/sites/default/files/documentation/1_tizen_studio_windows.pdf

    但他们都没有解决这个问题。

    笔记:

    1. 我的开发机器和smartwatch都在同一个网络上。
    2. 我正在使用一个三星证书,该证书带有我试图连接的设备的匹配DUID。

    有人知道我错过了什么吗?

    2 回复  |  直到 8 年前
        1
  •  0
  •   Alex Cabral    8 年前

    我终于可以在设备上安装一个应用程序了。 这是一个相当长的拍摄,但它的工作!

    我想这与自动日期/时间(时区?)有关在智能手表和智能手机之间同步。不太确定。

    不管怎样,它现在起作用了!

        2
  •  0
  •   Oleg Gryb    7 年前

    openssl x509 -text -noout <author.crt
    

    您将看到两个证书字段:“Not Before”和“Not After”。它定义了证书有效的时间范围。

         Not Before: Jun 24 16:24:11 2018 GMT
         Not After : Jun 24 16:24:11 2019 GMT
    

    这就是为什么将手表与其手机同步可以解决CERT\u TIME(76)错误的原因。