UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. budrz
    3. Posts
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 20
    • Groups 0

    Posts

    Recent Best Controversial
    • Duo app

      Hi,

      I was wondering if there is a Duo app for using the "Duo push" on Ubuntu touch or if it's in the making at all. I know I would have to get the Android container set up and running but I'm a little weary of it. Has anyone had good experiences with it through the Android container?

      posted in App Development
      budrzB
      budrz
    • RE: Text selection in different apps

      @kugiigi yeah that's what I'm referring to. I couldn't think of the phrase.

      posted in OS
      budrzB
      budrz
    • RE: Text selection in different apps

      @domubpkm awesome! I can't wait.

      posted in OS
      budrzB
      budrz
    • RE: Text selection in different apps

      @Loops said in Text selection in different apps:

      Do you mean like when you tap and hold down on spacebar?

      I mean when you tap and hold and have the ability to drag the edge like

      this example

      that was posted on Stack Overflow.

      posted in OS
      budrzB
      budrz
    • Text selection in different apps

      Hi,

      I was looking though this

      Re: OSK Enhancements Proposals

      and I was wondering if anyone is working on text selection where you can drag and select some amount of text that you want like you would in tedit app, except for various other apps like in the Morph browser. It would be a handy tool especially when you need to copy code. But maybe I missed something on that page.

      BTW, it doesn't seem to work that well in the Demo browser, unless it's just me.

      posted in OS apps keyboard
      budrzB
      budrz
    • Can't seem to send videos via Messaging app

      Hi,

      I can't seem to send videos via Messaging app. I've found a related post but had an answer to it yet:

      Re: Various issues with Nexus 5

      My APN settings are set correctly and I am able to do everything else (send pictures and text messages, surf the web) except for sending videos. Like jajan3 said, even when I record a small video file, I can't send it anyway because the send icon is not responsive. I'm using a Nexus 5 with UT installed through the RC port.

      Thoughts?

      posted in Support messages video
      budrzB
      budrz
    • RE: Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      @Lakotaubp thanks!

      posted in Support
      budrzB
      budrz
    • RE: Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      @Lakotaubp Thank you. Also, my other post has been solved as well, if that's not too much to ask.

      posted in Support
      budrzB
      budrz
    • RE: Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      I got the problem figured out. I'm trying to edit the post as solved but it gives me an error message saying that I can't post for 3600 (s) but I think it's been well over that.

      posted in Support
      budrzB
      budrz
    • RE: Android tools takes up too much space (solved)

      FYI for those that are having the same issue with 'not enough free space', see this post.

      posted in Support
      budrzB
      budrz
    • RE: Not enough free space in /var/cache/apt/archives/.

      @Lakotaubp This was helpful for me on that ubports post "android tools takes up too much space." After doing some digging around I found this which addresses exactly my problem. My apt seems to be working now.

      posted in Support
      budrzB
      budrz
    • RE: Android tools takes up too much space (solved)

      @dobey I see. Thanks for clarifying!

      I was worried that I ran out of space to do anything.

      posted in Support
      budrzB
      budrz
    • RE: Android tools takes up too much space (solved)

      By 'android install' I mean

      $ sudo apt install anbox-ubuntu-touch
      

      followed by

      $ anbox-tool install
      

      I am noticing that the space problem doesn't seem to affect my ability to install UT apps despite the space issue. I don't understand how that is since it's sharing the same space. Is the data somehow partitioned or is a container where it won't affect my UT space?

      posted in Support
      budrzB
      budrz
    • Android tools takes up too much space (solved)

      Hi,

      I managed to get an android install set up on my Nexus 5, but now df is telling me that there is no space left on /. Doing

      sudo du -skh / | sort -r -h | head -n 10
      

      prints

      2.0G    userdata
      1.4G    usr
      768M    home
      410M    var
      146M    android
      35M     lib
      7.5M    sbin
      7.3M    etc
      6.9M    bin
      1.9M    run
      

      Not sure if there's anything that can be done about this without removing the android install. Is this going to be a problem?

      posted in Support android nexus 5
      budrzB
      budrz
    • RE: Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      @UniSuperBox It worked, thanks!

      posted in Support
      budrzB
      budrz
    • RE: Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      OK, I did that and it worked. But when I follow these instructions for installing android apps, that's when the wifi disappears as I stated earlier. Weird.

      What I did was

      export CODENAME="hammerhead" && export PARTITIONNAME="boot"
      wget http://cdimage.ubports.com/anbox-images/anbox-boot-$CODENAME.img
      adb shell # connect from your host computer to your UT device
      sudo fastboot flash $PARTITIONNAME anbox-boot-$CODENAME.img
      sudo fastboot reboot
      rm anbox-boot-$CODENAME.img
      exit
      

      as stated in the instructions. Not sure what I'm doing wrong.

      posted in Support
      budrzB
      budrz
    • RE: Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      @AppLee said in Wifi doesn't turn on for Nexus 5 with an install from rc channel:

      Lomiri reboot

      I tried rebooting it but still no luck for me.

      posted in Support
      budrzB
      budrz
    • Wifi doesn't turn on for Nexus 5 with an install from rc channel (solved)

      Hi,

      I've installed UT using the 16.04/rc channel and my wifi doesn't appear to be working. I've even tried the commands as suggested here:

      Re: Nexus 5 16.04 wifi didn't work [fix]

      but it still doesn't work.

      This is what I'm doing:

      phablet@ubuntu-phablet:~$ nmcli r wifi on
      phablet@ubuntu-phablet:~$ nmcli g
      STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
      disconnected none enabled enabled enabled enabled

      And there are no wifi connections found in the wifi settings. I do recall seeing a post on GitHub about this that it may be due to the frequency of the router, but I'm not certain. Wifi works fine on the stable release, as it should.

      I'd appreciate any help with this.

      posted in Support wifi nexus 5
      budrzB
      budrz
    • RE: Advanced settings for APN?

      Nevermind, my data seems to be working now without it.

      posted in Support
      budrzB
      budrz
    • Advanced settings for APN?

      Hello,

      I'm trying to setup my phone for SMS picture messaging but it seems that there doesn't seem to be enough fields to input all of the information that I need to set up sending and receiving picture messages through my carrier.

      Is there any way to access more fields for the cellular APN settings?

      posted in Support apn mms messenger
      budrzB
      budrz