Forum: MeeGo / Harmattan
05-19-2013, 06:35 PM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
03-27-2013, 11:26 AM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
03-27-2013, 10:40 AM
|
|
Replies: 887
Views: 113,788
|
Forum: Themes
02-27-2013, 10:13 PM
|
|
Replies: 477
Views: 55,308
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
02-13-2013, 08:10 PM
|
|
Replies: 15
Views: 2,301
|
Forum: MeeGo / Harmattan
01-05-2013, 05:25 AM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
01-04-2013, 06:01 PM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
01-04-2013, 02:07 PM
|
|
Replies: 887
Views: 113,788
|
Forum: MeeGo / Harmattan
01-04-2013, 03:15 AM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
01-03-2013, 05:43 PM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
01-03-2013, 01:36 PM
|
|
Replies: 887
Views: 113,788
|
Forum: MeeGo / Harmattan
12-31-2012, 09:10 AM
|
|
Replies: 887
Views: 113,788
|
Forum: MeeGo / Harmattan
12-31-2012, 08:43 AM
|
|
Replies: 887
Views: 113,788
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: MeeGo / Harmattan
12-28-2012, 03:38 PM
|
|
Replies: 887
Views: 113,788
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
12-19-2012, 02:17 PM
|
|
Replies: 6,593
Views: 672,992
|
Forum: MeeGo / Harmattan
12-15-2012, 07:54 PM
|
|
Replies: 887
Views: 113,788
|
Forum: MeeGo / Harmattan
12-14-2012, 07:13 PM
|
|
Replies: 887
Views: 113,788
|
Forum: MeeGo / Harmattan
12-09-2012, 11:33 PM
|
|
Replies: 1,333
Views: 133,884
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: Applications
07-11-2012, 01:21 AM
|
|
Replies: 70
Views: 12,523
|
Forum: Applications
07-07-2012, 01:36 PM
|
|
Replies: 411
Views: 82,648
|
Forum: Applications
07-06-2012, 08:39 PM
|
|
Replies: 9,799
Views: 2,100,903
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...
|
Forum: Applications
07-06-2012, 06:00 PM
|
|
Replies: 9,799
Views: 2,100,903
Re: [Announce] Wazapp Public Beta for N9
I have finally perfected the instructions to installing and using my script to ensure that Wazapp doesn't crash on you and leave you without your messages :)
Hopefully the devs could include some...
|
Forum: Applications
07-05-2012, 12:16 AM
|
|
Replies: 9,799
Views: 2,100,903
|
Forum: Applications
05-17-2012, 12:51 PM
|
|
Replies: 9,799
Views: 2,100,903
Wazapp Public Beta for N9 [0.9.17]
Wazapp for N9 is out as a public beta. Get it from http://www.wazapp.im ;)
Enjoy testing and please report any bugs to tarek[at]wazapp[dot]im
Latest version: 0.9.17
Change log:...
|
Forum: Development
05-01-2012, 05:54 PM
|
|
Replies: 1,172
Views: 501,163
|