Re: [maemo-developers] Re: backlight

2006-01-20 Thread Frantisek Dufka
I hope the darkest level won't be too bright either. I see darker level when writing 1 via sysfs then it is possible via gui. When writing 2 it is same level as possible with GUI. But when writing 2 via sysfs it immediatelly returns 1 on read (and the brightness is same). I'll try the ioctl

[maemo-developers] Enumerate WLAN networks

2006-01-20 Thread Ari Paavilainen
Hi, How can I programmatically enumerate available WLAN networks with 770? -Ari ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] HttpWebRequest in C#/Mono on N770 : The request timed out

2006-01-20 Thread Devesh Kothari
ext marc.pub wrote: Hello, I try to access Internet in a C# / mono program with the HttpWebRequest class on my Nokia 770. See my program WebFetch below. When I execute the program it wait one minute at the HttpWebRequest.GetResponse(); method and exit with a time out. See my log below.

[maemo-developers] power button

2006-01-20 Thread Russell Nelson
Larry Battraw writes: It's rather confusing to hit the power button on 770 and be presented with a menu; I want it to switch off (or appear to), not ask for more input. Well, I understand why it has a menu, but perhaps it would be better if the first item on the menu is sleep. It would be

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Johannes Eickhold
On Wed, 2006-01-18 at 15:18 +0100, Johannes Eickhold wrote: I have hildonized gpsdrive a bit and want it to appear in the task navigator after startup. For the following PWD=/var/lib/install. gpsdrive has to be started via the script usr/bin/gpsdrive.sh. If I specify this file in the

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Florian Boor
Hi, Johannes Eickhold wrote: Every time I specified the binary in Exec, only the binary was started. Result: icon in task navigator but no script execution. Every time I specified the script in Exec, only the script was executed. Result: no icon in task navigator. its even more complex: Gaim

Re: [maemo-developers] Way to get a reference to parent HildonAppView from its menu

2006-01-20 Thread Luca Donaggio
2006/1/19, Kalle Vahlman [EMAIL PROTECTED]: On 1/19/06, Luca Donaggio [EMAIL PROTECTED] wrote:[Finding the AppView from a menu reference] I'm tryng to port grsync to maemo, it's almost done really, but for this menu related issue. Grsync has been made with Glade and Glade uses a lookup_widget()

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Jari Tenhunen
On Fri, Jan 20, 2006 at 12:37:03PM +0100, Johannes Eickhold wrote: gpsdrive has to be started via the script usr/bin/gpsdrive.sh. If I specify this file in the .desktop file, gpsdrive can be started in the correct way from the menu and via run-standalone.sh usr/bin/gpsdrive.sh but doesn't

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Henry Tang
Just a wild guess. Did you change the .service file to reference the shell script too? On 1/20/06, Johannes Eickhold [EMAIL PROTECTED] wrote: On Wed, 2006-01-18 at 15:18 +0100, Johannes Eickhold wrote: I have hildonized gpsdrive a bit and want it to appear in the task navigator after startup. For

Re: [maemo-developers] Building Maemo from scratch

2006-01-20 Thread Florian Boor
Hi, Russell Geldmacher wrote: I'm getting fairly far in the OE build process (for Maemo-1.0 -- we'll talk about adding 1.1 later). It eventually will fail with the following message: ERROR: Nothing provides hotplug ERROR: dependency hotplug (for nokia770-init) not satisfied NOTE: no

Re: 770 Power Management and power states --- WAS: Re: [maemo-developers] Maemo Alarm/Notifier Interface

2006-01-20 Thread Igor Stoppa
On Fri, 2006-01-20 at 16:17 +0200, Riku Voipio wrote: On Wednesday 18 January 2006 15:07, Igor Stoppa wrote: The price for it is that we had to fix drivers and applications so that they would behave decently, without keeping resources (clocks) constantly allocated and without generating

Re: [maemo-developers] Re: backlight

2006-01-20 Thread Brad Midgley
Frantisek I think the cleanest way to deal with this is to keep 15(?) levels so the gui doesn't change but change the actual curve to be nonlinear inside the sysfs interface. Does Nokia provide everything we need to install a modified kernel? brad I hope the darkest level won't be too bright

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-20 Thread Antonio Gomes
On 1/18/06, Aaron Levinson [EMAIL PROTECTED] wrote:Hi Aaron, One possibility is to use gdk_window_foreign_new() to wrap the nativewindow in a GdkWindow object.Maybe I can jump this first step, once I already have a GtkWidget the wraps mozilla guts the make easier called GtkMozEmbed, provided by

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-20 Thread Aaron Levinson
You can use gtk_im_context_show() to force the window for a GtkIMContext object to be displayed. This function isn't mentioned in the documentation for the class, but it is in the include file. An example of using this function can be found in the osso-xterm code. Aaron On Fri, 20 Jan 2006,

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-20 Thread Aaron Levinson
I have to admit that I don't understand why you would need to use this specialized function in your case. The situation with osso-xterm is a specialized one, since the GtkIMContext object's window needs to be activated as the result of a menu action. In your case, however, you already have a

[maemo-developers] ssh login

2006-01-20 Thread Dr. H. Nikolaus Schaller
I have installed OpenSSH according to the description at http://maemo.org/maemowiki/ApplicationCatalog#head- a9cdc5b8981db478bc554e3dc9b23c6c80b9d4f2 And the server is running and responds (192.168.0.184 is the N770 WLAN through my Access Point). Now I get: $ ssh 192.168.0.184 The

Re: [maemo-developers] ssh login

2006-01-20 Thread Dave Neuer
On 1/20/06, Dr. H. Nikolaus Schaller [EMAIL PROTECTED] wrote: I have installed OpenSSH according to the description at http://maemo.org/maemowiki/ApplicationCatalog#head- a9cdc5b8981db478bc554e3dc9b23c6c80b9d4f2 SNIP Warning: Permanently added '192.168.0.184' (RSA) to the list of known