Subcategories

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

    4 Topics
    12 Posts
    K
    @Alain This featute isn't in UT/Lomiri yet. Simplest way is to make something like a home screen app and there are some that exists already like Launcher Modular. Not sure they have app groups though. You can contribute to them if you don't want to make your own. However, they obviously act like a normal app. Best you can do is pin it to the Launcher for easy access. Or you can contribute to Lomiri and implement it in the App drawer which definitely needs some love There's even a bounty for it so there's money to get
  • Discuss and solve problems with other users

    94 Topics
    674 Posts
    pparentP
    https://forums.ubports.com/topic/11532/signal-ut-signal-desktop-for-ubuntu-touch
  • 153 Topics
    1k Posts
    K
    Hi Zaito, so sorry for delay, I have only just logged on in ages. I tested it on GS5 only - installed UT 24.04 because it was the only way to make phonecalls when 3g packed up. Nothing I did enabled Waydroid to persist. Meaning that if waydroid was closed for any reason, you couldn't reboot it without a completely fresh installation. This rectified in June with a new UT update. Everything works well in both UT and Waydroid with one exception; there is no clipboard on waydroid. Which means you cannot copy or paste anything in any circumstances. If I need waydroid copy facilities I have to use another phone running UT20.04. Hope all is well.
  • Accessibility question

    Moved
    1
    0 Votes
    1 Posts
    128 Views
    No one has replied
  • android-gadget-service

    Unsolved
    4
    0 Votes
    4 Posts
    547 Views
    TheBirdT
    @hunter616 Have a look over here: https://forums.ubports.com/topic/9487/usb-tethering-windows-driver?_=1699461580620 You are looking for usb_moded. This works fine when your dekstop is Linux. On your phone go to the terminal: usb_moded_util -c rndis //activates USB Tethering On your desktop go to the terminal: ip a Now you'll see an usb0 in the list. In my case the desktop connects to the phone and I have an internetconnections throuh the phone. usb_moded_util -m //gives a list of all modes you can choose from usb_moded_util -c mtp_adb //default mode for adb and charging usb_moded_util -c rndis //activates USB Tethering etc.
  • Change default font

    Moved
    8
    0 Votes
    8 Posts
    833 Views
    arubislanderA
    @Vistaus, Ah, OK. I see on the devices page that @TheKit is a Maintainer of this port. Maybe they know how to help you achieve your goal.
  • Program for resize / partition of your Ubuntu Phone to 6G!

    2
    1 Votes
    2 Posts
    423 Views
    N
    @RadioMick Thanks on my Redmi Note 9 pro i get this phablet@ubuntu-phablet:~$ df / Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/system 3026216 3000464 0 100% / phablet@ubuntu-phablet:~$ Although I didnt install too many packages. How to fix this ? Thanks
  • Can operators turn off carriers, your mobile internet?

    Solved
    8
    0 Votes
    8 Posts
    667 Views
    K
    @Rinkeby Okay, than I misunderstood the solution.
  • SSH to Pixel3a Focal

    Solved
    8
    0 Votes
    8 Posts
    592 Views
    J
    @Keneda Yes you are right, pleae apologizy the misprint, it should be service ... Summarizing the procedure is as shown in https://docs.ubports.com/en/latest/userguide/advanceduse/ssh.html: chmod 700 /home/phablet/.ssh chmod 600 /home/phablet/.ssh/authorized_keys chown -R phablet:phablet /home/phablet/.ssh and after this modification, stop and restart of the ssh-server sudo service ssh stop sudo service ssh start systemctl status ssh
  • Teleports

    Solved
    5
    0 Votes
    5 Posts
    526 Views
    MrT10001M
    @TheBird I had already got a telegram account, so it may be the reason you had.
  • Background of Address-book App (Contacts App)

    Unsolved
    2
    0 Votes
    2 Posts
    261 Views
    lduboeufL
    @iqrajaved said in Background of Address-book App (Contacts App): Hi I am now working on the address book app and cannot find where to change the background of this app on the page where the contacts are shown. I have successfully figured out the Contacts Delegate and changed the background of where the name is written. But cannot find how to change the background of the whole page. Thanks Then it has a default background according to system Theme. you can override it with backgroundColor i guess as a Mainview property or i don't remember which one
  • Volla X23 Won't Boot After Switching to Development Channel

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    P
    @deathmist My apologies for the very late reply but to answer your original question you had actually helped me through email earlier in the year in fixing this with that config. Thank you !
  • ubports installer stuck

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    LakotaubpL
    @coffeecatharine Also check the 3asection of the forum for advice on installing.
  • how to play audio in the background

    Unsolved
    11
    1 Votes
    11 Posts
    1k Views
    T
    Anybody able to listen to Spotify in the bacground while the phone is a sleep. If so, what kind a phone are you using?
  • transfer files from Meizu MX4 to OP6

    Moved
    1
    0 Votes
    1 Posts
    185 Views
    No one has replied
  • I want to remove android os on google pixel 3a

    Solved
    5
    0 Votes
    5 Posts
    486 Views
    C
    @arubislander ok. thank you! i'm mainly interested in programs that could run that update google about device usage
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • No wired audio device

    Unsolved focal fp4
    4
    0 Votes
    4 Posts
    672 Views
    A
    OS version UT 20.04 OTA-2
  • How can I edit file in /etc folder on UT 20.04 (Focal)?

    Unsolved
    3
    0 Votes
    3 Posts
    451 Views
    A
    Does not sudo nano /etc/deviceinfo/devices/halium.yaml work? Or using chmod does not help?
  • Link to Camera App in ubuntu touch

    Unsolved
    2
    0 Votes
    2 Posts
    276 Views
    lduboeufL
    @iqrajaved The appid list can ve obtained with lomiri-app-launch-appids For camera app it is camera.ubports_camera_4.0.3 so maybe with camera.ubports_camera it will work
  • USB tethering - Windows driver

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    G
    Use usb_moded_util to switch between USB modes, for example: usb_moded_util -c rndis //activates USB Tethering usb_moded_util -m //lists supported modes usb_moded_util -h //to get help
  • UBports try to reboot in fastbootd

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    B
    @fairose Great I am happy that it worked for you. Hope you enjoy UT.
  • SSH access via 3G

    Moved
    3
    0 Votes
    3 Posts
    283 Views
    M
    @kugiigi I have already tried this. Still doesn't work. I think, it must be forwarded from 3g interface to "local". But I don't know how to do this. (i mean local intarface)