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

    costales

    @costales

    5
    Reputation
    198
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    costales Unfollow Follow

    Best posts made by costales

    • 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

    Latest posts made by 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
    • RE: Volla Phone identical to Gigaset GS290?

      @jojumaxx Important things with Gigaset:

      • You probably will not have access to fastboot.
      • They don't give the stock rom then you'll have a problem if you want revert the phone to Android.

      Best regards.

      posted in General
      costalesC
      costales
    • RE: How to disable reply quoting in Dekko 2?

      @hummlbach Thank you for the information! A hug!

      posted in Support
      costalesC
      costales
    • How to disable reply quoting in Dekko 2?

      Hi, is it possible to disable the reply quoting? Thanks in advance!

      posted in Support dekko 2
      costalesC
      costales
    • RE: Updating apps to 16.04

      @danchapman Thanks for the tip. I removed the .py files and I was using this one import in last version:

      import io.thp.pyotherside 1.4

      Everything was working, but in the last update of Ubuntu Touch (2018-W40), the python side is not working.

      alt text

      In the last UT version I have the package libpython3.5:armhf, then I think the error is coming because the libpython3.4 doesn't exist. But... I'm just importing "io.thp.pyotherside 1.4", the crash (IMO) is coming from the pyotherside from the system (?).

      I tried import io.thp.pyotherside 1.5, but same result.

      Any help please? Thanks in advance!

      posted in App Development
      costalesC
      costales
    • QT libraries for development in Ubuntu 18.04

      Hi,

      In Ubuntu 16.04 the depedences were:

      qt5-default
      qml-module-qtwebkit
      qmlscene
      qtquick1-qml-plugins
      qml-module-qt-labs-settings
      qml-module-qtlocation
      qml-module-qtmultimedia
      webbrowser-app
      qml-module-qtsysteminfo
      qml-module-qtquick-xmllistmodel
      qml-module-qtquick-localstorage
      qtdeclarative5-ubuntu-content1
      

      But in 18.04 I can't find a few of them:

      costales@T410:~/Desktop/unav$ sudo apt-get install qt5-default qml-module-qtwebkit qmlscene qtquick1-qml-plugins qml-module-qt-labs-settings qml-module-qtlocation qml-module-qtmultimedia webbrowser-app qml-module-qtsysteminfo qml-module-qtquick-xmllistmodel qml-module-qtquick-localstorage qtdeclarative5-ubuntu-content1
      Reading package lists... Done
      Building dependency tree       
      Reading state information... Done
      Package webbrowser-app is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      
      E: Unable to locate package qtquick1-qml-plugins
      E: Package 'webbrowser-app' has no installation candidate
      E: Unable to locate package qml-module-qtsysteminfo
      E: Unable to locate package qtdeclarative5-ubuntu-content1
      costales@T410:~/Desktop/unav$ 
      

      Any help please? Thanks in advance!

      posted in App Development
      costalesC
      costales
    • RE: Small meeting in Dresden with Ubuntu Touch and Fairphone Users

      Liked! So good idea @Ingo :))

      posted in Off topic
      costalesC
      costales
    • 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
    • How to read the Ambient Light?

      Hi!

      I'm trying to read the Ambient Light. This would allow me to set a dark map or light map in uNav.

      I followed the documentation, but it doesn't show anything in a PC and it returns an error dump in phone (line 12).
      Here is the code if you want to take a look.

      In 2015 it appears doesn't be implemented yet.

      Could you please, inform me about the current status and a working example?

      Thanks in advance!

      posted in Support
      costalesC
      costales