Active Topics

 



Notices


Reply
Thread Tools
CasTTeLLo's Avatar
Posts: 335 | Thanked: 51 times | Joined on May 2010
#51
Originally Posted by raverpol View Post
Flip Calendar http://talk.maemo.org/showthread.php...400#post561400
it's not compitible with N900..
__________________
Best Regard,

CasTTeLLo
 
Posts: 87 | Thanked: 16 times | Joined on Aug 2010 @ Southern California
#52
It'd be nice on the bar in front of the time, if possible. At least number/number (ex 8/16 or 16/8 depending on your region/formatting).
 
Posts: 135 | Thanked: 158 times | Joined on Sep 2009 @ Germany
#53
Moin.

Can i make this entry to Fcron

Code:
& 00 00 * * 0-7 sh /Path/to/Script.sh
Originally Posted by Pakana View Post
and fcron to execute that at midnight.

I could not find any other way to schedule script than fcron.

Can you Post your fcron entry ?


Sorry for my English.
 
Posts: 10 | Thanked: 6 times | Joined on Jun 2010 @ Finland
#54
This actually runs the script 1 minute after midnight:
Code:
!nolog(true)

# COMMENT
#0 9 * * 1-5 run-standalone.sh /path/to/script/silent_profile.sh
1 0 * * * /home/opt/scripts/date
#<more scheduled scripts>

!bootrun(true)
#0 0 1 * * /path/to/script/reset_gprs_data_counter.sh
1 0 * * * /home/opt/scripts/date
#<a backup script also suits here if you have one>
 
moudy91's Avatar
Posts: 165 | Thanked: 18 times | Joined on Jun 2010
#55
hi pakana.
am really interested to put the date on the desktop without widget desktop execution by replace the operator name like you did on the picture below so please can you give me the was but STEP BY STEP
i did put it on the root command
#!/bin/sh
set $(date +%d\ %m\ %Y)
gconftool -s /apps/connui-cellular/operator_name_online $1.\ $2.\ $3 --type=string.
and its on the desktop now but the question is do i always have to update it or it will be automatic update so please i need a way to be automatic update.
thank you

Last edited by moudy91; 2010-09-01 at 20:12. Reason: update
 
Posts: 10 | Thanked: 6 times | Joined on Jun 2010 @ Finland
#56
I didn't find any other (easy) way to update date except fcron. So I installed fcron (guide: http://wiki.maemo.org/Fcron )
and added the script on post #54 like:
first command: fcrontab -e
then a to edit mode. (add script) esc-button to leave edit mode, then :wq to save and quit.

it should do it.
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:33.