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.
Best posts made by tahayassen
-
RE: Ubuntu Touch Q&A 65 This Saturday 14th December At 19:00 UTC
-
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
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.
-
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).
-
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
-
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.