Subcategories

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

    8 Topics
    37 Posts
    nbdynlN
    @sm-xcx Hey xcx, how far are we with this project? what is still requirered to finish this project?
  • Discuss and solve problems with other users

    99 Topics
    690 Posts
    H
    The issue was me not having a screen lock passcode defined. Not sure if this is the best way to approach this, a settings page for editing user information (including name and root password) would be useful, that one could then opt out for the screenlock.
  • 166 Topics
    1k Posts
    P
    @Moem Looks promising, It could be just what I need. Thank you!
  • Dimming the display without locking

    11
    0 Votes
    11 Posts
    3k Views
    N
    @AppLee It's a good theory. But, as you said, I'm not interacting with the phone. It's locked, sitting on a shelf. No notifications are coming in and the device isn't being touched. I think there must be a service or background job that is causing the phone to "wake up" or adjust screen settings. Just need to track down what it is.
  • Keyword search in the agenda app

    Solved
    3
    0 Votes
    3 Posts
    725 Views
    U
    @lduboeuf Thanks.
  • How to change Device name?

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    SalahS
    @kugiigi said in How to change Device name?: I strongly AGREE with you by stating "Maybe this should be in the settings" to become by default feature.
  • Removing Contact's Photo Without Deleting Contact's Itself

    Moved
    3
    0 Votes
    3 Posts
    488 Views
    SalahS
    @lduboeuf Sure I will file a bug.
  • ssh to pixel 3a - recv - from CB(2) ERROR:108, io:000002BDD6F3FB70

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    MrT10001M
    I had this once or twice SSH to my OpenmediaVault Nas/servers. The problem is usually the Firewall on the Windows side. See here - the error being : kex_exchange_identification: read: Try disabling your Windows firewall when SSH to the device and hopefully it should connect. If you have too many SSH connections it will do the same. Windows........
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Selfsigned Certificates by a self-managed Certificate Authority

    Unsolved
    3
    0 Votes
    3 Posts
    540 Views
    H
    @arubislander Thanks mate, I check this out.
  • Call block?

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    D
    @AppLee Of course, all your warnings are fair and normal. That said, only competent people can examine the code and report or correct flaws. I simply recognize that a developer dared to launch a call blocker with a user interface, something long awaited.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Installer backup function

    Solved
    5
    1
    0 Votes
    5 Posts
    882 Views
    U
    It turns out that the backup functionality was never pushed to the official installer.
  • Some issues after installation

    Moved
    3
    0 Votes
    3 Posts
    482 Views
    C
    @wayward Hi, I have a volla x23 too and also I have a list of my known problems and mistakes. Your problems are not there, but that probably depends on the life situation, I do not drive a Ford, for example. I'm waiting for ubuntu touch 24.04 in the next year to submit all my bug reports. For Focal 20.04. is probably not being worked on this anymore. By and large, I get along. I also use my X23 as a daily driver. Good luck!
  • 5 Votes
    2 Posts
    884 Views
    stanwoodS
    @arubislander Thank you for this wise advice! I guess, that in case of trouble, it would be more suitable to use "Ubuntu Touch Tweak Tool" to erase cache and app data, instead of simply uninstall the app as you well explained. That said, I never experienced any issue with a core app
  • Music app crashes on last RC (for OTA-7)

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    arubislanderA
    @domubpkm No, because the app has access to the whole SD card. And also a few more directories in your home folder. You can check which those are by examining the permissions of the Music app as listed in the Open Store.
  • Dekko 2 icloud SMTP Settings

    Unsolved
    2
    0 Votes
    2 Posts
    385 Views
    MrT10001M
    @E2024 Have you got an app password from Apple? If I remember correctly due to two factor authentication, if not on an Apple device, this is required. I have got it working on Dekko, Dekko 2 and Microsoft Outlook as well as my Android phone. I haven't used it in a while (not an Apple product fan), but it still works.
  • md5sum or sha256sum for installer

    Solved
    4
    0 Votes
    4 Posts
    604 Views
    U
    Thanks @MrT10001. It is indeed on GitHub: $ cat ubports-installer_0.10.0_linux_amd64.deb.sha256 a530f8fbb867b07aafdabf06459b2ffec5f64202a56f13bf87ca0c225b5b1189
  • error while installing lomiri-systems-settings

    Moved
    23
    0 Votes
    23 Posts
    7k Views
    danfroD
    @lduboeuf Not sure if I may need to "reset" my lxd images. There might be something wrong there? The debian control is pulled from the repo, right?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Using snapz0r

    Solved
    5
    0 Votes
    5 Posts
    973 Views
    O
    @AppLee Thanks for the fullsome response!
  • Recover Authenticator NG settings from recovery mode

    Solved
    2
    0 Votes
    2 Posts
    359 Views
    K
    Reply to myselves and all others in same situation: open adb shell to the phone with the new installation Go to the Authenticator NG folder: cd ~/.config/authenticator-ng.dobey Rename the current config file, in case you want it back later: mv authenticator.conf [newname] exit ADB Push your saved authenticator.conf to the reight location on the new installation: adb push [local path/authenticator.conf] /home/phablet/.config/authenticator-ng.dobey
  • Broadcast cell id.

    Unsolved
    3
    0 Votes
    3 Posts
    577 Views
    C
    @lduboeuf said in Broadcast cell id.: @Carlos said in Broadcast cell id.: Hello, how can i list the broadcast cell id that is available on phone location? Thanks. Hello, With this script: /usr/share/ofono/scripts/get-serving-cell-info Thanks, i will give it a try.