OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: Nighthawk98TJ on April 25, 2005, 04:23:38 pm
-
Hey All,
I run the Sharp 3.10 ROM and I used to use the Sharp Media Player for playing MP3s. However, I just switched to the tkcPlayer as it has much more functionality, but the Z wants to suspend after 30 minutes of playing with this player. The Sharp player seems to disable this suspending while it is running. Unfortunately, I cannot set the Z to suspend at any point longer than 30 minutes.
Does anyone have any suggestions?
Thanks!!
-
you could try this script I wrote off the top of my head..
tkcPlayer.sh
#!/bin/sh
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' 0 0 0
/home/QtPalmtop/bin/tkcPlayer
qcop QPE/System 'setScreenSaverIntervals(int,int,int)' -1 -1 -1
-
That appears to have done the trick! Thank you very much!!
-
And if you place dreadlocks' shell script in the /home/QtPalmtop/bin/ directory, you can then add a desktop shortcut using Tab Settings or manually by creating+editing a .desktop file in one of the /home/QtPalmtop/apps/ subdirectories.