Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    10k Posts
    MoemM
    @oldbutndy said: Since you are working on the whole group, could you add WiFi Calling to every device page ? That's a change to the structure of the page itself. @sm-xcx is working on the contents of the page, which is a different thing. I'm not saying that your idea is bad, it's simply outside the scope of what they are doing.
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    UBportsNewsU
    Ubuntu Touch Q&A 185 is available in both blog and audio versions. https://ubports.com/blog/ubports-news-1/ubuntu-touch-q-a-185-3992 #UBports #UBportsQandA #Ubuntu #Opensource #MobileLinux
  • Discuss and solve problems with other users

    4k Topics
    29k Posts
    MoemM
    @ma Thank you, I will try that!
  • Community section for all languages other than English

    15 Topics
    66 Posts
    MoemM
    Vandaag was UBports, vier mens sterk, aanwezig bij de landelijke meeting van de NLLGG . We hebben vragen beantwoord, dingen uitgelegd en laten zien, er zijn toestellen geflashed met Ubuntu Touch... en ik heb een presentatie gehouden, waar positieve respons op kwam. Ook hadden we wat leuke weggevertjes meegebracht: pennen, keycords en natuurlijk stickers. We zijn van harte welkom om er de volgende keer weer bij te zijn en er zijn plannen gesmeed om een mooie samenwerking tussen UBports en de NLLGG op te bouwen. Naar mijn idee een prima match!
  • 2k Topics
    20k Posts
    P
    @Orangeknow universal problem, unless the snap has built in support for Maliit (the input stack used by UT and Sailfish OS), which is not many snap. The only hope for a fix is Mir 2.0, which is a proper Wayland compositor.
  • Discussions on development of Ubuntu Touch

    538 Topics
    6k Posts
    DJacD
    @Mario.CH yes, exacly that symptoms.
  • Discuss the user experience or design of Ubuntu Touch or its apps

    166 Topics
    2k Posts
    G
    @DJac there is still no question for the Q&A of today so this is your chance for the limelight
  • Creating Ubuntu Touch apps

    790 Topics
    8k Posts
    arubislanderA
    @oliv90454 seems you want to use your phone as a specialised appliance. This is possible with UT, it is Linux after all. But there are a few hurdles you would need to jump over. These are not short-conings of the OS, but design decisions based on target audience and function. Read-only root file system with atomic updates. You've already encountered this one. The reason for its existence is robustness and stability. Circumventing this by making the filesystem read/write is not a suitable solution because most devices don't have a lot of space to spare on the root filesystem anyhow. One way forward for you would be to install Crackle, which gives you access to thousands of packages in the nix repository, install pip3-env and from there proceed as you would on any other Linux environment. Writing an app is also a possibility, though it might be overkill for what you are trying to achieve. Whichever path you choose, you would then run into the second hurdle. Application lifetime cycle. As UT is primarily a mobile OS, so minimizing battery usage is very important. To help achieve this, by default, devices are in staged mode. In this mode only one user space app is active at a time. When an app ends up in the background, either because another app was activated, or the screen turned off, the app is suspended and it no longer executes any instructions. To work around this you could exempt the terminal app, or your own app, if you choose to write one, from suspension using the UTTT (Ubuntu Touch Tweak Tool) The last hurdle I can think of is more a physical limitation of the device. Unless you don't mind your battery degrading, because the device would be constantly plugged in to the charger, you would have to device a routine for charging and discharging the device. So all in all what you want is totally doable on UT. But if you think it is too much trouble there's always a more traditional distro, like Droidian, available for your device.
  • Porting Ubuntu Touch to new devices

    498 Topics
    4k Posts
    T
    What is your problem İnitrd failed or Lomiri start error
  • Lomiri, the operating environment for everywhere

    77 Topics
    630 Posts
    libremaxL
    @kaktux Hi, A lot of effort has been made to upstream Lomiri to Debian. So I think it may be the way to go for you. The following command is to use on Debian Sid/Trixie: apt install lomiri lomiri-desktop-session lightdm Source: https://ubports.com/lomiri
  • Discussion on translating Ubuntu Touch and its core apps

    61 Topics
    335 Posts
    lduboeufL
    said: Hello, With the next calendar-app release coming, a bunch of new strings are waiting to be translated, thanks for looking into it: https://hosted.weblate.org/projects/lomiri/lomiri-calendar-app/ Lionel oops forgot to mention the forum post about it: ( arf can't paste the link here), look into category OS->Call for testing: calendar-app)
  • A place to discuss ideas for promoting Ubuntu Touch

    57 Topics
    731 Posts
    O
    @Moem yeah ... that is why I replied to MarcelloTogg - to see if cups WORKED for them, or they WANTED cups to work for them.
  • Other Projects

    Projects which are started by a group within the UBports community

    70 Topics
    404 Posts
    DJacD
    I juste tried on linux-mint : no problem. so, it comes specificaly from Debian distro (and not here daugthers)
  • For things that just don't fit in the other categories.

    893 Topics
    5k Posts
    K
    @MrT10001 Thank you sincerely. It's as well to rule something out at once, as hit the wall inevitably! About adb&fastboot from the UT terminal, though, any such barrier there? KJU