• 0 Votes
    6 Posts
    467 Views
    pparentP
    @arubislander said: Although, to be fair the creator of the WhatsNew app has taken measure to suspend the app when it looses focus as well I've not done that specifically in whatsnew. What happens is that normally when an electron app is not anymore in foreground it goes into a "throttling" mode meant to keep operating the website but with lower resources. This is a feature from chromium. That being said I have no idea why XWayland/electron apps don't get suspended by default. For Signal UT or Whatsnew it is handy to get background notifications though. The behaviour encountered by @smobilesoft (high CPU usage) is not normal , I've not been able to observe it myself, and it seems since he reinstalled the app it has gone. So this is a bit strange.
  • Node.js/npm fort Apps/Games

    App Development
    9
    0 Votes
    9 Posts
    791 Views
    G
    @Homer in any language you can shell out to systemctl --user stop myserv - or use a systemd api if your language has a module for that. Edit: forgot 2 things: whatever you use (node.js or anything) the way to go to run a server process in your app is with a systemd user service. the code I provided is just an example. For your app you will have to pick carefully where you set your data, not straight under the root like I did. Probably under .local for persistent data or under .cache for transient data.
  • Morph, can't login on some pages

    Unsolved Support
    10
    0 Votes
    10 Posts
    512 Views
    F
    @projectmoon said: Though in general, I don't see many payment sites asking for your password at time of check-out, at least once you're at the payment screen. eh, maybe I didn't pay attention on this and only sms-code is sufficient. I have to check it. I'll have to dig into waydroid, but maybe some time in the future - hey, it is not so begginer stuff, right? Thanks for help and nice chat!
  • Unlock Bootloader – How To Unlock?

    Lenovo
    10
    1 Votes
    10 Posts
    2k Views
    F
    @formel Thanks for reply, fortunately I don't need to recover android (11) right now, asking just in case. I'll use lenovo recovery if needed.
  • Snap apps - Scaling

    Unsolved Volla Tablet
    6
    0 Votes
    6 Posts
    487 Views
    J
    @gpatel-fr I feared you'd say that. But I thought I ask anyway. Nevertheless, thank you so much! Yet, that helped me a lot.
  • Ubuntu Touch Q&A 187 Saturday 4th April 19:00 UTC

    Locked News
    1
    0 Votes
    1 Posts
    277 Views
    No one has replied
  • Back to standard Android...??

    Xiaomi Redmi Note 7
    10
    0 Votes
    10 Posts
    856 Views
    M
    @MrT10001 Thanks for the tips/replies. I'll get back to you in a moment and let you know...
  • Cant install Whatsapp or Signal on Waydroid

    Waydroid
    14
    0 Votes
    14 Posts
    3k Views
    L
    This issue had to do with signalcaptcha not working correctly so I was never verified account (that's why message not delivered). Fix was not use Brave Browser (ad blocking), DNS flush and turn off VPN. Then signalcaptcha worked, properly verified and now it is working. I'll leave this info here just in case others encounter this issue.
  • Default encryption for kernel 5.4.* phones?

    Devices
    2
    0 Votes
    2 Posts
    356 Views
    messayistoM
    @bubblemind maybe @fredldotme can say?
  • 0 Votes
    12 Posts
    2k Views
    B
    @Pandolin hi Pandolin, I am trying to put VollaOS on my Quintus from Ubuntu Touch as well. Could you point me to any directions / help with this?
  • what is UT's stance on forced ID compliance?

    General
    6
    1 Votes
    6 Posts
    542 Views
    developerbaymanD
    @MrT10001 lol when you say sanctioned immediately im thinking of nintendo and that emulator they made shut down ....it was like the most forked repo at the time or something like that
  • Noble bluetooth issues

    Volla Quintus
    1
    0 Votes
    1 Posts
    248 Views
    No one has replied
  • Noble bluetooth issues

    Volla Phone
    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • Help needed with VP22 Noble Experience and Volte status?

    Volla Phone 22
    6
    1 Votes
    6 Posts
    511 Views
    D
    @sm-xcx For each smartphone model, I believe that in the case of Volte, the experiences can really vary from one telephone operator to another. The UT channel is also important. So saying in "crude terms" whether it works or doesn't work makes little sense.
  • *WIP* [port] orange pi 5 original

    Porting
    14
    1
    0 Votes
    14 Posts
    843 Views
    developerbaymanD
    the opi 5 build uses the same script for my x86_64 version currently i still have not tested the opi5 version just the x86_64 version so idk UT build script: https://drive.google.com/file/d/1psGjDJQ40fcwWYlxNBS_0QZW_Tpne4ZU/view?usp=drive_link
  • Questions specific to gestures..."back"

    Design
    21
    0 Votes
    21 Posts
    2k Views
    CiberSheepC
    @danfro is significative that users only have issues with the app back button, but not with any other ones that are in the same position (menu in TELEports for example). The camera issue that you are could be solved with the proposition I did for the terrible design that is the notch thing. But I can't be sure as I don't know the model. Here also comes handy to be able to use the device upside down like the Poco. Also, let's remember that UT is not thought for mobiles, but for all devices.
  • Phone and Tablet Models for ubuntu touch

    Design
    32
    1
    12 Votes
    32 Posts
    38k Views
    L
    Hi, I have added the nothing phone 1 "artwork" in gitlab project This image is licensed under "Creative Commons License". You are free to use it as per the terms of this license [image: 1774722151462-nothingphone1.png]
  • 0 Votes
    19 Posts
    990 Views
    arubislanderA
    @lsitongia I had missed the part where you said you were testing PR packages on the device.
  • GPS positioning stops working after a random duration

    Moved Unsolved Support
    16
    0 Votes
    16 Posts
    2k Views
    S
    @gpatel-fr No, I haven't. The UBPorts code definitely has some stuff related with that (dating from the ubuntu era...), but I have not spent time looking into it. I looked into geoclue2 as reported in this other thread, and realized that what is described there only uses wifi or cell; Geoclue2 does not switch to gps afterwards because it connects to gps chips through modemmanager while UBPorts manages the modem with ofono instead... I believe it would be easy to make a geoclue2 plugin for lomitri-location-service to first get a quick inaccurate location from local networks through geoclue2, with lomitri-location-service later automatically switching to gps when a fix becomes available. Of course, a working native AGPS lomiry-location-service implementation would be cleaner and preferable (geoclue2 is essentially duplicating the functionality of lomiry-location-service). What I'd also like is to have gps apps continuing to receive fixes when the screen is off. I would very much like activitytracker to be able to record tracks, or PureMaps continuing to give routing voice indications while cycling, without the present unnecessary screen-on battery drain.
  • Unable to connect to telnet when attempting to port to LG V30

    Porting
    2
    0 Votes
    2 Posts
    207 Views
    H
    I have tried to get help from the ubports_porting telegram group,but automatically kicked and blacklisted due to my pastebin link