UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mirroronthewall
    3. Topics
    M
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 29
    • Groups 0

    Topics

    • M

      Reverse Tethering Over Bluetooth?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      1
      0 Votes
      1 Posts
      547 Views
      No one has replied
    • M

      Virtual Reality (VR) Apps/Support?

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      2
      0 Votes
      2 Posts
      265 Views
      AppLeeA
      @mirroronthewall Porting android apps is not the best way to achieve your goal I think. The best course of action is to create a native app which can integrate libs or some algorithm from Open Source projects like the one you mentioned. AR and VR requires some work but it's doable, just need someone motivated and with enough time to do the job. If I win the lottery (but I don't bet) I'll be happy to try out the AR
    • M

      Keyboard: Text Expansion & Chorded Keyboard (Including Modifiers) Support?

      Watching Ignoring Scheduled Pinned Locked Moved Design
      5
      1 Votes
      5 Posts
      548 Views
      M
      Some updates on this as I've been testing LineageOS: Dotterel: Plover + Arpeggiated Regular Keyboard Dotterel (named after a bird, like "Plover" is) exists, so this same approach could be adapted possible for something of the above. It is an implementation of Plover for Android, and can take an attached keyboard's chords or can use a touch keyboard for "arpeggio mode" (where you can tap each letter and it holds it down until you hit the "space" bar to release the full chord). I forgot about this mode but it might be an accessible example for implementing on a keyboard for chorded key entry which still might be useful: you could switch to arpeggiation mode with a key, then could hit "A" for instance and that is held down, then "B", then hit a "space" (release) key to release the "A-B" chord to whatever the user defined the chord as, which could be the word "about" or an abbreivation "Apple Berries" or whatever. Other Existing Keyboards A couple other Android "chorded" keyboards exist like Penti and Combo Key. I also didn't know the so-called "Hacker's Keyboard" exists, which has CTRL/ALT keys - but unfortunately only in landscape mode I think (would there be a way to get them in portrait mode?).
    • M

      How Does Ubuntu Touch Compare To Android Open Source Project?

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      11
      0 Votes
      11 Posts
      2k Views
      ?
      @trainailleur Fair point.
    • M

      Can You Sideload Apps Onto Ubuntu Touch? (Wifi Randomly Not Working)

      Watching Ignoring Scheduled Pinned Locked Moved Support
      4
      0 Votes
      4 Posts
      503 Views
      dobeyD
      You can install apps manually, but to use hash verification you'll also need the sha512 hash from the store. From your PC with the device connected to USB and Developer Mode enabled and authenticated, you can run: adb push *.click adb shell "(pkcon install-local --allow-unauthenticated *.click && rm *.click)" This will copy the click files you've downloaded to your device, and then install and remove them from the device.