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

    Posts

    Recent Best Controversial
    • So basic Ubuntu Phone development examples

      Hi,

      I created a so basic applications as example.

      You can run them on PC with:

      git clone https://github.com/costales/tutorial_apps_UT.git
      cd tutorial_apps_UT/qml_native
      qmlscene qml/Main.qml
      

      You can run on phone with:

      git clone https://github.com/costales/tutorial_apps_UT.git
      cd tutorial_apps_UT/qml_native
      click build .
      

      Install on phone sending it to Telegram and getting it on phone and install it with the openStore app.

      posted in App Development
      costalesC
      costales
    • 20.04 Focal: uNav freezes with GPS enabled

      Hi everyone!

      I migrated uNav to focal, but after enabling the GPS, if I enter into a QML dialog (Search or Settings) and exit, the UI is frozen. The bug comes from here.

      Any idea please? Thank you in advance!

      PS: How to reproduce:

      1. Open uNav in focal.
      2. Enable the GPS. (If I don't enable the GPS, the UI will not freeze).
      3. Click on Settings icon (top bar).
      4. Click on Back button (top bar).
      5. Bug: UI is frozen.

      The code I think is this one.

      posted in App Development
      costalesC
      costales