• 2 Votes
    5 Posts
    7k Views
    J
    Hi, I tested this solution with a Mi A2 phone using latest focal version and it works fine. However, in my phone I had to add a 2 second sleep after bringing up the wg interface, and then I had to add again the routes to the wg network. The contents of wgup.sh script are: #!/bin/bash sudo wg-quick up wg0 sleep 2 sudo ip -4 route add 10.8.0.1/32 dev wg0 sudo ip -4 route add 10.8.0.0/24 dev wg0 exit The wg kernel module is already enabled for this phone, as this command shows: cat /sys/module/wireguard/version 1.0.20201112
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • "Type FileDialog unavailable"

    2
    0 Votes
    2 Posts
    234 Views
    K
    As far as I know, QQC1 isn't available in UT Only QQC2. Also, file dialog isn't what works in UT. You'll have to use ContentHub
  • clickable errors

    Solved clickable
    3
    0 Votes
    3 Posts
    444 Views
    arubislanderA
    @wendor The issue was that clickable still defaults to ubuntu-sdk-framework-16.04, while your device is running 20.04. That was causing the error messages you were seeing.
  • Share address from contacts to uNav

    Moved
    7
    0 Votes
    7 Posts
    338 Views
    lduboeufL
    @chris_bavaria said in Share address from contacts to uNav: @lduboeuf said in Share address from contacts to uNav: Not possible afaik Ok I understand. Thanks. Maybe someday there will be a solution for this? Yes, should not be hard. Please file an issue here: https://gitlab.com/ubports/development/core/address-book-app
  • I made a Quick start guide on how to make Python apps.

    15
    13 Votes
    15 Posts
    1k Views
    arubislanderA
    @aarontheissueguy Bear in mind that this how-to might contain some steps that are no longer necessary. Installing Qt 5 for instance is not needed. Clickable downloads the requisite container images with everything installed necessary for the tutorial.
  • Looking for a new Apps maintainer

    7
    0 Votes
    7 Posts
    639 Views
    M
    @josele13 Jami is already taking care of it
  • Web App Tutorial?

    2
    1 Votes
    2 Posts
    271 Views
    F
    I figured out a good base to start with. Inside of the main QML, start with: import QtQuick import QtQuick.Window import QtWebEngine Window { width: 1024 height: 750 visible: true WebEngineView { anchors.fill: parent url: "https://www.qt.io" } } Found here: https://doc.qt.io/qt-6/qtwebengine-webenginequick-minimal-example.html
  • UT web engine out of date?

    3
    1
    0 Votes
    3 Posts
    332 Views
    developerbaymanD
    @kugiigi thanks it slipped my mind i knew it used QT i was just having a moment lol yeah in my experience with things like that it should be updatable cause it should bring all the old api and then some new ones however my experience with QT is quite limited now i wonder?
  • [Qml/Python] Using pip packages with Clickable

    2
    0 Votes
    2 Posts
    239 Views
    mateo_saltaM
    are the packages shipped with the click, or on the device - if installed on the root of the device maybe the click would need to be unconfined?
  • Changing the default version of qtcreator for Clickable

    6
    0 Votes
    6 Posts
    383 Views
    arubislanderA
    @utuser said in Changing the default version of qtcreator for Clickable: Is my setup the current standard and recommendation in UT app developement then? There is no "standard' in UT app development. clickable is a very convenient option, but not everyone uses the ide option. I for instance use VSCodium as an editor. I find QtCreator has too many options I never use. Others use Atom or Vi or Nano as code editors. A handful of developers don't even use clickable. Feel free to try QtCreator via clickable ide. If it works for you, then that is the right tool.
  • UT programming intents and system/app calls?

    4
    0 Votes
    4 Posts
    330 Views
    K
    No idea about intents but I guess its equivalent would be content hub and URI handling. They're far from being robust but that's all we have now
  • Who wants to maintain uAdBlock (Backend / App)

    10
    5 Votes
    10 Posts
    1k Views
    K
    I'm waiting for @beli3ver to get backend script in order to make the app work again after that, update and 20.04 will come if there is not to much code to change (more code will just means more delays)
  • {clickable-utility-release} ~Clickable-Manager

    3
    0 Votes
    3 Posts
    272 Views
    developerbaymanD
    i keep adding clickable commands prob gonna do them all over time eventually gonna put a loop on it to keep the menu open also create a clickable create instance in a non clickable directory
  • best practices on defining internal assets within clickable project?

    1
    0 Votes
    1 Posts
    125 Views
    No one has replied
  • anyone get clickable to run on device?

    3
    0 Votes
    3 Posts
    201 Views
    danfroD
    @jezek seabass2 app does allow to build on the device with an integrated clickable bundle.
  • Android inverse ingenier apps to Ubuntu Touch

    app development apps
    12
    0 Votes
    12 Posts
    1k Views
    developerbaymanD
    actually im hell bent on doing it ....yeah i get it poor performance ect ect but just think of the possibilities first im looking into calling java runtime from python then loading app.jar bundling a portable java runtime implementation and any dependencies within the UT app ....now at first its just gonna be java and prob slow as hell then i will make it work for android later but that will be way harder ....one step at a time itll be in the works for awhile cause im still stumped on running python within clickable i figured out web apps simple enough but i need more programmable meat ...so to speak
  • Call for testing: TELEports proxy support

    1
    2 Votes
    1 Posts
    266 Views
    No one has replied
  • Web developers needed ?

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • UT app kinda like aide?

    6
    0 Votes
    6 Posts
    446 Views
    arubislanderA
    @developerbayman Another good choice is Seabass2 Which does its compilation magic in a Libertine container it creates for the purpose.