Showing results 1 to 25 of 58 @ 0.01 seconds. Search: Posts Made By: Z3tor
Forum: Applications 2014-01-10, 16:24
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

What is your phones locale set? I think {full-date} shows date acc. to set locale.

With this simple script you can output weekday names as you wish.
#!/bin/sh
day=$(date +%u)
echo | awk -v...
Forum: Jolla1 & TOH 2013-11-29, 16:45
Replies: 104
Views: 54,519
Posted By Z3tor
Re: Jolla Owners hints and tips and app sites

Some tutorial videos available at Jollas Youtube channel.

https://www.youtube.com/user/jollaofficial/videos
Forum: Applications 2013-11-22, 19:45
Replies: 1,258
Views: 455,343
Posted By Z3tor
Re: [MeeGo] [Announce] MeeCast for Harmattan

same thing here. using 0.8, foreca finland.
Forum: Applications 2013-11-21, 18:22
Replies: 388
Views: 162,704
Posted By Z3tor
Forum: Nokia N9 / N950 2013-11-20, 12:28
Replies: 8,188
Views: 2,275,052
Posted By Z3tor
Re: [Announce] N9/50 QuickTweak app (for PR1.3 only) - v9.8.7

Live clock not working here either. Original theme.
Forum: Applications 2013-11-15, 10:26
Replies: 388
Views: 162,704
Posted By Z3tor
Forum: Applications 2013-11-08, 04:54
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

If you use Notepad, make sure the file encoding is UTF-8. I suggest using Notepad++.
Forum: MeeGo / Harmattan 2013-11-06, 17:53
Replies: 2
Views: 1,244
Posted By Z3tor
Re: [Help] Shopping list app that could sync with other OS's

EasyList?

http://talk.maemo.org/showthread.php?t=75894
Forum: Applications 2013-11-03, 19:26
Replies: 388
Views: 162,704
Posted By Z3tor
Re: [Announce] MeeRun - Sport Tracking application for Nokia N9, Symbian and BB10

Hi,

MeeRun looking very good alternative to ST. If HR belts support is coming, I migth buy this app. Does it have audio feedback for HR limits? And indoor mode would be nice, just for getting HR,...
Forum: Applications 2013-10-30, 20:45
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Sorted it finally... Actually the line "print weekday, title, ..." needed .encode('utf-8') afterall to output in bb. And then again #-*- coding: utf-8 -*- is needed to print scandic letters.
Forum: Applications 2013-10-30, 17:49
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

yes i removed them all. Weird how it fully works in terminal, but only partly in bb.
Forum: Applications 2013-10-30, 17:07
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Ok, now it works.... almost. Script works fully in terminal with scandic letters too, but in bb, it only prints output if there is no events in x days. So if event is found it does not get printed in...
Forum: Applications 2013-10-30, 09:32
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

The print line below gives me error about non ASCII chars, which are in this case the letter "ä". If they are replaced with "a", script runs without error.
if (datetime.now() +...
Forum: Applications 2013-10-28, 19:14
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

i already removed all tabs from code but get the same error.

Edit:

Sorted it. So Python is picky about intendation. :mad:

Edit2:

Script works now, but scandic letters in code give errors....
Forum: Applications 2013-10-28, 17:45
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

@slarti
I tried your events listener scrpt but get this error. I cant figure out whats wrong.

$ python /home/user/events.py
File "/home/user/events.py", line 19
attributes =...
Forum: Applications 2013-10-28, 14:19
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Doh. I totally missed that in github scripts. :o Thanks.
Forum: Applications 2013-10-27, 19:52
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Is there a way of localizing day names, or is the output always in english like "Mon" ,"Tue" etc. ?
Forum: Applications 2013-10-26, 16:17
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Ok, got it working by editing script. replaced operand -e with = and replaced command print with echo.

Thanks!
Forum: Applications 2013-10-26, 16:03
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Copied script again in utf-8 format and run. I get:
sh: -e: unknown operand
Forum: Applications 2013-10-26, 15:33
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

something must be wrong in code.. output is
:not foundnetwork.sh: line 1: ??#! /bin/sh
:not foundnetwork.sh: line 2:
/home/user/network.sh: line 9: syntax error: unexpected end of file (expecting...
Forum: Applications 2013-10-26, 15:01
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Now script file is in /home/user/

I tried
$ chmod a+x /home/user/network.sh
but no dice..
Forum: Applications 2013-10-26, 13:37
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

Well... it seems i dont have permissions to /home/user. I tried to copy my script with Fileboxroot and with WinSCP as root. How do i copy script to /home/user? Excuse my noobness...:o
Forum: Applications 2013-10-26, 12:25
Replies: 1,176
Views: 408,349
Posted By Z3tor
Re: [Support thread] Billboard Standby Screen

First of all, thanks for this great piece of software. I'm having trouble with scripts though...

Here's the script (network.sh):

#!/bin/sh

mode=$(develsh -c "qdbus --system...
Forum: Nokia N9 / N950 2012-10-16, 15:44
Replies: 403
Views: 142,586
Posted By Z3tor
Forum: Nokia N9 / N950 2012-10-14, 10:30
Replies: 403
Views: 142,586
Posted By Z3tor
Re: [Mod] ColorThemes for N9 (Version 1.0.7)

Do it in both versions. The phone app has nice green color in the top bar, not too ligt, not too dark, could you make one theme with that color?
Showing results 1 to 25 of 58



 
Forum Jump

All times are GMT. The time now is 16:05.