Questions tagged [sailfish-os]

Sailfish OS is a mobile operating system built on top of the Meego fork called the Mer project. Sailfish OS is developed by Finnish startup Jolla mobile using an open development model. Sailfish OS features an advanced UI, radically different from the Meego UI.

Sailfish OS is a mobile operating system built on top of Mer project and Qt. The UI is built with QML and QtQuick and the standard QtMobility APIs are supported. Sailfish OS uses the Meego fork Mer as the main operating system. Mer is centered around a ultra-portable Linux + HTML5/QML/JS Core. For Sailfish OS, Mer project serves as the core OS, providing a functional core Linux stack that boots up to the screen, but without any UI and without any hardware adaptation. Sailfish OS adds a custom UI with an advanced user experienced optimized for the multitasking capabilities of the operating system. Sailfish OS is being developed by the Finnish startup Jolla Mobile.

36 questions
1
vote
0 answers

Draw the contents of fb1 to the screen with SDL

I'm working on an Android app compatibility project which involves having two compositors draw to 2 different framebuffers, the main compositor (Lipstick, a wayland compositor) draws to fb0. Surfaceflinger after an fb swap with /dev/graphics/fb0…
nh1402
  • 75
  • 1
  • 9
1
vote
1 answer

Solving Errors Produced By Sailfish Harbour tool

I am completely new to sailfish(and linux) app development. When i compiled and tested my sample sailfish app in Harbour Tool(inside sailfishos IDE) it produced following errors. Since i dont know what causes this error, unable to resolve it. Here…
Unknown
  • 531
  • 5
  • 18
1
vote
2 answers

How do I know what languages compile to ARMv7hl?

I would like to program SailfishOS applications. But, I would prefer not to use QML, C++, or Python. I'd like to use something like Rust. But, I'm not sure how to know what options I really have. What kind of things should I know to be able to…
Shawn McCool
  • 1,207
  • 8
  • 8
1
vote
1 answer

Gstreamer under Sailfish OS no output sound

I am developing an audio player for Sailfish OS, and trying to play file via gstreamer, but problem: there is no sound. I checked gstream via console: gst-launch-0.10 filesrc location=/path/to/file.ogg ! decodebin ! autoaudiosink And it is…
Alexanderius
  • 822
  • 11
  • 27
1
vote
3 answers

How to add files in the RPM package of an Sailfish OS project?

I am trying to build a Sailfish OS app, and I need to use *.wav files, which are to be distributed through the *.rpm package. In my case, these files are to be put in /usr/share/[application_name]/sounds/*. How do I set up the *.pro and *.yamp files…
Ivan Bratoev
  • 235
  • 2
  • 13
1
vote
1 answer

Can't edit object properties in QML javascript file

Can someone please explain to me what I am doing wrong with the following setup. The idea is to develop the game engine in engine.js and the UI logic is in the qml file. page.qml Page { id: page SilicaGridView { id: listView …
Juho Rutila
  • 2,316
  • 1
  • 25
  • 40
1
vote
1 answer

Cannot access QML element

I am trying to write simple application for sailfish OS, but I got in trouble with interaction with cover. Cover is a simple QML component that appeared at home screen when my app is hidden. There is a code how app initialized: ApplicationWindow { …
Lobster
  • 635
  • 2
  • 12
  • 30
1
vote
0 answers

Cannot get Sailfish contacts with QContactManager

I try to get Jolla's (SailfishOS) phonebook contacts from QContactManager. QContactManager *manager = new QContactManager(); QList results = manager->contacts(); results list contains 0 contact. I check also if there is…
puuseppa
  • 11
  • 2
1
vote
1 answer

QT XmlListModel and Listview viewing data

I am trying to parse xml and view it in program: This i want This i want 2 This i want This i want This i want This i want
user3155139
  • 75
  • 1
  • 4
1
vote
3 answers

How to import javascript file to qml worker script

I'm creating an application in me where I want to download data from the internet. To avoid blocking of main thread I created a WorkerScript file. This works fine, but I need to abstract certain parts (like authorization, proper header, etc) to…
1
vote
1 answer

Error when trying to set up a QQmlListProperty

I'm building a simple Sailfish OS app using C++ and QML. I'm trying to expose my database layer to QML via a QQmlListProperty - however I'm running into problems. I've probably set it up wrong - but I can't figure out where. This is my setup…
Malakim
  • 1,333
  • 2
  • 18
  • 34
0
votes
0 answers

node.js `Error:Cannot find module 'CoreDb'` / npm EPERM Error

I am trying to execute the jolla-sms-exporter program by vostoksystems from GitHub to export my sms from a Sailfish OS device. It requires node.js and npm modules (yargs). I managed to copy the files from the project page (main.js and package.json)…
0
votes
1 answer

Height of QML rectangle depending on child contents (SailfishOS app)

I have a rectangle which displays some information in the center of my app, like so: Rectangle { id: info anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter width: parent.width…
user826955
  • 3,137
  • 2
  • 30
  • 71
0
votes
1 answer

It is possible to run cmd's commands using C++ in QT app?

I am making a QT mobile app (Sailfish Os, it's made with Linux) and I need to run some processes with commands which could be run only with command line/terminal. Can I do this using QT/C++ code or I am talking about something impossible? :)
Jessica
  • 75
  • 8
0
votes
0 answers

Is there anyway to include WebView or any other same object into c++ project?

I've got a problem with including QWebView into .cpp file while creating Sailfish app. Later I figured out QWebView is not supported anymore and now there's WebEngine only. But I can't also find how to include WebEngine. Also, if you can help me: I…
Claire
  • 91
  • 1
  • 12