Active Topics

 

Showing results 1 to 25 of 100 @ 1.17 seconds. Search: Posts Made By: EmaNymton
Forum: Applications 2016-08-19, 18:19
Replies: 139
Views: 34,411
Posted By EmaNymton
Re: [Announce] MeeGoal - N9/N950 Client for OpenLigaDB (soccer-database)

Unfortunately I have no option to change and test for 2016 because I have no n9 anymore.

But maybe you can try to change it for yourself:
You find the source code in /opt/meegoal/main.py....
Forum: Alternatives 2016-04-28, 12:38
Replies: 212
Views: 91,276
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,842
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,842
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

Is there any way to offer translation for a pure PyOtherSide/QML application?
Forum: Jolla1 & TOH 2014-10-29, 12:48
Replies: 349
Views: 107,879
Posted By EmaNymton
Re: Jolla discount codes

Here's mine (unused):

QA-RD-OA

Have fun!
Forum: SailfishOS 2014-03-06, 12:12
Replies: 156
Views: 48,791
Posted By EmaNymton
Re: [WIP] Prey - antitheft system

Why don't you use dbus to take a screenshot?


dbus-send --session --type=method_call --dest=org.nemomobile.lipstick /org/nemomobile/lipstick/screenshot org.nemomobile.lipstick.saveScreenshot ...
Forum: SailfishOS 2014-03-05, 12:39
Replies: 92
Views: 48,548
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,842
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-02-07, 13:38
Replies: 92
Views: 48,548
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Yes, this works, you can use something like this:
http://wiki.maemo.org/PyMaemo/Phone_call_and_SMS_examples
Forum: SailfishOS 2014-01-31, 13:55
Replies: 92
Views: 48,548
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,548
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,548
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,662
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,548
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-09, 18:47
Replies: 92
Views: 48,548
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

Ouch, this is bad!

Then atm it would be possible to deactive this behavoir when starting my script and reset to "normal" when finishing?

btw. is:

echo asdf > /sys/power/wake_unlock

the...
Forum: SailfishOS 2014-01-09, 16:31
Replies: 92
Views: 48,548
Posted By EmaNymton
Re: Tinkering with DBus on Jolla

I'm trying to "abuse" my event screen for showing sports live results with a small pythonscript using lxml and dbus. The script parses every 5 minutes the information and updates the notification, if...
Forum: MeeGo / Harmattan 2014-01-08, 11:28
Replies: 7
Views: 2,438
Posted By EmaNymton
Re: DBUS- N9 - Need help for command

dbus-sent does not permit nested containers. I think you have to go with Python or QML.

Take a look!
http://talk.maemo.org/showthread.php?p=1404751#post1404751
Forum: SailfishOS 2014-01-08, 10:23
Replies: 92
Views: 48,548
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,548
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,548
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,842
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-24, 09:52
Replies: 106
Views: 64,842
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

Thank you anyway, I tried that before, but got an ImportError when using
./pip install lxml


ImportError: No module named 'ssl_match_hostname'

After searching a little bit without finding a...
Forum: SailfishOS 2013-11-18, 19:44
Replies: 106
Views: 64,842
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: SailfishOS 2013-11-17, 15:48
Replies: 106
Views: 64,842
Posted By EmaNymton
Re: Python & Qt5 on Sailfish

I'm facing the same problem here, I need lxml for python 3. I'm not that expirienced in installing packages without using the repository. Is there any repo in the meantime, which I can use and if...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 19:24.