Skip to content

Instantly share code, notes, and snippets.

@Nokius
Nokius / 20150606094643.png
Last active August 29, 2015 14:22
find5 Terminal pictures
20150606094643.png
@Nokius
Nokius / find5_SFOS.mov
Last active August 29, 2015 14:17
find5_video
This file has been truncated, but you can view the full file.
@Nokius
Nokius / 20150329_001.jpg
Last active August 29, 2015 14:17
find5_SFOS_image
20150329_001.jpg
@Nokius
Nokius / oppo_find5_graphic.md
Last active August 29, 2015 14:17
Oppo find5 graphic

Oppo find5 video test with hybris11


test_hwcomposer (no modifications all out of the box)

OpenGL ES 3.0 V@53.0 AU@ (CL@3776187) test_hwcomposer: hwcomposer_window.cpp:186: virtual int HWComposerNativeWindow::dequeueBuffer(BaseNativeWindowBuffer**, int*): Assertion `fbnb!=__null' failed. Aborted

No animation

Button {
width: parent.width/2
style: ButtonStyle {
label: Text {
font.pointSize: 20
font.blod: true
color: "black"
text: "+"
}
onClicked: {
Installiert embedlite-components-qt5-1.8.3-10.2.2.jolla.armv7hl EmbedLite components Qt5
Verfügbar embedlite-components-qt5-1.8.3-10.3.6.jolla.armv7hl EmbedLite components Qt5
1. embedlite-components-qt5-1.8.3-10.2.2.jolla.armv7hl [installed]
2. embedlite-components-qt5-1.8.3-10.3.6.jolla.armv7hl [openrepos-sailfish_browser_nightly]
--------------------------------------------------------------------------------------------------------------
Installiert qtmozembed-qt5-1.12.5.2-10.5.5.jolla.armv7hl Qt embeddings for Gecko
Verfügbar qtmozembed-qt5-1.12.7-10.6.5.jolla.armv7hl Qt embeddings for Gecko
{
"type": "homepage",
"sophoraId": "tagesschau-homepage100",
"trackingPixels": [
{"trackingPixel": "http://www.tagesschau.de/alive.gif"},
{"trackingPixel": "http://www.tagesschau.de/alive.gif"},
{"trackingPixel": "http://de.sitestat.com/ndr/ts-app/s?api.index&cid=tagesschau-homepage100&pdt=20150211T2007&pti=Homepage&otp=tsIndex&src=ard-aktuell&ctp=nicht-definiert"}
],
"details": "http://www.tagesschau.de/api/index.json",
"detailsWeb": "http://www.tagesschau.de/index.html",
@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])
-- }}}
@Nokius
Nokius / tesla.png
Last active August 29, 2015 14:13
tesla-sailfishos
SailfishOS icons
@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