Active Topics

 



Notices


Reply
Thread Tools
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#261
Originally Posted by cpscotti View Post
I just uploaded a new version to -devel that addresses many of the bugs described here (including for example the execution at boot, the settings dialog glitches..).
I'll leave it on -devel for some days and then start the promotion process.
Note that I didn't address any feature requests yet.
Enjoy..
Has anyone succeeded in upgrading this ? I see it in app manager but it has missing dependencies, just like most other updates since the extras-devel autobuilder was "promoted" to the PR1.2 SDK :-(

This situation is getting *really* old...
__________________
maemo blog
 
Posts: 508 | Thanked: 130 times | Joined on Sep 2009
#262
This is garbage! please post usefull info!!!!!!! Like codes we can use!!
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#263
Originally Posted by sygys View Post
This is garbage! please post usefull info!!!!!!! Like codes we can use!!
Erm - perhaps you could post some useful info. Like a reference to what you think is garbage, what codes you want, and what you want to use them for. Your message makes absolutely zero sense otherwise.
 
Posts: 146 | Thanked: 76 times | Joined on Feb 2010 @ Poland
#264
I am currently using 0.9 (very buggy).
Cannot upgrade to 1.10 because of missing dependency libhildon1.
__________________
Remember to click Thanks! if this post is of any help
 
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#265
Originally Posted by Robb View Post
I am currently using 0.9 (very buggy).
Cannot upgrade to 1.10 because of missing dependency libhildon1.
will resolve itself with PR1.2, just means the latest version got built recently on the autobuilder - which is using the new version

Hopefully not long now
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -
 
Posts: 235 | Thanked: 8 times | Joined on Feb 2010
#266
Originally Posted by Robb View Post
I am currently using 0.9 (very buggy).
Cannot upgrade to 1.10 because of missing dependency libhildon1.
same .
 
Posts: 146 | Thanked: 76 times | Joined on Feb 2010 @ Poland
#267
Changed Load: definition http://wiki.maemo.org/Desktop_Comman...t_scripts#Load
from:
Code:
 uptime | sed 's/min/:/' | awk -F "[: ]" '{print $12,$13,$14}'

to:
Code:
 uptime | sed 's/.*load.*: *//'

It eliminates the awk execution, therefore is much quicker.
__________________
Remember to click Thanks! if this post is of any help
 

The Following 4 Users Say Thank You to Robb For This Useful Post:
Posts: 156 | Thanked: 90 times | Joined on Jan 2010
#268
Cool, I also improved "uptime" script based on your example.
 
Posts: 21 | Thanked: 14 times | Joined on Dec 2009 @ Turku, Finland
#269
Hi,

I have a script that freezes hildon when booting.
I resolved it with a little wrapper script that prevents it from running when uptime is less that 120 seconds.

Code:
#!/bin/sh

SAFELIMIT=120

if [ `cat /proc/uptime | awk '{ print int($1) }'` -gt $SAFELIMIT ] ; then
	genplaylists.sh /home/user/MyDocs/.sounds
else
	cat /proc/uptime | awk -v limit="$SAFELIMIT" '{print "T-",limit-int($1)}'
fi
Using this the desktop doesn't freeze when booting, just change your own script instead of the "genplaylists.sh ..." -line.
And you can decrease the safe limit also, 120 seconds is a bit overkill.
 

The Following User Says Thank You to timperi For This Useful Post:
Posts: 27 | Thanked: 5 times | Joined on Mar 2010
#270
1)
hi all, I would love to have a script that would send a predefined SMS to specific number, perhaps something similar to what matristain wanted. I only found this article: http://wiki.maemo.org/Phone_control#Send_SMS
thanks for any help

2)
also, increase power of FM transmitter script in the wiki does not work
Code:
rootsh echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level | echo ""
from reading comments above, would this help?
Code:
echo "echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level" | sudo gainroot
 

The Following User Says Thank You to bng For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 01:27.