Subcategories

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

    3 Topics
    5 Posts
    J
    Wow, thanks a lot for the quick help! The merge request is up now.
  • Discuss and solve problems with other users

    94 Topics
    673 Posts
    pparentP
    @CatWithUT Thank you for your work it seems very interesting to me! Just a quick question: do you think it would be feasible to create a .click package and have it in the Openstore? In a similar fashion that uWolf and uFirefox does? Can we avoid libertine containers? Do you think upcoming Mir2.0 will change anything in this regard as it supports Wayland? Do you use Mobian build scripts for ARM, for signal-desktop? https://github.com/0mniteck/Signal-Desktop-Mobian/releases And also note: if we can get an initial version to build and make an UT package I'm willing to work on making patches to make the interface responsive as I have done with whatsapp web. I think this is the easy part. But we should first make a set of scripts to build automatically a binary, and then a click package that can run on UT.
  • 150 Topics
    1k Posts
    E
    Setup, freshly installed Ubuntu 24.04.01 stable (also tried same with dev, rc and Ubuntu 24.04.02 dev) Installed waydroid helper from open store And installed waydroid (tested both with gapps and without) Everytime the same error : phablet@ubuntu-phablet:~$ sudo su root@ubuntu-phablet:/home/phablet# waydroid init -s GAPPS [11:29:47] Already initialized root@ubuntu-phablet:/home/phablet# waydroid session start [11:29:57] ERROR: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message [11:29:57] See also: <https://github.com/waydroid> Run 'waydroid log' for details. root@ubuntu-phablet:/home/phablet# waydroid log STOPPED (004619) [01:26:45] waiting 8 seconds for container to start... (004619) [01:26:46] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:46] waiting 7 seconds for container to start... (004619) [01:26:47] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:47] waiting 6 seconds for container to start... (004619) [01:26:48] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:48] waiting 5 seconds for container to start... (004619) [01:26:49] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:49] waiting 4 seconds for container to start... (004619) [01:26:50] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:50] waiting 3 seconds for container to start... (004619) [01:26:51] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:51] waiting 2 seconds for container to start... (004619) [01:26:52] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH STOPPED (004619) [01:26:52] waiting 1 seconds for container to start... (004834) [01:26:53] org.freedesktop.DBus.Python.OSError: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/dbus/service.py", line 712, in _message_cb retval = candidate_method(self, *args, **keywords) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/waydroid/tools/actions/container_manager.py", line 35, in Start do_start(self.args, session) File "/usr/lib/waydroid/tools/actions/container_manager.py", line 193, in do_start helpers.lxc.start(args) File "/usr/lib/waydroid/tools/helpers/lxc.py", line 402, in start wait_for_running(args) File "/usr/lib/waydroid/tools/helpers/lxc.py", line 396, in wait_for_running raise OSError("container failed to start") OSError: container failed to start (004834) [01:26:53] OSError: container failed to start (009986) [11:29:47] Already initialized (010058) [11:29:57] ERROR: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message (010058) [11:29:57] See also: <https://github.com/waydroid> (010058) [11:29:57] Traceback (most recent call last): File "/usr/lib/waydroid/tools/__init__.py", line 70, in main actions.session_manager.start(args) File "/usr/lib/waydroid/tools/actions/session_manager.py", line 35, in start name = dbus.service.BusName("id.waydro.Session", dbus.SessionBus(), do_not_queue=True) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 209, in __new__ return Bus.__new__(cls, Bus.TYPE_SESSION, private=private, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 99, in __new__ bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/dbus/bus.py", line 120, in __new__ bus = cls._new_for_bus(address_or_type, mainloop=mainloop) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message (010121) [11:30:17] % tail -n 60 -F /var/lib/waydroid/waydroid.log (010121) [11:30:17] *** output passed to waydroid stdout, not to this log *** Note : it worked perfectly on the v 20 & 16 Device used : Asus Zenfone max pro m1 (it's supported) Please can some help
  • Oneplus3 UBports installer issue

    2
    1 Votes
    2 Posts
    518 Views
    ?
    @banderson5586 Hi! A few of us are having similar problems with the installer and the issues are being looked at in the Porting category: https://forums.ubports.com/topic/3253/oneplus-3-3t/28
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    54 Views
  • help with manual install.

    4
    0 Votes
    4 Posts
    656 Views
    IngoI
    Different operating systems store simple text files differently. If you are using linux, it will automatically create text files with "LF" (line feed). If you are on windows, it will create "CRLF" (carriage return + line feed). On Mac OS it will create "CR" (carriage return). So, on linux, you don't have to worry. On windows and mac you have to explicitly convert the text file to "LF". On windows for example, notepad cannot do that but notepad++ for example. In case you want to know more: https://en.wikipedia.org/wiki/CRLF
  • BQ Aquaris M10 FHD - Recovery Stuck At "Installing Ubuntu Update"

    3
    1
    0 Votes
    3 Posts
    346 Views
    R
    [image: 1572986948161-log-resized.jpg] According to this recovery log. There is no disk space left, despite having wiped/formatted cache and data prior to installation.
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • How to hide/show my ID on phone calls?

    10
    0 Votes
    10 Posts
    3k Views
    AppLeeA
    @utouchuser as @guru said it is provider specific. so something can be figured out, but will require a config file to update missing providers or specific needs. It can be tricky but probably doable.
  • 0 Votes
    3 Posts
    2k Views
    LakotaubpL
    @Fla The thread you just posted to is two years old so very out of date. In fact I will lock it shortly. Ubports do not support dual boot, though some have tried. If your still interested I would perhaps start a new thread in Off Topic and see if it gets picked up. Thanks.
  • No sim card detected on Nexus 5

    4
    0 Votes
    4 Posts
    608 Views
    K
    @nobhobbor Thanks, I'll give that a try. I've been using a nano-sim adapter and further research is showing that the adapters can often damage the pins. I might end up trying to push them up a bit to see if they contact better. @Lakotaubp Did that twice already. Was really hoping it would do the trick.
  • Morph Browser issue, edge channel

    Moved
    12
    2
    1 Votes
    12 Posts
    1k Views
    K
    @Giiba Yeah it seems so I guess it's a problem with Morph.Web since Demo Browser doesn't use it and uses the vanilla QtWebEngine.
  • Minetest in Anbox

    5
    0 Votes
    5 Posts
    729 Views
    ?
    The deb version has the same errors for me.
  • BQ E4.5: only white screen with bq logo after flashing

    17
    0 Votes
    17 Posts
    779 Views
    LakotaubpL
    @guru Glad you are getting somewhere still not sure what the change may have been though.
  • ping round-trip time to BQ E4.5 depends on trafic from the device

    6
    1 Votes
    6 Posts
    313 Views
    G
    jEzEk, thanks for undertaking the tests. They show two things: the RT values are as high as mine, up 100++ ms in one test (the first) they went down to a normal value of 2-3ms I think the problem in general is reverse DNS or ARP related. When I ping from my laptop my AP 192.168.178.1 I see constant values of 2-3 ms. When I ping some other laptop (an Ubuntu 18.04) I see this: guru@c720-r342378 ~]$ ping 192.168.178.36 PING 192.168.178.36 (192.168.178.36): 56 data bytes 64 bytes from 192.168.178.36: icmp_seq=0 ttl=64 time=2.897 ms 64 bytes from 192.168.178.36: icmp_seq=1 ttl=64 time=2.993 ms 64 bytes from 192.168.178.36: icmp_seq=2 ttl=64 time=3.610 ms 64 bytes from 192.168.178.36: icmp_seq=3 ttl=64 time=2.852 ms 64 bytes from 192.168.178.36: icmp_seq=4 ttl=64 time=3.022 ms 64 bytes from 192.168.178.36: icmp_seq=5 ttl=64 time=3.024 ms 64 bytes from 192.168.178.36: icmp_seq=6 ttl=64 time=5.926 ms 64 bytes from 192.168.178.36: icmp_seq=7 ttl=64 time=3.230 ms 64 bytes from 192.168.178.36: icmp_seq=8 ttl=64 time=3.015 ms 64 bytes from 192.168.178.36: icmp_seq=9 ttl=64 time=343.706 ms 64 bytes from 192.168.178.36: icmp_seq=10 ttl=64 time=2.999 ms 64 bytes from 192.168.178.36: icmp_seq=11 ttl=64 time=3.006 ms 64 bytes from 192.168.178.36: icmp_seq=12 ttl=64 time=2.923 ms 64 bytes from 192.168.178.36: icmp_seq=13 ttl=64 time=5.357 ms 64 bytes from 192.168.178.36: icmp_seq=14 ttl=64 time=12.376 ms 64 bytes from 192.168.178.36: icmp_seq=15 ttl=64 time=2.988 ms 64 bytes from 192.168.178.36: icmp_seq=16 ttl=64 time=3.066 ms 64 bytes from 192.168.178.36: icmp_seq=17 ttl=64 time=3.007 ms 64 bytes from 192.168.178.36: icmp_seq=18 ttl=64 time=2.986 ms 64 bytes from 192.168.178.36: icmp_seq=19 ttl=64 time=317.896 ms 64 bytes from 192.168.178.36: icmp_seq=20 ttl=64 time=634.518 ms i.e. only a few peeks up to 600 ms. Now I went to the other laptop in question and inserted a line for my source IP 192.168.178.22 and for the laptop itself 192.168.178.36 in the /etc/hosts file as: guru@m4400:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 m4400 192.168.178.1 fritz 192.168.178.22 ubguru 192.168.178.36 ubuntu and magically, the RT goes down to normal: [guru@c720-r342378 ~]$ ping 192.168.178.36 PING 192.168.178.36 (192.168.178.36): 56 data bytes 64 bytes from 192.168.178.36: icmp_seq=0 ttl=64 time=3.010 ms 64 bytes from 192.168.178.36: icmp_seq=1 ttl=64 time=2.900 ms 64 bytes from 192.168.178.36: icmp_seq=2 ttl=64 time=3.124 ms 64 bytes from 192.168.178.36: icmp_seq=3 ttl=64 time=3.141 ms 64 bytes from 192.168.178.36: icmp_seq=4 ttl=64 time=3.422 ms 64 bytes from 192.168.178.36: icmp_seq=5 ttl=64 time=3.081 ms 64 bytes from 192.168.178.36: icmp_seq=6 ttl=64 time=2.919 ms 64 bytes from 192.168.178.36: icmp_seq=7 ttl=64 time=2.897 ms 64 bytes from 192.168.178.36: icmp_seq=8 ttl=64 time=3.005 ms 64 bytes from 192.168.178.36: icmp_seq=9 ttl=64 time=3.016 ms 64 bytes from 192.168.178.36: icmp_seq=10 ttl=64 time=2.888 ms 64 bytes from 192.168.178.36: icmp_seq=11 ttl=64 time=3.011 ms 64 bytes from 192.168.178.36: icmp_seq=12 ttl=64 time=2.923 ms 64 bytes from 192.168.178.36: icmp_seq=13 ttl=64 time=2.867 ms To be investigated further ...
  • paste long wlan password?

    1
    0 Votes
    1 Posts
    161 Views
    No one has replied
  • [Solved thanks to Jan's help] Stuck on the nexus5 powered by Ubuntu screen

    15
    0 Votes
    15 Posts
    2k Views
    ?
    Woot! Woot @libremax! it worked perfectly. Thanks for your encouragement!
  • 0 Votes
    4 Posts
    523 Views
    N
    With flashing the new image of today the device works again. All dates are lost.
  • nexus 4 - transfer files?

    9
    0 Votes
    9 Posts
    1k Views
    AppLeeA
    @utouchuser Glad you solved it !
  • 0 Votes
    3 Posts
    778 Views
    M
    If this works for you , you could make a custom group and set this to dial ,this code, with pauses etc ,to give it time to work. Travelling the usa, I had a prepaid card , and set my phone up to dial the card numbers and code, then the number I needed, it was a few years ago , there must be info ,on how to set it up. I remember it sure saved a lot of button pressing.
  • can't connect BQ aquaris 5 since OTA 11

    4
    0 Votes
    4 Posts
    329 Views
    V
    thanks for your answer! my problem was...dust the stranger thing was the phone was charging when it was off no problem now!
  • help with crossbuilder, broken dependencies

    1
    1 Votes
    1 Posts
    155 Views
    No one has replied
  • Differences between Nexus 4 models?

    9
    0 Votes
    9 Posts
    1k Views
    M
    Thanks for all the responses and the breakdown of models. My main criteria for a phone is different than most people, I never use social media, seldom access the Internet and mostly just want reliable phone service and texting without invasive ads, some note taking and decent photos. Size is most crucial, I just want it to fit comfortably in my front pocket - and I don't want to spend much more than $50. The Nexus 4 is just over this size, but it's the smallest I can find that supports UT at this time. I had been using a WebOS Palm Pixi for the longest time, still the best phone I have owned. I have not noticed overheating problems but again I don't really use my phone that much during the course of the day. UT runs fine, maybe not super speedy but not any slowness that I find noticeable. I have a handful of other issues that irk me but I want to have a phone to clone so I can safely re-install UT to see if that clears any of them up. I will pick up another E960 and continue to experiment with alternate OSs. I like UT but still curious to see how something like Paranoid Android works. It also supports the Nexus 4. Thanks again, really appreciate the advice