[maemo-developers] Garage filtering options

2006-06-01 Thread Greg Morgan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[load-applet Release] load-applet

Thank you for setting up the Garage.  Would you please see if the
subject of these announcements can be prefixed with maemo like so?
[maemo load-applet Release] load-applet
or?
[garage load-applet Release] load-applet

I almost sent this one to SPAM bucket.  ;-)

Thanks,
Greg



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFEfpAixyxe5L6mr7IRAkXdAJ9TqIi6LlE6EG2TC7UIVIrvZqaLZwCfekt8
VGG+tBZn4eY2XhqWN9SWUv8=
=LyPI
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] about configure.ac

2006-06-01 Thread geu oopsie
Hi, I'm new in Linux and Maemo.I am developing bluetooth application which run in background, it doesn't have any UI at all but use additional libraries: openobex-1.2 and bluez-libs-2.21.How to configure them in configure.ac?For example, in maemopad, the configure.ac defines the use of gnome-vfs-2.0 withPKG_CHECK_MODULES(OSSO, libosso = 0.8.4 gnome-vfs-2.0 =2.2 gnome-vfs-module-2.0 = 2.2)AC_SUBST(OSSO_LIBS)AC_SUBST(OSSO_CFLAGS)how can I define openobex-1.2 and bluez-libs-2.21 like maemopad example above?or if there are links about PKG_CHECK_MODULES syntax please inform me.thanks,geuis __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] MySQLdb/Python

2006-06-01 Thread Alain Pencréac'h
Hello...




I would know how to do to use MySQLdb with Python for the Nokia 770 ? (for an ARM architecture)


If somebody did it before... I need this library to compile, in the scratchbox, an adress book realised in python...


Thanks





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


Re: [maemo-developers] MySQLdb/Python

2006-06-01 Thread Alain Pencréac'h
Sorry... my question was bad...

I just need to know how can I export MySQLdb library for Python (LINK) because it doesn't work for the moment... Cause I have any idea how to do it...
Thanks
On 01/06/06, Santeri Lindgren [EMAIL PROTECTED] wrote:
Alain Pencréac'h wrote: Hello... I would know how to do to use MySQLdb with Python for the Nokia 770 ? (for an ARM architecture) If somebody did it before... I need this library to compile, in the
 scratchbox, an adress book realised in python... ThanksSupI doubt anyone has compiled mysql in maemo. And i seriously doubt itsfeasible because its quite large and takes a lot of cpu to run.
But someone has compiled and released sqlite. Its a tiny sql softwareand works apparently quite nicely in 770.So try using sqlite. ;) 
 ___ maemo-developers mailing list maemo-developers@maemo.org 
https://maemo.org/mailman/listinfo/maemo-developers___maemo-developers mailing listmaemo-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


Re: [maemo-developers] MySQLdb/Python

2006-06-01 Thread Alain Pencréac'h
I forgot to precise only need it to connect to remote database...On 01/06/06, Alain Pencréac'h [EMAIL PROTECTED]
 wrote:Sorry... my question was bad...

I just need to know how can I export MySQLdb library for Python (LINK) because it doesn't work for the moment... Cause I have any idea how to do it...

Thanks
On 01/06/06, Santeri Lindgren [EMAIL PROTECTED]
 wrote:
Alain Pencréac'h wrote: Hello... I would know how to do to use MySQLdb with Python for the Nokia 770 ? (for an ARM architecture) If somebody did it before... I need this library to compile, in the
 scratchbox, an adress book realised in python... ThanksSupI doubt anyone has compiled mysql in maemo. And i seriously doubt itsfeasible because its quite large and takes a lot of cpu to run.
But someone has compiled and released sqlite. Its a tiny sql softwareand works apparently quite nicely in 770.So try using sqlite. ;) 
 ___ 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 mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] about configure.ac

2006-06-01 Thread Daniel d'Andrada Tenório de Carvalho

Hi,

Try that on your terminal console: man pkg-config

Regards,
Daniel d'Andrada T. de Carvalho - INdT

ext geu oopsie wrote:

Hi,
I'm new in Linux and Maemo.

I am developing bluetooth application which run in background, it 
doesn't have any UI at all but use additional libraries: openobex-1.2 
and bluez-libs-2.21.

How to configure them in configure.ac?

For example, in maemopad, the configure.ac defines the use of 
gnome-vfs-2.0 with
PKG_CHECK_MODULES(OSSO, libosso = 0.8.4 gnome-vfs-2.0 =2.2 
gnome-vfs-module-2.0 = 2.2)

AC_SUBST(OSSO_LIBS)
AC_SUBST(OSSO_CFLAGS)

how can I define openobex-1.2 and bluez-libs-2.21 like maemopad example 
above?

or if there are links about PKG_CHECK_MODULES syntax please inform me.

thanks,
geuis

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


[maemo-developers] dspmpeg4sink

2006-06-01 Thread M M
Hi,I am trying to usedspmpeg4sink on maemo, butit neverworks. I used the following pipeline.gst-launch-0.8 udpsrc ! video/x-h263 ! dspmpeg4sinkand this happensRUNNING pipeline . . . ERROR: pipeline doesn't want to play.I had sent mails and gotten very good responses, but I wonderif any body has any clue on why it doesn't work, atleast as normal gstreamer plugin.Regards,  Michael  
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Fwd: [maemo-developers]Hi.I m new to maemo and need help

2006-06-01 Thread kiki
-- Forwarded message --From: kiki [EMAIL PROTECTED]Date: Jun 1, 2006 9:05 PMSubject: 
Hi.I m new to maemo and need helpTo: maemo-developers@maemo.orgHello! i am really new to maemo and linux.I am doing a project for my degree and i would like to know how to make a GUI in maemo platform.
I would like a tutorial or examples.I have a java GUI with boxes,JPanels etc and i want to convert it o write a new one in maemo platform.
Please answer me.My English is very bad i hope you understand what i m writing.Thanks,kiki.


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


Re: [maemo-developers] Hi.I m new to maemo and need help

2006-06-01 Thread Eduardo de Barros Lima

Welcome Kiki,

  Well, my advice for you is to learn first how to develop a
application in C language and GTK+ (http://gtk.org) your GUI. Another
option is to use the python language (http://python.org) and PyGTK
(http://pygtk.org).

  You should try to develop your application in your desktop first,
and when you have everything working, then you can try to port your
application to the maemo platform.

  Best Regards, Etrunko

On 6/1/06, kiki [EMAIL PROTECTED] wrote:

Hello! i am really new to maemo and linux.
I am doing a project for my degree and i would like to know how to make a
GUI in maemo platform.
I would like a tutorial or examples.
I have a java GUI with boxes,JPanels etc and i want to convert it o write a
new one  in maemo platform.
Please answer me.

My English is very bad i hope you understand what i m writing.


Thanks,
 kiki.


--
Eduardo de Barros Lima
INdT - Instituto Nokia de Tecnologia
[EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers]Hi.I m new to maemo and need help

2006-06-01 Thread Alain Pencréac'h
You can do it with GTK... ;)There is a lot of links on the web...Links:http://www.gtk.org/tutorial/On 01/06/06, 
kiki [EMAIL PROTECTED] wrote:
-- Forwarded message --From: kiki 
[EMAIL PROTECTED]Date: Jun 1, 2006 9:05 PMSubject: 
Hi.I m new to maemo and need helpTo: maemo-developers@maemo.orgHello! i am really new to maemo and linux.
I am doing a project for my degree and i would like to know how to make a GUI in maemo platform.
I would like a tutorial or examples.I have a java GUI with boxes,JPanels etc and i want to convert it o write a new one in maemo platform.
Please answer me.My English is very bad i hope you understand what i m writing.Thanks,kiki.



___maemo-developers mailing listmaemo-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] About epson LCD controller

2006-06-01 Thread Josep Torra Valles
Hi people,

I was locking for info about epson LCD controller and I found this
http://www.erd.epson.com/vdc/html/contents/S1D13742.htm 

Is it the LCD controller used in Nokia 770 ?

Thanks in advance

Jep

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


[maemo-developers] Implementing UPnP library (mpuf lib from ProtoSys)

2006-06-01 Thread Zoran Duvnjak
Hi folks,this is my first post at this mailing list, but maybe there are some guys with the same prob.I am working currently on a remote control for a music server and I am trying to use the mpuf lib (UPnP lib from ProtoSys) to search for the music servers in the network.Pretty the same like the UPnP Device Monitor plugin on the maemo site.Until now I have implemented the libraries and the necessary handlers and control point for this task.It compiles without errors and the control point is successfully initialized, but when I start to search for UPnP devices nothing happens.Maybe I have forgotten to do something?I would appreciate if someone has experiences with this and could give me a hint or sent me a link to helpful sites.So long. Best regards,_Zoran Duvnjakolive Media Products Inc.555 Howard Street I San Francisco, CA 94105T +1  415.908.3870F +1  415.908.3932E  zoran.duvnjak@olive.usW http://www.olive.us ___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] bluetooth scanning from unit to unit

2006-06-01 Thread Christine Liu
hello!i am wondering if it's possible to connect thru bluetooth *from* my computer to my nokia 770. if i scan for devices from my computer, i cant find my nokia unit (i know its MAC address). plus, if i have my two 770s together, one cant 'find' the other. 
how do i render or configure the 770 so that it can be 'found'?it's a directionality issue (computer to find the --- 770, or 770 finds -- other 770)thanks, christine
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


RE: [maemo-developers] about configure.ac

2006-06-01 Thread Pinghang.Koon
I had written something about that.

This document is describing how to include additional library in an
automake/autoconf project.
1)  Check if the library is pkg-config enabled, usually the library
would have the .pc file in the /usr/lib/pkgconfig directory.
2)  From the .pc file, edit and check the version of the library.
3)  At the configure.ac add the following:

PKG_CHECK_MODULES(MACRO_LIBRARY_NAME, library_name = VERSION
AC_SUBST(MACRO_LIBRARY_NAME_LIBS)
AC_SUBST(MACRO_LIBRARY_NAME_CFLAGS)

4)  At the Makefile.am at the src directory, add the following:

Append $(MACRO_LIBRARY_NAME_CFLAGS) in the INCLUDES line.
Append $(MACRO_LIBRARY_NAME_LIBS) in the LDADD line.

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of geu oopsie
Sent: Thursday, June 01, 2006 6:32 PM
To: maemo-developers@maemo.org
Subject: [maemo-developers] about configure.ac

For example, in maemopad, the configure.ac defines the use of
gnome-vfs-2.0 with
PKG_CHECK_MODULES(OSSO, libosso = 0.8.4 gnome-vfs-2.0 =2.2
gnome-vfs-module-2.0 = 2.2)
AC_SUBST(OSSO_LIBS)
AC_SUBST(OSSO_CFLAGS)

how can I define openobex-1.2 and bluez-libs-2.21 like maemopad example
above?
or if there are links about PKG_CHECK_MODULES syntax please inform me.

thanks,
geuis

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


Re: [maemo-developers] Hi.I m new to maemo and need help

2006-06-01 Thread Gustavo Sverzut Barbieri

On 6/1/06, kiki [EMAIL PROTECTED] wrote:

Hello! i am really new to maemo and linux.
I am doing a project for my degree and i would like to know how to make a
GUI in maemo platform.
I would like a tutorial or examples.
I have a java GUI with boxes,JPanels etc and i want to convert it o write a
new one  in maemo platform.


Hi Kiki,

If you have simple GUIs and want to develop it fast, please consider
my library atop Python + GTK: www.gustavobarbieri.com.br/eagle/

It's meant to help fast (rapid) developement, it make things really
simple, but have some trade-offs about what you can do.

For simple layouts, rapid development: use Eagle
For complex layouts: use GTK. But take evaluate if it really worth the
pain on 770: although it's high-resolution, screen is small!

I'm open for ideas, please contact me in private.

--
Gustavo Sverzut Barbieri
--
Jabber: [EMAIL PROTECTED]
  MSN: [EMAIL PROTECTED]
 ICQ#: 17249123
Skype: gsbarbieri
Mobile: +55 (81) 9927 0010
Phone:  +1 (347) 624 6296; [EMAIL PROTECTED]
  GPG: 0xB640E1A2 @ wwwkeys.pgp.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] bluetooth scanning from unit to unit

2006-06-01 Thread jeff zhu
The configure for pscan  iscan is disabled by default on N770 
so you need enable the R  D mode no 770to get therootshell , and thenuse hciconfig to enable the pscan  iscan .
2006/6/2, Christine Liu [EMAIL PROTECTED]:

hello!i am wondering if it's possible to connect thru bluetooth *from* my computer to my nokia 770. if i scan for devices from my computer, i cant find my nokia unit (i know its MAC address). plus, if i have my two 770s together, one cant 'find' the other. 
how do i render or configure the 770 so that it can be 'found'?it's a directionality issue (computer to find the --- 770, or 770 finds -- other 770)thanks, christine___
maemo-developers mailing listmaemo-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


Re: [maemo-developers] MySQLdb/Python

2006-06-01 Thread Osvaldo Santana

Hi Alain,

First of all I think you want to compile and install the client side
library for MySQL. I don't know, but I believe you will want to
download all the MySQL source code and compile it, then you will
install only the client libraries.

After that you can download and install the MySQLdb bindings for Python.

Thanks,
Osvaldo

On 6/1/06, Alain Pencréac'h [EMAIL PROTECTED] wrote:

Hello...

 I would know how to do to use MySQLdb with Python for the Nokia 770 ? (for
an ARM architecture)
 If somebody did it before... I need this library to compile, in the
scratchbox, an adress book realised in python...
 Thanks

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






--
Osvaldo Santana Neto (aCiDBaSe)
icq, url = (11287184, http://www.pythonbrasil.com.br;)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] about configure.ac - 2

2006-06-01 Thread geu oopsie
thanks Pinghang.Koon =)but, what is MACRO_LIBRARY_NAME, how can I get that one of openobex-1.2 and bluez-libs-2.21, because there is no describtion bout that in .pc file.Yesterday I've tried to generate my _arm.deb file of my program (with no additional library at all, no HILDON no GTK, just standard C). but it failed when I try to installed it in n770. clip Unable to install my_program_name component is built in.clipwhy? what does it mean?[EMAIL PROTECTED] wrote: I had written something about that.This document is describing how to include additional library in anautomake/autoconf project.1) Check if the library is pkg-config enabled, usually the librarywould have the .pc file in the /usr/lib/pkgconfig
 directory.2) From the .pc file, edit and check the version of the library.3) At the configure.ac add the following:PKG_CHECK_MODULES(,  = AC_SUBST(_LIBS)AC_SUBST(_CFLAGS)4) At the Makefile.am at the src directory, add the following:Append $(_CFLAGS) in the INCLUDES line.Append $(_LIBS) in the LDADD line.From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of geu oopsieSent: Thursday, June 01, 2006 6:32 PMTo: maemo-developers@maemo.orgSubject: [maemo-developers] about configure.acFor example, in maemopad, the configure.ac defines the use ofgnome-vfs-2.0 withPKG_CHECK_MODULES(OSSO, libosso = 0.8.4 gnome-vfs-2.0 =2.2gnome-vfs-module-2.0 =
 2.2)AC_SUBST(OSSO_LIBS)AC_SUBST(OSSO_CFLAGS)how can I define openobex-1.2 and bluez-libs-2.21 like maemopad exampleabove?or if there are links about PKG_CHECK_MODULES syntax please inform me.thanks,geuis __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] About epson LCD controller

2006-06-01 Thread Frantisek Dufka

Josep Torra Valles wrote:

Hi people,

I was locking for info about epson LCD controller and I found this
http://www.erd.epson.com/vdc/html/contents/S1D13742.htm 


Is it the LCD controller used in Nokia 770 ?



Wow, very good hit, thanks. Maybe it is our chip. Last nubmers are same 
(742) and features are exactly as needed. Unfortunately 768KB means only 
one buffer in full 800x480x16bit. But if pixel doubling or halving means 
also that it can have memory buffer in 400x240 and upscale to 800x480 
for the lcd then there can be 4 frames for fullscreeen low resolution 
movies so double buffering may be possible. One needs to contact them to 
have

- S1D13742 Technical Documentation Software
- CPU Independent Utilities
- S1D13742 Evaluation Boards
- Royalty Free source level driver code

Evaluation package with board and source code may be expensive but I 
hope they give at least the technical documentation for free.


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


[maemo-developers] Regarding libcst sources download

2006-06-01 Thread mahidhara.krishna
Title: Regarding libcst sources download







Hi,

>From where can I download the sources for libcst?

Regards,
Krishna





The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
 
www.wipro.com
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers