Subcategories

  • This section is specifically useful for new contributors on the project

    7 Topics
    27 Posts
    libremaxL
    @wqyeo There is a telegram group dedicated to quality assurance: https://t.me/ubports_qa_team Hope it may be useful for you
  • Discuss and solve problems with other users

    97 Topics
    685 Posts
    B
    apache2 is not installing as far as I can tell. I have developed an entertainment website - home server - that I would like to put on the device to watch movies and listen to music on a memory stick. Thanks PS: separately - suggest you check the meaning in French for 'Libertine'.
  • 159 Topics
    1k Posts
    MoemM
    @malditobastardo That's great. How does one do that, please?
  • Problem bluetooth on Nexus 6p

    3
    0 Votes
    3 Posts
    528 Views
    flohackF
    @sagrotan the App might be 32bit-only. I am afraid there is no other way to transfer files, sorry. And Bluetooth in general isn´t great on UT, thats not a direct fault of the device
  • recover when locked out

    8
    0 Votes
    8 Posts
    1k Views
    K
    @kugiigi Anyway, I'm back in, thanks a lot for your tip :beaming_face_with_smiling_eyes:
  • Notifications and waking up

    11
    0 Votes
    11 Posts
    2k Views
    LakotaubpL
    @saveurlinux You may be better off starting a new thread as this thread is very old and the issues involved have probably been fixed by now for their device. Also could you add what update channel you are on. The screen should wake up automatically. You could try moving to another update channel from system settings and see if that fixes it or reinstall the channel you are on from the installer (please don't select the wipe option).
  • Redmi Note 7 Lavender Install Issue

    4
    0 Votes
    4 Posts
    686 Views
    R
    Actually that makes a great deal of sense s I've been checking daily hoping for an installer for the Redmi Note 7. I just saw one on the Devices page yesterday so you could well be correct. Thanks
  • Connect Ubuntu Touch Smartphone to Ubuntu Computer

    Solved
    9
    1 Votes
    9 Posts
    4k Views
    AppLeeA
    @steffi Glad it worked out. Can you try the "Topic Tools" menu to "Ask a question". And then use it again to "Mark as solved". It might help others find the solution to a similar problem. If you are not yet allowed to do so, let me know and I'll do it for you.
  • Switch back to android on Redmi note 7

    1
    0 Votes
    1 Posts
    196 Views
    No one has replied
  • Music app && Bluetooth

    2
    0 Votes
    2 Posts
    392 Views
    poVoqP
    See: https://forums.ubports.com/topic/5152/music-app-bluetooth-and-3-5mm-headphone-jack-controls Seems like the Bluetooth controls are not yet implemented, but hopefully it should come soon.
  • Bugs

    6
    0 Votes
    6 Posts
    826 Views
    TotalRandoT
    @TotalSonic I used to do Uber and Lyft. I've been using it as a test case. It's good on data. (Maybe Wifi, drivers cancel and I wasn't charged this time.) The browser app isn't as good as the main app-- but it's good enough. I bought a Nexus 4 for $35 to have an Ubuntu phone. This'll work till we make it better!
  • Swap space reduced?

    Moved
    12
    0 Votes
    12 Posts
    2k Views
    dobeyD
    @darkeye Not all devices have external SD card support. And well, you immediately lose 1GB of storage by reserving it for swap, anyway.
  • BQ E 4.5 OTA and Musicplayer problem?

    2
    0 Votes
    2 Posts
    420 Views
    ?
    @Chim Hi and welcome! I don't know what type of files plays the Music Player, but you can convert the files to the format that is playable. Regarding the version: if you are on stable and no OTA updates are available than you're good. You can check that in Settings/Updates/Update settings and change to RC, dev or stable accordingly.
  • Data monitor questions

    3
    0 Votes
    3 Posts
    250 Views
    C
    @matteo Thanks Matteo. I think I now know what a daemon is. I have wifi data usage recorded. Next time I get a mobile signal I can test if that records as well.
  • ubports installer - logfile: interesting behaviour

    2
    0 Votes
    2 Posts
    690 Views
    flohackF
    Hi, you can put feature requests here: https://github.com/ubports/ubports-installer/issues. In general, installation is never stuck for half an hour except you got a slow internet, its basically downloading 500MB of data the firt time you use it, for each channel. If you install devel for example, every day there would be a new image, so the installer will fetch that.
  • Noob Redmi 7 question

    8
    0 Votes
    8 Posts
    594 Views
    T
    @mixamatchi I'm very happy if it was helpful for someone, it's the first time for me in any forum! Enjoy UT.
  • 0 Votes
    13 Posts
    873 Views
    OpolorkO
    @AppLee Nice!
  • Fairphone 2 (FP2), Camera-flashlight doesn´t work

    5
    0 Votes
    5 Posts
    520 Views
    E
    @Fla awe nice !!!
  • Forum spam errors

    10
    0 Votes
    10 Posts
    2k Views
    AppLeeA
    @MonCon Good news, you just needed more experience on the forum.
  • Unable to install Anbox on BQ Aquaris M10 FHD

    4
    0 Votes
    4 Posts
    1k Views
    D
    @lalu said in Unable to install Anbox on BQ Aquaris M10 FHD: The problem seems to have to do with / and /dev/loop0 but I don't know how to advance from here. Any hint is appreciated. I've never touched a M10, but from what you show (loop0) your root filesystem is mounted from a .img file and not from the system partition. The Nexus 7, which I have, is also like this. It is very easy to resize the .img file and get a larger root filesystem. I don't have it around right now to double check, but as far as I remember, I do this: boot to recovery, adb shell, to get into it and then resize2fs /data/ubuntu.img 4G to increase the size to 4 gigabyte . Of course, if you break it you get to keep the pieces, so make your own decisions wrt backups, and worst case fall back to reinstalling with the installer, which should always work
  • Making AppImage Executable?

    Moved
    3
    0 Votes
    3 Posts
    411 Views
    TotalRandoT
    @dobey Thanks for the quick answer. I only wanted it because I wanted an email client and was somewhat slow in realizing there already was one.
  • backup complete device

    12
    0 Votes
    12 Posts
    4k Views
    R
    @rom4nb Actually I solved to restore my backup. Here's how I did it: install UT on new device setup SSH between Desktop and UT device (instruction e.g. here (in German): https://wiki.ubuntuusers.de/Ubuntu_Touch/Terminal/#SSH ) create folder to mount UT root with ssh: mkdir ~/UPhone-Home mount UT via SSH on Desktop: sshfs phablet@IP_ADRESS_PHONE:/ /home/$USER/UPhone-Home/ on Desktop: cd into directory with BUDS backup: cd ~/buds/backup/DATE/ on Desktop: start restore of data with: tar -xf BACKUP.tgz -C /home/$USER/UPhone-Home/home/phablet/ It runs through and all data is restored in the correct path. E.g. when there is a file in the tgz: /./Music/Track1.mp3 it will be correctly restored in /home/phablet/Music/Track1.mp3 So this issue here seems not to be a problem: https://github.com/popey/buds/issues/10
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied