UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. elastic
    3. Topics
    E
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 16
    • Posts 105
    • Groups 0

    Topics

    • E

      [sold] Two devices with UT for sale / giveaway

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      10
      1 Votes
      10 Posts
      790 Views
      E
      @lakotaubp
    • E

      [sold]. Pinephone for sale in UK

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      1
      0 Votes
      1 Posts
      267 Views
      No one has replied
    • E

      New Manjaro Beta 3 with Phosh for Pinephone

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      5
      0 Votes
      5 Posts
      647 Views
      ?
      @elastic Thanks for the tip! I was going to ask "where's the camera?", but finally found it. Not intuitive, as you say; I was looking for an icon like a camera or lens. A closer look at the names revealed it...Megapixel :beaming_face_with_smiling_eyes:
    • E

      new mainboards rev 1.2b for Pinephone now available

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      1 Votes
      2 Posts
      347 Views
      G
      Ordered one myself. Slightly pricey but for a project I'm happy to support.
    • E

      Browser crashes N5

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

      Linux in Dex - Samsung+Ubuntu ...

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      4
      3 Votes
      4 Posts
      987 Views
      alan_gA
      This is closer to "Ubuntu for Android" than Ubuntu Touch. U for A was demoed at shows, then abandoned before UT was even started. It is less ambitious, but might prove to Samsung whether there's an untapped market of sufficient size to be exploited.
    • E

      RSS Reader

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      26
      2 Votes
      26 Posts
      7k Views
      3
      In addition to my previous comment, would it be possible to change the item layout in order to get it more easy to read? The RSS Reader app for instance is using a much better font/size/spacing.
    • E

      Two weeks only on UT

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      1 Votes
      10 Posts
      2k Views
      advocatuxA
      @3arn0wl ah, okay, thank you
    • E

      Moving the cursor

      Watching Ignoring Scheduled Pinned Locked Moved Support
      3
      0 Votes
      3 Posts
      529 Views
      K
      It does work on mine too. Both vivid and xenial.
    • E

      Twitter Client Piepmatz

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      1
      4 Votes
      1 Posts
      488 Views
      No one has replied
    • E

      Viewer for vector maps

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      8
      0 Votes
      8 Posts
      1k Views
      R
      OSMScout for Ubuntu is way outdated if you take into account the development of the library behind it - libosmscout. During this time, API has changed multiple times and the devs should be ready to work on these changes. Although, libosmscout community will help you via mailing list, if needed. In general, we should join forces in developing apps for Ubuntu Touch, Sailfish (I am working on that platform), and Plasma. There are many similarities (Qt/QML/Linux) and we could surely benefit from working together. As for offline vector maps, SFOS has progressed massively in the last few years. I am working on solution that provides offline/online OpenGL-accelerated maps, routing, search and spoken instructions. My solution was described here earlier at https://forums.ubports.com/topic/1022/offline-navigation-for-ubports/4 . Recent development in terms of offline server: I have ported GUI to QtQuick. This, in my eyes, should help bringing it to UT as well, if I understand your architecture correctly.
    • E

      WebDAV

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      8
      0 Votes
      8 Posts
      1k Views
      M
      @elastic @schouk @kugiigi Thank you all for your suggestions. The Problem is that downloading with ghostcloud doesn't work on Xperia X at the moment. I still try to find out what the problem is.
    • E

      Calendar views

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      47
      1 Votes
      47 Posts
      13k Views
      T
      @hummlbach That sounds fantastic, thank you!
    • E

      App for GPS routing with Vector maps

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      1
      1 Votes
      1 Posts
      593 Views
      No one has replied
    • E

      I’m just impressed ...w

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      1
      9 Votes
      1 Posts
      593 Views
      No one has replied
    • E

      [solved] OpenVPN VPNSecure connected but no network

      Watching Ignoring Scheduled Pinned Locked Moved Support
      15
      0 Votes
      15 Posts
      5k Views
      B
      Not sure if I should post this here or start a new post as this is VPN-related but maybe a different problem. I’ve also been having difficulties getting VPN working correctly. However, the problem was different to what I’ve seen mentioned in this and other posts about VPN problems. My VPN provider is VyprVPN. First I tried setting things up using the standard VPN GUI, and it seemed to be working. After setting up the details in the GUI, and then flipping the switch, the switch turned green. However, opening a browser and navigating to a site that displays my IP address showed the IP address of my ISP and not my VPN proxy server, so clearly the VPN tunnel was not being used. I installed the enhanced GUI app of Pete Woods and tried using that, but the result was the same. So I resorted to the command line. I hadn’t used openvpn before, so before trying it on the phone I tried it on my Ubuntu 16.04 computer. Using the .ovpn file downloaded from the VyprVPN website, I was able to get the VPN connection working fine with sudo openvpn Config.ovpn on the computer, so I tried the same on my phone. Unfortunately, I got the same result as with the GUI. The connection appears to be established without any errors or warnings in the log, which finishes with ‘Initialization Sequence Completed‘, but checking my IP in a web browser gives the same result as above. Also, closing the connection in the terminal with CTRL+C reported a few errors when trying to delete routes, saying RTNETLINK answers: No such process, ERROR: Linux route delete command failed: external program exited with error status 2. After a lot of searching, I inserted the line ‘route-delay 5’ at the end of my config.ovpn file and this solved the problem. The forum where I found the suggestion didn’t give much explanation, so I am not sure what the exact problem was or why this solves it. I’m certainly no expert in openvpn. Sorry for the long post, but hopefully this may help anyone else having a similar problem or maybe the Ubports developers working on the VPN gui app. I can post log files if anyone wants.