![]() |
2010-08-18
, 20:13
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#262
|
No, it doesn't. I think the key is to run it as user, not root.
3) dsmetool -k /usr/bin/hildon-home; sleep 3; dsmetool -t /usr/bin/hildon-home
![]() |
2010-08-18
, 20:25
|
|
Posts: 116 |
Thanked: 77 times |
Joined on Jan 2010
|
#263
|
As you're getting errors even before the first echo statement, I'd guess that you've saved the file in DOS format, not in UNIX format. You should be able to convert it using either sed/tr (either of the following two lines - the ^M is generated by pressing Ctrl-V followed by Ctrl-M):
Code:tr -d '\r' < DOS_file > UNIX_file sed 's/^M//' DOS_file > UNIX_file
![]() |
2010-08-20
, 13:12
|
Posts: 214 |
Thanked: 256 times |
Joined on May 2010
|
#264
|
As you're getting errors even before the first echo statement, I'd guess that you've saved the file in DOS format, not in UNIX format. You should be able to convert it using either sed/tr (either of the following two lines - the ^M is generated by pressing Ctrl-V followed by Ctrl-M):
Code:tr -d '\r' < DOS_file > UNIX_file sed 's/^M//' DOS_file > UNIX_file
![]() |
2010-08-21
, 21:13
|
|
Posts: 28 |
Thanked: 11 times |
Joined on Dec 2009
|
#265
|
Well, I normally use it only when I feel that the OS is getting slow but in general YES, you only have to add an event with this command:
sudo sh OptimizeN900
And you can setup this to run every day overnight. Please, try it and tell us your experiences. Thanks!
![]() |
2010-08-24
, 20:27
|
Posts: 64 |
Thanked: 109 times |
Joined on Mar 2010
|
#266
|
![]() |
2010-08-25
, 09:13
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#267
|
(0x3eb7e8) QBW Import from ADB command buffer error g_key_file_load_from_data
![]() |
2010-08-26
, 06:37
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#268
|
i'd like to make this into a Queen Beecon widget, however i can't get it to work.
If i start the widget and go to advanced, i testdrive the command (your file) and it works perfectly. However if i try to import "buffer to beecon"
i get this error:anybody have a clue?Code:(0x3eb7e8) QBW Import from ADB command buffer error g_key_file_load_from_data
![]() |
2010-08-26
, 06:43
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#269
|
Will it help somebody, if I'll create package in extras-devel?
Basically it will put shell script into /opt/usr/bin/ and create icon for it.
If so please suggest name for the package and icon in this poll:
https://spreadsheets.google.com/view...Q19ULVUxT1E6MQ
![]() |
2010-08-27
, 04:29
|
Posts: 214 |
Thanked: 256 times |
Joined on May 2010
|
#270
|
Dawid 'evad' Lorenz * http://dawid.lorenz.co
_______________________________________________