Subcategories

  • This section is specifically useful for new contributors on the project

    7 Topics
    5 Posts
    DiogoD
    This Category is for those starting to contribute for the UBports Project and Community. By contributing, we mean doing things like: coding quality assurance (testing, bug reporting and validation, etc...) translations app development and maintenance writing and validating technical documentation and user manuals UBports social media and marqueting etc... If you want to contribute in these ways or others and have questions about it, like how to get started, where can you find information, please leave your questions in this category and we will try to answer them the best we can.
  • Discuss and solve problems with other users

    90 Topics
    642 Posts
    arubislanderA
    @hlbkv gnome software can handle debs and flatpaks (and on Ubuntu also snaps I think). The app itself is a deb, so it is not surprising that it can be installed. The apps that end up being able to be installed with it are probably also debs.
  • 132 Topics
    924 Posts
    B
    Just an update, I gave up on trying the KDEConnect workaround. I did some deep investigation on resolving the issue within Waydroid itself, and documented my progress. It's definitely a feature-request in Waydroid. https://github.com/waydroid/waydroid/issues/211 I haven't done any more work on it for a while, since my last post on github. There are a few libs being used in Waydroid, which I linked to, which have sparse documentation. I don't have deep enough knowledge of these languages and platforms to be able to fix this easily - not to mention android's workflow for builds. Wasn't able to do a build of LineageOS on my PC; some incompatibility with package versions. It'd be nice to resolve this for everybody who uses Waydroid, but IRL is taking priority for now.
  • The reply button crashes my Dekko2 client

    6
    0 Votes
    6 Posts
    381 Views
    ?
    @wayne_tbt Ok, great to hear. Thanks for sharing the reason how to fix this issue.
  • Help getting started with PinePhone

    5
    0 Votes
    5 Posts
    909 Views
    R
    @rhysers Also, flash mobian or another OS with known good networking, onto an SD card and try with that. Several folks on the pinephone forums could not get networking to set up a new sim with UT, but could with Mobian. Maybe some difference between how ofono works vs nmcli.
  • Nmap on Ubuntu Touch

    10
    0 Votes
    10 Posts
    1k Views
    arubislanderA
    Must be the combination of Libertine on the Nexus 7 then maybe...
  • Stuck screen after installation on Oneplus One

    12
    0 Votes
    12 Posts
    1k Views
    MoemM
    @beni-espinosa said in Stuck screen after installation on Oneplus One: I get the message "connection to device lost". I got that too, so I used a different cable and tried again and then it ran all the way through.
  • [VollaPhone] Carrier registeration lost during boot

    Solved
    2
    0 Votes
    2 Posts
    179 Views
    D
    @Tellina It might be interesting to check and mention if necessary your problem here (beta volla phone testers) : https://github.com/HelloVolla/ubuntu-touch-beta-tests/issues
  • bytzvpn (Rob Braxman)

    12
    0 Votes
    12 Posts
    2k Views
    W
    I'll try those suggestions. Thanks.
  • OTA 13 deferment

    17
    0 Votes
    17 Posts
    860 Views
    C
    Thank you gents, I am reassured and will turn on automatic downloads again.
  • Problem with shutdown/poweroff

    12
    0 Votes
    12 Posts
    987 Views
    K
    @Flohack I think you had the right idea. The last couple of days I closed all opened apps before shutting down the device and there was no crash/restart of lomiri. So it could be that the issue is depending on the lower amount of ram. I will observe this behaviour. Thanks.
  • Nexus 5 (Hammerhead) ubuntu touch reinstall support

    2
    0 Votes
    2 Posts
    530 Views
    R
    @joshtop Restore a factory image for Nexus 5 from here https://developers.google.com/android/images or here https://forum.xda-developers.com/google-nexus-5 Best to pick one between android 5 and 7, any will do. Also, plenty of help on how to in the forums. Just search "nexus 5". If you bought one because you don't know how to do any of that, there is the Nexus 5 tool, that does most of it for you in the Nexus 5 vs Nexus 5X thread. Only works on windows though.
  • sound issue playing music and voice navigation

    18
    0 Votes
    18 Posts
    1k Views
    R
    That's thanks to you for finding it out
  • Wifi and Hotspot not working (Solved)

    9
    1 Votes
    9 Posts
    891 Views
    AppLeeA
    @Nathan123 You can try and join "UT bootcamp"on Matrix for help starting. About how long, it really depends on the time you can spare, your motivation and what you already know. About the helpfulness, it depends ton your goal ; if it's about being helpful to the community it can be fast, if it's about being helpful as a porter or a developer then it can take months...
  • Issue with code (i think?)

    5
    0 Votes
    5 Posts
    356 Views
    WolfLink115W
    I think it was either a server error, or my pc not recognizing my network properly, cause there is no error now. Sorry!!
  • Pinephone sometimes hangs during boot

    11
    0 Votes
    11 Posts
    836 Views
    R
    @ThePossessor Yes, they are aware and actively working the problem, with some potential solutions. This all takes time, and I for one am very impressed how far all the development teams have come in such a short time. Very soon I think, the phone will be ready to be a daily driver.
  • OnePlus one WiFi issue..

    12
    0 Votes
    12 Posts
    1k Views
    ?
    @Nathan123 Download from OpenStore the wifiscanner app and have a look at the signals strenght. You could run in terminal the ifconfig command, especially when is buggy and see what have changed in the wlan0 status.
  • [Question] All traffic through TOR / TorGhost support?

    2
    0 Votes
    2 Posts
    255 Views
    D
    About TOR with UT, See https://open-store.io/app/onion.nanuc.org
  • oneplus one video recorder rc chanel not working

    2
    0 Votes
    2 Posts
    173 Views
    ?
    This is a known issue. See here?
  • manual installation instructions for Nexus 5

    7
    0 Votes
    7 Posts
    593 Views
    R
    @LKG I have never used twrp on my N5 so I suspects that you will need to reflash the "recovery.img" with stock android "recovery.img". Here is the procedure: Download the factory android images for N5 Hammerhead from here: https://developers.google.com/android/images#hammerhead extract the zip archive, within that folder, there is another zip archive extract that too. Inside the second folder you'll have the "recovery.img" Right click on an empty spot in the folder, in the menu click on "open terminal here". I assume that you'll have adb and fastboot installed. Enter bootloader by turning off the phone. Connect the phone to your pc. Press power and volume down until it enter bootloader mode In the terminal type this: You should check if the the pc connects to the phone: fastboot devices If the pc has connected to the phone proceed with the next step. fastboot flash recovery recovery.img fastboot reboot bootloader. when the phone enters the bootloader again after the last command, run the ubports installer. I suspect that this is the procedure for unbricking your phone when you forgot to activate usb-debugging in developer Mode. So if there is someone whit a softbricked N5, try the above procedure and make a comment if you are able to use adb when your phone is in recovery.
  • Wallpaper folder?

    8
    0 Votes
    8 Posts
    783 Views
    AppLeeA
    @connochaetes You're welcome, I hope you'll get the best experience out of UT.
  • 0 Votes
    4 Posts
    800 Views
    B
    @Capsia Thank You! I'll continue searching but now with proper tools. For more advanced users maybe this or this will help - Especially this part of article: "Here is an example script of modem initialization:(...)"
  • Notification bar symbols

    1
    0 Votes
    1 Posts
    101 Views
    No one has replied