Subcategories

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

    7 Topics
    1 Posts
    DiogoD
    This Category is for those starting to contribute for the UBports Project and Community. By contributing, we mean doing things like: coding quality assurance (testing, bug reporting and validation, etc...) translations app development and maintenance writing and validating technical documentation and user manuals UBports social media and marqueting etc... If you want to contribute in these ways or others and have questions about it, like how to get started, where can you find information, please leave your questions in this category and we will try to answer them the best we can.
  • Discuss and solve problems with other users

    91 Topics
    646 Posts
    C
    If I try to create an container i get this after it downloaded everthing: ... I: Extracting passwd... I: Extracting perl-base... I: Extracting procps... I: Extracting sed... I: Extracting sensible-utils... I: Extracting sysvinit-utils... I: Extracting tar... I: Extracting util-linux... I: Extracting zlib1g... I: Installing core packages... W: Failure trying to run: chroot "/home/phablet/.cache/libertine-container/firefoxcontainer/rootfs" dpkg --force-depends --install /var/cache/apt/archives/libc6_2.31-0ubuntu9_arm64.deb W: See /home/phablet/.cache/libertine-container/firefoxcontainer/rootfs/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libc6_2.31-0ubuntu9_arm64.deb is at fault) ChrootContainer.py:94: ERROR: create_libertine_container(): Failed to create container libertine-container-manager:126: ERROR: create(): Failed to create container: 'destroy_libertine_container() missing 1 required positional argument: 'force'' It can be reproduced by just simply creating a new container with the Terminal or with the System Settings. Still an issue 14.07.2025. Can be forced to work by doing this https://forums.ubports.com/post/73301.
  • 135 Topics
    940 Posts
    hankschwieH
    Hi! After a vendor image update about 2 weeks ago I can't unlock my waydroid installation anymore. I tried to erase and reinstall waydroid, without erasing the personal data, to get the recent vendor image, but the behaviour does not change: waydroid is starting, but after trying to unlock it (with the correct pattern, it gave an error message after an incorrect try) it returns to the screen asking me to unlock it and so on... I am using a fairphone 3, recent 20.04 dev channel installation, waydroid installed via waydroid helper app. Any ideas how to solve without erasing the data?
  • For newbies please read.....

    Pinned Moved
    5
    12 Votes
    5 Posts
    1k Views
    MrT10001M
    I misread and thought it said Redmi Note 7 (lavender) which is on the installer. It has slightly different hardware to the Redmi Note 7 pro.... Apologies (full of cold). :disappointed_face:
  • Frequently Asked Questions

    Pinned Locked Solved
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [How To] Ask a question and then mark it as solved

    Pinned
    8
    1
    5 Votes
    8 Posts
    6k Views
    M
    @AppLee said in [How To] Ask a question and then mark it as solved: Then read my post again. I did and I got it now. Sorry.
  • New Devices

    Pinned Locked Moved
    1
    8 Votes
    1 Posts
    6k Views
    No one has replied
  • The UBports Tutorial Links Collection

    Pinned Locked
    1
    13 Votes
    1 Posts
    6k Views
    No one has replied
  • Keyboard on screen with snaps

    Unsolved
    3
    0 Votes
    3 Posts
    44 Views
    R
    @arubislander alright, so I would need a physical keyboard to use snaps for the moment.
  • Clipboard manager for snaps/x11

    Unsolved
    1
    0 Votes
    1 Posts
    26 Views
    No one has replied
  • Dekko login blocked by Google!?

    6
    0 Votes
    6 Posts
    630 Views
    R
    @Rostislav-Tymkiv I guess 'authentication' should be set to 'login' rather than 'plain' or 'cram-md5'? I am not making any progress with google and dekko... I have everything setup as you said but nothing is syncing. I get no error messages either. Has anything changed?
  • FP4 idle battery use varies a lot depending on 2G, 3G or 4G setting. Why?

    Unsolved
    12
    0 Votes
    12 Posts
    299 Views
    J
    @lduboeuf I'll formulate a question for next Q&A-session. There is probably more to know and to consider than just a driver which could be implemented more completely. I can still bring up the issue in the ofono-binder-plugin repository later. Thanks!
  • Can't install ubuntu touch on xiaomi mi6 by ubports

    Unsolved
    4
    0 Votes
    4 Posts
    79 Views
    MrT10001M
    @xiaohanys How long did you leave it at cleaning up?
  • Snaps tested

    Unsolved
    3
    2 Votes
    3 Posts
    267 Views
    R
    @Vlad-Nirky With the FP, you can plug into an external display to get it set up. Honestly I have not gone through the process yet. I dont know if there is an easy way to adjust the UI for phone.
  • No redirect to guest login for wifi

    Unsolved
    2
    0 Votes
    2 Posts
    79 Views
    IanI
    @RJDan I had this problem and asked if anyone here on the forum had any suggestions. I think the answer I got was to try to open an example domain by typing html://example.com/ in the search bar on the browser. It somehow sorts things out..... but it was some time ago and I may have miss remembered.
  • File encryption apps

    Solved
    4
    0 Votes
    4 Posts
    161 Views
    R
    tedit works great! Thank you!
  • Instructions for snap installation

    Solved
    6
    1 Votes
    6 Posts
    225 Views
    Vlad NirkyV
    @RJDan Has anyone tried a snap for KeePassXC?
  • calender doesn't want to be installed

    Unsolved
    30
    0 Votes
    30 Posts
    468 Views
    lduboeufL
    @keb said in calender doesn't want to be installed: everything starts because synchro between calendar and my nextcloud calendars doesn't work... and it still doesn't lol It is needed to reboot sometimes, or remove the account, reboot, and re-create it....
  • Log spammed with "Power request failed: OPERATION_NOT_ALLOWED" (Volla Quintus)

    Unsolved
    2
    0 Votes
    2 Posts
    75 Views
    H
    Looking further I guess that setRadioPower is the actual function returning the error: https://android.googlesource.com/platform/frameworks/opt/telephony/+/master/src/java/com/android/internal/telephony/PhoneInternalInterface.java#576 /** * Sets the radio power on/off state (off is sometimes * called "airplane mode"). Current state can be gotten via * {@link #getServiceState()}.{@link * android.telephony.ServiceState#getState() getState()}. * <strong>Note: </strong>This request is asynchronous. * getServiceState().getState() will not change immediately after this call. * registerForServiceStateChanged() to find out when the * request is complete. This will set the reason for radio power state as {@link * android.telephony.TelephonyManager#RADIO_POWER_REASON_USER}. This will not guarantee that the * requested radio power state will actually be set. * See {@link #setRadioPowerForReason(boolean, boolean, boolean, boolean, int)} * for details. * * @param power true means "on", false means "off". */ default void setRadioPower(boolean power) { setRadioPower(power, false, false, false); } So this seems to be just a general on/off toggle and should not have power saving implications. Disabling the "Cellular data" seems to only disable the data connection, not the telephony connection, and does not affect this message. Enabling "Flight Mode" does seem to make the message stop. Flight Mode also does seem to work because I can't call the mobile number anymore when flight mode is on. So is this maybe just a bogus error?
  • Accessing SMB shares, issues

    Solved
    8
    4
    0 Votes
    8 Posts
    397 Views
    H
    @uwahl This was the place. By writing a new file named places.conf in /home/phablet/.config/filemanager.ubports/, I was able to get the File Manager app to access the server. Thanks all. Technically solved issue. And yet, performance is incredibly poor. Very slow to load, and read-only.
  • Camera App suddenly not working "Capture failed"

    Unsolved
    18
    0 Votes
    18 Posts
    1k Views
    P
    On two Pixel 3a devices I have access to, I'm unable to reproduce the issue without Waydroid (Waydroid is installed but disabled using sudo systemctl disable waydroid-container.service). However, once Waydroid is started, the problem occurs after recording the first video. I don't have definitive proof that Waydroid is the cause in every case, but the correlation is strong enough that I attribute most of the video recording issues I've experienced to Waydroid running in the background.
  • Bluetooth headset no mic or audio during calls

    Unsolved
    2
    0 Votes
    2 Posts
    101 Views
    A
    here is log from mediahub too [21/06/2025 13:16] media-hub: Got call started signal, pausing all multimedia sessions [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio event for sink with index 13 received. [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] media-hub: AudioOutputObserver reports that output is now Speaker. [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio event for sink with index 1 received. [21/06/2025 13:16] PulseAudio event for sink with index 0 received. [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] media-hub: Session created by request of: :1.25, key: 9, uuid: {xxxxxxxxxxxxxxxxx} [21/06/2025 13:16] media-hub: Audio stream role: props,media.role=multimedia [21/06/2025 13:16] media-hub: apparmor profile name: unconfined [21/06/2025 13:16] media-hub: is_unconfined(): true [21/06/2025 13:16] media-hub: has_package_name(): false [21/06/2025 13:16] media-hub: -- app_name='unconfined', attached [21/06/2025 13:16] media-hub: Audio stream role: props,media.role=alert [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Requested state change. [21/06/2025 13:16] media-hub: Setting state: lomiri::MediaHubService::Engine::State::stopped [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: apparmor profile name: unconfined [21/06/2025 13:16] media-hub: is_unconfined(): true [21/06/2025 13:16] media-hub: has_package_name(): false [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Adding Track::Id: /com/lomiri/MediaHub/Service/sessions/9/TrackList/0 [21/06/2025 13:16] media-hub: URI: file:///home/phablet/.local/share/lomiri-system-settings/Music/xxxxxxxxxxxxxxxxx [21/06/2025 13:16] media-hub: Signaling that we just added track id: /com/lomiri/MediaHub/Service/sessions/9/TrackList/0 [21/06/2025 13:16] media-hub: ** Track was added, handling in PlayerImplementation [21/06/2025 13:16] media-hub: Calling d->m_engine->open_resource_for_uri() for first track added only: file:///home/phablet/.local/share/lomiri-system-settings/Music/xxxxxxxxxxxxxxxxx [21/06/2025 13:16] media-hub: with a Track::Id: /com/lomiri/MediaHub/Service/sessions/9/TrackList/0 [21/06/2025 13:16] media-hub: Found content type: audio/mpeg [21/06/2025 13:16] media-hub: Found content type: audio/mpeg [21/06/2025 13:16] media-hub: Found audio content [21/06/2025 13:16] media-hub: shuffle is false [21/06/2025 13:16] media-hub: Wrapping d->current_track back to begin() [21/06/2025 13:16] media-hub: Updating MPRIS TrackList properties: [21/06/2025 13:16] media-hub: Tracks: 1 [21/06/2025 13:16] media-hub: has_previous: 1 [21/06/2025 13:16] media-hub: has_next: 0 [21/06/2025 13:16] media-hub: Updating MPRIS TrackList properties: [21/06/2025 13:16] media-hub: Tracks: 1 [21/06/2025 13:16] media-hub: has_previous: 0 [21/06/2025 13:16] media-hub: has_next: 0 [21/06/2025 13:16] media-hub: State changed on playbin: READY [21/06/2025 13:16] media-hub: LoopStatus: 2 [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Setting next track on playbin (on_go_to_track signal): file:///home/phablet/.local/share/lomiri-system-settings/Music/xxxxxxxxxxxxxxxxx [21/06/2025 13:16] media-hub: with a Track::Id: /com/lomiri/MediaHub/Service/sessions/9/TrackList/0 [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Found content type: audio/mpeg [21/06/2025 13:16] media-hub: Found content type: audio/mpeg [21/06/2025 13:16] media-hub: Found audio content [21/06/2025 13:16] media-hub: Updating MPRIS TrackList properties: [21/06/2025 13:16] media-hub: Tracks: 1 [21/06/2025 13:16] media-hub: has_previous: 1 [21/06/2025 13:16] media-hub: has_next: 1 [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio event for sink with index 1 received. [21/06/2025 13:16] media-hub: State changed on playbin: READY [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Requested state change. [21/06/2025 13:16] media-hub: Setting state: lomiri::MediaHubService::Engine::State::playing [21/06/2025 13:16] media-hub: Requesting power state [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Request system state active. [21/06/2025 13:16] media-hub: Requesting new system wakelock. [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Engine: playing uri: file:///home/phablet/.local/share/lomiri-system-settings/Music/xxxxxxxxxxxxxxxxx [21/06/2025 13:16] media-hub: Acquired new system state: lomiri::MediaHubService::power::SystemState::active [21/06/2025 13:16] media-hub: Released system state: lomiri::MediaHubService::power::SystemState::active [21/06/2025 13:16] media-hub: streams changed: file has 0 video streams and 1 audio streams [21/06/2025 13:16] media-hub: State changed on playbin: PAUSED [21/06/2025 13:16] media-hub: State changed on playbin: PLAYING [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio event for sink with index 1 received. [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Requested state change. [21/06/2025 13:16] media-hub: Setting state: lomiri::MediaHubService::Engine::State::paused [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: End of tracklist reached, stopping playback [21/06/2025 13:16] media-hub: Requested state change. [21/06/2025 13:16] media-hub: Setting state: lomiri::MediaHubService::Engine::State::stopped [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Updating MPRIS TrackList properties: [21/06/2025 13:16] media-hub: Tracks: 0 [21/06/2025 13:16] media-hub: has_previous: 1 [21/06/2025 13:16] media-hub: has_next: 1 [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio event for sink with index 1 received. [21/06/2025 13:16] PulseAudio event for sink with index 1 received. [21/06/2025 13:16] media-hub: apparmor profile name: unconfined [21/06/2025 13:16] media-hub: is_unconfined(): true [21/06/2025 13:16] media-hub: has_package_name(): false [21/06/2025 13:16] media-hub: -- Destroying app_name='unconfined', info='unconfined', ':1.25' [21/06/2025 13:16] media-hub: Resetting pipeline [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Release system state active. [21/06/2025 13:16] media-hub: Clearing system wakelock. [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Release display on. [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Updating MPRIS TrackList properties: [21/06/2025 13:16] media-hub: Tracks: 0 [21/06/2025 13:16] media-hub: has_previous: 1 [21/06/2025 13:16] media-hub: has_next: 1 [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Release system state active. [21/06/2025 13:16] media-hub: [21/06/2025 13:16] media-hub: Release display on. [21/06/2025 13:16] media-hub: Current player state is already stopped - no need to change state to stopped [21/06/2025 13:16] media-hub: Setting state: lomiri::MediaHubService::Engine::State::no_media [21/06/2025 13:16] PulseAudio event for sink with index 1 received. [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:16] media-hub: Checking if port is available -> 0 [21/06/2025 13:16] media-hub: Connection state for port changed to: 1 [21/06/2025 13:16] Output to wired headphone: false [21/06/2025 13:16] Output to wired headset: false [21/06/2025 13:16] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio event for sink with index 1 received. [21/06/2025 13:17] media-hub: Checking if port is available -> 0 [21/06/2025 13:17] media-hub: Connection state for port changed to: 1 [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] tp-qt 0.9.8 WARN: Channel::channelType() used with channel closed [21/06/2025 13:17] media-hub: Got call ended signal, resuming paused multimedia sessions [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio event for sink with index 1 received. [21/06/2025 13:17] media-hub: Checking if port is available -> 0 [21/06/2025 13:17] media-hub: Connection state for port changed to: 1 [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio event for sink with index 1 received. [21/06/2025 13:17] PulseAudio event for sink with index 0 received. [21/06/2025 13:17] media-hub: Checking if port is available -> 0 [21/06/2025 13:17] media-hub: Connection state for port changed to: 1 [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] media-hub: Checking if port is available -> 0 [21/06/2025 13:17] media-hub: Connection state for port changed to: 1 [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio event for sink with index 14 received. [21/06/2025 13:17] PulseAudio event for sink with index 14 received. [21/06/2025 13:17] media-hub: Connection state for port changed to: 2 [21/06/2025 13:17] media-hub: AudioOutputObserver reports that output is now External. [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available: [21/06/2025 13:17] Output to wired headphone: false [21/06/2025 13:17] Output to wired headset: false [21/06/2025 13:17] PulseAudio event for sink with index 14 received. [21/06/2025 13:17] PulseAudio sink details for sink.primary_output with index 1 is available:
  • 0 Votes
    5 Posts
    256 Views
    MrT10001M
    @Keneda I am blind and can now see. New glasses time!