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
  • Simple backup once more...

    7
    5 Votes
    7 Posts
    2k Views
    R
    @Flohack I get symlink errors with pull user-data, but I found this solution and it works: Consider this my "log" how I've transferred data from phone to phone (worked between two nexus 5 devices) without SD card I hope it will be helpful for somebody - but I've basically used combination of two methods described before plus some man pages NOTE: both devices have ubports image installed and are prepared for adb access () SOURCE DEVICE After connecting source device on PC commands in terminal as follows: Reboot phone into recovery: adb reboot recovery Acquire root: adb root Activate shell: adb shell (command prompt will change to # sign) Backup system-data (this will also create log files, that can be examined for possible errors) : tar -czpv -f /system-data.tgz /data/system-data/ >/system-data.out 2>/system-data.err NOTE: I've just put these files into root directory and it went just fine and pulled just one file into connected computer since adb has much better chance to transfer one big file without errors than many small ones logout from shell to your terminal (Ctrl+D) NOTE: I am assuming computer is linux with root access etc. this sub-step can be done before step 3 5.1 go to directory where backup data are to be stored in PC (using cd and mkdir commands) transfer data from phone to PC adb pull /system-data.tgz 6.1 it is good idea to have logs copied too adb pull /system-data.out and adb pull /system-data.err but it is not necessary steps 3. to 6. repeat but with user-data instead of system-data excluding .cache folder (so commands will look like tar -czpv -f /user-data.tgz /data/user-data/ --exclude='data/user-data/phablet/.cache' >/user-data.out 2>/user-data.err, adb pull /user-data.tgzetc.) NOTE: data which can be transferred by MTP should be moved that way since process of packing can take quite long for user data and may even stop/fail (e.g. not stopping process, just waiting and overheating battery, because all outputs are transferred to log files) if there is not enough space for package DESTINATION DEVICE Reboot phone into recovery: adb reboot recovery Acquire root: adb root Push archived data from PC to phone (root folder) adb push ./system-data.tgz / and adb push ./user-data.tgz / NOTE: in case of failure pushing both files and then unpacking both in adb shell it is possible to work the process "per partes" so following steps 4. and 5. will be done after each push and removing archive from phone (rm ./system-data.tgz in adb shell and then returning by Ctrl+D to PC shell) Activate shell: adb shell (command prompt will change to # sign) Extract archives tar -xzv -f /system-data.tgz and tar -xzv -f /user-data.tgz Restart phone, unplug, recharge (battery will be probably rather low ) check data and switch SIM card PS: After finishing and documenting the process, I'we found out that WiFi settings has not been transferred to destination device those must be somewhere in .cache folder then (I don't really mind, messages, apps, contacts and other settings are quite enough for me). It's form this thread: https://forums.ubports.com/topic/1683/migrate-data-from-device-to-device/21?_=1595872454998
  • UT is calling "Home"

    privacy
    30
    0 Votes
    30 Posts
    8k Views
    dobeyD
    If you think there is an issue, and aren't a developer, then simply open an issue in the issue tracker, and let the developers deal with it. Constantly repeating and making nonsense analogies in some attempt to try to force others isn't helping anyone. There is no "Home" in this respect, and having NTP and a connectivity check hosted at an Ubuntu sub-domain are not threats to your privacy. If you think they are, then block the connections yourself on your own system and be done with it. Make merge proposals to make it more configurable. Do something other than just sitting here repeating the same tired analogy trying to force us into your point of view.
  • DRM driver - Fedora(pinephone)

    3
    0 Votes
    3 Posts
    709 Views
    E
    Thank you, but I'm not so sure... The Ubports version is changed compared to standard version... Particularly when it come to this function's return value... So I'm hoping the ubports change is what I need. So I'm now trying to compile ubports version of mir... And the try it (but it's a lot to compile and there are include files missing)... So it takes a while.... So I try that first, before venturing into the kernel.
  • Help with the Notes application

    4
    0 Votes
    4 Posts
    530 Views
    mihaelM
    @CiberSheep Yes, thank you!
  • Call for testing: Updated Pulseaudio & better Bluetooth headset support

    30
    8 Votes
    30 Posts
    9k Views
    mihaelM
    @Flohack @peat_psuwit I believe I got this new version in the rc update from this morning. Thanks to everyone for the amazing job pursuing this... I'm still patiently waiting for my Pro5 to work without noise for bluetooth calls... Again, great job!
  • Base Ubuntu Version

    4
    1 Votes
    4 Posts
    2k Views
    libremaxL
    @db579 Some informations are here : https://github.com/orgs/ubports/projects
  • work on media-hub

    9
    7 Votes
    9 Posts
    1k Views
    T
    @wdehoog Podbird on OnePlus One I guess it could be app specific - will double check with other apps to see if it's the same behavior
  • Compass in Device Checklist

    12
    1 Votes
    12 Posts
    2k Views
    jezekJ
    @dobey said in Compass in Device Checklist: @jezek said in Compass in Device Checklist: Abstraction on what level are you talking about? In qtubuntu-sensors. Thank you for reminding me. I forgot, there is already an issue opened on this.
  • SNAPD for snaps...how to? also...flatpak or appimage?

    2
    1 Votes
    2 Posts
    923 Views
    dobeyD
    There are many issues around being able to support snaps or flatpaks. For appimage, it could perhaps work via libertine depending on the app, at least on a very basic level. You likely would need to manually create a .desktop file inside libertine container, to get proper icon and launch the app from the app drawer, though.
  • UT and maps program/GPS in the USA.

    17
    0 Votes
    17 Posts
    2k Views
    AppLeeA
    @potet said in UT and maps program/GPS in the USA.: GPS providers Not here to correct anything, just to share The GPS providers are providing the GPS chips in our phones. For cartography, you there are several providers for: maps (vector data representing features: roads, buildings, etc.) tiles (the visual components of maps). geocodes (names for features like addresses or road names which allows to search something in a map) The first one is served by OSM, the second one is usually a third party service provider and the last one can be nominatim which is a services provided by OSM but can also be part of the third party provider. Navigation is another service that third party can offer and is able to resolve how to join two different locations. Hope it can help someone to figure things out or better understand this complex world.
  • Generic USB Display driver

    3
    2 Votes
    3 Posts
    2k Views
    poVoqP
    https://www.phoronix.com/scan.php?page=news_item&px=Generic-USB-Display-Driver-V3 Looks like this is actually happening and coming to Linux Kernel 5.9 / 5.10 Sadly unlikely that it could be backported to ancient 3.x kernels though.
  • 3 Votes
    19 Posts
    4k Views
    PhoenixLandPiratP
    @ell1e said in Any plans to have encryption as an option in future Ubuntu Touch installers?: All I'm hearing is excuses, to be honest. "It's not perfect, so that makes it fair to not provide it." No, I don't think it does. Sounds like you might want to get some hearing aids then Home folder encryption would already help a lot as you say, but is that in the installer? It should be then You're more than welcome to work on it
  • Text selection in different apps

    apps keyboard
    8
    0 Votes
    8 Posts
    2k Views
    budrzB
    @kugiigi yeah that's what I'm referring to. I couldn't think of the phrase.
  • A possible Dash replacement

    51
    8 Votes
    51 Posts
    24k Views
    KenedaK
    Maybe it would be a good thing LM and Sprint dudes to work together.
  • OTA-12 call for testing

    Moved
    57
    3 Votes
    57 Posts
    19k Views
    FlaF
    @TobsEnd I also have this problem since a few months in devel.
  • ofono update for OTA-13 ?

    4
    0 Votes
    4 Posts
    628 Views
    flohackF
    @lduboeuf I dont think anything is in upstream for that, because they never supported RIL properly there. That was the reason for the fork but the ril driver was never upstreamed then. So I think we need to hack into this on our own...
  • deb, rc: issue switching screen off

    5
    2 Votes
    5 Posts
    707 Views
    P
    Short feedback: Power button works as expected with 2020-W16 snapshot. Thank you!
  • Bluetooth file transfer testing

    Locked
    6
    2 Votes
    6 Posts
    3k Views
    AppLeeA
    This is an old thread now locked. If you have a question related, please start a new one you can always refer back to this if needed.
  • howto install linux-headers

    9
    0 Votes
    9 Posts
    3k Views
    hankschwieH
    @dobey Ok, thanks. Then I'll have to wait 'til someone fixes this.
  • Ringer volume lock.

    2
    1 Votes
    2 Posts
    285 Views
    AppLeeA
    @Reload Hi, You mean that the volume is lowered on its self ??? Or do you want a feature to prevent accidental modification of the volume setting ? The volume can be set at any time (even phone locked), so accidental modification is possible. I don't have this issue thanks to a phone case protecting the buttons. And personally I like to be able to adjust the volume whenever I want. But I guess this should be considered. But I'm afraid that if accepted it won't be a priority except if someone steps in and propose a PR.