• Application that requires locking rights

    1
    1 Votes
    1 Posts
    198 Views
    No one has replied
  • Bluetooth keyboard repeats keystrokes in waydroid

    Solved
    2
    0 Votes
    2 Posts
    400 Views
    M
    @maven For some reason it is fine now. I have little idea of what i did to fix it. But there is hope anyway. I will try to find what I did
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Yubico 5 USB device in Waydroid

    Moved Solved
    2
    1 Votes
    2 Posts
    867 Views
    M
    @maven So I got to my solution. Hold on to your hats its not very elegant And sorry it does not use libertine, so perhaps we should move this and edit the title I followed the instructions for installing waydroid from here https://forums.ubports.com/topic/5907/open-ubuntu-touch-to-all-android-applications/116 I skipped the google integration with either g suit or micro g. Where we are going we do not need this. Then I used the browser to download and install f-droid. After which I used f-droid to install termbot. Voila, ssh with yubico keys, even with working nfc! Fantastic. This will hold me for a long time
  • Tip - UT Launcher App Removal Script

    Moved
    3
    0 Votes
    3 Posts
    979 Views
    K
    On my Volla Phone X running OTA-23 (Halium 10 based) the files referred to in the following commands: rm waydroid.org.lineageos.eleven.desktop #lineage music player rm waydroid.org.lineageos.etar.desktop #lineage calendar rm waydroid.org.lineageos.jelly.desktop #lineage web browser rm waydroid.org.lineageos.recorder.desktop #lineage recording application did exist. But after deleting them, these four apps still were shown in the launcher. However, the following commands with slightly different file names did remove the apps in the launcher: rm org.lineageos.eleven.desktop #lineage music player rm org.lineageos.etar.desktop #lineage calendar rm org.lineageos.jelly.desktop #lineage web browser rm org.lineageos.recorder.desktop #lineage recording application
  • Share data between ub and waydroid

    9
    0 Votes
    9 Posts
    4k Views
    0
    Hello, Can i use (lxc.mount.entry) to share my sdcard ??? Or do i have to share a folder inside home folder like (/home/phablet/share)??? Thanks for your time Best Regards 007fred50
  • Cant install in terminal

    Moved
    29
    0 Votes
    29 Posts
    5k Views
    LuksusL
    As far as I know @007fred50 broke is installation by doing some other system operations (like adduser) which has lead to the issues as he told me in private chat. So, I think this is solved now and it was no issue with UT or Waydroid itself. @007fred50 Please mark this as solved and maybe you want to add some further explanation what caused the issues for you.
  • App does not work in waydroid

    4
    0 Votes
    4 Posts
    1k Views
    LakotaubpL
    @ricardo65 No what you need is in this post https://forums.ubports.com/topic/5907/open-ubuntu-touch-to-all-android-applications/115 instructions on how to install MicroG. The details are towards the bottom of the main post.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Waydroid and Komoot-App

    2
    0 Votes
    2 Posts
    399 Views
    LuksusL
    @didi did you install "microg" for making google services and maybe other needed app stuff work?
  • Waydroid with LineageOS unroot

    23
    2 Votes
    23 Posts
    10k Views
    ?
    @keneda said in Waydroid with LineageOS unroot: @cliffcoggin We all are it seems Speak for yourself, I'm not an old man, I'm just the same age as old men.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Waydroid Helper not in the OpenStore?

    9
    0 Votes
    9 Posts
    756 Views
    Peter GammaP
    @lakotaubp Thanks for the info. Unfortunately also no time to look further do guessing a non starter on PP.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    33 Views
  • Waydroid on Xiaomi mi a2

    21
    2 Votes
    21 Posts
    4k Views
    N
    @datum Sorry I missed your question, but I did exactly what explained by @Bogotrax and I also tried with the waydroid helper app and it just worked. Pay attention that not all android apps are working properly. I tried snapchat and it was not starting. I am not using waydroid a lot as I found out I can do already most of what I need from UBPorts apps. I tried successfully Whatsapp and several banking apps but that is mostly it.
  • 0 Votes
    2 Posts
    469 Views
    KenedaK
    @stemy Maybe bank app needs google services to work, so you should try with the alternate MicroG that spoofs google services.
  • How to remove all traces of Waydroid?

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    LakotaubpL
    @matt73 As well as the good advice from @Moem please do not post the same issue in two places. it will not get an answer any quicker and is frankly a bit annoying for other users trying to find or answer your question I will lock this one and leave the other open. https://forums.ubports.com/topic/5907/open-ubuntu-touch-to-all-android-applications/161?_=1648472456310
  • Pixel 3a has limited access to lower Android navigation buttons.

    Solved
    1
    3 Votes
    1 Posts
    459 Views
    No one has replied
  • is a copy paste possible?

    6
    0 Votes
    6 Posts
    3k Views
    T
    @saidevlinx1939 The workaround I've found easiest is: install 'ftp server free' in waydroid (from the f-droid app store) launch 'ftp server free' and tick 'anonymous access' the URL to access the ftp server should be displayed. switch to ubuntu touch, and open the web browser visit the ftp server URL bookmark it for future use click on the file link you want to download to ubuntu touch. It will download as soon as you click on it. go back to waydroid and stop your ftp app. If you prefer the command line, you should be able to do the reverse of the 'copy to waydroid' command to copy from waydroid: In waydroid place the file to be copied to UT in the 'Download' folder Open a UT terminal and enter for example: cd Downloads sudo cp ~/.local/share/waydroid/data/media/0/Download/myfile.apk myfile.apk The file should now be in your UT Downloads folder