I tried to upgrade the QML libraries & openLayers to latest version, but uNav continues to freeze...
This happens from focal.
I tried to upgrade the QML libraries & openLayers to latest version, but uNav continues to freeze...
This happens from focal.
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:
The code I think is this one.
@hummlbach Thank you for the information! A hug!
Hi, is it possible to disable the reply quoting? Thanks in advance!
@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.

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!
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!
Liked! So good idea @Ingo :))
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.
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!