Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-23 Thread Daniel.Li
On Mon, 2009-02-23 at 11:40 -0300, Tomas Riveros Schober wrote:
> Answering on-list:
> 
> Daniel.Li escribió:
> > Dear Tom
> >
> > Thanks for ur help. It works :)
> >
> > Well, I'm a fresh-man to Qt. 
> >
> > I have a few question about QT extension, and sorry for below dumb
> > questions :(
> > a) QT is a library of GUI, is it right?
> >   
> QT is a gui toolkit, which is used to build QtExtended and many othe 
> applications

Thanks. 
> > b) Which driver is QT based on?  Can u point me to the right direction?
> > Thanks. 
> >   
> I don't get this question...if you mean which distro is the QtE image 
> based on, it's based on 2008.x unstable

Well, I mean, which kind of low-level API (maybe framebuffer driver) is
QtE based on.

> > c) How can I install QT extension? Does I need a basic console file
> > system? How can I build this simple basic file system?
> >   
> You can get a basic console system from 
> http://downloads.freesmartphone.org/ and selecting the "console" image.
> After you flash that you can install QtE on it like an application.

Thanks, so I get "console" image and then cp below items to
"/opt/Trolltech/Qtopia" (FR), and finally launch qpe.sh in FR. Is it
right?

/opt/QtopiaSDK/build/qt-extended-4.4.2/image$ ls
bin  help  lib   plugins  qpe.shqt_plugins  sounds
etc  i18n  pics  qpe.env  qtopia_db.sqlite  servicesweblets

> > d) I have done with the last two steps
> > -->bin/qbuild image
> > -->bin/qbuild sdk
> >   
> good! that should give you both the QtExtended binaries and the 
> QtExtended SDK

I try to "Compiling an Example Qt Extended App" and found following
notes. See my environment variables, did I miss something?

dan...@daniel-laptop:/opt/Qtopia/build/myapps/example$
$QTOPIA_DEPOT_PATH
-bash: /opt/QtopiaSDK/qt-extended-4.4.2: is a directory
dan...@daniel-laptop:/opt/Qtopia/build/myapps/example$ $QPEDIR
-bash: /opt/QtopiaSDK/build/qt-extended-4.4.2: is a directory
dan...@daniel-laptop:/opt/Qtopia/build/myapps/example$ ls
examplebase.ui  example.desktop  helpmain.cpp  qbuild.pro
example.cpp example.hindex.html  pics  README
dan...@daniel-laptop:/opt/Qtopia/build/myapps/example$
$QPEDIR/bin/qtopiamake
You must run configure before you can run qtopiamake
 at /opt/QtopiaSDK/build/qt-extended-4.4.2/sdk/src/build/bin/qtopiamake
line 43
> > e) I need to develop a 3-D QT application, how can I use openGL? 
> >
> >   
> I don't think QtE can use OpenGL, since it's using the framebuffer to 
> draw the screen. It doesn't use X, so i believe that you're out of luck 
> in that regard.

Hmm... I seems that I can't be used for application based on OpenGL.
Maybe I have to Google again. Thanks :)

> > Any advise and tips are mostly appreciated. Thanks very much for ur
> > help!
> >
-- 
Daniel.Li 
PALFocus (http://palfocus.oicp.net)



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-23 Thread Tomas Riveros Schober
Answering on-list:

Daniel.Li escribió:
> Dear Tom
>
> Thanks for ur help. It works :)
>
> Well, I'm a fresh-man to Qt. 
>
> I have a few question about QT extension, and sorry for below dumb
> questions :(
> a) QT is a library of GUI, is it right?
>   
QT is a gui toolkit, which is used to build QtExtended and many othe 
applications
> b) Which driver is QT based on?  Can u point me to the right direction?
> Thanks. 
>   
I don't get this question...if you mean which distro is the QtE image 
based on, it's based on 2008.x unstable
> c) How can I install QT extension? Does I need a basic console file
> system? How can I build this simple basic file system?
>   
You can get a basic console system from 
http://downloads.freesmartphone.org/ and selecting the "console" image.
After you flash that you can install QtE on it like an application.
> d) I have done with the last two steps
> -->bin/qbuild image
> -->bin/qbuild sdk
>   
good! that should give you both the QtExtended binaries and the 
QtExtended SDK
> e) I need to develop a 3-D QT application, how can I use openGL? 
>
>   
I don't think QtE can use OpenGL, since it's using the framebuffer to 
draw the screen. It doesn't use X, so i believe that you're out of luck 
in that regard.
> Any advise and tips are mostly appreciated. Thanks very much for ur
> help!
>
> :)
>
> On Sun, 2009-02-22 at 00:08 +0800, Daniel.Li wrote:
>   
>>> did you ever try it with -build-qt? because i once did that and it 
>>> borked my qt installI basically had to remove the build
>>>   
>> directory 
>> 
>>> and start over.
>>>   
>> Well, it's compiling now. Thanks. 
>> And I have no idea when it'll be done, I have to go back to sleep,
>> cause
>> mid-night:)
>> Report back to u tomorrow :) (GMT+8 timezone)
>>
>> Thanks again.
>> 


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-22 Thread Tomas Riveros Schober
That jffs2 file will give you a barebones fso install, to which you have 
to copy your compiled qtopia package and then untar, unzip and install.
You can follow these instructions to do that (taken from mwester's website):

ssh to the phone
(do these ones on the phone)
wget http://moko.mwester.net/download/apm-qtopia-v2.tgz
tar -xzf apm-qtopia-v2.tgz
cd apm-qtopia-v2
./install.sh
| ln -s /etc/init.d/qpe /etc/rc5.d/S98qpe
||mkdir /opt/Trolltech/Qtopia|
|
(do this on the host)
scp /path/to/qtextended.tgz r...@192.168.0.202:/opt/Trolltech/Qtopia

(do this on the phone)
cd ||/opt/Trolltech/Qtopia|
|tar xzf qtextended.tgz
cp ||/opt/Trolltech/Qtopia/qpe.sh /etc/init.d/qpe

Now restart and QtE will boot next time instead of the console image.
I have a prebuilt qtextended 4.4.3 snapshot tarball in 
http://triveros.go.dyndns.org/qtopia/qtefso.tgz in case you don't feel 
like building your own tarball (this is vanilla, no patches applied)

regards
Tom

|HouYu Li escribió:
> Ok, I really downloaded a rootfs tarball from 
> http://qtextended.org/modules/mydownloads/viewcat.php?cid=4, the first 
> one. And created a .jffs2 file sucessfully. And then flash it to my 
> freerunner. But I cannot start it.
>
> Do you know any tutorials on how to use qtopia with fso rootfs?? And I 
> am happy to see how you do it...
>
> Thank you very much.
>
> On Sun, Feb 22, 2009 at 11:00 PM, Tomas Riveros Schober 
> mailto:trive...@enable.cl>> wrote:
>
> You don't really get a rootfs after the compilation, but more like a
> bunch of binary files that you have to blast to a proper rootfs to be
> able to start qtopia.
> I can share my experiment with qtopia on fso if you guys want, but
> it is
> just a backup of my phone, so it's nothing fancy
>
> Tom
>
> HouYu Li escribió:
> > Hi, Is it possible to have a tutorial on how to create a rootfs
> image?
> > I can build qte sucessfully but I cannot start qte on my freerunner
> > with the default rootfs from qtextended.org any help?
> >
> > On Sat, Feb 21, 2009 at 11:16 PM, Daniel.Li  
> > >> wrote:
> >
> > On Sat, 2009-02-21 at 12:13 -0300, Tomas Riveros Schober wrote:
> > > You need to install the qt4-dev-tools, libqt4-dev packages
> (i think
> > > that
> > > should pull all dependencies, else just search for qt4 and
> install
> > > what
> > > you see fit)
> >
> > Humm,, I know what u mean. I have tried this, but it seems
> didn't
> > work.
> > I think there must be something else that should be installed.
> >
> > $ sudo apt-get install libqt4-dev qt4-dev-tools
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > libqt4-dev is already the newest version.
> > qt4-dev-tools is already the newest version.
> > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> >
> > --
> > Daniel.Li mailto:lida_m...@163.com>
> >>
> > PALFocus (http://palfocus.oicp.net)
> >
> >
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> 
>  >
> > http://lists.openmoko.org/mailman/listinfo/community
> >
> >
> >
> >
> > --
> >
> > Best Regards
> >
> > HouYu Li, Karajan
> >
> > karajan_ii (at) hotmail.com 
> 
> > karadog (at) gmail.com  
> > lihouyu (at) phpex.net  
> >
> > PHP Programmer
> > Red Hat Certified Engineer
> >
> > 15th Feb, 2008
> > Shanghai, China
> >
> 
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org 
> > http://lists.openmoko.org/mailman/listinfo/community
> >
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org 
> http://lists.openmoko.org/mailman/listinfo/community
>
>
>
>
> -- 
>
> Best Regards
>
> HouYu Li, Karajan
>
> karajan_ii (at) hotmail.com 
> karadog (at) gmail.com 
> lihouyu (at) phpex.net 
>
> PHP Programmer
> Red Hat Certified Engineer
>
> 15th Feb, 2008
> Shanghai, China
> -

Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-22 Thread HouYu Li
Ok, I really downloaded a rootfs tarball from
http://qtextended.org/modules/mydownloads/viewcat.php?cid=4, the first one.
And created a .jffs2 file sucessfully. And then flash it to my freerunner.
But I cannot start it.

Do you know any tutorials on how to use qtopia with fso rootfs?? And I am
happy to see how you do it...

Thank you very much.

On Sun, Feb 22, 2009 at 11:00 PM, Tomas Riveros Schober
wrote:

> You don't really get a rootfs after the compilation, but more like a
> bunch of binary files that you have to blast to a proper rootfs to be
> able to start qtopia.
> I can share my experiment with qtopia on fso if you guys want, but it is
> just a backup of my phone, so it's nothing fancy
>
> Tom
>
> HouYu Li escribió:
> > Hi, Is it possible to have a tutorial on how to create a rootfs image?
> > I can build qte sucessfully but I cannot start qte on my freerunner
> > with the default rootfs from qtextended.org any help?
> >
> > On Sat, Feb 21, 2009 at 11:16 PM, Daniel.Li  > > wrote:
> >
> > On Sat, 2009-02-21 at 12:13 -0300, Tomas Riveros Schober wrote:
> > > You need to install the qt4-dev-tools, libqt4-dev packages (i think
> > > that
> > > should pull all dependencies, else just search for qt4 and install
> > > what
> > > you see fit)
> >
> > Humm,, I know what u mean. I have tried this, but it seems didn't
> > work.
> > I think there must be something else that should be installed.
> >
> > $ sudo apt-get install libqt4-dev qt4-dev-tools
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > libqt4-dev is already the newest version.
> > qt4-dev-tools is already the newest version.
> > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> >
> > --
> > Daniel.Li mailto:lida_m...@163.com>>
> > PALFocus (http://palfocus.oicp.net)
> >
> >
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org 
> > http://lists.openmoko.org/mailman/listinfo/community
> >
> >
> >
> >
> > --
> >
> > Best Regards
> >
> > HouYu Li, Karajan
> >
> > karajan_ii (at) hotmail.com 
> > karadog (at) gmail.com 
> > lihouyu (at) phpex.net 
> >
> > PHP Programmer
> > Red Hat Certified Engineer
> >
> > 15th Feb, 2008
> > Shanghai, China
> > 
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> >
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 

Best Regards

HouYu Li, Karajan

karajan_ii (at) hotmail.com
karadog (at) gmail.com
lihouyu (at) phpex.net

PHP Programmer
Red Hat Certified Engineer

15th Feb, 2008
Shanghai, China
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-22 Thread Tomas Riveros Schober
You don't really get a rootfs after the compilation, but more like a 
bunch of binary files that you have to blast to a proper rootfs to be 
able to start qtopia.
I can share my experiment with qtopia on fso if you guys want, but it is 
just a backup of my phone, so it's nothing fancy

Tom

HouYu Li escribió:
> Hi, Is it possible to have a tutorial on how to create a rootfs image? 
> I can build qte sucessfully but I cannot start qte on my freerunner 
> with the default rootfs from qtextended.org any help?
>
> On Sat, Feb 21, 2009 at 11:16 PM, Daniel.Li  > wrote:
>
> On Sat, 2009-02-21 at 12:13 -0300, Tomas Riveros Schober wrote:
> > You need to install the qt4-dev-tools, libqt4-dev packages (i think
> > that
> > should pull all dependencies, else just search for qt4 and install
> > what
> > you see fit)
>
> Humm,, I know what u mean. I have tried this, but it seems didn't
> work.
> I think there must be something else that should be installed.
>
> $ sudo apt-get install libqt4-dev qt4-dev-tools
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libqt4-dev is already the newest version.
> qt4-dev-tools is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> --
> Daniel.Li mailto:lida_m...@163.com>>
> PALFocus (http://palfocus.oicp.net)
>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org 
> http://lists.openmoko.org/mailman/listinfo/community
>
>
>
>
> -- 
>
> Best Regards
>
> HouYu Li, Karajan
>
> karajan_ii (at) hotmail.com 
> karadog (at) gmail.com 
> lihouyu (at) phpex.net 
>
> PHP Programmer
> Red Hat Certified Engineer
>
> 15th Feb, 2008
> Shanghai, China
> 
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-22 Thread HouYu Li
Hi, Is it possible to have a tutorial on how to create a rootfs image? I can
build qte sucessfully but I cannot start qte on my freerunner with the
default rootfs from qtextended.org any help?

On Sat, Feb 21, 2009 at 11:16 PM, Daniel.Li  wrote:

> On Sat, 2009-02-21 at 12:13 -0300, Tomas Riveros Schober wrote:
> > You need to install the qt4-dev-tools, libqt4-dev packages (i think
> > that
> > should pull all dependencies, else just search for qt4 and install
> > what
> > you see fit)
>
> Humm,, I know what u mean. I have tried this, but it seems didn't work.
> I think there must be something else that should be installed.
>
> $ sudo apt-get install libqt4-dev qt4-dev-tools
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libqt4-dev is already the newest version.
> qt4-dev-tools is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> --
> Daniel.Li 
> PALFocus (http://palfocus.oicp.net)
>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 

Best Regards

HouYu Li, Karajan

karajan_ii (at) hotmail.com
karadog (at) gmail.com
lihouyu (at) phpex.net

PHP Programmer
Red Hat Certified Engineer

15th Feb, 2008
Shanghai, China
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-21 Thread Daniel.Li
On Sat, 2009-02-21 at 12:13 -0300, Tomas Riveros Schober wrote:
> You need to install the qt4-dev-tools, libqt4-dev packages (i think
> that 
> should pull all dependencies, else just search for qt4 and install
> what 
> you see fit)

Humm,, I know what u mean. I have tried this, but it seems didn't work. 
I think there must be something else that should be installed.

$ sudo apt-get install libqt4-dev qt4-dev-tools
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libqt4-dev is already the newest version.
qt4-dev-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

-- 
Daniel.Li 
PALFocus (http://palfocus.oicp.net)



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-21 Thread Tomas Riveros Schober
Daniel.Li escribió:
> Dear Andrew,
> Thanks for the great work.
>
> I'm using ubuntu 8.10 to compile the Qt Extended 4.4.2 SDK.
> I have updated qt lib on ubuntu, still can't fix the problem? 
> Any ideas?
>
> $ $QTOPIA_DEPOT_PATH/configure -device neo -D _FORTIFY_SOURCE=0
>
> This is the Qt Extended Open Source Edition.
>
> You are licensed to use this software under the terms of the GPL.
> Please see the file LICENSE.GPL for the licensing terms.
>
> Type 'yes' to accept this license offer.
> Type 'no' to decline this license offer.
>
> Do you accept this license agreement? yes
>
> Testing the system Qt: FAIL
> Qt Extended requires Qt 4.3 or higher to be installed.
> You must have qmake in your PATH.
> If your system's package manager does not provide Qt 4 development
> libraries
> please see the Guide to Configuring and Building Qt Extended for
> information
> on how to build Qt from the included source or pass -build-qt to
> configure
> and it will build Qt for you (and then bootstrap QBuild from that).
> make: *** [src/build/mkconf/configure] Error 2
>
>
> On Fri, 2009-02-20 at 15:23 +, and...@howlett.net wrote:
>   
>> Hi all,
>>
>> Just getting started with FreeRuner and thought I would share my
>> experience building Qt Extended 4.4.2 SDK. Follow this link for the
>> details:
>>
>> http://wiki.openmoko.org/wiki/User:R
>> dagast#Qt_Extended_SDK
>>
>> later,
>> andrew. 
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>> 
You need to install the qt4-dev-tools, libqt4-dev packages (i think that 
should pull all dependencies, else just search for qt4 and install what 
you see fit)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-21 Thread Daniel.Li
Dear Andrew,
Thanks for the great work.

I'm using ubuntu 8.10 to compile the Qt Extended 4.4.2 SDK.
I have updated qt lib on ubuntu, still can't fix the problem? 
Any ideas?

$ $QTOPIA_DEPOT_PATH/configure -device neo -D _FORTIFY_SOURCE=0

This is the Qt Extended Open Source Edition.

You are licensed to use this software under the terms of the GPL.
Please see the file LICENSE.GPL for the licensing terms.

Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept this license agreement? yes

Testing the system Qt: FAIL
Qt Extended requires Qt 4.3 or higher to be installed.
You must have qmake in your PATH.
If your system's package manager does not provide Qt 4 development
libraries
please see the Guide to Configuring and Building Qt Extended for
information
on how to build Qt from the included source or pass -build-qt to
configure
and it will build Qt for you (and then bootstrap QBuild from that).
make: *** [src/build/mkconf/configure] Error 2


On Fri, 2009-02-20 at 15:23 +, and...@howlett.net wrote:
> Hi all,
> 
> Just getting started with FreeRuner and thought I would share my
> experience building Qt Extended 4.4.2 SDK. Follow this link for the
> details:
> 
> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK
> 
> later,
> andrew. 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
-- 
Daniel.Li 
PALFocus (http://palfocus.oicp.net)



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-21 Thread clare johnstone
On Fri, Feb 20, 2009 at 4:02 PM, Filip Onkelinx  wrote:
> Hi,
>
> I'm using my own QtExtended image, based on :
>
> QtExtended 4.4.3 snapshot (13 Feb 2009 version)
> Kernel 2.6.28
> Based on Hackable1 (debian based rootfs, giving me easy access to all
> commandline tools. It is also possible to 'switch' between Qt & X.
> running from µ-SD

Very good news,
I hope this means that you will make available images for an SD card;

Thanking you,
clare

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread Daniel.Li
Thanks.
Well, I'm looking for this for a while. :)

On Fri, 2009-02-20 at 15:23 +, and...@howlett.net wrote:
> Hi all,
> 
> Just getting started with FreeRuner and thought I would share my
> experience building Qt Extended 4.4.2 SDK. Follow this link for the
> details:
> 
> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK
> 
> later,
> andrew. 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
-- 
Daniel.Li 
PALFocus (http://palfocus.oicp.net)



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread Davide Scaini
very interesting indeed!
d

On Fri, Feb 20, 2009 at 6:31 PM, Warren Baird wrote:

> That's great - I'm using QtE 4.4.2 right now, and I'd love to get an
> updated build - but I don't really have the time to muck about getting
> everything to compile.
>
> If you can share your images when they are ready, I'd greatly appreciate
> it.
>
> Thanks!
>
> Warren
>
>
>
> On Fri, Feb 20, 2009 at 11:02 AM, Filip Onkelinx  wrote:
>
>> Hi,
>>
>> I'm using my own QtExtended image, based on :
>>
>> QtExtended 4.4.3 snapshot (13 Feb 2009 version)
>> Kernel 2.6.28
>> Based on Hackable1 (debian based rootfs, giving me easy access to all
>> commandline tools. It is also possible to 'switch' between Qt & X.
>> running from µ-SD
>>
>> The image is not yet 100% working, but I?m able to use my FR as a reliable
>> mobile phone with a decent running time and a fun hacking device at the
>> same time.
>> I'll post my patches (mostly changes to Qt to adapt for the new kernel)
>> somewhere during the next days , and once I have an image that I'm happy
>> with I'll make it available for download.
>>
>> Filip.
>>
>> On Fri, 20 Feb 2009 16:51:03 +0100, Przemys?aw Maci?g 
>> wrote:
>>
>> > Hi! ...
>> >
>> > On Fri, Feb 20, 2009 at 4:46 PM, Tomas Riveros Schober
>> >  wrote:
>> >> and...@howlett.net escribió:
>> >>> Hi all,
>> >>>
>> >>> Just getting started with FreeRuner and thought I would share my
>> >>> experience building Qt Extended 4.4.2 SDK. Follow this link for the
>> >>> details:
>> >>>
>> >>> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK
>> >
>> > ... and thank you for your job! I tried to build it myself (without
>> > success..), but I didn't have time to look more carefuly into this :/
>> >
>> > I'll try your your 'recipe' tomorrow :D
>> >
>> > Cheers,
>> > Przemek
>> >
>> > ___
>> > Openmoko community mailing list
>> > community@lists.openmoko.org
>> > http://lists.openmoko.org/mailman/listinfo/community
>>
>> --
>> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>>
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread Warren Baird
That's great - I'm using QtE 4.4.2 right now, and I'd love to get an updated
build - but I don't really have the time to muck about getting everything to
compile.

If you can share your images when they are ready, I'd greatly appreciate it.

Thanks!

Warren


On Fri, Feb 20, 2009 at 11:02 AM, Filip Onkelinx  wrote:

> Hi,
>
> I'm using my own QtExtended image, based on :
>
> QtExtended 4.4.3 snapshot (13 Feb 2009 version)
> Kernel 2.6.28
> Based on Hackable1 (debian based rootfs, giving me easy access to all
> commandline tools. It is also possible to 'switch' between Qt & X.
> running from µ-SD
>
> The image is not yet 100% working, but I?m able to use my FR as a reliable
> mobile phone with a decent running time and a fun hacking device at the
> same time.
> I'll post my patches (mostly changes to Qt to adapt for the new kernel)
> somewhere during the next days , and once I have an image that I'm happy
> with I'll make it available for download.
>
> Filip.
>
> On Fri, 20 Feb 2009 16:51:03 +0100, Przemys?aw Maci?g 
> wrote:
>
> > Hi! ...
> >
> > On Fri, Feb 20, 2009 at 4:46 PM, Tomas Riveros Schober
> >  wrote:
> >> and...@howlett.net escribió:
> >>> Hi all,
> >>>
> >>> Just getting started with FreeRuner and thought I would share my
> >>> experience building Qt Extended 4.4.2 SDK. Follow this link for the
> >>> details:
> >>>
> >>> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK
> >
> > ... and thank you for your job! I tried to build it myself (without
> > success..), but I didn't have time to look more carefuly into this :/
> >
> > I'll try your your 'recipe' tomorrow :D
> >
> > Cheers,
> > Przemek
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread Filip Onkelinx
Hi,

I'm using my own QtExtended image, based on :

QtExtended 4.4.3 snapshot (13 Feb 2009 version)
Kernel 2.6.28
Based on Hackable1 (debian based rootfs, giving me easy access to all  
commandline tools. It is also possible to 'switch' between Qt & X.
running from µ-SD

The image is not yet 100% working, but I?m able to use my FR as a reliable  
mobile phone with a decent running time and a fun hacking device at the  
same time.
I'll post my patches (mostly changes to Qt to adapt for the new kernel)  
somewhere during the next days , and once I have an image that I'm happy  
with I'll make it available for download.

Filip.

On Fri, 20 Feb 2009 16:51:03 +0100, Przemys?aw Maci?g   
wrote:

> Hi! ...
>
> On Fri, Feb 20, 2009 at 4:46 PM, Tomas Riveros Schober
>  wrote:
>> and...@howlett.net escribió:
>>> Hi all,
>>>
>>> Just getting started with FreeRuner and thought I would share my
>>> experience building Qt Extended 4.4.2 SDK. Follow this link for the
>>> details:
>>>
>>> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK
>
> ... and thank you for your job! I tried to build it myself (without
> success..), but I didn't have time to look more carefuly into this :/
>
> I'll try your your 'recipe' tomorrow :D
>
> Cheers,
> Przemek
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread Przemysław Maciąg
Hi! ...

On Fri, Feb 20, 2009 at 4:46 PM, Tomas Riveros Schober
 wrote:
> and...@howlett.net escribió:
>> Hi all,
>>
>> Just getting started with FreeRuner and thought I would share my
>> experience building Qt Extended 4.4.2 SDK. Follow this link for the
>> details:
>>
>> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK

... and thank you for your job! I tried to build it myself (without
success..), but I didn't have time to look more carefuly into this :/

I'll try your your 'recipe' tomorrow :D

Cheers,
Przemek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread Tomas Riveros Schober
and...@howlett.net escribió:
> Hi all,
>
> Just getting started with FreeRuner and thought I would share my 
> experience building Qt Extended 4.4.2 SDK. Follow this link for the 
> details:
>
> http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDK
>
> later,
> andrew.
> 
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>   
Thanks for your work!
I've been trying to build QtE too, however, I'm trying to build it using 
FSO as the base image, using the FSO toolchain as mwester's page.
However I've not been successful so far (it complains about not finding 
dbus-1, I will be trying to debug it and get it to work all day today so 
I'll report back if i get to something)
The main idea is to modernize the underlying rootfs for qtextended, so 
we can benefit from all the kernel bugfixing and all that (and faster 
boot times!)

regards
Tom

PS. your instructions are indeed very helpful

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Qt Extended 4.4.2 SDK Build Instructions

2009-02-20 Thread andrew
Hi all,Just getting started with FreeRuner and thought I would share my experience building Qt Extended 4.4.2 SDK. Follow this link for the details:http://wiki.openmoko.org/wiki/User:Radagast#Qt_Extended_SDKlater,andrew.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community