Showing results 1 to 25 of 93 @ 0.05 seconds. Search: Posts Made By: EmaNymton
Forum: Alternatives 2016-04-28, 12:38
Replies: 212
Views: 91,362
Posted By EmaNymton
Re: Intex Aqua Ace

https://together.jolla.com/question/126892/release-notes-201taalojarvi-early-access/?sort=votes&page=1

2016-04-28: 2.0.1.11 Early access update to address critical incoming call issue and to...
Forum: SailfishOS 2015-05-02, 10:03
Replies: 1
Views: 1,912
Posted By EmaNymton
Re: App drawer launcher for Python script

Put a desktop-file in ~/.local/share/applications/

https://wiki.archlinux.org/index.php/Desktop_entries#File_example
Forum: SailfishOS 2015-01-15, 10:45
Replies: 106
Views: 64,898
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

Ok, I found a way that worked for me!

If you use sailfish-qml to start your PyOtherSide/QML application you have to place your qm-translation files in a folder called translations.

Translation...
Forum: SailfishOS 2015-01-14, 16:16
Replies: 106
Views: 64,898
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

Is there any way to offer translation for a pure PyOtherSide/QML application?
Forum: SailfishOS 2014-03-05, 12:39
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Not a full answer to your question but maybe a first step in the right direction but I'm short of time.

First try with mce:
With

dbus-send --system --dest=com.nokia.mce --print-reply...
Forum: SailfishOS 2014-02-19, 11:17
Replies: 106
Views: 64,898
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

You don't have to import pyotherside in the interpreter.

Just install the packages python3-base, pyotherside-qml-plugin-python3-qt5, qt5-qtdeclarative-qmlscene

Then use some of the examples...
Forum: SailfishOS 2014-01-31, 13:55
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

If you set the profile with "set_profile", you get the profile with...? ;)

dbus-send --type=method_call --print-reply --dest=com.nokia.profiled /com/nokia/profiled com.nokia.profiled.get_profile
...
Forum: SailfishOS 2014-01-27, 14:35
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Install package qt5-qttools-qdbus

Then start with /usr/lib/qt5/bin/qdbus


[nemo@localhost ~]$ /usr/lib/qt5/bin/qdbus --help
Usage: qdbus [--system] [--bus busaddress] [--literal]...
Forum: SailfishOS 2014-01-10, 16:58
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Just in case someone needs it:

dbus-send --session --type=method_call --dest=org.sailfishos.browser / org.sailfishos.browser.openUrl array:string:"talk.maemo.org"

opens the browser at the given...
Forum: Applications 2014-01-10, 11:57
Replies: 1,176
Views: 406,957
Posted By EmaNymton
Re: [Support thread] Billboard Standby Screen

You should use a real url, the entries list is empty:

>>> import feedparser
>>> f = feedparser.parse('http://example.org/feed.rss')
>>> print f
{'feed': {}, 'bozo': 1, 'bozo_exception':...
Forum: SailfishOS 2014-01-10, 11:00
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

the package-name is dbus-python

Repository: jolla
Name: dbus-python
Version: 1.0.0-1.1.1
Arch: armv7hl
Hersteller: meego
Installiert: Ja
Status: aktuell
Installierte Größe: 412,6 KiB
Forum: SailfishOS 2014-01-08, 10:23
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Ok, now with working pop up notification and using jolla icons placed in /usr/share/themes/jolla-ambient/meegotouch/icons/

https://dl.dropboxusercontent.com/u/107743837/20140108112941.jpg

...
Forum: SailfishOS 2014-01-08, 08:49
Replies: 92
Views: 48,612
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Thank you for your answers!

I got a simple script working with python-dbus.

After a little research on the web, it seems that dbus-sent does not permit empty containers or nested containers...
Forum: SailfishOS 2014-01-07, 20:16
Replies: 92
Views: 48,612
Posted By EmaNymton
Tinkering with DBus on Jolla

Hi,
first of all, I'm not an expert using dbus but I wonder, if it is possible to use dbus to show messages on the event-screen of sailfish like on the N9. I started with dbus-monitor and logged for...
Forum: SailfishOS 2014-01-07, 17:03
Replies: 106
Views: 64,898
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

I don't know, if this is new, but I just searched for python packages on my jolla:

http://pastebin.com/DdDCnbX8



[nemo@localhost ~]$ zypper info python-lxml
Loading repository data......
Forum: SailfishOS 2013-11-18, 19:44
Replies: 106
Views: 64,898
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

To answer my own question, if anybody got the same problem.
Install python3-devel via zypper,
zypper in python3-devel
download lxml-versionX.tar.gz, extract it via
tar xfz lxml-versionX.tar.gz...
Forum: Nokia N9 / N950 2013-03-11, 16:35
Replies: 1
Views: 1,720
Posted By EmaNymton
Exact position of acceleration sensors on N9/N950?

Does anybody know where the acceleration sensors are placed inside the N9 or N950? I need the exact position because I'll do some physical experiments with the device.
I searched the web, but didn't...
Forum: MeeGo / Harmattan 2013-02-13, 07:46
Replies: 6
Views: 2,734
Posted By EmaNymton
Re: [Announce] Mythremote 0.25 / Tester needed!

Thanks for your offer, I'll try to upload a usable version till the end of the week!
Backend and frontend are on different machines, connected via wlan.
Forum: MeeGo / Harmattan 2013-02-12, 21:16
Replies: 6
Views: 2,734
Posted By EmaNymton
[Announce] Mythremote 0.25 / Tester needed!

Hi,
the update of my old mythtv-installation from 0.23 to 0.25.3 gives me the chance to rewrite my old version of mythremote based on the new service api of mythtv.
At the moment the program is in...
Forum: Applications 2013-01-27, 16:09
Replies: 1,176
Views: 406,957
Posted By EmaNymton
Re: [Support thread] Billboard Standby Screen

The package is
dc - The GNU dc arbitrary precision reverse-polish calculator

http://en.wikipedia.org/wiki/Dc_(computer_program)
Forum: Applications 2013-01-27, 15:29
Replies: 1,176
Views: 406,957
Posted By EmaNymton
Re: [Support thread] Billboard Standby Screen

I think so, tested on desktop pc with python 2.7.

Now it should work ;)
Forum: Applications 2013-01-27, 15:11
Replies: 1,176
Views: 406,957
Posted By EmaNymton
Re: [Support thread] Billboard Standby Screen

And the python version


#!/usr/bin/python
# Show Device Uptime in decimal days

sc = u"\u2622"
seconds = int(float(open('/proc/uptime').read().split()[0]))
days =...
Forum: Applications 2013-01-24, 14:05
Replies: 139
Views: 34,449
Posted By EmaNymton
Re: [Announce] MeeGoal - N9/N950 Client for OpenLigaDB (soccer-database)

MeeGoal 0.8 passed QA and is now available at Ovi-Store.
http://store.ovi.com/content/313066
Forum: Applications 2013-01-05, 09:39
Replies: 1,176
Views: 406,957
Posted By EmaNymton
Re: [Support thread] Billboard Standby Screen

thanks, didn't know that profilematic can do this, then you can trim the script to


#!/bin/sh
# reset the data counter
datetime=$(date +"%d.%m.%Y.%s")
gconftool -s --type string...
Forum: Nokia N9 / N950 2013-01-05, 09:30
Replies: 5
Views: 2,643
Posted By EmaNymton
Re: Script to reset data counters?

http://talk.maemo.org/showpost.php?p=1311100&postcount=448

may help you.
Showing results 1 to 25 of 93



 
Forum Jump

All times are GMT. The time now is 18:11.