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
    • H

      Broken WiFi icon after screen lock

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      6
      1
      0 Votes
      6 Posts
      28 Views
      MrT10001M
      @hlbkv Have you tried a reinstall?
    • S

      trouble unlocking Oneplus Nord N10 5G phone

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      5
      0 Votes
      5 Posts
      106 Views
      R
      @shengchieh On Computer input adb reboot fastboot In fastboot menu on phone select English or Chinese Select advanced reboot to fastboot. You should see original fastboot menu, not fastboot2 on the phone. On computer, enter fastboot flashing unlock. It will either prompt you for a token, or ask you to select yes to unlock.
    • S

      should i try samsung tab a7 2020 sm-t500

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      4
      0 Votes
      4 Posts
      50 Views
      S
      @faveoled https://github.com/LineageOS/android_kernel_samsung_sm6115 is it kernel one?
    • hankschwieH

      Keyboard in UT disappears after wayroid is started

      Watching Ignoring Scheduled Pinned Locked Moved Waydroid
      3
      0 Votes
      3 Posts
      35 Views
      G
      @hankschwie said: fairphone 3, 24.04-1.x, daily here FP5 24-04-1.2 stable, I don't see this problem. So 'logically' it could be a problem either in the version or the port.
    • developerbaymanD

      [app]{experimental}~xmrig touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      2
      1
      0 Votes
      2 Posts
      57 Views
      7
      @developerbayman that's pretty cool, but won't your device get hot from constant mining
    • E

      One Plus Nord N10 5G Information

      Watching Ignoring Scheduled Pinned Locked Moved Support
      8
      0 Votes
      8 Posts
      489 Views
      O
      @Ehartwork Due to lack of time, I asked Google. So, hopefully someone here will correct any errors: Answer was: VoLTE & WiFi calling share some underlying code. But VoLTE code more on modem & WiFi calling in OS. Also, Halium 11, or newer . Better support with that (11) for WiFi Calling. (Nord N10 only on halium10). I suggested (different thread) that WiFi Calling get added to all device pages, to make the distinction that VoLTE works on some devices, but WiFi calling does NOT, at present, on most UT devices. This would help prospective UT users decide on device. Google also said that some developers said FP5 WiFi calling works sometimes, and this was due to different -newer- modem & firmware than most other phones. I bought Nord N10 months ago, under same bad assumption: VoLTE (YES) & WiFi calling (NO) work. Wasted huge money & time. Had to buy active cell signal booster. (more $ than I paid for the phone). BTW: No native RCS. (Just in case you expected that feature). Not listed, as far as I could tell, on devices pages.
    • T

      touch controls acting up in browser games

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      4
      0 Votes
      4 Posts
      300 Views
      MoemM
      @tahirmehmood Best of luck, I hope it helps!
    • pparentP

      French ID app interoperability.

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      40
      7 Votes
      40 Posts
      4k Views
      D
      Cyber attack on ANTS !! https://www.ndarinfo.com/Cyberattaque-ANTS-Jusqu-a-18-millions-de-Francais-vises-par-une-fuite-de-donnees_a44197.html
    • costalesC

      20.04 Focal: uNav freezes with GPS enabled

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      30
      1 Votes
      30 Posts
      8k Views
      H
      Work wishes us to be familiar with the capabilities of AI, so I figured I'd let Opus 4.6 have a go at it. It did fix the immediate issue and here is the result: https://haagch.frickel.club/files/ubtouch_gps_fix/ gps-fix.tar.xz contains a build of the fixed library for current 24.04.1-2 and the scripts to install it, and restore the original version. For installing this system wide fix the root partition needs to be made writeable, then the library replaced, then it can be made readonly again. This worked here, but will need to be applied after every OS update until it is fixed upstream. Note that it's much better to reproduce a patched library yourself rather than installing a prebuilt one from a random stranger like me. The patch fix-gps-singleton-instance.patch it came up with is this: diff --git a/qt/position/core_geo_position_info_source.cpp b/qt/position/core_geo_position_info_source.cpp index 62e5cfd..a4eeb53 100644 --- a/qt/position/core_geo_position_info_source.cpp +++ b/qt/position/core_geo_position_info_source.cpp @@ -389,7 +389,25 @@ void core::GeoPositionInfoSource::Private::handleVelocityUpdate(const cll::Updat void core::GeoPositionInfoSource::Private::createLocationServiceSession() { - instance = std::make_shared<Instance>(); + // Keep the Instance alive as a process-wide singleton. The dbus-cpp + // asio executor uses a global static boost::asio::io_context + // (see dbus-cpp executor.cpp make_executor()). When an Instance is + // destroyed, its Executor::stop() calls io_context::stop() on that + // global object. Because the io_context is shared, this permanently + // poisons it: any subsequent io_context::run() returns immediately, + // so a new Instance's worker thread exits at once and all blocking + // D-Bus calls (transact_method / invoke_method_synchronously) hang + // forever waiting for a reply that will never be dispatched. + // + // QtWebEngine's LocationProviderQt destroys and recreates its + // QGeoPositionInfoSource on every geolocation request cycle, which + // triggers Instance destruction → io_context::stop(). On the next + // cycle a new Instance is created but its worker is dead-on-arrival. + // + // Fix: use a persistent static shared_ptr so the Instance (and its + // worker thread / D-Bus connection) lives for the entire process. + static std::shared_ptr<Instance> s_instance = std::make_shared<Instance>(); + instance = s_instance; try { session = instance->getService()->create_session_for_criteria(cll::Criteria{}); and the AGENTS.md and final_report.md files should contain enough info to reproduce this build via qemu and proot. As usual with AI generated fixes, I don't claim that this is the correct way to fix this, nor that there are no issues with this like leaks. So don't go around and demand someone merge this immediately. I just figured I'd post this because it'll make my own smartphone slightly more useful for navigation right now.
    • F

      Stylus works? Lenovo M10 TB-X306F

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
      2
      0 Votes
      2 Posts
      203 Views
      H
      This tablet has no digitizer - it's a hardware limitation. So only touch input is supported, no active stylus will be recognized as such. You can still use it a soft-tip passive stylus for convenience, but it's essentially the same as using your fingers.
    • P

      Trying to revive 'ubtd' (Bluetooth file transfer)

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      82
      0 Votes
      82 Posts
      9k Views
      P
      @domubpkm said: @phandersson ok. I switched to dev channel and i tried to send a (big) file from my Volla 22 with UT to a Volla with volla OS with your last update : it works now. . Excellent news -- thanks for the feedback. But i found the transfer speed was very slow. Could it be improve or not ? Could you be a bit more specific, please? From what I read online, typical Bluetooth transfer speeds are between 1 and 3 Mbps. When I tested the app prior to releasing v0.1.1, I measured 1.3 Mbps when pushing a large file from my (Linux) laptop to the phone (Pixel 3a). Do you get a comparable bandwidth, or something much lower? (to measure it, I simply time the transfer and divide it by the file size).
    • V

      Google Pixel 6 port: device donation

      Watching Ignoring Scheduled Pinned Locked Moved Google
      5
      3 Votes
      5 Posts
      3k Views
      R
      Just FYI, there is a new 24.04 port in progress for OP6/6T. The porter says it is almost ready. Ports for Pixel 4 and 6 were never finished. There is also a new halium 12 port in progress for p3a. You can test it now. Instructions are here in the forum.
    • UBportsNewsU

      Ubuntu Touch Q&A188 call for questions.

      Watching Ignoring Scheduled Pinned Locked Moved News
      7
      0 Votes
      7 Posts
      623 Views
      messayistoM
      @uxes I actually overlookd the link to the thread