Re: Commands for adjusting screen brightness for N810

2009-12-22 Thread Jey Han Lau
Thanks guys, both works beautifully. Cheers, Jey Han Frantisek Dufka wrote: David Weinehall wrote: The relevant GConf key in question is: /system/osso/dsm/display/display_brightness and valid values are 1-5. There is also a kind of hack used by advanced brightness applet. The system

Commands for adjusting screen brightness for N810

2009-12-15 Thread Jey Han Lau
Hi all, I know there's an built-in application for managing the display (brightness, etc), although I am curious if there are any commands (I am guessing it'll be D-BUS commands if there's any) to manipulate the screen brightness directly, or commands to manipulate all the display settings

Automatically connect to dummy connection

2009-11-16 Thread Jey Han Lau
Hi all, I am trying to find a way to connect to a dummy connection automatically for a Nokia N810. I have bluetooth PAN installed and have scripts that make it pair it with another device automatically, but whenever I browse the web the Select a Connection dialog box would pop up and I'd have

Turning on Automatically when connected to power

2009-10-20 Thread Jey Han Lau
Hi all, This is for the N810. Is it possible to configure the device such that it will turn on automatically when it is connected to a power supply? I am thinking that since it knows that it is in the charging state when connected to power I am wondering if it is possible to tell itself to

Changing/Disabling the special button below the cursor pad

2009-07-06 Thread Jey Han Lau
Hi all, 2 quick questions: 1. What do you call that special button below the cursor pad? It's the one that opens up the menu if pressed. 2. Is it possible to detect that special button key press or disable its functionality? Either through a program or universally. The reason I am asking this

Running program on start up

2009-05-15 Thread Jey Han Lau
Hi all, Does anyone know how you can run a scrip automatically on start up on N810? I have tried doing the linux way (adding scripts to /etc/init.d) but it doesn't seem to work. Tried searching for a little but couldn't find much about it. Thanks, Jey Han

Python App on Maemo

2009-05-04 Thread Jey Han Lau
Hi, We are currently trying to build a GUI application on Maemo, and after listening to suggestions from a few Maemo developers we started prototyping it with Python and Qt. Python and Qt seems easy since the UI code designed from Qt designer can be converted into python automatically. But

Installing pyqt on scratchbox

2009-05-04 Thread Jey Han Lau
Hi, I've been trying to install pyqt4 on scratchbox and I kept getting broken packages error =/ There are instructions on installing pyqt on the nokia device itself but not on the scratchbox. I have added extras-devel to /etc/apt/sources.list, and have installed python 2.5 and qt. Here are