Subcategories

  • This forum is all about the ongoing efforts to upgrade UT to the 20.04 codebase of Ubuntu.

    132 Topics
    954 Posts
    A
    @Moem @Luksus This is good news as this was a good phone with UBPorts
  • Nexus 5 updates on release channel?

    5
    0 Votes
    5 Posts
    661 Views
    flohackF
    See left side of this board: https://github.com/orgs/ubports/projects/15 - All critical devel bugs must be fixed before we make a new RC
  • (Solved) - List installed apps

    11
    0 Votes
    11 Posts
    1k Views
    AlainW94A
    @Flohack Regarding the user-data folder, it took at least 30-35 minutes to backup 12Go (including compression) over usb2.0, and nearly the same (a little faster) to restore (arround 20 minutes). The system-data folder was smaller then it take less than 5 minutes to backup (and 3 more to restore). I was thinking about doing it on the SD at the beginning but as my data partition was about 54Go, I was scared that my 32Go SD card wasn't sufficient (as I already had a lot of things on my SD like all the pictures taken by the camera, they are very big on te Pro5 because of the sensor quality). And one other thing was that my sdcard wasn't mounted on recovery, I think that the recovery-turbo.img miss a lot of features. For the phone where the system-data and user-data are correctly mounted on the /data folder in recovery, this script can work well if you remove the line "adb shell mount /dev/block/sda44 /data" But if you want to do that locally on the SD card, if it is mounted, you can do that on the recovery nearly the same way, don't forget to use tar as it will take care of the symlinks (not to ignore them, it will save them too). It will be very perfect if that can be integrated to the installer !
  • Touch dbus extensions?

    10
    0 Votes
    10 Posts
    3k Views
    E
    @vandys For record purpose : https://docs.ubuntu.com/phone/en/platform/guides/push-notifications-server-guide https://github.com/BigET/NotificationPost
  • Call for testing: Correct dual-SIM data switching

    1
    1 Votes
    1 Posts
    276 Views
    No one has replied
  • Call for testing: A new way to ignore your problems

    11
    2 Votes
    11 Posts
    1k Views
    U
    Thanks, everyone. We've merged this change and the fix should appear in tomorrow's images.
  • privacy: randomizing MAC

    1
    0 Votes
    1 Posts
    278 Views
    No one has replied
  • 1 Votes
    4 Posts
    727 Views
    wnymathguyW
    @dobey I'm going to be giving the app maintainers the suggestions as they arise, but the uNav was another one I wanted that back button for. https://github.com/costales/unav/issues/4 Thanks though for straightening out my thinking.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • What's this Edge merge anyway?

    19
    14 Votes
    19 Posts
    5k Views
    K
    @Fla Yes, that is an intentional change made by Canonical because they intend to use the left side of the indicators for menus. So far, no one implemented any menu so we can't see it in action yet aside from some experimentation by Dalton, I believe some months ago.
  • [Morph Browser] Explanation about Canonical in URL

    Moved
    12
    1 Votes
    12 Posts
    2k Views
    FlaF
    Just to be clear, this leaked nothing more that what your User Agent does. So your privacy was very fine. No requests at all were sent to canonical servers.
  • OTA-11 Call for Testing

    12
    0 Votes
    12 Posts
    2k Views
    LakotaubpL
    Give it a go and report back anything that seems odd or wrong. Thats what the request is for. The more info the better.
  • the future of the UI

    11
    0 Votes
    11 Posts
    2k Views
    dobeyD
    @arubislander said in the future of the UI: Even in the real world, I would be forced to do all the things you mentioned for myself if there was no one else to do them for me. Indeed. It's amazing how some people think that without corporations forcing us to buy products for convenience, we wouldn't be able to survive, despite humans having done so for many thousands of years prior to the industrial revolution.
  • 0 Votes
    42 Posts
    18k Views
    LakotaubpL
    I think this thread has run it's course. The answers are all in here somewhere the basic being. try at your own risk using the info available. So I am locking this thread. Thank you.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • OTA-10 call for testing

    30
    2 Votes
    30 Posts
    8k Views
    Mic_M
    And I have since some days vibration signals from the phone - without any sign on the phone. The teleports app is it. It is not showing something but giving vibration signals!?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • Anbox development

    12
    0 Votes
    12 Posts
    3k Views
    J
    Today I setup my machine with a new SSD and Ubuntu 18.04 and the depenencies worked flawlessly. But I still get the error with the "get_state" thing
  • architecture overview schemas

    3
    3 Votes
    3 Posts
    621 Views
    lduboeufL
    probably this topic should go to App Dev category ?
  • bandwidth counter for mobile data connection

    20
    3 Votes
    20 Posts
    4k Views
    M
    @uri even though this is an old revived thread, only to let you know I'm right now working to provide an app bringing such a capability. I'm facing right now some troubles but I'm along the way to solve all those and maybe soon I'll come out with a concept app. Only for your information, the approach in my app is to exploit the API QNetworkConfigurationManager. Matteo
  • libGLESv2S3D_adreno.so

    7
    1
    0 Votes
    7 Posts
    974 Views
    G
    Back at it. After pondering the aforementioned issue and the work-around, I stopped trying to understand that which I don't, and did what I know. I just made the appropriate folder in system-data, copied the existing libs there and added the libGLESv2S3D_adreno.so mkdir /userdata/system-data/vendor/lib cp -a /vendor/lib/egl/. /userdata/system-data/vendor/lib/egl Then added to fstab: /userdata/system-data//vendor/lib/egl /vendor/lib/egl none bind 0 0 then mount -a And the error disappears from logs... no idea if it makes a difference yet.