Re: [maemo-developers] Building Maemo from scratch

2006-01-20 Thread Russell Geldmacher
Hi Florian, I was under the impression that when OE sees a package that has (R)DEPENDS on another package, it will go find the one marked (R)PROVIDES for that functionality and build it. Is that wrong? rusty On 1/20/06, Florian Boor <[EMAIL PROTECTED]> wrote: > Hi, > > Russell Geldmacher wrote:

Re: [maemo-developers] ssh login

2006-01-20 Thread Diego Fdez.
If you don't want to change the "user" password you can do the following steps as they are described in http://maemo.org/maemowiki/InstallSsh : -- To create ssh keys, on the host you want to connect to your 770, $ ssh-keygen -t rsa Generating public/private rsa key pair. Enter file

[maemo-developers] Evince 0.5.0 Released

2006-01-20 Thread Eduardo de Barros Lima
Hi all, A new stable version of Evince was released yesterday and I have built the package for nokia 770. It still depends on libgnomeprintui. Aditional information can be found at my blog: http://etrunko.blogspot.com/2006/01/evince-050-is-out.html Hope you enjoy it. Best regards, Eduardo

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 know

[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 authent

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 GtkW

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, Ant

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-20 Thread Antonio Gomes
otherwise, there is no way to force it Pop UP manually ?regardsOn 1/20/06, Antonio Gomes <[EMAIL PROTECTED] > wrote: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 t

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] 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: 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 generat

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: [maemo-developers] Way to get a reference to parent HildonAppView from its menu

2006-01-20 Thread Luca Donaggio
2006/1/20, Luca Donaggio <[EMAIL PROTECTED]>: 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 be

Re: [maemo-developers] Building Maemo from scratch

2006-01-20 Thread Russell Geldmacher
Hi all, Just noticed my reply wasn't to the list. Here is where I'm at: 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

[maemo-developers] Version of tools in Toolchain?

2006-01-20 Thread Dr. H. Nikolaus Schaller
I am currently building a toolchain by using crosstools for running on MacOS X 10.4 / Darwin 8 since Scratchbox does not work on MacOS. For that I need a spec which version of gcc and glibc and Linux headers I should build into my toolchain. By looking in the file system of the N770 I found

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

2006-01-20 Thread Riku Voipio
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 unnecessary activity. The problem is 3rd party developers

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

2006-01-20 Thread Johannes Eickhold
On Fri, 2006-01-20 at 13:58 +0100, Henry Tang wrote: > Just a wild guess. Did you change the .service file to reference the > shell script too? So far gpsdrive has no .service file at all because it doesn't integrate with dbus. Although that could be a feature request. Greets, Jonek. ___

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.>

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" b

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_widg

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: G

Re: [maemo-developers] Re: backlight

2006-01-20 Thread Rtp
Frantisek Dufka <[EMAIL PROTECTED]> writes: > 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 (an

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

[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

Re: [maemo-developers] Buy 770 accessories?

2006-01-20 Thread Russell Nelson
Nils Faerber writes: > Is Nokia thinking of selling 770 accessories too? > Some friends and me would be very interested in buying additional metal > sleeves for case modding experiments. Me too! > Some would like to add a hole to the case so that one can get out the > stylus even with attach

[maemo-developers] maemo for the iPaq?

2006-01-20 Thread Amaury Rodriguez
A friend of mine owns an iPaq with an ARM processor and he is tired of the silly OS that runs it (Windows Mobile). Is there any project to port the maemo OS to other devices besides the Noki 770? If there is any I would like to get involved in development. ___

[maemo-developers] GPE-Calendar update

2006-01-20 Thread Florian Boor
Hi, we have another update for GPE-Calendar for Maemo available from http://oss.kernelconcepts.de The new package is identical to the 0.69 upstream release. Enjoy! Greetings Florian -- The dream of yesterday Florian Boor is the hope of todayTel: 0271-7710

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 be

[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] 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 too