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
>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
> >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
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
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
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
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
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
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
__
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
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)]
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
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
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
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
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
29 matches
Mail list logo