Forum: MeeGo / Harmattan
2013-07-23, 16:48
|
Replies: 1,630
Views: 570,370
|
Forum: Nokia N9 / N950
2013-07-21, 04:28
|
Replies: 8,188
Views: 2,358,230
|
Forum: Nokia N9 / N950
2013-07-21, 00:51
|
Replies: 8,188
Views: 2,358,230
|
Forum: Applications
2013-05-19, 22:35
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
yeah, {cell-signal-strength} updates very fast when moving the phone around, not sure about power-drain though. I experienced a slight general increase since using scripts heavily.
Oh, and the...
|
Forum: Applications
2013-03-27, 15:26
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
The magic line is this:
{script: develsh signalbar.sh}
I may have been the one to suggest doing this...:o
It does work when the property is not empty. For example, {battery?{script:sh...
|
Forum: Applications
2013-03-27, 14:40
|
Replies: 1,176
Views: 417,141
|
Forum: Themes
2013-02-28, 02:13
|
Replies: 494
Views: 215,539
Re: [MOD] N9 keyboard themes
Ok, here some results
Since i dont have clear sighting of the original Sailfish keyboard, some components just might be my imagination :)
The keyboard background is from MK99, i just make it...
|
Forum: MeeGo / Harmattan
2013-02-14, 00:10
|
Replies: 15
Views: 4,697
|
Forum: Applications
2013-01-05, 09:25
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
Use the script with profilematic to check everyday if it's the day to reset. Not fully tested, before using it see your values with
gconftool-2 -R /cellui/settings/datacounter
and save it...
|
Forum: Applications
2013-01-04, 22:01
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
One more:
I modified the bluetooth status script to show the correct icon for connected or disconnected states. No icon is shown when BT is off.
#!/usr/bin/python
# Print bluetooth status icon...
|
Forum: Applications
2013-01-04, 18:07
|
Replies: 1,176
Views: 417,141
|
Forum: Applications
2013-01-04, 07:15
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
Script for force updating Billboard data when locking screen. Should be used with profilematic idle rule as activate script.
#!/bin/sh
#profilematic idle enter script
text=$(gconftool -g...
|
Forum: Applications
2013-01-03, 21:43
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
Some feedback on that: In general, it's a good idea when writing shell scripts to quote as much as possible to avoid side-effects, because { and } are interpreted in a special way:
echo...
|
Forum: Applications
2013-01-03, 17:36
|
Replies: 1,176
Views: 417,141
|
Forum: Applications
2012-12-31, 13:10
|
Replies: 1,176
Views: 417,141
|
Forum: Applications
2012-12-31, 12:43
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
I wrote a little script to show the used traffic, have fun!
Edit: Forgot to mention that python-gconf must be installed.
Edit2: The script could be optimized, especially the format of the shown...
|
Forum: Applications
2012-12-28, 19:38
|
Replies: 1,176
Views: 417,141
Re: [Support thread] Billboard Standby Screen
^ make shure you have encoding set to UTF-8 and UNIX.
Then in terminal as user run:
chmod 775 /home/user/script.py
Then wait, some scripts have longer refresh intervals.
It works! :)
|
Forum: Nokia N9 / N950
2012-12-19, 18:17
|
Replies: 8,188
Views: 2,358,230
|
Forum: Applications
2012-12-15, 23:54
|
Replies: 1,176
Views: 417,141
|
Forum: Applications
2012-12-14, 23:13
|
Replies: 1,176
Views: 417,141
|
Forum: MeeGo / Harmattan
2012-12-10, 03:33
|
Replies: 1,630
Views: 570,370
Re: [Announce/WIP] ProfileMatic for Harmattan
Tested the custom action code for auto clearing stock twitter client cache. Haven't seen the 'Twitter not responding' popup since a week :)
Only thing to keep in mind is that twitter app shouldn't...
|
Forum: MeeGo / Harmattan
2012-07-13, 19:25
|
Replies: 50
Views: 27,763
Re: Missing Quick Launch Icons
@bobaseth
After you have symlinks created, you have to see that you have 4 entries in launcherbuttons.data file. They look like this:...
|
Forum: Applications
2012-07-11, 05:21
|
Replies: 76
Views: 42,636
|
Forum: Applications
2012-07-07, 17:36
|
Replies: 423
Views: 200,853
|
Forum: Applications
2012-07-07, 00:39
|
Replies: 11,023
Views: 4,770,740
Re: [Announce] Wazapp Public Beta for N9
I don't want a script that checks every 5 secs if wazapp is running
A loop script will consume a lot of battery for sure
Instead of this, we can start wazapp as a daemon
This way the system itself...
|