Skip to content

Instantly share code, notes, and snippets.

sudo mic create fs --arch armv7hl \
--tokenmap=ARCH:armv7hl,RELEASE:$RELEASE,EXTRA_NAME:$EXTRA_NAME \
--record-pkgs=name,url \
--outdir=sfa-$DEVICE-ea-$RELEASE$EXTRA_NAME \
--pack-to=sfa-$DEVICE-ea-$RELEASE$EXTRA_NAME.tar.bz2 \
$ANDROID_ROOT/tmp/Jolla-@RELEASE@-$DEVICE-@ARCH@.ks
MerSDK user@Build-Box-II:~/1/devel/mer-hybris/qt5-qpa-hwcomposer-plugin$ mb2 -s rpm/$PKG.spec -t $VENDOR-$DEVICE-armv7hl build
Loading repository data...
Reading installed packages...
'pkgconfig(Qt5Core)' not found in package names. Trying capabilities.
'qt5-qtcore-devel' providing 'pkgconfig(Qt5Core)' is already installed.
'pkgconfig(glib-2.0)' not found in package names. Trying capabilities.
'pkgconfig(Qt5Gui)' not found in package names. Trying capabilities.
'qt5-qtgui-devel' providing 'pkgconfig(Qt5Gui)' is already installed.
'pkgconfig(Qt5DBus)' not found in package names. Trying capabilities.
'qt5-qtdbus-devel' providing 'pkgconfig(Qt5DBus)' is already installed.
@Nokius
Nokius / gist:724230911d55abbecb28
Created October 23, 2014 19:28
Warehouse log
[nemo@Jolla ~]$ /usr/bin/harbour-warehouse
[D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL
[W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations.
[D] eval:6 - loading api...
[D] :14 - loading private-objects...
[D] :14 - loading api-core...
[D] :14 - loading api-apps...
[D] :14 - loading api-categories...
[D] :14 - loading api-search...
[D] eval:41 - api loaded.
@Nokius
Nokius / gist:2fafb6ed4902b8401408
Created October 24, 2014 07:53
salmeta output
[nemo@Jolla ~]$ /usr/bin/salmeta
/usr/bin/salmeta: symbol lookup error: /usr/bin/salmeta: undefined symbol: _ZN11QtBluetooth16QBluetoothSocket16staticMetaObjectE
@Nokius
Nokius / gist:75c8fa8cb0f379bc95af
Created October 24, 2014 09:54
harbour-fahrplan2 output
[nemo@Jolla ~]$ /usr/bin/harbour-fahrplan2
[D] main:81 - Startup
[D] main:91 - QML
[D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL
[D] main:146 - SailfishOs
[W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations.
[W] unknown:439 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:439: Error: Error while loading page: qrc:/src/gui/sailfishos/pages/MainPage.qml:280 Type JourneyResultsPage unavailable
qrc:/src/gui/sailfishos/pages/JourneyResultsPage.qml:192 Type JourneyDetailsResultsPage unavailable
qrc:/src/gui/sailfishos/pages/JourneyDetailsResultsPage.qml:131 left-hand side of assignment operator is not an lvalue
@Nokius
Nokius / gist:69913d06e2ebf63054f9
Created October 26, 2014 18:01
Warehouse log II
[nemo@Jolla ~]$ /usr/bin/harbour-warehouse
[D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL
[W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations.
[D] eval:6 - loading api...
[D] :14 - loading private-objects...
[D] :14 - loading api-core...
[D] :14 - loading api-apps...
[D] :14 - loading api-categories...
[D] :14 - loading api-search...
[D] eval:41 - api loaded.
@Nokius
Nokius / gist:99203c56129ac57ce941
Last active August 29, 2015 14:08
one button Player
#!/usr/bin/env python
# Copyright (C) 2012 Michael Clemens
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@Nokius
Nokius / gist:fc88ca813b8bf33e5bda
Last active August 29, 2015 14:08
init audiobookplayer
#! /bin/sh
### BEGIN INIT INFO
# Provides: Audiobook-Player
# Required-Start: mpd
# Required-Stop:
# Default-Start: 2
# Default-Stop: 0 1 6
# Description: Startet das python-script fuer Audiobookplayer.py
### END INIT INFO
@Nokius
Nokius / tesla.png
Last active August 29, 2015 14:13
tesla-sailfishos
SailfishOS icons
@Nokius
Nokius / gist:15aeb933dd44c60b63d3
Last active August 29, 2015 14:13
awesome multi-screen
tags = {}
-- Each screen has its own tag table.
tags[1] = awful.tag({ "xxx", "xx", "x" }, 1, layouts[2])
tags[2] = awful.tag({ "xxxx", "xxx", "xx", "x" }, 2, layouts[2])
-- }}}