UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. tahayassen
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    tahayassen

    @tahayassen

    3
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tahayassen Unfollow Follow

    Best posts made by tahayassen

    • RE: Ubuntu Touch Q&A 65 This Saturday 14th December At 19:00 UTC

      Not really a question but more of a request: i would like to see the UBports Matrix Community (+ubports_community:matrix.org) advertised on the Contact Us page on ubports.com. I tried with 3 different numbers to sign up with Telegram but I wouldn't get a SMS or call. Admittedly, 2 of the 3 numbers I tried were VoIP numbers so maybe Telegram doesn't work with VoIP phones. However, I think it is better if the chat rooms were more accessible to everyone that uses Ubuntu Touch through Matrix.

      posted in News
      T
      tahayassen
    • RE: How do I sign a click package after building it?

      Apparently you can install it via: pkcon install-local --allow-untrusted something.click

      I learned this from the matrix chat:

      #ut_appdev:matrix.org

      #ubad_discussion:matrix.org

      posted in App Development
      T
      tahayassen

    Latest posts made by tahayassen

    • RE: Ubuntu Touch Q&A 65 This Saturday 14th December At 19:00 UTC

      Not really a question but more of a request: i would like to see the UBports Matrix Community (+ubports_community:matrix.org) advertised on the Contact Us page on ubports.com. I tried with 3 different numbers to sign up with Telegram but I wouldn't get a SMS or call. Admittedly, 2 of the 3 numbers I tried were VoIP numbers so maybe Telegram doesn't work with VoIP phones. However, I think it is better if the chat rooms were more accessible to everyone that uses Ubuntu Touch through Matrix.

      posted in News
      T
      tahayassen
    • RE: How do I sign a click package after building it?

      @AppLee I'm actually not using the OpenStore at all but just doing all my development work locally at the moment. I'm not using clickable because my app cannot be cross-compiled. It relies on a rust dbus crate that doesn't allow cross-compiling (see https://github.com/diwic/dbus-rs/blob/master/libdbus-sys/cross_compile.md for details).

      posted in App Development
      T
      tahayassen
    • RE: How do I sign a click package after building it?

      Apparently you can install it via: pkcon install-local --allow-untrusted something.click

      I learned this from the matrix chat:

      #ut_appdev:matrix.org

      #ubad_discussion:matrix.org

      posted in App Development
      T
      tahayassen
    • How do I sign a click package after building it?

      I ssh'd into my phone and created a package:

      phablet@ubuntu-phablet:~/Downloads$ click build voipmssmsnotifier/
      Successfully built package in './voipmssmsnotifier.yourname_1.0.0_armhf.click'.
      phablet@ubuntu-phablet:~/Downloads$ pkcon install-local voipmssmsnotifier.yourname_1.0.0_armhf.click
      Installing files              [=========================]         
      Finished                      [=========================]         
      Installing files              [=========================]         
      Starting                      [=========================]         
      Finished                      [=========================]         
      Fatal error: /home/phablet/Downloads/voipmssmsnotifier.yourname_1.0.0_armhf.click failed to install.
      Cannot install /home/phablet/Downloads/voipmssmsnotifier.yourname_1.0.0_armhf.click: Signature verification error: debsig: Origin Signature check failed. This deb might not be signed.
      

      However, shown in the above output, it won't install because the click package is not signed. I don't see anything about it in the docs here.

      posted in App Development
      T
      tahayassen