mofi and WEP

2009-07-22 Thread Niels Elgaard Larsen
Mofi lists WEP accesspoints as WPA, which makes it impossible to connect to them from MOFI, but they work fine it setup with iwconfig. ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel

Re: Boot from SD problems

2009-07-22 Thread RANJAN
>gunzip -c shr-image-om-gta02.tar.gz | tar -C /mnt -xvf - This worked.And when I rebooted the phone by switching the power it booted into SHR (asking me an option between ILLUME ad n SHR ILLUME).I used the phone for some time.And then I shut it down and tried to boot again but it gets stuck with t

Re: Building the image with mokomake file

2009-07-22 Thread RANJAN
> >You can either install the full version of tar, or pipe the output of > gunzip > >into tar, something like: > >gunzip -c shr-image-om-gta02.tar.gz | tar -C /mnt -xvf - Now,I was looking at one mail in the mailing list : +gunzip -c /tmp/data.tar.gz | tar -x -C / rm -f /tmp/data.tar.gz rm -f

Re: Building the image with mokomake file

2009-07-22 Thread Nicola Mfb
On Wed, Jul 22, 2009 at 11:15 PM, Mike Westerhof (mwester) wrote: [...] >> Mike may you elaborate? >> as before there were less restrictions, are you saying that someone >> changed the busybox defconfig in OE and all branches merged that >> automatically? > > Basically, yes. All the OM distros bui

Re: Building the image with mokomake file

2009-07-22 Thread Mike Westerhof (mwester)
Nicola Mfb wrote: > On Wed, Jul 22, 2009 at 10:44 PM, Mike Westerhof > (mwester) wrote: >> Nicola Mfb wrote: >>> On Wed, Jul 22, 2009 at 9:53 PM, Yorick Moko wrote: personally I don't understand why we can't have the -z option... >>> Or to answer "y" when cp, mv etc. >> It's nothing more than

Re: Building the image with mokomake file

2009-07-22 Thread Al Johnson
You can either install the full version of tar, or pipe the output of gunzip into tar, something like: gunzip -c shr-image-om-gta02.tar.gz | tar -C /mnt -xvf - On Wednesday 22 July 2009, RANJAN wrote: > Should I run gzip or how? tar -z option is not being supported. > Please tell me : > > error

Re: Building the image with mokomake file

2009-07-22 Thread Nicola Mfb
On Wed, Jul 22, 2009 at 10:44 PM, Mike Westerhof (mwester) wrote: > Nicola Mfb wrote: >> On Wed, Jul 22, 2009 at 9:53 PM, Yorick Moko wrote: >>> personally I don't understand why we can't have the -z option... >> Or to answer "y" when cp, mv etc. > > It's nothing more than a poor set of configurati

Re: Building the image with mokomake file

2009-07-22 Thread Mike Westerhof (mwester)
Nicola Mfb wrote: > On Wed, Jul 22, 2009 at 9:53 PM, Yorick Moko wrote: >> personally I don't understand why we can't have the -z option... > Or to answer "y" when cp, mv etc. It's nothing more than a poor set of configuration options that are used for the busybox utilities. The "official" soluti

Re: Building the image with mokomake file

2009-07-22 Thread Nicola Mfb
On Wed, Jul 22, 2009 at 9:53 PM, Yorick Moko wrote: > to the list now: > > you could first use gunzip to get a *.tar file > and then use tar to extract that file > > > personally I don't understand why we can't have the -z option... Or to answer "y" when cp, mv etc. Nicola __

Fwd: Building the image with mokomake file

2009-07-22 Thread Yorick Moko
to the list now: you could first use gunzip to get a *.tar file and then use tar to extract that file personally I don't understand why we can't have the -z option... On Wed, Jul 22, 2009 at 9:29 PM, RANJAN wrote: > > Any suggestions people on how to solve this? > error : > r...@om-gta02:~# t

Re: Building the image with mokomake file

2009-07-22 Thread RANJAN
Should I run gzip or how? tar -z option is not being supported. Please tell me : error : r...@om-gta02:~# tar -C /mnt -xzvf shr-image-om-gta02.tar.gz tar: invalid option -- z BusyBox v1.13.2 (2009-05-29 13:15:14 CEST) multi-call binary Usage: tar -[cxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]

Re: Building the image with mokomake file

2009-07-22 Thread RANJAN
Any suggestions people on how to solve this? error : r...@om-gta02:~# tar -C /mnt -xzvf shr-image-om-gta02.tar.gz tar: invalid option -- z BusyBox v1.13.2 (2009-05-29 13:15:14 CEST) multi-call binary Usage: tar -[cxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]... when trying to tar. Please advic

Re: Qt 4.5 on the Neo (was: C++ and libfso)

2009-07-22 Thread Nicola Mfb
On Wed, Jul 22, 2009 at 6:48 PM, Michael 'Mickey' Lauer wrote: > On Wednesday 22 July 2009 17:23:24 Nicola Mfb wrote: >> A little OT: I'm experimenting CSS to decouple GUI appearance from >> C++/xmlui, it works great and gives support to adapt existing >> application/create new ones for embedded/fi

Re: C++ and libfso

2009-07-22 Thread Sudharshan S
Wed, Jul 22, 2009 at 8:40 PM, Michal Brzozowski wrote: > > Some simple examples on how to connect to FSO from Qt would be awesome. I'm > having trouble digging into dbus, especially that I started learning Qt some > 12 hours ago. > This should get you started with qt + dbus.. http://doc.trolltech

Qt 4.5 on the Neo (was: C++ and libfso)

2009-07-22 Thread Michael 'Mickey' Lauer
On Wednesday 22 July 2009 17:23:24 Nicola Mfb wrote: > A little OT: I'm experimenting CSS to decouple GUI appearance from > C++/xmlui, it works great and gives support to adapt existing > application/create new ones for embedded/finger friendly devices. > QT 4.5 has better performance than 4.4.3 an

Re: Xglamo mouse wheel buttons

2009-07-22 Thread Dima Kogan
http://www.mail-archive.com/shr-de...@lists.shr-project.org/msg00157.html On Wed, 22 Jul 2009 16:23:50 +0200 Michal Brzozowski wrote: > Hi, > > Xglamo doesn't support mouse wheel by default. This means no scrolling > through x11vnc for example. I noticed that Xfbdev supports it. Is > there an e

Re: C++ and libfso

2009-07-22 Thread Michal Brzozowski
2009/7/22 Michael 'Mickey' Lauer > There are some others on this mailing list using FSO from Qt, so > just ping here, if you run into trouble. > Some simple examples on how to connect to FSO from Qt would be awesome. I'm having trouble digging into dbus, especially that I started learning Qt som

Re: C++ and libfso

2009-07-22 Thread Nicola Mfb
On Wed, Jul 22, 2009 at 5:10 PM, Michal Brzozowski wrote: > 2009/7/22 Michael 'Mickey' Lauer [...] >  I'm using Qt. I just noticed there is dbus support in Qt. It probably makes > more sense to use that instead of libfso, right? QT dbus module works great, and due to the signal/slot nature of QT

Re: C++ and libfso

2009-07-22 Thread Michael 'Mickey' Lauer
On Wednesday 22 July 2009 17:10:28 Michal Brzozowski wrote: > 2009/7/22 Michael 'Mickey' Lauer > > > > Any hints on how to use a vala library in C++? > > > > Since it's C, just like you would interface with any other C library. Do > > you plan to use it from plain C++ or via Qt? > > I'm using Qt.

Re: C++ and libfso

2009-07-22 Thread Michal Brzozowski
2009/7/22 Michael 'Mickey' Lauer > > > Any hints on how to use a vala library in C++? > > Since it's C, just like you would interface with any other C library. Do > you plan to use it from plain C++ or via Qt? > I'm using Qt. I just noticed there is dbus support in Qt. It probably makes more se

Xglamo mouse wheel buttons

2009-07-22 Thread Michal Brzozowski
Hi, Xglamo doesn't support mouse wheel by default. This means no scrolling through x11vnc for example. I noticed that Xfbdev supports it. Is there an easy way to turn it on in Xglamo? Michal ___ devel mailing list devel@lists.openmoko.org https://lists.

Re: C++ and libfso

2009-07-22 Thread Michael 'Mickey' Lauer
Hi Michal, > I want to connect to FSO with C++. I understand that I should use > libfso-glib. Is there any documentation for it? Not really, there's only the API docs @ docs.freesmartphone.org. > Any hints on how to use a vala library in C++? Since it's C, just like you would interface with any

SHR FSO OE Branches

2009-07-22 Thread Michael 'Mickey' Lauer
Hi folks, as we have mentioned quite a number of times, FSO is trying to get out of the distro business, instead we rather want to help projects such as SHR that integrate the FSO components. As such, now that we released milestone 5.5, the fso/milestone5.5 branch is going to be deprecated by us

Re: ANN: freesmartphone.org MS 5.5

2009-07-22 Thread Michael 'Mickey' Lauer
Am Sonntag, den 19.07.2009, 23:13 +0500 schrieb Sudharshan S: > On Sun, Jul 19, 2009 at 10:49 PM, Michael 'Mickey' > Lauer wrote: > > The Freesmartphone.org team is proud to release milestone 5.5 codenamed > > 'In Transit...'. > > > > Coolness, Its awesome to see the vala implementation catching u

C++ and libfso

2009-07-22 Thread Michal Brzozowski
Hi, I want to connect to FSO with C++. I understand that I should use libfso-glib. Is there any documentation for it? Any hints on how to use a vala library in C++? Thanks, Michal ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.o

Re: OpenMoko on HTC-Dream

2009-07-22 Thread mahendra panpalia
oh sorry it was a question for David i guess!! My apologies. On Wed, Jul 22, 2009 at 5:06 PM, mahendra panpalia wrote: > Hi, > you can find the screen shots as below in signature. > http://tinyurl.com/mhk43k > > Which Mobile App design do you want to work for? > > http://retromessenger.sf.net and

Re: OpenMoko on HTC-Dream

2009-07-22 Thread mahendra panpalia
Hi, you can find the screen shots as below in signature. http://tinyurl.com/mhk43k Which Mobile App design do you want to work for? http://retromessenger.sf.net and open source instant messenger. It develops wxWidgets based IM which can be compiled for ubuntu. May be if it interest you then we c

Re: OpenMoko on HTC-Dream

2009-07-22 Thread Ruini Xue
On Sun, Jul 19, 2009 at 8:11 PM, David Lanzendörfer < david.lanzendoer...@o2s.ch> wrote: > Hi Folks > I managed to boot OpenMoko on the HTC-Dream (Android-Handy). > (framebuffer console) > That means: Android linux kernel + OpenMoko (Angstrom) user space. > When someone is interested in participat

Re: touchpad on OM

2009-07-22 Thread roby
i find this a very good idea, without the right click there are tons of applications which just cannot be used! On Mon, Jul 20, 2009 at 10:30 AM, Michal Brzozowski wrote: > Hi, > > I'm not sure if anyone has ever tried this. I thought it would be handy to > have a mouse pointer on the phone, driv