change home key behaviour / minimize my app

2007-12-16 Thread Nico Jurran
Hi!

Thanks to Martin Grimme I am now able to access the hardware key :-)

But i still have two problems: First, I would like to use the home key 
(F5). It isn't a problem to react to the keydown event, but as you know 
the home key is also pre-assigned from Maemo to let the task manager pop 
up. How can I stop this behaviour, so that by pressing the key I just 
get the reaction I want to without the task manager windows showing up?

Secondly, I would like to minimize my programm to the task manager so it 
continues running (or sleeping, doesn't matter in this case) in the 
background. I was reading about switchapp, but couldn't further 
informations. If possible I am looking for a solution in python.

Thanks in advance!

Best regards,
Nico



___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


how to change public keys in garage.org

2007-12-16 Thread Olivier ROLAND
Hi,

I was off for some times and unfortunatly I lost my keys.
I need to submit my new public GPG/PGP key and public SSH key to upload 
streamtuner packages to the repository's incoming queue but don't find 
how to do that from garage interface. Can you tell me how to renew 
public keys in garage ?

Thanks.

PS: i have already sent this request to [EMAIL PROTECTED] 2 weeks ago and 
[EMAIL PROTECTED] later but get no answer yet. Maybe lost in spam land ...

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to port SDIO stack to N800/ N810 OSs ?

2007-12-16 Thread Marcel Holtmann
Hi Darius,

 Kind request to developers from Nokia.
 
 Is there any chance to port SDIO stack to N800/N810 OSs in near
 future ?
 I am dreaming using internal SDIO gps card in N800 one day.
 CF gps card works fine in some PDAs.
 
 from
 http://sourceforge.net/projects/sdio-linux/
  
 The SDIO-Linux project provides an open source SDIO-stack. The stack
 comes complete with drivers for the Host and Bus controllers, SD/MMC
 memory cards, SDIO-bluetooth and Atheros’ WLAN driver.

this project is never gonna make it into the Linux kernel. While it
might work, it is a really bad example of doing a SDIO stack. However
starting with 2.6.24-rc1 the Linux kernel has its own SDIO stack which
is working perfectly fine. It also comes with host and bus controllers
and drivers for GPS, Bluetooth and Marvell WLAN drivers. A driver for
the AR6k cards from Atheros are work in progress.

However the real problem is to get a working host driver. While on most
laptop based system the host will follow the SDHCI standard, in the
embedded world it is a special host controller. And while most
controllers are supported, this doesn't automatically mean the will work
with SDIO. In theory they should, but the reality with this embedded
host controllers is different.

So if the MMC/SD controller inside the N800 supports SDIO (this is not a
must and didn't look at the hardware specs for it), then you might get
lucky and it works or you have to port the host controller to support
SDIO. After that you actually have to check if your specific GPS card
follows the specification or if it needs a vendor driver.

Regards

Marcel


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


maemo wireless

2007-12-16 Thread Talat UYARER
hi,

i want to develop wireless auth wep-mschapv2 for n800. but i dont know
ho to start. can you help me ?

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to port SDIO stack to N800/ N810 OSs ?

2007-12-16 Thread Darius Jack
Thanks Marcel for your kind explanations.
I am sure hardware specs at N800/N810 is an issue, so what 
I mean is SPIO gps card ( gps + sd memory card) made as gps logger
and have software solution at N800/N810 reading nmea sentences saved in memory 
cells as a gps data file.
So SD memory card should act as gps sentences buffer.
I am aware I should ask that question to vendors of SDIO cards too.
Such solution would be welcome by owners of old PDAs with only one memory card 
slot (CF or SD) and not bt, wifi or internal gps enabled.

Market is open for millions of such modified SPIO gps cards bundled with 
software drivers for no-SDIO controller phone/ smartphones/ PDAs, Palms
manufactured in the past.

http://www.arasan.com/products/prod_overview/AC2200-Flyer-1-0.pdf
 
It would be nice to have that solution incorporated into N800s one day.
I can donate one used N800 for tests.

Darius

Marcel Holtmann [EMAIL PROTECTED] wrote: Hi Darius,

 Kind request to developers from Nokia.
 
 Is there any chance to port SDIO stack to N800/N810 OSs in near
 future ?
 I am dreaming using internal SDIO gps card in N800 one day.
 CF gps card works fine in some PDAs.
 
 from
 http://sourceforge.net/projects/sdio-linux/
  
 The SDIO-Linux project provides an open source SDIO-stack. The stack
 comes complete with drivers for the Host and Bus controllers, SD/MMC
 memory cards, SDIO-bluetooth and Atheros’ WLAN driver.

this project is never gonna make it into the Linux kernel. While it
might work, it is a really bad example of doing a SDIO stack. However
starting with 2.6.24-rc1 the Linux kernel has its own SDIO stack which
is working perfectly fine. It also comes with host and bus controllers
and drivers for GPS, Bluetooth and Marvell WLAN drivers. A driver for
the AR6k cards from Atheros are work in progress.

However the real problem is to get a working host driver. While on most
laptop based system the host will follow the SDHCI standard, in the
embedded world it is a special host controller. And while most
controllers are supported, this doesn't automatically mean the will work
with SDIO. In theory they should, but the reality with this embedded
host controllers is different.

So if the MMC/SD controller inside the N800 supports SDIO (this is not a
must and didn't look at the hardware specs for it), then you might get
lucky and it works or you have to port the host controller to support
SDIO. After that you actually have to check if your specific GPS card
follows the specification or if it needs a vendor driver.

Regards

Marcel




 Send instant messages to your online friends http://uk.messenger.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


file command and mime types

2007-12-16 Thread mike saunby
I've written some simple scripts to work with Amazon S3, list, get and
put.  This is fine from the tablet once openssl and curl are
installed, but although installing the 'file' command on the tablet
can correctly identify the file type, e.g.

~ $ file index.html
index.html: XML document text

'file -i' doesn't give the mime type.  So I guess there's something
missing.Anyone care to suggest what it is and where it goes?

Michael
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to port SDIO stack to N800/ N810 OSs ?

2007-12-16 Thread Frantisek Dufka
Darius Jack wrote:
 It would be nice to have that solution incorporated into N800s one day.

Well, even if you get SDIO stack working, most or even all SDIO cards 
are longer than memory cards so they are not very practical with N800 
due to location of the slot.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to port SDIO stack to N800/ N810 OSs ? (Quim, don't delete it)

2007-12-16 Thread Darius Jack
Hi,

I have good news to you.
Size is no more an issue.
There is already modified SD memory card size SDIO card on a market.
Next generation SDIO cards come as miniSDIO and microSDIO add-on cards.
I have contacted some developers and vendors and there is still a chance to 
present such product at CES 2008 in Las Vegas.
I can't promise SDIO  card based web server right now but  SDIO gps bundled 
with SD memory card should work.  

So Quim, please don't delete, remove, filter or delay the above  project 
as it is in vital interest of Nokia Tablet development  to offer  SDIO gps 
add-on cards for thousands of owners of N800.
But if you still insist, SDIO gps add-on card for N800 is not in your interest 
(i.e. not in interest of Nokia, represented by you) please say so immediately 
to let me
set up a small team of developers at other place (TomTom, Garmin, Samsung, 
Google...) and not to waste your time.

I remember well having not got your approval to develop 2 gps units enabled 
navigation for Nokia tablet project at maemo.org (requested you 3 times).
So be a honest man and tell me frankly what you mean, to not waste my time.

Darius




 



Frantisek Dufka [EMAIL PROTECTED] wrote: Darius Jack wrote:
 It would be nice to have that solution incorporated into N800s one day.

Well, even if you get SDIO stack working, most or even all SDIO cards 
are longer than memory cards so they are not very practical with N800 
due to location of the slot.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


 Send instant messages to your online friends http://uk.messenger.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to port SDIO stack to N800/ N810 OSs ? (Quim, don't delete it)

2007-12-16 Thread Igor Stoppa
Hi,
On Sun, 2007-12-16 at 21:30 +, ext Darius Jack wrote:

 I remember well having not got your approval to develop 2 gps units
 enabled navigation for Nokia tablet project at maemo.org (requested
 you 3 times).
 So be a honest man and tell me frankly what you mean, to not waste my
 time.

Just out of curiosity: why do you need approval?
I thought we at Nokia were making open source sw ... what is preventing
you from just doing whatever you want, as long as you comply with the
licensing?
I haven't seen any other developer here asking for permission :-/

-- 
Cheers, Igor

Igor Stoppa [EMAIL PROTECTED]
(Nokia Multimedia - CP - OSSO / Helsinki, Finland)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Xephyr shows image right to left for Chinook SDK

2007-12-16 Thread Devraj Mukherjee
Hi everyone,

I just upgraded my development environment to Chinook and starting an
XSession in Xephyr shows the image reversed (so. right to left) no
left to right. Can anyone please tell me why this might be happening?

My host system is a Ubuntu 7.04 installation running inside VMWare.

Thanks a lot.

Xephyr was started with the following parameters
[EMAIL PROTECTED]:~$ Xephyr :2 -host-cursor -screen 800X480x16 -dpi 96 -ac

-- 
I never look back darling, it distracts from the now, Edna Mode (The
Incredibles)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Xephyr shows image right to left for Chinook SDK

2007-12-16 Thread Ross Burton
On Mon, 2007-12-17 at 08:47 +1100, Devraj Mukherjee wrote:
 Hi everyone,
 
 I just upgraded my development environment to Chinook and starting an
 XSession in Xephyr shows the image reversed (so. right to left) no
 left to right. Can anyone please tell me why this might be happening?
 
 My host system is a Ubuntu 7.04 installation running inside VMWare.
 
 Thanks a lot.
 
 Xephyr was started with the following parameters
 [EMAIL PROTECTED]:~$ Xephyr :2 -host-cursor -screen 800X480x16 -dpi 96 -ac

I think the uppercase X in the screen argument means flip the X axis,
you need to use a lowercase x.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


rtcomm on the 770 Hacker Edition?

2007-12-16 Thread Michael R. Head
I've been looking around to see if rtcomm works on the OS 2007 Hacker
Edition for the 770. 

I have some students working on a project that will be using
libtelepathy to integrate VOIP into another collaboration app, and
they've been having trouble getting all the dependencies lined up and
working. It looks like rtcomm packages all the dependencies required to
build telepathy-based apps.

Should I tell them to do a fresh scratchbox setup for OS 2007 HE
development with rtcomm and work from there, or are there problems
running it? I've searched around a bit, but haven't found any solid
confirmation that this will work.

thanks,
mike

-- 
Michael R. Head [EMAIL PROTECTED]
http://picasaweb.google.com/demiri.head.wedding


smime.p7s
Description: S/MIME cryptographic signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers