![]() |
Re: Odds and ends
Thanks!
I didn't even catch that the settings menu had a scroll bar for this extra option. |
Re: Odds and ends
Is there a way around not having the "Systems sound" always enabled for this noise notification?
I doubt it but thought to ask anyway. :) |
Re: Odds and ends
I keep losing my Home and Escape keys, they simply stop functioning.
I'm beginning to think that perhaps it's because in one of my scripts, I stop and start MCE too quickly. /etc/init.d/mce stop sudo /etc/init.d/mce start Could this be the cause? If so, how long of a delay should there be between these two commands? Cheers. :) |
Re: Odds and ends
Quote:
|
Re: Odds and ends
I forgot why I do sudo to restart MCE, it's been at least a year now of me doing this.
I just remember that this was the only way to get it started again. |
Re: Odds and ends
Okay. I finally got it. Joy
Here's the script for receiving 1 minute notifications on emails and text messages for those who are impatient like me. :) Turning it on: blank=`gconftool-2 -g /system/osso/dsm/display/display_blank_timeout` gconftool-2 --type int --set /apps/modest/update_interval 1 gconftool-2 --type boolean --set /apps/modest/auto_update True sudo /etc/init.d/mce restart /usr/bin/set-backlight `gconftool-2 --get /apps/adv-backlight/brightness` restore_value() { gconftool-2 --type $1 --set $2 `gconftool-2 --get $2` } gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout 120 gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout $blank restore_value int /system/osso/dsm/display/display_dim_timeout restore_value bool /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled restore_value bool /system/osso/dsm/display/display_on_with_charger Turning it off: blank=`gconftool-2 -g /system/osso/dsm/display/display_blank_timeout` gconftool-2 --type boolean --set /apps/modest/auto_update False sudo /etc/init.d/mce restart /usr/bin/set-backlight `gconftool-2 --get /apps/adv-backlight/brightness` restore_value() { gconftool-2 --type $1 --set $2 `gconftool-2 --get $2` } gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout 120 gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout $blank restore_value int /system/osso/dsm/display/display_dim_timeout restore_value bool /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled restore_value bool /system/osso/dsm/display/display_on_with_charger The set-brightness script if you're using Advanced-Backlight in the status bar. http://asui.garage.maemo.org/download.html The trick was simply to restart MCE after changing the settings. Happy. :) |
Re: Odds and ends
I have a nice, portable, speaker system that I sometimes attach to my tablet.
This of course mutes the N800's sound when playing. Is there a way to have them both on or is it a hardware thing that's doing this? |
Re: Odds and ends
Quote:
|
Re: Odds and ends
^ *lol*
I wouldn't have the first clue where to look if this is a software feature. |
Re: Odds and ends
Quote:
|
All times are GMT. The time now is 17:18. |
vBulletin® Version 3.8.8