Re: maemo-developers Digest, Vol 73, Issue 3

2011-05-20 Thread acano

Thanks for your replay ir worked perfectly.

Thanks,

A. Cano


Message: 3
Date: Mon, 2 May 2011 22:42:50 +0200
From: Nicolai Hess nicolaih...@web.de
Subject: Re: problems while porting ARToolkit
To: maemo-developers@maemo.org
Message-ID: BANLkTimkAXr14MJOnYGGMFV-azoUJdbg=q...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

And there is artoolkitplus in maemos extra-devel repository:
http://maemo.org/packages/view/artoolkitplus
and an example application arapp
http://maemo.org/packages/view/arapp

nicolai

2011/5/2 Krist?f Timur ti...@sch.bme.hu


There is no GLX in Maemo. There is OpenGL ES.
So probably you will need to port the piece of software in question to
OpenGL ES.
You can find more info on the Maemo Wiki.


On 05/02/2011 08:45 PM, ac...@dsic.upv.es wrote:


HI,

I am trying to port ARToolkit to Maemo.

I suceeded to compile it. But when I try to execute an example I get the
next error message:
freeglut (./simpleTest): OpenGL GLX extension not supported by display
':0.0'

On the internet I just found that the problems is solved by installing
nvidia drivers. But I do not know how to do that in Maemo.

Could someone help me?

Thanks





This message was sent using IMP, the Internet Messaging Program.

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


problems while porting ARToolkit

2011-05-02 Thread acano

HI,

I am trying to port ARToolkit to Maemo.

I suceeded to compile it. But when I try to execute an example I get  
the next error message:

freeglut (./simpleTest): OpenGL GLX extension not supported by display ':0.0'

On the internet I just found that the problems is solved by installing  
nvidia drivers. But I do not know how to do that in Maemo.


Could someone help me?

Thanks


This message was sent using IMP, the Internet Messaging Program.


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


Installing ApArr from Qt Creatro

2011-02-17 Thread acano

Hello,

I am trying to compile ApArr from its sources by using Qt Creator. The  
main problem that I obtain is that the library ArToolKitPlus is nor  
present.


I am confused now. Shall I install on my laptop or should I install ir  
on my N900?


Thanks in advance!-


This message was sent using IMP, the Internet Messaging Program.


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


Libraries missing when trying to compile ArApp

2010-11-02 Thread acano

Hi everyone,

I am trying to compile the ArApp using Nokia SDK, but is says that I  
am missing the files:

- GLES2/gl2.h
- X11/Xlib.h
- X11/Xatom.h

Can I compile that application through the NokiaSDK?

Thanks in advance,

A. Cano


This message was sent using IMP, the Internet Messaging Program.


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


Re: Libraries missing when trying to compile ArApp

2010-11-02 Thread acano

Thanks Andrea,

How ma I supposed to so so on Nokia SDK?

Best Regards!

Quoting Andrea Grandi a.gra...@gmail.com:


Hola Antonio,

On 2 November 2010 11:31,  ac...@dsic.upv.es wrote:

I am trying to compile the ArApp using Nokia SDK, but is says that I am
missing the files:
- GLES2/gl2.h
- X11/Xlib.h
- X11/Xatom.h


you have to install these packages in your distribution:

libx11-dev, x11proto-core-dev, mesa-dev

Regards.

--
Andrea Grandi - Nokia Qt Ambassador
Maemo Community Council member
website: http://www.andreagrandi.it






This message was sent using IMP, the Internet Messaging Program.


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


Re: maemo-developers Digest, Vol 63, Issue 16

2010-07-19 Thread acano

What are your exact inclusion headers in the source code?

andre
--
Andre Klapper (maemo.org bugmaster)


These are the inclusion headers in the source code:

#include QtGui/QApplication
#include QtSql

#ifdef Q_OS_SYMBIAN
#include eikenv.h
#include eikappui.h
#include aknenv.h
#include aknappui.h
#endif

#include mainwindow.h
#include conexionBD.h

Something wrong


This message was sent using IMP, the Internet Messaging Program.


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


problems compiling with madde

2010-07-17 Thread acano

Hi,

I am now working with Nokia SDK 1.0. And when trying to create an  
application. It works fine when compiling as a Desktop application buy  
when I try to compile for Maemo I have problems. After looking for the  
exact problem I found that madde does not compile good the next command.


toni:/home/maemo/proyectos/soccer/20100717/soccer2010-build-maemo #  
mad g++ -c -pipe -O3 -fno-omit-frame-pointer  
-fno-optimize-sibling-calls -Wall -W -D_REENTRANT  
-DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024  
-DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED  
-I/home/opt/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/share/qt4/mkspecs/linux-g++-maemo5 -I../soccer2010 -I/home/opt/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/include/QtCore -I/home/opt/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/include/QtGui -I/home/opt/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/include/QtSql -I/home/opt/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/include -I/usr/include -I. -I. -I../soccer2010 -I. -o main.o  
../soccer2010/main.cpp
../soccer2010/main.cpp:1:30: error: QtGui/QApplication: No such file  
or directory

../soccer2010/main.cpp:2:17: error: QtSql: No such file or directory
In file included from ../soccer2010/main.cpp:11:
../soccer2010/mainwindow.h:4:23: error: QMainWindow: No such file or directory
../soccer2010/mainwindow.h:5:17: error: QtGui: No such file or directory
../soccer2010/mainwindow.h:6:25: error: QStateMachine: No such file or  
directory


I checked it but I think that all is fine there.

Please, someone is able to see something wrong there?

Thanks,

A. Cano


This message was sent using IMP, the Internet Messaging Program.

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


OCR for Fremantle

2010-07-14 Thread acano

Hi everyone,

I am working at the university in order to create an OCR for  
recognizing hand writing characters.


We would be very interested in trying to improve the OCR that now is  
used on harmattan.


Please, could someone tell me if I can obtain the sources of it for  
recompiling?

If yes, from where can I download them?

Thanks in advance!





This message was sent using IMP, the Internet Messaging Program.


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


Re: how to distribute a console program with local files

2010-05-23 Thread acano

So!

Is MeeGo 1 still working with .deb packages?

Was not MeeGo a system based on .rmp packages?

Thanks!!

Quoting Daniil Ivanov daniil.iva...@gmail.com:


Hi Cano!

  Then you should wait for MeeGo 2 release, which will happen in
couple of years.

Thanks, Daniil.

On Mon, May 10, 2010 at 1:01 PM,  ac...@dsic.upv.es wrote:

Thanks for your answer.

Is it very differenct to make debian packages to .rpm packages.

I do not want to learn something that will disappear for MeeGo.

Thanks,

A. Cano

Quoting Salvatore Iovene salvat...@iovene.com:


Hi,

On Sat, May 8, 2010 at 12:06 PM,  ac...@dsic.upv.es wrote:


On the other hand I would like to distribute it in order to be
installable
for anyone on my N900.


you need to make a debian package for it.
http://www.debian.org/doc/maint-guide/

--
Salvatore Iovene
http://www.google.com/profiles/salvatore.iovene






This message was sent using IMP, the Internet Messaging Program.


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








This message was sent using IMP, the Internet Messaging Program.

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


Re: how to distribute a console program with local files

2010-05-10 Thread acano

Thanks for your answer.

Is it very differenct to make debian packages to .rpm packages.

I do not want to learn something that will disappear for MeeGo.

Thanks,

A. Cano

Quoting Salvatore Iovene salvat...@iovene.com:


Hi,

On Sat, May 8, 2010 at 12:06 PM,  ac...@dsic.upv.es wrote:

On the other hand I would like to distribute it in order to be installable
for anyone on my N900.


you need to make a debian package for it.
http://www.debian.org/doc/maint-guide/

--
Salvatore Iovene
http://www.google.com/profiles/salvatore.iovene






This message was sent using IMP, the Internet Messaging Program.


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


RE: qt 4.6 without pt1.2

2010-05-10 Thread acano

Quoting Felipe Crochik fel...@crochik.com:


Hi...
Right now you have two options to have a qt application running on the n900.
You can use the stock qt 4.5.3 or you can use the packages from
extras-devel for qt 4.6.2.




I do not fing the extras-devel for qt 4.6.2 on the extra-devel.  
Please, could you tell me where I can find them, and what is the exact  
name with wich I can download them.


Thanks,

A. Cano


This message was sent using IMP, the Internet Messaging Program.


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


how to distribute a console program with local files

2010-05-08 Thread acano

I succeded to port a mathematical program that work with semigroups to Maemo.

If do all the steps by hand I have no problems and it works really good.

On the other hand I would like to distribute it in order to be  
installable for anyone on my N900.


I have been reading the documentation but I do not see how can I  
create the local files needed by the program. Futhermore, I think that  
there are few problems with distribution using Qt4.6 actually.


Please, could some one give me some help about these subject.

Thanks in advance,

A. Cano


This message was sent using IMP, the Internet Messaging Program.


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


qt 4.6 without pt1.2

2010-05-07 Thread acano

Hi everyone,

I suceeded to compile a program that uses the  state machine framework  
for fremantle but using the madde program provided by Nokia SDK.


Nevertheless, when I pass this program to my N900 it sais that some Qt  
libraries are missing. Should I wait till pr1.2 or can I install Qt  
4.6 without it.


Thanks


This message was sent using IMP, the Internet Messaging Program.


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


Re: maemo-developers Digest, Vol 60, Issue 28

2010-04-28 Thread acano
Can I with that SDK make a cross-compilation for Maemo N900 with  
issues of the Qt4.6?


And for symbian?

Thanks,

A. Cano



Message: 9
Date: Tue, 27 Apr 2010 21:42:08 +0300
From: Ville M. Vainio vivai...@gmail.com
Subject: Nokia Qt SDK beta released
To: maemo-developers@maemo.org
Message-ID:
t2j46cb515a1004271142v2ae288f4s29134b85651d6...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

People that don't unconditionally love scratchbox may be delighted to
hear that madde + qt creator combination is taking steps to a more
official  endorsed status:

http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/

It has a simulator as well (i.e. a custom version of Qt libraries that
mocks various things, including hw events from Qt mobility).

CAUTION: You can't use the (excellent) hw debugging feature on your
N900 yet, PR 1.2 is needed. In the mean time, you can kick the tires
with the simulator (or a Symbian device if you have a spare windows
machine around ;-) ).


--
Ville M. Vainio
http://tinyurl.com/vainio




This message was sent using IMP, the Internet Messaging Program.

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


Re: maemo-developers Digest, Vol 60, Issue 28

2010-04-28 Thread acano

Message: 9
Date: Tue, 27 Apr 2010 21:42:08 +0300
From: Ville M. Vainio vivai...@gmail.com
Subject: Nokia Qt SDK beta released
To: maemo-developers@maemo.org
Message-ID:
t2j46cb515a1004271142v2ae288f4s29134b85651d6...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

People that don't unconditionally love scratchbox may be delighted to
hear that madde + qt creator combination is taking steps to a more
official  endorsed status:

http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/

It has a simulator as well (i.e. a custom version of Qt libraries that
mocks various things, including hw events from Qt mobility).

CAUTION: You can't use the (excellent) hw debugging feature on your
N900 yet, PR 1.2 is needed. In the mean time, you can kick the tires
with the simulator (or a Symbian device if you have a spare windows
machine around ;-) ).

--
Ville M. Vainio
http://tinyurl.com/vainio




This message was sent using IMP, the Internet Messaging Program.

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


Re: maemo-developers Digest, Vol 60, Issue 28

2010-04-28 Thread acano
Can I with that SDK make a cross-compilation for Maemo N900 with  
issues of the Qt4.6 just by compiling it on my pc and moving it  
directly to my N900?


And for symbian?

Thanks,

A. Cano

PD: Sorry for the previous messages.



Message: 9
Date: Tue, 27 Apr 2010 21:42:08 +0300
From: Ville M. Vainio vivai...@gmail.com
Subject: Nokia Qt SDK beta released
To: maemo-developers@maemo.org
Message-ID:
t2j46cb515a1004271142v2ae288f4s29134b85651d6...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

People that don't unconditionally love scratchbox may be delighted to
hear that madde + qt creator combination is taking steps to a more
official  endorsed status:

http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/IDEs/Nokia_Qt_SDK/

It has a simulator as well (i.e. a custom version of Qt libraries that
mocks various things, including hw events from Qt mobility).

CAUTION: You can't use the (excellent) hw debugging feature on your
N900 yet, PR 1.2 is needed. In the mean time, you can kick the tires
with the simulator (or a Symbian device if you have a spare windows
machine around ;-) ).

--
Ville M. Vainio
http://tinyurl.com/vainio


--

Message: 10
Date: Tue, 27 Apr 2010 21:04:40 +0200
From: chantra chan...@debuntu.org
Subject: Re: Meaning of Phone.Net.get_current_cell_info return values
To: Dawid Lorenz (maemobile) a...@adl.pl
Cc: maemo-developers@maemo.org
Message-ID: 1272395080.9313.165.ca...@rahu
Content-Type: text/plain; charset=utf-8

Hi Dawid,

Tks for your reply.

Actually, the fields you mentioned are the ones returned by
get_registration_status

get_current_cell_info fields are slightly different.
I did not find anything yet on those 2 last fields :s.

For instance, ATM, I have different returned result for cell_info and
registration:
Nokia-N900-42-11:~# ./get_registration_status.sh
method return sender=:1.17 - dest=:1.538 reply_serial=2
   byte 1
   uint16 21013
   uint32 21112
   uint32 1
   uint32 214
   byte 3
   byte 3
   int32 0
Nokia-N900-42-11:~# ./get_current_cell_info.sh
method return sender=:1.17 - dest=:1.539 reply_serial=2
   byte 1
   uint16 21013
   uint32 21112
   uint32 1
   uint32 214
   byte 0
   byte 3
   int32 0
Nokia-N900-42-11:~#


Tks for your help.

Chantra

On Tue, 2010-04-27 at 19:18 +0100, Dawid Lorenz (maemobile) wrote:


- Original message -
 Hi,

 I have been spending quite some time understanding the values
returned
 by:
 dbus-send --system --type=method_call --dest=com.nokia.phone.net
 --print-reply /com/nokia/phone/net Phone.Net.get_current_cell_info
 method return sender=:1.17 - dest=:1.373 reply_serial=2
  byte 2-- type GSM = 1, WCDMA = 2 ??
  uint16 2050  -- LAC
  uint32 17143306  -- Cell ID (cellid = res  65535), RNC =
res 
 16
  uint32 1-- mnc
  uint32 214-- mcc
  byte 0-- ???
  byte 3-- ??? 3 on supported network, 0
on unsupported
 network, 2 when NSPS
  int32 0  -- error

 So far, this is what I have got, the 2 last bytes returned
parameters
 are the ones I try to get info from:
  byte 0-- ???
  byte 3-- ??? 3 on supported network, 0
on unsupported
 network, 2 when NSPS

 On my phone, I am generally getting values 0,3 respectively, and it
 seems that the last byte will change to 0 on unsupported networks
and 2
 when only NSPS is available.

 Is there anybody out there that can give me some more info on these
 values?
 Any Nokia developers that will know what those values stands
for :p.

 Any leads really appreciated :p

 Tks,

 Chantra





NSPS stands for No Service Power Save (or similar) and occurs when you
have no home/accessible network coverage, hence device will 'power
save' instead of searching for it all the time. Basically, the field
you're looking at here is current network status and tells you whether
you're within home network, is device searching for network or give up
and go into power save mode.

Don't know whether you want to know the meaning of other fields, ping
me if you do.

You might also install NetMon app from extras-devel and have a look
into its source (python). It reads that exact values you're after, so
that might give some extra clues to you. Good luck.

--
Dawid 'evad' Lorenz * http://adl.pl

null://real men never use nokia




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


!DSPAM:4bd72a4f61679706917093!





!DSPAM:4bd7354a61677892912075!
-- next part --
An HTML attachment was scrubbed...
URL:  
http://lists.maemo.org/pipermail/maemo-developers/attachments/20100427/b687b7a9/attachment-0001.htm


--

Message: 11
Date: Tue, 27 Apr 2010 16:04:43 -0400
From: Demetris 

madde and Qt State Machine

2010-04-02 Thread acano

Hi,

I am trying to develop and application on Qt using the state machine  
frameword.


All is fine for linux and windows, buy when I use madde for compiling  
it. It does not fount the #include QStateMachine library.


Someone could tell me if I can use the State Machine Framework madde  
with or if I should compile it in some other way.


Thanks!

This is the command I use to compile:

g++ -c -pipe -O3 -g -Wall -W -D_REENTRANT -DQT_NO_DEBUG  
-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB  
-DQT_SHARED  
-I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/share/qt4/mkspecs/linux-g++-gles2 -I. -I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/include/qt4/QtCore -I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/include/qt4/QtGui -I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/include/qt4/QtXml -I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/include/qt4/QtSql -I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/include/qt4/QtScript -I/home/software/madde/.madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/include/qt4 -I. -I. -o mainwindow.o  
mainwindow.cpp




This message was sent using IMP, the Internet Messaging Program.

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


Re: madde and Qt State Machine

2010-04-02 Thread acano

Thank you very much for your aswer,

Could I for the moment compile it through the scratch box the actual  
Maemo SDK?


Thanks,

A. Cano

Quoting Ville M. Vainio vivai...@gmail.com:


On Fri, Apr 2, 2010 at 10:31 PM,  ac...@dsic.upv.es wrote:

Hi,

I am trying to develop and application on Qt using the state machine
frameword.

All is fine for linux and windows, buy when I use madde for compiling it. It
does not fount the #include QStateMachine library.


State machine is Qt 4.6 stuff, Madde still has the old 4.5.3. Madde
will have 4.6 when PR1.2 for N900 is out.

--
Ville M. Vainio
http://tinyurl.com/vainio






This message was sent using IMP, the Internet Messaging Program.


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


Re: maemo-developers Digest, Vol 58, Issue 19

2010-02-19 Thread acano
About this discussion. Personally I think that working on Qt instead  
of Java is a very good choice. It is less portable, but much more  
efficient.


Regards,

A. Cano


Message: 1
Date: Thu, 18 Feb 2010 11:01:43 +0100
From: Kees Jongenburger kees.jongenbur...@gmail.com
Subject: Re: MeeGo
To: Carlos Morgado cchhb...@gmail.com
Cc: maemo-developers@maemo.org
Message-ID:
e5e16331002180201x3b4819cay388d14bce3401...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi Carlos,

On Wed, Feb 17, 2010 at 11:49 PM, Carlos Morgado cchhb...@gmail.com wrote:

Honestly, I'll won't even bother with MeeGo 'till I see products and a
decent roadmap. Meanwhile Nokia must just change it's mind, buy some GUI
toolkit in Java and decide that's the way to go, go back to Symbian or just
fold. Nobody knows.


I disagree on most you say but do not on the Java part. Java would
IMHO given enough security, portability and ease of development in a
way that doesn't cost to much effort. the Current Maemo will already
be very hard to scale down(cost of hardware) that that is what you
need if you want to sell many devices.

Greetings


--

Message: 2
Date: Thu, 18 Feb 2010 12:30:47 +0200
From: Ville M. Vainio vivai...@gmail.com
Subject: Re: MeeGo
To: Kees Jongenburger kees.jongenbur...@gmail.com
Cc: maemo-developers@maemo.org
Message-ID:
46cb515a1002180230k38e9710cq3956802425212...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

On Thu, Feb 18, 2010 at 12:01 PM, Kees Jongenburger
kees.jongenbur...@gmail.com wrote:


I disagree on most you say but do not on the Java part. Java would
IMHO given enough security, portability and ease of development in a
way that doesn't cost to much effort. the Current Maemo will already
be very hard to scale down(cost of hardware) that that is what you
need if you want to sell many devices.


So we would make it run better on low-powered devices by slapping a
virtual machine in between? Intuitively, that doesn't feel quite
right.

--
Ville M. Vainio
http://tinyurl.com/vainio


--




This message was sent using IMP, the Internet Messaging Program.

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


Graphical Interface designer for Qt

2010-02-18 Thread acano

Does someone could tell where to find a GUI designer for Qt?

I search for it on google but I did not succeed.

Thanks!!


This message was sent using IMP, the Internet Messaging Program.


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


What to do in order to distribute a proyecto on Maemo (Meego)

2010-02-17 Thread acano

I am actually working in a proyect writen in Qt.

After the anouncing of MeeGo, what should I do.

Should I learn how to create the .deb packages as eplained in  
Maemo.org or shall I learn how to create .rpm packages in some linux  
ditribution?


Of course If I am developping something new I would like to work for  
the whole Meego.


Some answers?

Thanks!


This message was sent using IMP, the Internet Messaging Program.


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


Re: What to do in order to distribute a proyecto on Maemo (Meego)

2010-02-17 Thread acano

Thanks Ville.

I understand that but I see this a little uselees learning to create  
.debs when they I will not use them anymore in some months. Do not you  
think so?


Regards!!!

Quoting Ville M. Vainio vivai...@gmail.com:


On Wed, Feb 17, 2010 at 2:39 PM,  ac...@dsic.upv.es wrote:

I am actually working in a proyect writen in Qt.

After the anouncing of MeeGo, what should I do.

Should I learn how to create the .deb packages as eplained in Maemo.org or
shall I learn how to create .rpm packages in some linux ditribution?


Create the debs. It's going to be a while before anyone can use the  
rpm format.


--
Ville M. Vainio
http://tinyurl.com/vainio






This message was sent using IMP, the Internet Messaging Program.


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


/home/maemo/user/MyDocs mounted in read only mode

2010-02-12 Thread acano

Hi,

I am having problems with my N900 for some reason the directory  
/home/user/MyDocs esta montado en readonly mode.


Please, could some one tell me how to set it to read/write mode again.

Thanks!


This message was sent using IMP, the Internet Messaging Program.


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


Re: Problems Starting Application Framework

2010-02-02 Thread acano

Hi Daniel,

I tried to use the killall option but this did not work yet.


I also tried to stop and start it manually by:

[sbox-FREMANTLE_ARMEL: ~]  /etc/init.d/dbus stop
Stopping system message bus: dbus.
[sbox-FREMANTLE_ARMEL: ~]  /etc/init.d/dbus start
Starting system message bus: dbus.

But I receive the next error.

[sbox-FREMANTLE_ARMEL: ~]  af-sb-init.sh start
Note: For remote X connections DISPLAY should contain hostname!
Sample files present.
DBUS system bus is already running, doing nothing
D-BUS session bus daemon is already running, doing nothing
Starting Maemo Launcher: maemo-launcher start failed.
Sapwood image server is already running, doing nothing
Error setting value: No D-BUS daemon running

Error setting value: No D-BUS daemon running


I do not know what to do. I also tried to use ESbox, but I obtain the  
error osso_initialize failed., and I think that this is also because  
of the bus.


Thanks again for all your help,

Best Regards,

A. Cano


Quoting daniel wilms daniel.wi...@nokia.com:


Hi,

ext ac...@dsic.upv.es wrote:

DBUS system bus is already running, doing nothing
D-BUS session bus daemon is already running, doing nothing

It seems, that the you have started the AF before already, and that  
it did not shut down correctly. Try to kill all the related  
processes. You can do that by running sb-menu and then by selection  
killall in that menu. After that try to restart the AF with the  
script as usual.


Daniel






This message was sent using IMP, the Internet Messaging Program.

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


Problems Starting Application Framework

2010-01-30 Thread acano

Hello,

I am trying to compile the gtk-helloworld from the documentation of  
the SDK and when executing the next command:


af-sb-init.sh start

receive the next message:

Note: For remote X connections DISPLAY should contain hostname!
Sample files present.
DBUS system bus is already running, doing nothing
D-BUS session bus daemon is already running, doing nothing
Starting Maemo Launcher: maemo-launcher.
defender: died my parent is not who he claims to be
Sapwood image server is already running, doing nothing
gconftool-2[14769]: GLIB WARNING ** GConf - Client failed to connect  
to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote  
application did not send a reply, the message bus security policy  
blocked the reply, the reply timeout expired, or the network  
connection was broken.

Error setting value: No D-BUS daemon running
gconftool-2[14771]: GLIB WARNING ** GConf - Client failed to connect  
to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote  
application did not send a reply, the message bus security policy  
blocked the reply, the reply timeout expired, or the network  
connection was broken.

Error setting value: No D-BUS daemon running


I have no idea how try to solve it.

Does someone could help me, please.

Thanks,

A. Cano


This message was sent using IMP, the Internet Messaging Program.

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


Re: Problems Starting Application Framework

2010-01-30 Thread acano

Hi,

Quoting Andrea Grandi a.gra...@gmail.com:


Hello,

On 30 January 2010 18:38,  ac...@dsic.upv.es wrote:

Hello,

I am trying to compile the gtk-helloworld from the documentation of the SDK
and when executing the next command:

af-sb-init.sh start

receive the next message:

Note: For remote X connections DISPLAY should contain hostname!
Sample files present.


you did: export DISPLAY=:2
inside your Scratchbox environment before doing af-sb-init.sh start ?


Yes I did.

If this helps when trying to start the X-server I obtain the next error:

ma...@maemo-desktop:~$ Xephyr :2 -host-cursor -screen 800x480x16 -dpi  
96 -ac -kb  

[1] 8225
ma...@maemo-desktop:~$ Could not init font path element  
/usr/share/fonts/X11/cyrillic, removing from list!

unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed


Regards,


This message was sent using IMP, the Internet Messaging Program.

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


Re: Problems compiling HelloWorld for gtk+

2010-01-28 Thread acano

Hi Dave,

I solved it already thatnks, but your message was helpufully.

I solved somethings but I am nor sure if I undertood why.

I solved it by acceding to sb_menu and changing many options related  
to the partition. I do not undertans yet very well what I do there.  
Please, could you give me a document where I can understand it well. I  
trien on the documentations of Maemo SDK, but I find it not very clear.


Well, any way, thanks for your attentions.

Regards,

A. Cano

Quoting Dave Neary dne...@maemo.org:


Hi acano,

ac...@dsic.upv.es wrote:

I write you because I am having problems when compiling the program
holamundo for gtk that is shown in the documentacion.


I'm not sure if you got an answer for this. In the case where you didn't:


Here is the error I obtain:

[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo]  gcc -Wall -g
gtk_holamundo.c`pkg-config --cflags gtk+-2.0` -o gtk_holamundo
`pkg-config --libs gtk+-2.0`
/scratchbox/compilers/host-gcc/bin/ld: skipping incompatible
/usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0
/scratchbox/compilers/host-gcc/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] 


Are you sure that you installed GTK+ for armel? What do you see in
Scratchbox when you run ls -l /usr/lib/*gtk-x11*? If you have everything
set up OK, you should see:
/usr/lib/libgtk-x11-2.0.so
/usr/lib/libgtk-x11-2.0.so.0
/usr/lib/libgtk-x11-2.0.so.0.1400.7


The minor versions might be different on the last line, depending on the
exact version of the SDK you have. The first two are sym links to the third.

If you don't see this, you have not installed the SDK correctly, and ld
(the linker part of the compile process) can't find the library correctly.

Cheers,
Dave.

--
maemo.org docsmaster
Email: dne...@maemo.org
Jabber: bo...@jabber.org







This message was sent using IMP, the Internet Messaging Program.

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


Re: connect through ssh or telnet to the Virtual Machine with Maemo SDK

2010-01-28 Thread acano
I could try that, but, please, could you tell me how can I know then  
the ip ot the virtual machine in order to connect through ssh?


Thanks,

A. Cano

Quoting ma...@bitblit.net:


On Sat, 23 Jan 2010, ac...@dsic.upv.es wrote:


I just installed the  Machine with Maemo SDK and would like to be
connect with my nomal linux istalation. Can someone tell me how can I
connect through ssh or telnet to the Virtual Machine with Maemo SDK.


I imagine you could probably install openssh server in the VM and connect
to the IP?



--
A







This message was sent using IMP, the Internet Messaging Program.


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


Re: Problems compiling HelloWorld for gtk+

2010-01-25 Thread acano

I succed to solve it by changing the computer targeting to arm.

Thank you very much for your useful help.

Best Regards,

A. CAno

Quoting Kees Jongenburger kees.jongenbur...@gmail.com:


On Sat, Jan 23, 2010 at 8:16 PM,  ac...@dsic.upv.es wrote:

Hi Everyone,


Hi A,



I write you because I am having problems when compiling the program
holamundo for gtk that is shown in the documentacion.

[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo]  gcc -Wall -g gtk_holamundo.c
   `pkg-config --cflags gtk+-2.0` -o gtk_holamundo `pkg-config --libs
gtk+-2.0`
/scratchbox/compilers/host-gcc/bin/ld: skipping incompatible
/usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0
/scratchbox/compilers/host-gcc/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] 


It looks like your compiler and libs are not compatible with each other.
Because I see /scratchbox/compilers/host-gcc/bin/ld I would guess you
somehow are not using the compiler targeting
arm

can you send us the output of
gcc -dumpmachine
and a file on the so files (here is what it looks like for me)

[sbox-FREMANTLE_ARMEL: ~]  gcc -dumpmachine
arm-none-linux-gnueabi
[sbox-FREMANTLE_ARMEL: ~]  file /usr/lib/libgtk-x11-2.0.so
/usr/lib/libgtk-x11-2.0.so: symbolic link to `libgtk-x11-2.0.so.0.1400.7'
[sbox-FREMANTLE_ARMEL: ~]  file /usr/lib/libgtk-x11-2.0.so.0.1400.7
/usr/lib/libgtk-x11-2.0.so.0.1400.7: ELF 32-bit LSB shared object,
ARM, version 1 (SYSV), stripped


Greetings






This message was sent using IMP, the Internet Messaging Program.

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


connect through ssh or telnet to the Virtual Machine with Maemo SDK

2010-01-23 Thread acano

Hi Everyone,

I just installed the  Machine with Maemo SDK and would like to be  
connect with my nomal linux istalation. Can someone tell me how can I  
connect through ssh or telnet to the Virtual Machine with Maemo SDK.


Best Regards,

A. Cano


This message was sent using IMP, the Internet Messaging Program.


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


Re: KDE libraries and Maemo

2010-01-23 Thread acano

Thanks to everyone.

Your help was useful.

Quoting MoRpHeUz morph...@gmail.com:


On Fri, Jan 22, 2010 at 4:29 AM, Quim Gil quim@nokia.com wrote:

Not really. They worked to make the dependencies directly from Qt. see
http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/freoffice/0.2-1


Ah, ok. I was not very aware of the development process...


PS: fwiw precisely these days we are donating 10 N900s to the KDE
project for distribution to selected projects/developers.


Yep. I know about this and this is awesome. I'm sure we'll have more
applications ported to the N900 with this help from Nokia. Thanks for
that! It was a great move!

Cheers!

--
---
http://claimid.com/morpheuz
Blog: http://blog.morpheuz.cc
PGP: 0xDBEEAAC3 @ wwwkeys.pgp.net






This message was sent using IMP, the Internet Messaging Program.

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


Problems compiling HelloWorld for gtk+

2010-01-23 Thread acano

Hi Everyone,

I write you because I am having problems when compiling the program  
holamundo for gtk that is shown in the documentacion.


Here is the error I obtain:

[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo]  gcc -Wall -g  
gtk_holamundo.c`pkg-config --cflags gtk+-2.0` -o gtk_holamundo  
`pkg-config --libs gtk+-2.0`
/scratchbox/compilers/host-gcc/bin/ld: skipping incompatible  
/usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0

/scratchbox/compilers/host-gcc/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] 

Please, can someone help me.

Thanks and Regards,

A. Cano



This message was sent using IMP, the Internet Messaging Program.


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


KDE libraries and Maemo

2010-01-21 Thread acano

Hi everyone,

I am actually trying to port a laptop application writen for KDE to  
Maemo. And my question is if someone nows in advance if the use of KDE  
libraries can cause problems for this porting.


Thanks,

A. Cano


This message was sent using IMP, the Internet Messaging Program.


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