Subcategories

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

    6 Topics
    24 Posts
    sm-xcxS
    @gpatel-fr ahaha I am running a dualboot setup as of right now mostly cuz I need it for college work, though I don't switch back to it that often cuz usually Waydroid does the job just fine. I don't mind using the web app via morph but my current setup is quite snappy so I don't think that should be an issue!
  • Discuss and solve problems with other users

    96 Topics
    684 Posts
    pparentP
    @projectmoon The main problem that currently prevents using Wayland for electron apps, is that the On-Screen-Keyboard cannot work with GTK+Wayland+Mir1.x . By the way the Merezhyvo Browser ( popriatary app ! ) is an electron app using Wayland, but it has found it's way around this problem by coding it's own OSK inside the app itself, which is not really a way I want to go. (Especially for Signal because I want to modify the code only as strictly necessary, and also because for Signal there are other problems when it comes to using it in Wayland mode with Mir1.x). Anyway I've already tried it (see in the Signal UT topic), and reallu the best is to wait for Mir2.x, I hope it won't be in too long.
  • 159 Topics
    1k Posts
    MoemM
    @ma Thank you, I will try that!
  • 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
    748 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
    2k 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
    1k 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
    887 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
    394 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
    206 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
    715 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
    2k Views
    AppLeeA
    @utouchuser Glad you solved it !
  • 0 Votes
    3 Posts
    960 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
    368 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
    173 Views
    No one has replied
  • Differences between Nexus 4 models?

    9
    0 Votes
    9 Posts
    2k 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
  • The persian layout project has been done , please add support this

    1
    1 Votes
    1 Posts
    198 Views
    No one has replied
  • Backup sms android to restore in Ubports ?

    2
    0 Votes
    2 Posts
    338 Views
    AppLeeA
    Afaik there is no such tool available. I searched for this when I switched from Android to UT and I was unsuccessful. But maybe things on this matter have evolved...
  • 1 Votes
    1 Posts
    576 Views
    No one has replied
  • Nexus 7 2013 Wifi (Flo) 32 gb won't copy every installation file

    21
    0 Votes
    21 Posts
    6k Views
    L
    @Lakotaubp ty now its working
  • OnePlus One OTA-11 Wifi issue

    3
    0 Votes
    3 Posts
    650 Views
    T
    Thanks for the help. I have tried that, it is a little bit better but not very good. I have also tried to install the latest LineageOS and the WIFI works flawlessly. So it is not a hardware issue. Enabling only 2.4GHz Wifi does not help.
  • The New Selection Mode

    5
    4 Votes
    5 Posts
    1k Views
    TheBirdT
    I saw it in the q&a. This indeed is a great feature. It is much easyer now to handle text with the phone. Realy great improvement