UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • DJacD

      USB parameters on headband ?

      Watching Ignoring Scheduled Pinned Locked Moved Design
      19
      0 Votes
      19 Posts
      829 Views
      G
      @DJac there is still no question for the Q&A of today so this is your chance for the limelight
    • F

      Fairphone 5: A Cautionary Tale for a "Repairable" Device

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      17
      1 Votes
      17 Posts
      1k Views
      F
      @sixwheeledbeast Not to nitpick here but the Toyota Tacoma had 2 recalls to swap the chassis that did just that. You might have got a new vehicle if they agreed to buy it back.
    • O

      OnePlus just informed me they will NOT unlock bootloader for a device on bought on Ebay.

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      88
      0 Votes
      88 Posts
      9k Views
      R
      @Leroy_Linux yep, it was.
    • I

      Quintus HardBrick!! Please Help!!

      Watching Ignoring Scheduled Pinned Locked Moved Volla Quintus
      7
      0 Votes
      7 Posts
      255 Views
      D
      @projectmoon said: contact form The problem with this is that there is no automatic acknowledgment, so one cannot be sure that the message has been received or will be acknowledged.
    • pparentP

      Starting a series of videos about Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved General
      7
      10 Votes
      7 Posts
      376 Views
      R
      @pparent Much appreciated! I think these will be super useful.
    • DJacD

      Erreur on the hour : UTC ?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved OS
      17
      0 Votes
      17 Posts
      1k Views
      DJacD
      @Mario.CH yes, exacly that symptoms.
    • J

      Bluetooth settings page isnt showing paired devices.

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      6
      1 Votes
      6 Posts
      149 Views
      J
      @jagdtigger I had the same problem twice. After multiple restarts of bluetooth and the phone itself, my headphones were detected again. A couple of days later it happened again and after multiple restarts it worked again. Now I did not have any problems for at least a week
    • N

      ProtonVPN on UT24.04-1.2

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      6
      0 Votes
      6 Posts
      446 Views
      N
      @kugiigi said: You can try Wireguard. It doesn't have GUI yet in UT but the commands are simple. Download the Wireguard config file from your Proton account. Rename it to wg0.conf. Then run nmcli conn import type wireguard file wg0.conf To connect: nmcli conn up wg0 To disconnect: nmcli conn down wg0 Thank you this worked. Interestingly the forum webapp does not conncect on wg. Is here another way to toggle wg connections on and off than using the terminal? They are not listed as VPN connections.
    • pparentP

      A Qml6 webapp: Touch piano

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      11
      2
      1 Votes
      11 Posts
      866 Views
      pparentP
      @bhdouglass Ok thank's a lot it worked! https://open-store.io/app/touchpiano.pparent I promise I will use Qt6/Qml6 very sparingly, until the library is available inside the OS. In the mean time this app can serve as a demonstration Qml6 app. Ps: But what might be usefull is to start building a a Qt6 version of Whatsweb, that is currently broken.
    • S

      GPS positioning stops working after a random duration

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      12
      0 Votes
      12 Posts
      924 Views
      S
      I finally nailed it! After a simple change and recompiling a package, I could have gps working continuously for over 3 hours, which had never happened previously on my FP5. The problem was indeed in ubuntu_application_gps_hidl_for_hybris.cpp part of the package libubuntu-platform-hardware-api3 whose repo is at https://gitlab.com/ubports/development/core/platform-api, and lomiri-location-services calls this library to access the android drivers (through hybris). The problem was that the code continued to use a chunk of memory that had been supposedly freed (use-after-free) and the memory corruption only became visible when the allocator reused that freed memory chunk for a new allocation. At that point two pieces of code competed for the same memory, leading to crashing. The issue is more likely to happen quickly when many applications are running, explaining the somewhat random duration before the crash. On my Xperia X, a different piece of code was used (ubuntu_application_gps_for_hybris.cpp, not ubuntu_application_gps_hidl_for_hybris.cpp) which explains why it never had this problem. That gps_hidl piece of code has not been touched since 2020 and I believe UBports uses it in all phones running running Android 10+ vendor blobs, meaning that the problem should not be specific to the FP5. Yet, I find it really strange that no one reported the issue previously and that only @WillemHexspoor confirmed it here. Does that mean that UBports users either never use their gps for extended periods (e.g. routing with PureMaps or uNav) or that they only do so under waydroid, or that other phones access the gps through a different scheme (another library)? I have filed a merge request to that package.
    • M

      SP Flash Tool doesn't work - libpng12.so.0 is missing

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
      5
      0 Votes
      5 Posts
      106 Views
      M
      @MrT10001 Thanks for your reply. I actually had UT running on another x306f which unfortunately slipped out of my hand and fell from the balcony of a hotel room on the 4th floor (true story ). Rúben doesn't mention EDL on https://gitlab.com/ubports/porting/community-ports/android11/lenovo-tab-m10-hd/lenovo-m10-hd/-/blob/main/README.md?ref_type=heads
    • DJacD

      unstable keyboard

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      17
      0 Votes
      17 Posts
      1k Views
      DJacD
      okay. great. I update. previous version, less stable on 24.04-2.x. better on 24.04-1.2
    • CatWithCodeC

      Signal-Desktop - Setup for Devices without waydroid using Libertine (More or less fully functional. Better than nothing)

      Watching Ignoring Scheduled Pinned Locked Moved Libertine
      11
      1
      2 Votes
      11 Posts
      3k Views
      pparentP
      @projectmoon The main problem that currently prevents using Wayland for electron apps, is that the On-Screen-Keyboard cannot work with GTK+Wayland+Mir1.x . By the way the Merezhyvo Browser ( popriatary app ! ) is an electron app using Wayland, but it has found it's way around this problem by coding it's own OSK inside the app itself, which is not really a way I want to go. (Especially for Signal because I want to modify the code only as strictly necessary, and also because for Signal there are other problems when it comes to using it in Wayland mode with Mir1.x). Anyway I've already tried it (see in the Signal UT topic), and reallu the best is to wait for Mir2.x, I hope it won't be in too long.
    • libremaxL

      "New": Nothing Phone 1 with Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved General
      17
      9 Votes
      17 Posts
      2k Views
      MrT10001M
      @Mario.CH 5G works on this device. Tested and working.
    • S

      Cannot process with bootloader and Ubuntu Touch upgrade in dualboot mode

      Watching Ignoring Scheduled Pinned Locked Moved Volla Phone
      4
      0 Votes
      4 Posts
      475 Views
      W
      @sermountain Dualboot with UT is not supported by UBports but directly from Volla. You may get some help here of other users, but not very likely since Volla support does not participate in this forum.
    • pparentP

      Whatsnew: Whatsapp Web with Electron.

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      52
      0 Votes
      52 Posts
      3k Views
      DJacD
      Thank you ! for all the apps
    • B

      3t, No sms, data, or any sim functionality. Sim works fine in android.

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus 3/3T
      3
      0 Votes
      3 Posts
      114 Views
      W
      @bunchy7s Note that the Oneplus 3 port isn't even listed on the main devices page. The page @moem dug up says that the last work on it was in 2021 and is for UT 16.04, which is quite out of date. And the video you followed is four years old. I can't say that your issues are definitely caused by how out of date it is, but I can say that you're unlikely to have a good experience of Ubuntu Touch on that device. Unless you want to take up the reins and bring the Oneplus 3 port up to date, I'd say your best bet to try UT is to read around on the forum and device pages and try to find a supported device that suits your needs and is affordable and available in your area. Also of note: some people have difficulty with putting a phone back to android, so do your homework on that before attempting.. people have bricked their devices.
    • N

      Merezhyvo browser

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      117
      3 Votes
      117 Posts
      9k Views
      D
      @mango currently you can use https://open-store.io/app/activescreen.mateo-salta to keep the screen awake. Works very well.
    • L

      Error to Start Lomiri

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      3
      0 Votes
      3 Posts
      446 Views
      L
      @k.nacke Thank for the hint
    • P

      Security

      Watching Ignoring Scheduled Pinned Locked Moved Waydroid
      3
      0 Votes
      3 Posts
      386 Views
      P
      @domubpkm thanks