子版面

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

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

    5
    0 評價
    5 貼文
    663 瀏覽
    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 評價
    11 貼文
    1k 瀏覽
    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 評價
    10 貼文
    3k 瀏覽
    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 評價
    1 貼文
    276 瀏覽
    尚無回覆
  • Call for testing: A new way to ignore your problems

    11
    2 評價
    11 貼文
    1k 瀏覽
    U
    Thanks, everyone. We've merged this change and the fix should appear in tomorrow's images.
  • privacy: randomizing MAC

    1
    0 評價
    1 貼文
    278 瀏覽
    尚無回覆
  • Why isnt their a universal Jump-Back type button/gesture? ↰ ↢ ↶ ↩ ⃪⃔

    4
    1 評價
    4 貼文
    728 瀏覽
    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.
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    1 瀏覽
    尚無回覆
  • What's this Edge merge anyway?

    19
    14 評價
    19 貼文
    5k 瀏覽
    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

    已移動
    12
    1 評價
    12 貼文
    2k 瀏覽
    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 評價
    12 貼文
    2k 瀏覽
    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 評價
    11 貼文
    2k 瀏覽
    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.
  • Set partition sizes when flashing

    已鎖定 partition sizes resizing root partition flashing installing
    42
    0 評價
    42 貼文
    18k 瀏覽
    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.
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    10 瀏覽
    尚無回覆
  • OTA-10 call for testing

    30
    2 評價
    30 貼文
    8k 瀏覽
    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!?
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    11 瀏覽
    尚無回覆
  • Anbox development

    12
    0 評價
    12 貼文
    3k 瀏覽
    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 評價
    3 貼文
    621 瀏覽
    lduboeufL
    probably this topic should go to App Dev category ?
  • bandwidth counter for mobile data connection

    20
    3 評價
    20 貼文
    4k 瀏覽
    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 評價
    7 貼文
    975 瀏覽
    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.