[maemo-developers] file manager arguments

2006-10-17 Thread Danny Milosavljevic
Hi,

I'm trying to extend fbreader to support opening books from the file
manager.

Given that fbreader is started by dbus (and/or an existing instance is
messaged by dbus), is there some magic to watch out for? 

Just handling argv[] doesn't seem to be enough...

cheers,
  Danny

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


Re: [maemo-developers] repository.maemo.org down?

2006-10-17 Thread Ferenc Szekely
ext Ferenc Szekely wrote:
> ext Rainer Dorsch wrote:
>>
>> Is repository.maemo.org down?
>>
> It seems that the caching network that is backing up our repo has some
> major hick-ups. We have no control over that network unfortunately, but
> the team responsible for hat has already been warned. I'll keep you and
> the list posted.
> 
An update:
for the time being we by-pass the above mentioned caching network, so
that content from repository.maemo.org can be accessed again.

cheers,
ferenc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] repository.maemo.org down?

2006-10-17 Thread Ferenc Szekely
Hello,

ext Rainer Dorsch wrote:
> Hello,
> 
> I get repeatedly
> 

> http://repository.maemo.org/extras/dists/mistral/non-free/binary-armel/Packages.gz
>   
> 503 Service Unavailable [IP: 193.108.95.8 80]
> Reading package lists... Done
> 
> Is repository.maemo.org down?
> 
It seems that the caching network that is backing up our repo has some
major hick-ups. We have no control over that network unfortunately, but
the team responsible for hat has already been warned. I'll keep you and
the list posted.

> Thanks,
> Rainer
> 
Sorry for the inconvenience.

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


[maemo-developers] repository.maemo.org down?

2006-10-17 Thread Rainer Dorsch
Hello,

I get repeatedly

Nokia770-26:~# apt-get update
Ign http://www.mulliner.org maemo2 Release.gpg
Get:1 http://maemo-hackers.org mistral Release.gpg [189B]
Ign http://www.bgran.net mistral Release.gpg
Ign http://downloads.kernelconcepts.de mistral Release.gpg
Hit http://www.mulliner.org maemo2 Release
Get:2 http://catalogue.tableteer.nokia.com mistral Release.gpg [189B]
Get:3 http://catalogue.tableteer.nokia.com mistral Release.gpg [189B]
Hit http://maemo-hackers.org mistral Release
Ign http://downloads.kernelconcepts.de mistral Release
Ign http://repository.maemo.org mistral Release.gpg
Hit http://www.mulliner.org maemo2/free Packages
Ign http://www.bgran.net mistral Release
Ign http://maemo-hackers.org mistral Release
Ign http://repository.maemo.org mistral Release.gpg
Hit http://catalogue.tableteer.nokia.com mistral Release
Hit http://downloads.kernelconcepts.de mistral/free Packages
Hit http://www.bgran.net mistral/user Packages
Ign http://catalogue.tableteer.nokia.com mistral Release
Hit http://maemo-hackers.org mistral/main Packages
Hit http://catalogue.tableteer.nokia.com mistral Release
Ign http://catalogue.tableteer.nokia.com mistral Release
Hit http://catalogue.tableteer.nokia.com mistral/user Packages
Hit http://catalogue.tableteer.nokia.com mistral/user Packages
Ign http://repository.maemo.org mistral Release
Ign http://repository.maemo.org mistral Release
Err http://repository.maemo.org mistral/free Packages
  503 Service Unavailable [IP: 193.108.95.8 80]
Err http://repository.maemo.org mistral/non-free Packages
  503 Service Unavailable [IP: 193.108.95.8 80]
Err http://repository.maemo.org mistral/free Packages
  503 Service Unavailable [IP: 193.108.95.8 80]
Err http://repository.maemo.org mistral/non-free Packages
  503 Service Unavailable [IP: 193.108.95.8 80]
Fetched 567B in 1m2s (9B/s)
Failed to fetch 
http://repository.maemo.org/dists/mistral/free/binary-armel/Packages.gz  503 
Service Unavailable [IP: 193.108.95.8 80]
Failed to fetch 
http://repository.maemo.org/dists/mistral/non-free/binary-armel/Packages.gz  
503 Service Unavailable [IP: 193.108.95.8 80]
Failed to fetch 
http://repository.maemo.org/extras/dists/mistral/free/binary-armel/Packages.gz  
503 Service Unavailable [IP: 193.108.95.8 80]
Failed to fetch 
http://repository.maemo.org/extras/dists/mistral/non-free/binary-armel/Packages.gz
  
503 Service Unavailable [IP: 193.108.95.8 80]
Reading package lists... Done

Is repository.maemo.org down?

Thanks,
Rainer


-- 
Rainer Dorsch
Alzentalstr. 28
D-71083 Herrenberg
07032-919495
jabber: [EMAIL PROTECTED]
GPG Fingerprint: 5966 C54C 2B3C 42CC 1F4F  8F59 E3A8 C538 7519 141E
Full GPG key: http://pgp.mit.edu/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Larry Battraw schreef:
>  I believe you need to use the capital 'I' option like so:
> 
> gcc -c -Wall -g -O2 -isystem -I/usr/src/su-18-kernel-headers/include
> conftest.c

No, -isystem is largely equivalent to -I.

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFFNRb9MkyGM64RGpERAoAbAJ43ItGqZZqs50SGG/oE51GRU+ZshgCaAmFZ
xCkyNddk2scoh1R58cFgK5k=
=6xLt
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Larry Battraw

 I believe you need to use the capital 'I' option like so:

gcc -c -Wall -g -O2 -isystem -I/usr/src/su-18-kernel-headers/include conftest.c

Larry

On 10/17/06, Yves-Alexis Perez <[EMAIL PROTECTED]> wrote:

Hi list,

I run into probleme trying to build an application which requires custom
kernel headers on scratchbox (0.9.8.5) using maemo rootstrap 2.0, cpu
transparency via qemu-arm.

I've built a patched kernel (which boots fine on the device), following
the Howto Kernel Compilation found on Maemo wiki. I've installed
su-18-kernel-headers too, and those headers are located
in /usr/src/su-18-kernel-headers/include in the scratchbox root.

I've checked that these headers have the correct files, with correct
definition.

The configure script tries to build a sample c file with a test on a
#define'd variable which exists in the custom headers files (and not in
the vanilla ones), and fails.

I tried with the sample c file by hand, using:

gcc -c -Wall -g -O2 -isystem /usr/src/su-18-kernel-headers/include
conftest.c

conftest.c contains:
8<
#include 

int
main ()
{
#ifndef IFA_F_HOMEADDRESS
  char *p = (char *) IFA_F_HOMEADDRESS;
#endif

  ;
  return 0;
}
8<

and:
[sbox-fitz: ~] > grep
IFA_F_HOMEADDRESS /usr/src/su-18-kernel-headers/include/linux/rtnetlink.h
#define IFA_F_HOMEADDRESS   0x10


I guess gcc doesn't use correct kernel headers due to cross compilation,
but have not clue how to fix this.

If anybody can help me on this, it would be really nice.

Thanks & regards,
--
Yves-Alexis Perez

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


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


[maemo-developers] building an application with custom kernel-headers

2006-10-17 Thread Yves-Alexis Perez
Hi list,

I run into probleme trying to build an application which requires custom
kernel headers on scratchbox (0.9.8.5) using maemo rootstrap 2.0, cpu
transparency via qemu-arm.

I've built a patched kernel (which boots fine on the device), following
the Howto Kernel Compilation found on Maemo wiki. I've installed
su-18-kernel-headers too, and those headers are located
in /usr/src/su-18-kernel-headers/include in the scratchbox root.

I've checked that these headers have the correct files, with correct
definition.

The configure script tries to build a sample c file with a test on a
#define'd variable which exists in the custom headers files (and not in
the vanilla ones), and fails.

I tried with the sample c file by hand, using:

gcc -c -Wall -g -O2 -isystem /usr/src/su-18-kernel-headers/include
conftest.c

conftest.c contains:
8<
#include 

int
main ()
{
#ifndef IFA_F_HOMEADDRESS
  char *p = (char *) IFA_F_HOMEADDRESS;
#endif

  ;
  return 0;
}
8<

and:
[sbox-fitz: ~] > grep
IFA_F_HOMEADDRESS /usr/src/su-18-kernel-headers/include/linux/rtnetlink.h
#define IFA_F_HOMEADDRESS   0x10


I guess gcc doesn't use correct kernel headers due to cross compilation,
but have not clue how to fix this.

If anybody can help me on this, it would be really nice. 

Thanks & regards,
-- 
Yves-Alexis Perez

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


[maemo-developers] Maemo 2.0 device reboot

2006-10-17 Thread Malix

Hi, after upgrade to maemo 2.0 I have a problem. Some times my 770
reboot. This happen some times when I'm using the browser and every
time I try to use Gizmo. For now I never had problem with other
programs. You think this is a software problem or hardware?

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


Re: [maemo-developers] 8Gb Multimedia Mobile Card.

2006-10-17 Thread Beth

Ok, I don't know how you discover that my friend's surname is "Claus",
:D., please all interested in one could write to him a letter for
Christmas jejejeje. ;).

Jokes apart, he don't knows the price yet, but I imagine that it will
be a bit expensive as is a new product so I think that I will get a
2Gb instead, in a few days I will go to try to get one for testing (he
lives 100kmts away ...)

Regardss.

On 10/17/06, Matthias Steinbauer <[EMAIL PROTECTED]> wrote:

You could always send me a free 8 GB mmc card. I would offer some spare time
to test it ;-)

Matthias

On Monday 16 October 2006 22:38, Beth wrote:
> Hi all,
>
>A friend of mine had received for testing some 8Gb mmc (I think
> from takeMS), and I wish to know if it would work on the nokia 770 (I
> wanna one ;) ).
>
>2Gb works as said in a lot of places (for example
> http://www.internettablettalk.com/forums/showthread.php?t=2906 ), but
> I don't know if such capacity would work on the 770.
>
>Thanks for your support.
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers




--
---
José Antonio Robles

[EMAIL PROTECTED]
  [EMAIL PROTECTED]

661 960 119

Sometimes something happens ...
---
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers