Forum: Applications
2008-11-15, 16:36
|
Replies: 21
Views: 6,379
|
Forum: Applications
2008-11-14, 01:01
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
No, led control does not yet work on the N810. Controlling the N810 color LED is more complex than the single color N800 LED. I know how to control them but due to the platform differences, it would...
|
Forum: Applications
2008-11-13, 21:15
|
Replies: 51
Views: 9,467
|
Forum: Applications
2008-09-29, 03:30
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
Thanks for reminding me about the alarms. I've figured out how to use powerlaunch to catch the alarms given off from the builtin alarmd. It's mainly now a matter of getting powerlaunch to respond in...
|
Forum: Applications
2008-07-28, 19:33
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
To be clear, as I'm not sure what you mean by almost all contexts, if you make the changes above, you should be able to hit the power button (system menu will pop up) and then your new keys should...
|
Forum: Applications
2008-07-28, 12:27
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
create a new file /home/user/.powerlaunch/powerlaunch.conf
[main]
on_init = call common.init.main; inherit systemui.ui; call systemui.ui.layout; call mce.init.main
key_select = exec...
|
Forum: Applications
2008-07-14, 19:45
|
Replies: 51
Views: 9,467
|
Forum: Applications
2008-07-12, 20:21
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
softpoweroff doesn't really do anything other than lock keys and turn off screen. I think this will do what you want. In /etc/powerlaunch/system.conf, under the [device] section, edit the following...
|
Forum: Applications
2008-07-04, 11:45
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
No, don't call common.default.display_... from n810. The point was to override them. But now that I think about it, I might change the overloading handler code in powerlaunch. Instead of only...
|
Forum: Applications
2008-07-03, 23:16
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
Ah. The problem is the priority order of handlers. In common.init, the two default_inherit actions should be moved to the front of the list before all the calls. Then when n810.conf is loaded, it...
|
Forum: Applications
2008-07-03, 15:05
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
The event you want is dbus_powered_DisplayState. In common.conf, change the appropriate lines under default section to
dbus_powered_DisplayState = ifeq $1 on system.device.checksoftpoweroff; ifeq...
|
Forum: Applications
2008-07-03, 13:06
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
Thanks. I haven't tried it but shouldn't the keyboard light already be independent of the state of the screen?
I'll put this into the default config. This reminds me why I never got to adding...
|
Forum: Applications
2008-07-02, 15:02
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
The keyboard event is already caught in n810.conf. You can try playing around with something like this:
keyboard_slide_open = if $islocked unlock_keys; exec "sudo /bin/sh -c 'echo ... > /sys/...'"
|
Forum: Applications
2008-07-02, 13:13
|
Replies: 51
Views: 9,467
|
Forum: Applications
2008-07-01, 15:09
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
Ok. I've added some config files in v. 0.8-4: https://garage.maemo.org/frs/download.php/4220/powerlaunch_0.8-4_armel.deb
It will automatically read /etc/mce/mce.ini for power key settings. So you...
|
Forum: Applications
2008-07-01, 00:39
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
I'm not sure why you think powerlaunch is targeted at end users. It's not even in any standard repository so you have to go to some effort to find and install it. It certainly can be made more...
|
Forum: Applications
2008-06-30, 20:00
|
Replies: 51
Views: 9,467
Re: Questions about Powerlaunch. Head hurts.
I'll assume you know how to edit config files and get around command line. There's no graphical configuration tool. Try this:
mkdir ~/.powerlaunch
cp /etc/powerlaunch/powerlaunch.conf...
|
Forum: Applications
2008-05-31, 16:55
|
Replies: 7
Views: 1,764
Re: Powerlaunch and Offline Mode
To avoid modifying core files, create powerlaunch.conf in ~/.powerlaunch (you can copy one from /etc/powerlaunch if you wish and edit it). In main.on_init, use 'default_inherit suspend.suspend_mode'...
|
Forum: Applications
2008-05-30, 11:43
|
Replies: 7
Views: 1,764
|
Forum: Troubleshooting
2008-05-07, 23:53
|
Replies: 9
Views: 2,459
Re: Screen does not stay lit when charging
How are you downloading a package and installing via apt-get? If you download the deb. you should use dpkg -i powerlaunch*.deb
Also, a specific bug report would be welcome. Any of the bugtracker,...
|
Forum: OS2008 / Maemo 4 / Chinook - Diablo
2008-05-07, 23:45
|
Replies: 23
Views: 6,456
Re: Powerlaunch don't Turn off screen
Can you be more specific about the problem? The problem of joepagiii sounds like it never dims. This shouldn't happen. Check that in fact powered is running with "ps -ef | grep powered" and run...
|
Forum: Applications
2008-04-29, 16:40
|
Replies: 27
Views: 4,999
Re: Powerlaunch 0.7 Broken
Startup locking: In theory, you should be able to implement that via powerlaunch only. That is, on powerlaunch startup (in main.on_init), you could check if you should immediately switch to...
|
Forum: Applications
2008-04-14, 20:42
|
Replies: 27
Views: 4,999
Re: Powerlaunch 0.7 Broken
I guess the whole point of powerlaunch is that there are an infinite number of such customizations that one may want to do and it doesn't stop you from doing it. I agree that a simple way to control...
|
Forum: Applications
2008-04-13, 20:04
|
Replies: 27
Views: 4,999
|
Forum: Applications
2008-04-04, 21:53
|
Replies: 27
Views: 4,999
Re: Powerlaunch 0.7 Broken
What is /etc/rc2.d/S21powered? Is it a symlink or not? The two error messages are contradictory. I'm not sure how it can be "not a symlink" and a "dangling symlink" at the same time. This seems...
|