![]() |
2010-05-25
, 08:51
|
Posts: 156 |
Thanked: 90 times |
Joined on Jan 2010
|
#22
|
![]() |
2010-05-25
, 09:28
|
Posts: 105 |
Thanked: 26 times |
Joined on May 2010
|
#23
|
![]() |
2010-05-27
, 10:57
|
Posts: 21 |
Thanked: 6 times |
Joined on Apr 2010
|
#24
|
Anyway, is there any way a script can be created that shows a hildon notification "Reboot in 10s" before the N900 actually reboots? Through DBUS? How?
#!/bin/sh run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Reboot in 10s..." sleep 10 reboot
![]() |
2010-05-27
, 12:53
|
Posts: 105 |
Thanked: 26 times |
Joined on May 2010
|
#25
|
![]() |
2010-05-30
, 04:00
|
Posts: 68 |
Thanked: 4 times |
Joined on Feb 2010
|
#26
|
![]() |
2010-06-08
, 18:54
|
Posts: 21 |
Thanked: 6 times |
Joined on Apr 2010
|
#28
|
#!/bin/sh dbus-send --session --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:'volume' variant:uint32:100
The Following User Says Thank You to raffe For This Useful Post: | ||
![]() |
2010-06-09
, 11:00
|
Posts: 21 |
Thanked: 6 times |
Joined on Apr 2010
|
#29
|
run-standalone.sh gconftool-2 -R /apps/activesync
run-standalone.sh gconftool-2 --set /apps/activesync/ActiveSyncAccount1/schedule/peak_schedule --type=int 15
![]() |
2010-06-09
, 13:12
|
Posts: 21 |
Thanked: 6 times |
Joined on Apr 2010
|
#30
|
#!/bin/sh # Gradually increase the volume, by raffe for i in 0 10 20 30 40 50 60 70 80 90 100 do dbus-send --session --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:'volume' variant:uint32:$i /bin/sleep 5 done
Any ideas how to get it there or can anyone email me the file ( slewis1972 @ gmail.com ) so I can manually install it?
Thanks
Scott