Re: [maemo-developers] Re: backlight

2006-01-29 Thread Frantisek Dufka
OK, here http://fanoush.webpark.cz/maemo/ is quick and dirty solution for extended backlight level control for N770. If it breaks your device all pieces are yours :-) First I thought about making it accesible from another sysfs file but that would need extending some structures in kernel ==>

Re: [maemo-developers] Yet another mail archive and forum for nokia770

2006-01-29 Thread Clemens Eisserer
Who needs this nonsence, just another try to generate as much money out of advertising as possible by providinig almost no content. Sorry, no luck! 2006/1/26, nokia770 MG <[EMAIL PROTECTED]>: > welcome to http://www.mynokia770.com > > it provide the RSS feed to the last post on maemo-developers an

Re: [maemo-developers] Using osso-browser-interface

2006-01-29 Thread Danny Milosavljevic
Hi, Am Donnerstag, den 12.01.2006, 14:43 +0200 schrieb Kalle Vahlman: > On 1/12/06, mp s <[EMAIL PROTECTED]> wrote: > > > > osso_return_t ret; > > > > hildon_app_set_appview ( data->app, data->browser_view ); > > > > hildon_app_notify_view_changed( data->app, data->browser_view ); > > > > ret

Re: [maemo-developers] Re: backlight

2006-01-29 Thread Frantisek Dufka
See this http://maemo.org/maemowiki/HowTo_KernelCompilation . If you don't want to do it in scratchbox target see also this http://www.gossamer-threads.com/lists/maemo/developers/3436 . On x86 debian it is a matter of installing just the kernel sources via dpkg -i file.deb. It puts archive of

Re: [maemo-developers] Re: backlight

2006-01-29 Thread Brad Midgley
Frantisek Nice work. Can you put a unified diff on your page or post it here (I realize it's a work in progress, but I'd like to see where it all applies) What is the process for patching and building the kernel .deb? Brad >> It means that either UI dynamically adjusts itself to the value of

Re: [maemo-developers] Re: backlight

2006-01-29 Thread Frantisek Dufka
Frantisek Dufka wrote: It means that either UI dynamically adjusts itself to the value of sysfs backlight_max or it uses directly tahvo. Yes, it uses sysfs. I implemented translation table and also hardcoded values for level 1 and 2 to values 1 and 2 (instead of 8 and 16) and it works like

Re: [maemo-developers] Re: backlight

2006-01-29 Thread Frantisek Dufka
Hello, I just tried to compile my own kernel with backlight changes and found this: - my kernel works in the device without any ill effects and without messing with initfs, great :) I used kernel from http://repository.maemo.org/pool/maemo1.1/free/k/kernel-source-2.6.12.3/ I removed translati