Notices


Reply
Thread Tools
Alexxxl's Avatar
Posts: 152 | Thanked: 91 times | Joined on Mar 2013 @ Russia Saratov
#1061
Of course I pointed out a real link, just an example not corrected, Sorry.
Found the cause! she was in a very slow internet!
Thanks for the tip on:
Code:
>>> print f
{'feed': {}, 'bozo': 1, 'bozo_exception': URLError(gaierror(-2, 'Name or service not known'),), 'entries': []}
it helped figure out what's wrong ))
 
Posts: 58 | Thanked: 19 times | Joined on Jan 2012 @ Finland
#1062
Originally Posted by sponka View Post
I use {full-date} on my screen and it's displayed in english, it looks like:
Thursday, 9 January 2017

Is it possible to have some script/file with names for days and months in another language and use with existing commands (weekday name, month name, etc.) to display them on screen. The above output would be:
Četrtek, 9. januar 2014

Pretty please


EDIT: I see sometning like this on page 95, will check there first if I can adapt.
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.
Code:
#!/bin/sh
day=$(date +%u)
echo | awk -v d=$day '{split("Mon Tue Wed Thu Fri Sat Sun",a," ")
printf a[d]}'
 
Alexxxl's Avatar
Posts: 152 | Thanked: 91 times | Joined on Mar 2013 @ Russia Saratov
#1063
somebody can tell how to implement task {events} ?
billboard learns how time and the task name in the calendar?
 
trayhoper's Avatar
Posts: 149 | Thanked: 72 times | Joined on Mar 2012 @ Istanbul,Turkey
#1064
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?
 

The Following User Says Thank You to trayhoper For This Useful Post:
salahkhani's Avatar
Posts: 196 | Thanked: 114 times | Joined on Apr 2012 @ United Arab Emirates, Dubai
#1065
Originally Posted by trayhoper View Post
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?
Hello dude hopefully i will figure out how to upload billboard and other useful apps here for you and all our fellows in this forum

coming soon>>>>>
__________________
N900 IS THE BEST AND THE BEST WILL BE EVER
 
salahkhani's Avatar
Posts: 196 | Thanked: 114 times | Joined on Apr 2012 @ United Arab Emirates, Dubai
#1066
Originally Posted by trayhoper View Post
I reflashed my device and now I can't download this app again from store because I've reached the max amount of downloads.I can't pay for this app again , anyone can help ?
Hey dude check out those apps

enjoy

MODERATOR EDIT:
DO NOT SHARE PAID CONTENT ON TMO!
__________________
N900 IS THE BEST AND THE BEST WILL BE EVER

Last edited by HtheB; 2014-01-20 at 22:28.
 
Alexxxl's Avatar
Posts: 152 | Thanked: 91 times | Joined on Mar 2013 @ Russia Saratov
#1067
I'll just leave this here ...

Watsup Status
Code:
#!/bin/sh
# Display Watsup Status
# by Alexxxl


reply=""
if $(qdbus | grep org.cepi.whatsup > /dev/null)
then
reply=`qdbus org.cepi.whatsup /org/cepi/whatsup org.cepi.whatsup.getStatus | sed -n 1p`
fi

echo -n $reply
 

The Following 2 Users Say Thank You to Alexxxl For This Useful Post:
Posts: 49 | Thanked: 8 times | Joined on Oct 2013
#1068
Is there a script available for showing the time the phone is on for since the last charge?
Thanks
 
Posts: 158 | Thanked: 56 times | Joined on Jan 2012 @ Timisoara, Romania
#1069
Originally Posted by sponka View Post
I use {full-date} on my screen and it's displayed in english, it looks like:
Thursday, 9 January 2017

Is it possible to have some script/file with names for days and months in another language and use with existing commands (weekday name, month name, etc.) to display them on screen. The above output would be:
Četrtek, 9. januar 2014

Pretty please


EDIT: I see sometning like this on page 95, will check there first if I can adapt.
Use {weekday}, {day} {month} {year}

Question:
From where can we update the new version 1.1.1 (2014-01-30) ?
__________________
"No one will need more than 637 kb of memory for a personal computer."
 
Posts: 73 | Thanked: 35 times | Joined on Jun 2013
#1070
Originally Posted by smcsa View Post
Question:
From where can we update the new version 1.1.1 (2014-01-30) ?
+1 - i see the changelog, but not a dload
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:39.