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

[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    ;) ___

Re: [maemo-developers] MySQLdb/Python

2006-06-01 Thread Santeri Lindgren
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... Thanks Sup I doubt anyone has compiled mys

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 h

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 d

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.

[maemo-developers] dspmpeg4sink

2006-06-01 Thread M M
Hi,I am trying to use dspmpeg4sink on maemo, but it never works. 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 wonder if

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

2006-06-01 Thread kiki
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 E

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: [email protected]! 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 pla

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 fir

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

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

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

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

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 an

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 n

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 770 to get the root shell , and then use  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

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 b

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

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 fe

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

RE: [maemo-developers] about configure.ac

2006-06-01 Thread Murray Cumming
> 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 fil