Re: About QtMoko future (and Qt Extended - Qt in general)

2011-05-08 Thread Timo Jyrinki
2011/5/7 Joif fdvj...@vodafone.it:
 But to date, I have not a clear vision about the current situation and the
 future of QtMoko, so I want to ask some questions to developers.

I'm a Debian developer, but not QtMoko developer. I feel though that I
can answer some of the questions from my perspective.

 1) QtMoko is based on Qt Extended, is this Qt base still in development or
 is it an ended project? I mean, the main work on QtMoko is about bringing
 new and improved code or about solving bugs?
 2) Is there a new environment, in step with the times, that could be
 convenient to use as a base for a new QtMoko?

Qt Extended was a project formerly known as Qtopia, and created by
Nokia (Trolltech), and abandoned in 2009. Qt Extended Improved
(http://wiki.openmoko.org/wiki/Qt_Extended_Improved) was found by the
community to continue from there. AFAIK there has not been much
development besides bug fixes, although well the amount of also new
things radek and the people helping him have put to QtMoko is
impressive to say at least.

When talking about a base, the Debian 6.0 is a really good base for
QtMoko. When talking about the Qt Extended Improved put on top of it,
it's relatively easy to say that it's not the future proof way - at
least there will not be much incentive to start rewriting big parts of
it, since the actual APIs used to do those are obsoleted upstream. Qt
Extended Improved would be needed to be maintained as its own upstream
indefinitely.

So far QtMoko is doing great and is an awesome out-of-the-box
experience, but if one wants to think about longer term future, there
is this chance: start investigating porting Qt Extended Improved /
QtMoko applications to upstream Qt, on top of the Qt Lighthouse branch
(I guess will be included in Qt 4.8 release properly). The Qt
lighthouse is essentially abstraction of the lowest graphics layer so
that like Qt Extended, Qt applications can be again directly run
directly on top of framebuffer instead of X. Maybe that way, with a
simple full screen window manager, could be a way forward?

 3) If FSO, how many parts of the current QtMoko have to be rewritten? Will
 FSO be more difficult to use (in terms of writing new code)?

I don't have much knowledge of QtMoko, but indeed switching to FSO
would help avoiding writing multiple modem drivers for different
platforms. For FreeRunner, the current one in QtMoko is working quite
well though, and again all the connectivity code is already written in
Qt Extended. There is also oFono in addition to FSO when talking about
projects including modem drivers.

 4) What about Qt Mobility?

Qt Mobility is an extension of various libraries to Qt, and might
include some of the stuff that was abandoned when Qt Extended was
abandoned.

 5) Will QtMoko still remain Debian-based? (I hope so! :) )

I guess it has shown to be worthy base :) It also helps to concentrate
on purely the Qt / applications side, which is a big enough area by
itself.

 6) Is (or will be) there a way to write new apps (or modify extisting ones)
 in a relative easy way such as using Qt Creator?

Well indeed yes, if the porting from Qt Extended to Qt 4.8 / Qt
Mobility would be evaluated (is it any semi sensible amount of work to
get it started) and done. Qt Creator also allows plugins, like QtMoko
plugin to automate application deployment et cetera.

-Timo

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


Re: Build mysql driver (qmysql) for qt-extended

2010-03-04 Thread Mickael Labrousse
The full output :
CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/mysql
cc1plus: internal compiler error: in add_path, at c-incpath.c:362
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.



Mickael Labrousse a écrit :
 Hi folks !

 I work on qt-extended (4.4.3) and I need the mysql driver (qmysql). So 
 I've tried to build qt-extended with -extra-qt-embedded-config 
 -qt-sql-mysql switch but the response is CROSS COMPILE Badness: 
 /usr/include in INCLUDEPATH: /usr/include/mysql

 Mysql dev packages are installed of course.

 It seems arm-linux-gcc is the problem ?

 Does anyone manage to build mysql driver ?


 Regards,
 Mickael

 ___
 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


Build mysql driver (qmysql) for qt-extended

2010-03-03 Thread Mickael Labrousse
Hi folks !

I work on qt-extended (4.4.3) and I need the mysql driver (qmysql). So 
I've tried to build qt-extended with -extra-qt-embedded-config 
-qt-sql-mysql switch but the response is CROSS COMPILE Badness: 
/usr/include in INCLUDEPATH: /usr/include/mysql

Mysql dev packages are installed of course.

It seems arm-linux-gcc is the problem ?

Does anyone manage to build mysql driver ?


Regards,
Mickael

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


Re: Change orientation of X desktop on QT Extended distro ?

2010-01-21 Thread FreedomSound
Hi,
For me, I used a script for launching ScummVM in landscape where I wrote
a line with 'xrander -o left'
Here is the script that I wrote :

#!/bin/bash
matchbox-window-manager
sleep 5
xrandr -o left
sleep 5
/usr/games/scummvm --fullscreen


Le mardi 19 janvier 2010 à 06:31 -0800, Vincèn a écrit :
 Hi,
 
 I'm using QT Extended OS firmware 4.4.3 Radek version on my Neo and want to
 use X desktop on it. I tried to add that option:
 
 OptionRotateright
 
 in xorg.conf file but not success :(
 
 An idea how to do that ?
 
 Thanks in advance for any tips, infos, help...
 
 Vincèn



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


Re: Change orientation of X desktop on QT Extended distro ?

2010-01-21 Thread Vincèn
THanks a lot for your help, it resolved my problem :)

Wonderful ;)

Vincèn

2010/1/21 FreedomSound sound.of.free...@gmail.com

 Hi,
 For me, I used a script for launching ScummVM in landscape where I wrote
 a line with 'xrander -o left'
 Here is the script that I wrote :

 #!/bin/bash
 matchbox-window-manager
 sleep 5
 xrandr -o left
 sleep 5
 /usr/games/scummvm --fullscreen


 Le mardi 19 janvier 2010 à 06:31 -0800, Vincèn a écrit :
  Hi,
 
  I'm using QT Extended OS firmware 4.4.3 Radek version on my Neo and want
 to
  use X desktop on it. I tried to add that option:
 
  OptionRotateright
 
  in xorg.conf file but not success :(
 
  An idea how to do that ?
 
  Thanks in advance for any tips, infos, help...
 
  Vincèn



 ___
 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


Change orientation of X desktop on QT Extended distro ?

2010-01-19 Thread Vincèn

Hi,

I'm using QT Extended OS firmware 4.4.3 Radek version on my Neo and want to
use X desktop on it. I tried to add that option:

Option  Rotateright

in xorg.conf file but not success :(

An idea how to do that ?

Thanks in advance for any tips, infos, help...

Vincèn
-- 
View this message in context: 
http://n2.nabble.com/Change-orientation-of-X-desktop-on-QT-Extended-distro-tp4420350p4420350.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

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


Qt Extended download link down

2010-01-17 Thread Åsmund Stavdahl
Hi folks,

The link on openmoko.org to Qt Extended 4.4.3 
(http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/) seems to be 
down at the moment — do you know of anywhere else I can find it?

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


Re: Qt Extended download link down

2010-01-17 Thread HouYu Li
Hi, thank you for your interesting in Qt Extended, but it's not
available now. Please refer to QtMoko. Thanks...

On Sun, Jan 17, 2010 at 9:15 PM, Åsmund Stavdahl smu...@gmail.com wrote:
 Hi folks,

 The link on openmoko.org to Qt Extended 4.4.3
 (http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/) seems to be
 down at the moment — do you know of anywhere else I can find it?

 ___
 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 Developer
Red Hat Certified Engineer

Shanghai, China

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


Freerunner, Qt Extended Improved, libswt issue

2009-12-28 Thread Juan Lucas Dominguez Rubio
Hello, Sebastian.
yes, I tried -among other things- to install explicitly the jni package with no 
success.
 
In one of the tests, I got an unsatisfied link error even though the .so 
files needed were actually there. As if those .so files were useless.
 
In another test, one of the .so files was deleted (?) when trying to execute 
the SWT-based application (even though I removed all the writing permission. 
Amazing: there's a force stronger than linux permissions)
 
In the last tests, I got an error message that said something like no more 
handles.
 
All this worked fine on OM 200X and on SHR
 
I thiought it would be too complicated to explain all those details, so I 
prefered to re-shape my question:
 
Anybody got the SWT Sample application shown here [1] to work on Freerunner + 
any of the Qt* distributions ('Qt Extended', 'Qt Extended Improved' or 
'QtMoko')? (FYI: QtMoko seems to be a Debian distribution plus a Qt GUI)
 
[1] 
https://wiki.evolvis.org/jalimo/index.php/Getting_Started_With_Java_On_Maemo 
https://wiki.evolvis.org/jalimo/index.php/Getting_Started_With_Java_On_Maemo 
 
Thanks,
Juan Lucas
 

 


De: Sebastian Mancke [mailto:s.man...@tarent.de]
Enviado el: lun 28/12/2009 9:32
Para: jalimo-i...@lists.evolvis.org
CC: Juan Lucas Dominguez Rubio
Asunto: Re: [jalimo-info] Freerunner, Qt Extended Improved, libswt issue



Hi Juan Lucas,


Am Samstag, 26. Dezember 2009 02:24:40 schrieb Juan Lucas Dominguez Rubio:
 Hello, list

 I have installed 'Qt Extended Improved' in my Freerunner, then:
I do not know the 'Qt Extended ..' Distro. Are the GTK libraries available
there? (SWT needs them).


 opkg install libswt3.4-gtk-java jamvm gpsd classpath-gtk classpath-common
  classpath

You should have the package libswt3.4-gtk-jni installed. It contains the
native libs for SWT and should normally come as dependency of libswt3.4-gtk-
java.

Regards,
  Sebastian


 and I also added this repository in my conf files:

 http://security.debian.org/debian-security/dists/stable/updates/main/binary
 -arm

 because one of the packages was asking for openjdk-6-jre and that's where I
  found it.

 But now my app is not running, it says:

 Exception in thread main java.lang.UnsatisfiedLinkError: no swt-gtk-3448
  or swt-gtk in swt.library.path, java.library.path or the jar file at
  org.eclipse.swt.internal.Library.loadLibrary(Library.java:233) at
  org.eclipse.swt.internal.Library.loadLibrary(Library.java:151) at
  org.eclipse.swt.internal.C.clinit(C.java:21)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.clinit(Display.java:130)
at es.prodevelop.gvsig.mobile.app.Launcher.main(Launcher.java:131)

 And indeed I dont have any folder /usr/lib/jni or any file *swt*.so in my
  system.

 This worked fine in OM 2009 and previous.
 Any ideas?

 Regards,
 Juan Lucas


--
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH
Geschäftsführer: Boris Esser, Elmar Geese
HRB AG Bonn 5168 - Ust-ID: DE122264941
http://www.tarent.com/

fon +49 228 52675-17
mobil +49 171 7673249

Heilsbachstr. 24, 53123 Bonn,   fon +49 228 52675-0,   fax +49 228 52675-25
Weigandufer 45,   12059 Berlin, fon +49 30 5682943-30, fax +49 228 52675-25
Schützenstr. 18,  10117 Berlin, fon +49 30 27594853,   fax +49 30 78709617


___
jalimo-info mailing list
jalimo-i...@lists.evolvis.org
http://lists.evolvis.org/cgi-bin/mailman/listinfo/jalimo-info
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Freerunner, Qt Extended Improved, libswt issue

2009-12-28 Thread Bastian Muck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi Juan Lucas Dominiguez Rubio,

did you install the package classpath-awt and add it to the
classpath of the application? I think this is needed. And why do you
use the Getting started with Java on Maemo instead of [1]?

[1] https://wiki.evolvis.org/jalimo/index.php/OpenMoko

Greetings Bastian

Am 28.12.2009 13:05, schrieb Juan Lucas Dominguez Rubio:
 Re: [jalimo-info] Freerunner, Qt Extended Improved, libswt issue
 Hello, Sebastian. yes, I tried -among other things- to install
 explicitly the jni package with no success.

 In one of the tests, I got an unsatisfied link error even though
 the .so files needed were actually there. As if those .so files
 were useless.

 In another test, one of the .so files was deleted (?) when trying
 to execute the SWT-based application (even though I removed all
 the writing permission. Amazing: there's a force stronger than
 linux permissions)

 In the last tests, I got an error message that said something like
 no more handles.

 All this worked fine on OM 200X and on SHR

 I thiought it would be too complicated to explain all those
 details, so I prefered to re-shape my question:

 Anybody got the SWT Sample application shown here [1] to work on
 Freerunner + any of the Qt* distributions ('Qt Extended', 'Qt
 Extended Improved' or 'QtMoko')? (FYI: QtMoko seems to be a Debian
 distribution plus a Qt GUI)

 [1]
 https://wiki.evolvis.org/jalimo/index.php/Getting_Started_With_Java_On_Maemo

  Thanks, Juan Lucas



 --


*De:* Sebastian Mancke [mailto:s.man...@tarent.de]
 *Enviado el:* lun 28/12/2009 9:32 *Para:*
 jalimo-i...@lists.evolvis.org *CC:* Juan Lucas Dominguez Rubio
 *Asunto:* Re: [jalimo-info] Freerunner, Qt Extended Improved,
 libswt issue

 Hi Juan Lucas,


 Am Samstag, 26. Dezember 2009 02:24:40 schrieb Juan Lucas
 Dominguez Rubio:
 Hello, list

 I have installed 'Qt Extended Improved' in my Freerunner, then:
 I do not know the 'Qt Extended ..' Distro. Are the GTK libraries
 available there? (SWT needs them).


 opkg install libswt3.4-gtk-java jamvm gpsd classpath-gtk
 classpath-common
 classpath

 You should have the package libswt3.4-gtk-jni installed. It
 contains the native libs for SWT and should normally come as
 dependency of libswt3.4-gtk- java.

 Regards, Sebastian


 and I also added this repository in my conf files:


 http://security.debian.org/debian-security/dists/stable/updates/main/binary

  -arm

 because one of the packages was asking for openjdk-6-jre and
 that's where I
 found it.

 But now my app is not running, it says:

 Exception in thread main java.lang.UnsatisfiedLinkError: no
 swt-gtk-3448
 or swt-gtk in swt.library.path, java.library.path or the jar file
 at org.eclipse.swt.internal.Library.loadLibrary(Library.java:233)
 at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151)
 at org.eclipse.swt.internal.C.clinit(C.java:21) at
 org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
 at
 org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
 at org.eclipse.swt.widgets.Display.clinit(Display.java:130) at
 es.prodevelop.gvsig.mobile.app.Launcher.main(Launcher.java:131)

 And indeed I dont have any folder /usr/lib/jni or any file
 *swt*.so in my
 system.

 This worked fine in OM 2009 and previous. Any ideas?

 Regards, Juan Lucas


 -- tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH
 Geschäftsführer: Boris Esser, Elmar Geese HRB AG Bonn 5168 -
 Ust-ID: DE122264941 http://www.tarent.com/

 fon +49 228 52675-17 mobil +49 171 7673249

 Heilsbachstr. 24, 53123 Bonn,   fon +49 228 52675-0,   fax +49 228
 52675-25 Weigandufer 45,   12059 Berlin, fon +49 30 5682943-30, fax
 +49 228 52675-25 Schützenstr. 18,  10117 Berlin, fon +49 30
 27594853,   fax +49 30 78709617



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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
iD8DBQFLOMrnlYiDScJJ+7QRAi4kAKCxs9D8iL4WJHXqTsEOBnv5wDieZgCeLl7+
ebl/RHieqO5oWZh5BV8q1Tw=
=+Rqb
-END PGP SIGNATURE-

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


QtMoko / QT Extended / Qtopia addressbook: a better import tool than VCF?

2009-09-18 Thread Torfinn Ingolfsen
Hello,

It seems like (from information found on qtopia.net) that the addressbook in
Qtopia / QT Extended / QtMoko confirns to the Vcard 2.1 standard when it
comes tom import and export.
Unfortunately, this means that it will not import my current addressbook
(comverted from cvs to vcf) without loosing detail, and  getting names in a
format I don't like.

So, has anybody made a better import tool for the addressbook?
Something that can import directly from csv perhaps?
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qt Extended 4.4.3

2009-08-31 Thread Pablo Miño
I really like the idea but for the next few months (until my child is
born) I will be really busy so I cannot promise to be much responsive
but I want to be part of it. As I am not much experienced with this
kind of things this would be like my first challenge to learn.

If anyone else wants to participate please tell us.

On Mon, Aug 31, 2009 at 02:22, Radek Polakpson...@seznam.cz wrote:
 Pablo Miño wrote:

 I am actually using GTA01, not GTA02 (I did not fix it yet, I hope I
 can do it soon). Are there QtMoko images for GTA01 or only GTA02?

 The rootfs should be quite the same for GTA01. Probably paths in sysfs
 could be different and you will need GTA01 kernel. I would be happy to
 make GTA01 images, but i dont have the hardware to test it.

 As I have been using Qt Extended for a while now I was really wanting
 to give it a try to 4.4.3, is it possible to give you an FTP where you
 can upload the images?

 If we manage to create working images for GTA01 i can put them on my
 server.

 Radek


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




-- 
Pablo Miño

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


Re: Qt Extended 4.4.3

2009-08-30 Thread Radek Polak
Pablo Miño wrote:

 I am actually using GTA01, not GTA02 (I did not fix it yet, I hope I
 can do it soon). Are there QtMoko images for GTA01 or only GTA02?

The rootfs should be quite the same for GTA01. Probably paths in sysfs
could be different and you will need GTA01 kernel. I would be happy to
make GTA01 images, but i dont have the hardware to test it.

 As I have been using Qt Extended for a while now I was really wanting
 to give it a try to 4.4.3, is it possible to give you an FTP where you
 can upload the images?

If we manage to create working images for GTA01 i can put them on my
server.

Radek


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


Re: Qt Extended 4.4.3

2009-08-28 Thread Pablo Miño
I am actually using GTA01, not GTA02 (I did not fix it yet, I hope I
can do it soon). Are there QtMoko images for GTA01 or only GTA02?

As I have been using Qt Extended for a while now I was really wanting
to give it a try to 4.4.3, is it possible to give you an FTP where you
can upload the images?

Thank you very much.

On Fri, Aug 28, 2009 at 02:51, HouYu Likara...@gmail.com wrote:
 Hi there. Sorry for the inconvenience. My server is ran out of money. I am
 sad about this. I think I should notify the community webmaster to change
 the link.

 Now, you can visit qtmoko.org and look for qtmoko on debian images. That's a
 promising building.

 Thank you for your interesting.

 2009/8/28 Pablo Miño pablodanielm...@gmail.com

 Dear folks,

 Does anyone know where can I download Qt Extended 4.4.3 images?
 The wiki link is broken and I do not find a download site anywhere.

 Thank you a lot.

 --
 Pablo Miño

 ___
 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 Developer
 Red Hat Certified Engineer

 Shanghai, China

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





-- 
Pablo Miño

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


Re: Qt Extended 4.4.3

2009-08-28 Thread HouYu Li
oops. sorry. I do not have images for GTA01. Terribly sorry.

2009/8/28 Pablo Miño pablodanielm...@gmail.com

 I am actually using GTA01, not GTA02 (I did not fix it yet, I hope I
 can do it soon). Are there QtMoko images for GTA01 or only GTA02?

 As I have been using Qt Extended for a while now I was really wanting
 to give it a try to 4.4.3, is it possible to give you an FTP where you
 can upload the images?

 Thank you very much.

 On Fri, Aug 28, 2009 at 02:51, HouYu Likara...@gmail.com wrote:
  Hi there. Sorry for the inconvenience. My server is ran out of money. I
 am
  sad about this. I think I should notify the community webmaster to change
  the link.
 
  Now, you can visit qtmoko.org and look for qtmoko on debian images.
 That's a
  promising building.
 
  Thank you for your interesting.
 
  2009/8/28 Pablo Miño pablodanielm...@gmail.com
 
  Dear folks,
 
  Does anyone know where can I download Qt Extended 4.4.3 images?
  The wiki link is broken and I do not find a download site anywhere.
 
  Thank you a lot.
 
  --
  Pablo Miño
 
  ___
  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 Developer
  Red Hat Certified Engineer
 
  Shanghai, China
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 



 --
 Pablo Miño

 ___
 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 Developer
Red Hat Certified Engineer

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


Qt Extended 4.4.3

2009-08-27 Thread Pablo Miño
Dear folks,

Does anyone know where can I download Qt Extended 4.4.3 images?
The wiki link is broken and I do not find a download site anywhere.

Thank you a lot.

-- 
Pablo Miño

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


Re: Qt Extended 4.4.3

2009-08-27 Thread HouYu Li
Hi there. Sorry for the inconvenience. My server is ran out of money. I am
sad about this. I think I should notify the community webmaster to change
the link.

Now, you can visit qtmoko.org and look for qtmoko on debian images. That's a
promising building.

Thank you for your interesting.

2009/8/28 Pablo Miño pablodanielm...@gmail.com

 Dear folks,

 Does anyone know where can I download Qt Extended 4.4.3 images?
 The wiki link is broken and I do not find a download site anywhere.

 Thank you a lot.

 --
 Pablo Miño

 ___
 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 Developer
Red Hat Certified Engineer

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


Re: QtMaze - Mokomaze 0.2 for Qt Extended

2009-06-22 Thread ANT

Fabio Locati wrote:
I compiled it but when I try to exec it, it returns QtMaze was
terminated due to application error.

The only thing that can cause the error is changed path to data files
(.json). Now the game checks only _local_ directory etc/qtmaze/. I suppose
that after embedding the game into image, .json files must appear in
/opt/Trolltech/Qtopia/etc/qtmaze/ directory. But it seems that
/opt/Trolltech/Qtopia/ is not a current directory for the game, so
etc/qtmaze/ can't be found. It is needed to know where data files are
really placed, and patch some lines of a code to search for them there. OR
data files can be built into game's executable as a resources, but it is
worse.
-- 
View this message in context: 
http://n2.nabble.com/QtMaze---Mokomaze-0.2-for-Qt-Extended-tp3129539p3132044.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: QtMaze - Mokomaze 0.2 for Qt Extended

2009-06-22 Thread Fabio Locati
Thank you ANT :)
I have now the phone away (they are putting the buzz fix and the bass
fix). As soon as it will come back, I'll test it again :)

On Mon, Jun 22, 2009 at 12:04 PM, ANTant0...@gmail.com wrote:

 Fabio Locati wrote:
I compiled it but when I try to exec it, it returns QtMaze was
terminated due to application error.

 The only thing that can cause the error is changed path to data files
 (.json). Now the game checks only _local_ directory etc/qtmaze/. I suppose
 that after embedding the game into image, .json files must appear in
 /opt/Trolltech/Qtopia/etc/qtmaze/ directory. But it seems that
 /opt/Trolltech/Qtopia/ is not a current directory for the game, so
 etc/qtmaze/ can't be found. It is needed to know where data files are
 really placed, and patch some lines of a code to search for them there. OR
 data files can be built into game's executable as a resources, but it is
 worse.
 --
 View this message in context: 
 http://n2.nabble.com/QtMaze---Mokomaze-0.2-for-Qt-Extended-tp3129539p3132044.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.


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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: QtMaze - Mokomaze 0.2 for Qt Extended

2009-06-22 Thread Lorn Potter
ext Fabio Locati wrote:
 Thank you ANT :)
 I have now the phone away (they are putting the buzz fix and the bass
 fix). As soon as it will come back, I'll test it again :)
 
 On Mon, Jun 22, 2009 at 12:04 PM, ANTant0...@gmail.com wrote:
 Fabio Locati wrote:
 I compiled it but when I try to exec it, it returns QtMaze was
 terminated due to application error.
 The only thing that can cause the error is changed path to data files
 (.json). Now the game checks only _local_ directory etc/qtmaze/. I suppose
 that after embedding the game into image, .json files must appear in
 /opt/Trolltech/Qtopia/etc/qtmaze/ directory. But it seems that
 /opt/Trolltech/Qtopia/ is not a current directory for the game, so
 etc/qtmaze/ can't be found. It is needed to know where data files are
 really placed, and patch some lines of a code to search for them there. OR
 data files can be built into game's executable as a resources, but it is
 worse.

Qtopia::qtopiaDir() is base directory where Qtopia files are installed.

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


QtMaze - Mokomaze 0.2 for Qt Extended

2009-06-21 Thread ANT

Hi,

All we know that the only thing that stops people from use of Qt Extended as
main distro is lack of Mokomaze :)
I've decided to learn QtE a little and already rewrited Mokomaze 0.2 to use
Qt. The port is named QtMaze and there are its benefits:
 * it works
 * it can be included in distro ;)

Anti-dim-and-suspend functionality is built in and seems to work fine.
Up-to-date extended levelpack is also included.
There is a new feature: keep level switching button pressed to
fast-forward/fast-rewind.

Known problem: the game will go to fullscreen mode properly only after
enabling/disabling screen lock.

There is a demonstration video on youtube [1].
You can find screenshots as well as download links and installation
instructions on QtMaze's page [2].

[1] http://www.youtube.com/watch?v=jaRtQOPMBO4
[2] http://mokomaze.projects.openmoko.org/qt/

Have Fun,

Anton
-- 
View this message in context: 
http://n2.nabble.com/QtMaze---Mokomaze-0.2-for-Qt-Extended-tp3129539p3129539.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: QtMaze - Mokomaze 0.2 for Qt Extended

2009-06-21 Thread Fabio Locati
That's awesome :) I'm trying to compile the image with this game too
:) If everything works as it should this app will be in my repository
git really soon :)
Thank you for your help :)

On Sun, Jun 21, 2009 at 8:57 PM, ANTant0...@gmail.com wrote:

 Hi,

 All we know that the only thing that stops people from use of Qt Extended as
 main distro is lack of Mokomaze :)
 I've decided to learn QtE a little and already rewrited Mokomaze 0.2 to use
 Qt. The port is named QtMaze and there are its benefits:
  * it works
  * it can be included in distro ;)

 Anti-dim-and-suspend functionality is built in and seems to work fine.
 Up-to-date extended levelpack is also included.
 There is a new feature: keep level switching button pressed to
 fast-forward/fast-rewind.

 Known problem: the game will go to fullscreen mode properly only after
 enabling/disabling screen lock.

 There is a demonstration video on youtube [1].
 You can find screenshots as well as download links and installation
 instructions on QtMaze's page [2].

 [1] http://www.youtube.com/watch?v=jaRtQOPMBO4
 [2] http://mokomaze.projects.openmoko.org/qt/

 Have Fun,

 Anton
 --
 View this message in context: 
 http://n2.nabble.com/QtMaze---Mokomaze-0.2-for-Qt-Extended-tp3129539p3129539.html
 Sent from the Openmoko Community mailing list archive at Nabble.com.


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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: QtMaze - Mokomaze 0.2 for Qt Extended

2009-06-21 Thread HouYu Li
Well, after you. I will do a new snapbuild. :p

On Mon, Jun 22, 2009 at 4:01 AM, Fabio Locati fabioloc...@gmail.com wrote:

 That's awesome :) I'm trying to compile the image with this game too
 :) If everything works as it should this app will be in my repository
 git really soon :)
 Thank you for your help :)

 On Sun, Jun 21, 2009 at 8:57 PM, ANTant0...@gmail.com wrote:
 
  Hi,
 
  All we know that the only thing that stops people from use of Qt Extended
 as
  main distro is lack of Mokomaze :)
  I've decided to learn QtE a little and already rewrited Mokomaze 0.2 to
 use
  Qt. The port is named QtMaze and there are its benefits:
   * it works
   * it can be included in distro ;)
 
  Anti-dim-and-suspend functionality is built in and seems to work fine.
  Up-to-date extended levelpack is also included.
  There is a new feature: keep level switching button pressed to
  fast-forward/fast-rewind.
 
  Known problem: the game will go to fullscreen mode properly only after
  enabling/disabling screen lock.
 
  There is a demonstration video on youtube [1].
  You can find screenshots as well as download links and installation
  instructions on QtMaze's page [2].
 
  [1] http://www.youtube.com/watch?v=jaRtQOPMBO4
  [2] http://mokomaze.projects.openmoko.org/qt/
 
  Have Fun,
 
  Anton
  --
  View this message in context:
 http://n2.nabble.com/QtMaze---Mokomaze-0.2-for-Qt-Extended-tp3129539p3129539.html
  Sent from the Openmoko Community mailing list archive at Nabble.com.
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 



 --
 Fabio A Locati

 Home: Segrate, Milan, Italy (GMT +1)
 Phone: +39-328-3799681
 MSN/Jabber/E-Mail: fabioloc...@gmail.com

 PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

 Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

 ___
 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 Developer
Red Hat Certified Engineer

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


Re: [QtEI]Moving from Qt Extended Improved to QtMoko

2009-06-16 Thread HouYu Li
hi, all. latest qtmoko snapbuild based on FSO for Freerunner:
http://dashi-x02.karadog.net/~lihouyu/qtmoko/snapbuild/20090615/

Information: http://trac.karadog.net/qtmoko/wiki/SnapBuilds

On Mon, Jun 15, 2009 at 8:27 PM, Chris Samuel ch...@csamuel.org wrote:

 On Mon, 15 Jun 2009 06:04:51 pm HouYu Li wrote:

  Hi, Openmoko fans, I decided to drop qt-extended-improved and moving to
  qtmoko. I am not able to do it on myself, and qtmoko is going further. So
  now go to qtmoko.org for further information. Thank your support all the
  time. The trac is still open for reference, but changed to
  http://trac.karadog.net/qtmoko.
 
  I am sorry.

 Don't be sorry, you got this whole thing going! :-)

 Thanks so much for your time and effort and for inspiring others to work on
 this too.

 All the best!
 Chris
 --
  Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

 This email may come with a PGP signature as a file. Do not panic.
 For more info see: http://en.wikipedia.org/wiki/OpenPGP

 ___
 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 Developer
Red Hat Certified Engineer

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


[QtEI]Moving from Qt Extended Improved to QtMoko

2009-06-15 Thread HouYu Li
Hi, Openmoko fans, I decided to drop qt-extended-improved and moving to
qtmoko. I am not able to do it on myself, and qtmoko is going further. So
now go to qtmoko.org for further information. Thank your support all the
time. The trac is still open for reference, but changed to
http://trac.karadog.net/qtmoko.

I am sorry.

-- 
Best Regards

HouYu Li, Karajan

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

PHP Developer
Red Hat Certified Engineer

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


Re: [QtEI]Moving from Qt Extended Improved to QtMoko

2009-06-15 Thread Chris Samuel
On Mon, 15 Jun 2009 06:04:51 pm HouYu Li wrote:

 Hi, Openmoko fans, I decided to drop qt-extended-improved and moving to
 qtmoko. I am not able to do it on myself, and qtmoko is going further. So
 now go to qtmoko.org for further information. Thank your support all the
 time. The trac is still open for reference, but changed to
 http://trac.karadog.net/qtmoko.

 I am sorry.

Don't be sorry, you got this whole thing going! :-)

Thanks so much for your time and effort and for inspiring others to work on 
this too.

All the best!
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-27 Thread Franky Van Liedekerke
On Sun, Apr 26, 2009 at 6:36 AM, Fabio Locati fabioloc...@gmail.com wrote:
 What about looking into SHR or other openmoko distro to copy the
 compile options of SDL?

 I think SDL is a needed instrument, because it would allow the support
 of many applications that are not supported by Qt Extended because
 they need X.

 In any ways, I'll try to look into it as soon as I'll have time, but
 if someone want to do it before...he/she is completely welcome.

The problem is that we have tu use a framebuffer, and they can rely on
a X-server ...
I see that it is possible to compile SDL in, have you tried that yet?

Franky

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-27 Thread KaZeR

With some work, it would also be possible to write a directFB gui for navit.
Somebody (Boris_Omega in #navit) started working on it some times ago, but
he got busy on other things since, and i'm not aware of someone else
continuing the work currently.
-- 
View this message in context: 
http://n2.nabble.com/-QT-Extended-Improved--GPS-Mapping-Demo-tp2669187p2722946.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-27 Thread Lorn Potter

On 27/04/2009, at 5:14 PM, Franky Van Liedekerke wrote:

 On Sun, Apr 26, 2009 at 6:36 AM, Fabio Locati  
 fabioloc...@gmail.com wrote:
 What about looking into SHR or other openmoko distro to copy the
 compile options of SDL?

 I think SDL is a needed instrument, because it would allow the  
 support
 of many applications that are not supported by Qt Extended because
 they need X.

 In any ways, I'll try to look into it as soon as I'll have time, but
 if someone want to do it before...he/she is completely welcome.

 The problem is that we have tu use a framebuffer, and they can rely on
 a X-server ...
 I see that it is possible to compile SDL in, have you tried that yet?



SDL was 'ported' to Qtopia 2, with a little work, it could be 'ported'  
to qt 4.

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-25 Thread Fabio Locati
What about looking into SHR or other openmoko distro to copy the
compile options of SDL?

I think SDL is a needed instrument, because it would allow the support
of many applications that are not supported by Qt Extended because
they need X.

In any ways, I'll try to look into it as soon as I'll have time, but
if someone want to do it before...he/she is completely welcome.

On Fri, Apr 24, 2009 at 8:47 AM, Franky Van Liedekerke
liede...@telenet.be wrote:
 SDL isn't compiled (at least not in my image) ...
 Feel free to try though :-)

 On Thu, 23 Apr 2009 23:07:00 +0200
 Fabio Locati fabioloc...@gmail.com wrote:

 what about working to allow framebuffer on SDL? maybe is only a
 compiling bug. If SDL could use framebuffer, we could use Navit...
 that is surely a very good navigation system :)

 On Thu, Apr 23, 2009 at 10:41 PM, Franky Van Liedekerke
 liede...@telenet.be wrote:
  On Thu, 23 Apr 2009 23:33:56 +0300
  Mikko Husari hu...@husku.net wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Franky Van Liedekerke wrote:
   But personally I haven't had any luck as well trying to get this
   to work. Other people besides me are trying to build a better gps
   application.
 
  Moro,
 
  I stumbled on a new (at least for me) gps app for qte while on a
  quest for some examples, I havent yet tested it but just thought
  you might like to know...
 
  http://github.com/Blackhex/qtopiagps/
 
  - -- husku
 
  yeah, I found that one as well, but it doesn't *do* much, now does
  it ... showing gps numbers is nice, but I need a map :-)
 
  Franky
 
  ___
  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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-24 Thread Franky Van Liedekerke
SDL isn't compiled (at least not in my image) ...
Feel free to try though :-)

On Thu, 23 Apr 2009 23:07:00 +0200
Fabio Locati fabioloc...@gmail.com wrote:

 what about working to allow framebuffer on SDL? maybe is only a
 compiling bug. If SDL could use framebuffer, we could use Navit...
 that is surely a very good navigation system :)
 
 On Thu, Apr 23, 2009 at 10:41 PM, Franky Van Liedekerke
 liede...@telenet.be wrote:
  On Thu, 23 Apr 2009 23:33:56 +0300
  Mikko Husari hu...@husku.net wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Franky Van Liedekerke wrote:
   But personally I haven't had any luck as well trying to get this
   to work. Other people besides me are trying to build a better gps
   application.
 
  Moro,
 
  I stumbled on a new (at least for me) gps app for qte while on a
  quest for some examples, I havent yet tested it but just thought
  you might like to know...
 
  http://github.com/Blackhex/qtopiagps/
 
  - -- husku
 
  yeah, I found that one as well, but it doesn't *do* much, now does
  it ... showing gps numbers is nice, but I need a map :-)
 
  Franky
 
  ___
  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] Backup SMS and Contacts

2009-04-23 Thread Fabio Locati
Contacts: /home/root/Applications/Qtopia/qtopia_db.sqlite
SMSs: /home/root/Applications/qtopiamail/qtopia_db.sqlite

btw: on the last daily, the limit is still 140 or so SMSs or you can
store as many as you want?

On Wed, Apr 22, 2009 at 4:50 PM, Fabio Locati fabioloc...@gmail.com wrote:
 the SMS are in the sqllite database too?

 On Wed, Apr 22, 2009 at 4:17 PM, Franky Van Liedekerke
 liede...@telenet.be wrote:
 On Wed, Apr 22, 2009 at 4:07 PM, Fabio Locati fabioloc...@gmail.com wrote:
 How can I backup my SMS and my Contact list? is possible to export
 them in a CSV file, or in some other kind of portable file? (sql or
 something similar)
 Thank you
 --
 Fabio A Locati

 according to me they are already in a sqllite database (location in
 /home/root I believe)
 But for contacts: you can go to your contacts and select send all as
 VCF or something alike, I did this via mail, so the app created a VCF
 file and sended it via mail to me (don't forget to first configure
 your mail and send a testmail). Send via bluetooth should work as well
 (remember the restrictions: only on first boot bluetooth works ok in a
 2.6.28 kernel, not after suspend).
 For the SMS's, I don't know if an export is available, haven't looked at it 
 yet.

 Franky

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




 --
 Fabio A Locati

 Home: Segrate, Milan, Italy (GMT +1)
 Phone: +39-328-3799681
 MSN/Jabber/E-Mail: fabioloc...@gmail.com

 PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

 Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: [Qt Extended] Backup SMS and Contacts

2009-04-23 Thread Franky Van Liedekerke
On Thu, 23 Apr 2009 20:06:21 +0200
Fabio Locati fabioloc...@gmail.com wrote:

 Contacts: /home/root/Applications/Qtopia/qtopia_db.sqlite
 SMSs: /home/root/Applications/qtopiamail/qtopia_db.sqlite

In my case, the sms's are also as plain text available
in /home/root/Applications/qtopiamail

 btw: on the last daily, the limit is still 140 or so SMSs or you can
 store as many as you want?

limit of 140 or so??? I never heard/read of this limit before ...

Franky

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-23 Thread Mikko Husari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Franky Van Liedekerke wrote:
 But personally I haven't had any luck as well trying to get this to work.
 Other people besides me are trying to build a better gps application.

Moro,

I stumbled on a new (at least for me) gps app for qte while on a quest
for some examples, I havent yet tested it but just thought you might
like to know...

http://github.com/Blackhex/qtopiagps/

- -- husku
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknw0LQACgkQYntoxOJkGJKUoQCePbM1zqE8mLcu/Z60IIXkLUbC
GWIAnRzrw+LTCyWYrPpSz4lQLeCqW3S5
=rgfb
-END PGP SIGNATURE-

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-23 Thread Franky Van Liedekerke
On Thu, 23 Apr 2009 23:33:56 +0300
Mikko Husari hu...@husku.net wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Franky Van Liedekerke wrote:
  But personally I haven't had any luck as well trying to get this to
  work. Other people besides me are trying to build a better gps
  application.
 
 Moro,
 
 I stumbled on a new (at least for me) gps app for qte while on a quest
 for some examples, I havent yet tested it but just thought you might
 like to know...
 
 http://github.com/Blackhex/qtopiagps/
 
 - -- husku

yeah, I found that one as well, but it doesn't *do* much, now does
it ... showing gps numbers is nice, but I need a map :-)

Franky

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-23 Thread Fabio Locati
what about working to allow framebuffer on SDL? maybe is only a compiling bug.
If SDL could use framebuffer, we could use Navit... that is surely a
very good navigation system :)

On Thu, Apr 23, 2009 at 10:41 PM, Franky Van Liedekerke
liede...@telenet.be wrote:
 On Thu, 23 Apr 2009 23:33:56 +0300
 Mikko Husari hu...@husku.net wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Franky Van Liedekerke wrote:
  But personally I haven't had any luck as well trying to get this to
  work. Other people besides me are trying to build a better gps
  application.

 Moro,

 I stumbled on a new (at least for me) gps app for qte while on a quest
 for some examples, I havent yet tested it but just thought you might
 like to know...

 http://github.com/Blackhex/qtopiagps/

 - -- husku

 yeah, I found that one as well, but it doesn't *do* much, now does
 it ... showing gps numbers is nice, but I need a map :-)

 Franky

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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: [Qt Extended] Backup SMS and Contacts

2009-04-23 Thread Fabio Locati
I have experienced this limit, and there were someone else that wrote
about it... but I can not remember who and where he was. I'm going to
search it ;)

On Thu, Apr 23, 2009 at 8:16 PM, Franky Van Liedekerke
liede...@telenet.be wrote:
 On Thu, 23 Apr 2009 20:06:21 +0200
 Fabio Locati fabioloc...@gmail.com wrote:

 Contacts: /home/root/Applications/Qtopia/qtopia_db.sqlite
 SMSs: /home/root/Applications/qtopiamail/qtopia_db.sqlite

 In my case, the sms's are also as plain text available
 in /home/root/Applications/qtopiamail

 btw: on the last daily, the limit is still 140 or so SMSs or you can
 store as many as you want?

 limit of 140 or so??? I never heard/read of this limit before ...

 Franky

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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


[Qt Extended] Backup SMS and Contacts

2009-04-22 Thread Fabio Locati
How can I backup my SMS and my Contact list? is possible to export
them in a CSV file, or in some other kind of portable file? (sql or
something similar)
Thank you
-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


Re: [Qt Extended] Backup SMS and Contacts

2009-04-22 Thread Franky Van Liedekerke
On Wed, Apr 22, 2009 at 4:07 PM, Fabio Locati fabioloc...@gmail.com wrote:
 How can I backup my SMS and my Contact list? is possible to export
 them in a CSV file, or in some other kind of portable file? (sql or
 something similar)
 Thank you
 --
 Fabio A Locati

according to me they are already in a sqllite database (location in
/home/root I believe)
But for contacts: you can go to your contacts and select send all as
VCF or something alike, I did this via mail, so the app created a VCF
file and sended it via mail to me (don't forget to first configure
your mail and send a testmail). Send via bluetooth should work as well
(remember the restrictions: only on first boot bluetooth works ok in a
2.6.28 kernel, not after suspend).
For the SMS's, I don't know if an export is available, haven't looked at it yet.

Franky

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


Re: [Qt Extended] Backup SMS and Contacts

2009-04-22 Thread Fabio Locati
the SMS are in the sqllite database too?

On Wed, Apr 22, 2009 at 4:17 PM, Franky Van Liedekerke
liede...@telenet.be wrote:
 On Wed, Apr 22, 2009 at 4:07 PM, Fabio Locati fabioloc...@gmail.com wrote:
 How can I backup my SMS and my Contact list? is possible to export
 them in a CSV file, or in some other kind of portable file? (sql or
 something similar)
 Thank you
 --
 Fabio A Locati

 according to me they are already in a sqllite database (location in
 /home/root I believe)
 But for contacts: you can go to your contacts and select send all as
 VCF or something alike, I did this via mail, so the app created a VCF
 file and sended it via mail to me (don't forget to first configure
 your mail and send a testmail). Send via bluetooth should work as well
 (remember the restrictions: only on first boot bluetooth works ok in a
 2.6.28 kernel, not after suspend).
 For the SMS's, I don't know if an export is available, haven't looked at it 
 yet.

 Franky

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




-- 
Fabio A Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia

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


[QT Extended Improved] GPS Mapping Demo

2009-04-21 Thread Mikko Husari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Moro,

I compiled my own qtei binaries from git-repo and tried to use the
Mapping Demo program, but it gets stuck on Connected, waiting for fix.
If I use the provided demo nmea log, it seems to work properly.

I also tried with '-modules location' configure option before make but
it did not improve the situation, what could be wrong or where would the
hints be hidden?

btw, where are the logs, I want to examine them by ssh.


Thanks in advance.


- -- husku
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkntohEACgkQYntoxOJkGJJl5QCdG0Yd2kl46NIU6tXSZHduoNBv
Yi4AoINK8OKehCer90CCkIyVW+pxYrjS
=vvsg
-END PGP SIGNATURE-

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


Re: [QT Extended Improved] GPS Mapping Demo

2009-04-21 Thread Franky Van Liedekerke
On Tue, Apr 21, 2009 at 12:38 PM, Mikko Husari hu...@husku.net wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Moro,

 I compiled my own qtei binaries from git-repo and tried to use the
 Mapping Demo program, but it gets stuck on Connected, waiting for fix.
 If I use the provided demo nmea log, it seems to work properly.

 I also tried with '-modules location' configure option before make but
 it did not improve the situation, what could be wrong or where would the
 hints be hidden?

 btw, where are the logs, I want to examine them by ssh.


 Thanks in advance.


 - -- husku


The following modules are compiled in by default for the neo device:

-add-mediaengine cruxus
-add-module bluetooth
-add-module cell
-add-module connectivity
-add-module devtools
-add-module essentials
-add-module games
-add-module inputmethods
-add-module location
-add-module media
-add-module messaging
-add-module pim
-add-module pkgmanagement
-add-module telephony
-add-module ui

so this means that adding extra -modules location won't change anything,
it's in already.
But personally I haven't had any luck as well trying to get this to work.
Other people besides me are trying to build a better gps application.

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


[QT Extended] Git for 2.6.28 kernels

2009-04-05 Thread Radek Polak
Hi,
i have now git tree [1] for QT Extended on 2.6.28 kernels. It has
the same code and patches as the official HouYu Li's tree + the
stuff for 2.6.28 kernels.

The plan is to keep sync with HouYu Li's tree. You can do this simply
with:

git pull git://git.karadog.net/qt-extended-improved.git master

When HouYu Li decides that he wants 2.6.28 support he can just pull
the same way from my tree:

git pull git://github.com/radekp/qtextended.git

If someone else wants to do development in his tree, please let us
know so that we can be coordinated and pull patches from others trees.

Cheers

Radek


[1] http://github.com/radekp/qtextended/tree/master

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


Re: qt-extended-improved unpredictive keyboard

2009-04-05 Thread Franky Van Liedekerke
On Fri, 3 Apr 2009 12:20:19 +0200
Franky Van Liedekerke liede...@telenet.be wrote:

 On Fri, Apr 3, 2009 at 11:44 AM, leonardo maccari leona...@lilik.it
 wrote:
 
  Franky Van Liedekerke wrote:
   On Thu, 02 Apr 2009 00:54:55 +0200
 
 
   This is a nice keyboard, much easier/faster to use than the
   predictive one! The look is not all that, but functionality-wise
   it is great!
 
  Nice to hear this.
  One question, before this layout I was using a layout made of 10
  columns and 3 rows that let me have an querty keyboard with the
  same picks as a desktop one. But 10 columns is too much to have the
  keyboard work properly so I changed it to 6x5 but now I have a
  weird layout.. What is the most qwerty-similar layout for a 6x5
  keyboard?
 
 
 hmm ... maybe try 8*3 layout, and set the 2 remaining chars and stuff
 on a forth line?
 
 While I'm at it: the keyboard misses the possibility to enter accents
 in chars. So maybe add a third special button for symbols (the
 spacebar can be made a bit smaller to accomodate for this, where most
 of these can be located then.
 
 Franky

Hi,

I just saw this as well: no enter on the keyboard layout?

Franky

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


Re: qt-extended-improved unpredictive keyboard

2009-04-05 Thread leona...@lilik.it

 I just saw this as well: no enter on the keyboard layout?
 

I'll check this out as soon as I have time...
summarizing:
 - just noticed I have a double 'u' :-)
 - accents missing (don't really know how to do it..)
 - enter missing (better stay on switched keyboard)

ciao,
leonardo.

-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

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


Re: qt-extended-improved unpredictive keyboard

2009-04-03 Thread leonardo maccari
Franky Van Liedekerke wrote:
 On Thu, 02 Apr 2009 00:54:55 +0200


 This is a nice keyboard, much easier/faster to use than the predictive
 one! The look is not all that, but functionality-wise it is great!

Nice to hear this.
One question, before this layout I was using a layout made of 10 columns 
and 3 rows that let me have an querty keyboard with the same picks as a 
desktop one. But 10 columns is too much to have the keyboard work 
properly so I changed it to 6x5 but now I have a weird layout..
What is the most qwerty-similar layout for a 6x5 keyboard?

ciao,
leonardo.

-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

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


Re: qt-extended-improved unpredictive keyboard

2009-04-03 Thread Franky Van Liedekerke
On Fri, Apr 3, 2009 at 11:44 AM, leonardo maccari leona...@lilik.it wrote:

 Franky Van Liedekerke wrote:
  On Thu, 02 Apr 2009 00:54:55 +0200


  This is a nice keyboard, much easier/faster to use than the predictive
  one! The look is not all that, but functionality-wise it is great!

 Nice to hear this.
 One question, before this layout I was using a layout made of 10 columns
 and 3 rows that let me have an querty keyboard with the same picks as a
 desktop one. But 10 columns is too much to have the keyboard work
 properly so I changed it to 6x5 but now I have a weird layout..
 What is the most qwerty-similar layout for a 6x5 keyboard?


hmm ... maybe try 8*3 layout, and set the 2 remaining chars and stuff on a
forth line?

While I'm at it: the keyboard misses the possibility to enter accents in
chars. So maybe add a third special button for symbols (the spacebar can be
made a bit smaller to accomodate for this, where most of these can be
located then.

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


Re: [Qt Extended] debian image

2009-04-02 Thread Franky Van Liedekerke
Hi,

yesterday evening I've tried the debian image (converted to uimage+jffs2),
but it seems very slow compared to a fso based image. Also the voicenotes
*seems* to be recording, but not playing :-)
So I've tried an fso-nox image+andy-tracking kernel, and that just worked
out of the box (but again not the voicenotes). Although there's an issue
with bluetoothd not finding HAL (any tips are appreciated), and probably
because of that, bluetooth doesn't work in QtExtended as well ... it needs
further investigation.
So this evening I'll play a bit with that image (I need to add atd from
angstrom to get the alarms to work probably) and see about the bluetooth
thingie.

Can anybody explain to me what the gstreamer engine does for qtextended? It
seems the compile is ok, I've got sound, but no mp3 support yet (so for
that: do I just need extra gstreamer plugins or the mp3 libmad patch?)

Franky

On Thu, Apr 2, 2009 at 2:23 AM, Stefan Monnier monn...@iro.umontreal.cawrote:

  Yes, i was thinking exactly the same. There are some things that
  have to be solved cleanly before this can be done. E.g. the udev
  rule for GSM modem. I have described it in my howto.

 The udev rule seems easy to fix: rather than put it in
 /media/card/etc/udev/rules.d/50-udev.rules, put it in a new file
 /media/card/etc/udev/rules.d/50-qtextended.rules


Stefan


 ___
 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 Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Franky Van Liedekerke
On Wed, Apr 1, 2009 at 8:48 AM, Filip Onkelinx fi...@linux4.be wrote:

 Hi,

 attached is a patch to use uevent to get kernel notifications for
 'usb-cable-changed' in QtExtended on recent kernels (=2.6.28).
 On 'older' kernels (2.6.28), this information was comming in trough
 /dev/input/event4 but this is no longer working (there is a ticket for this
 at https://docs.openmoko.org/trac/ticket/2254 ).
 With this patch my FR switches correctly from battery power savings scheme
 to online pwoer scheme, and usb networking goes up/down as expected.
 Same mechanism could be used to re-implement an event based neobattery.


Filip,

does this mean the 2.6.28 based system detects usb cable changed, just for
networking? Or does the battery start charging as well?

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


Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Filip Onkelinx
Franky,

battery starts charging as well, cableChanged is also being used for  
changing powermanagment scheme.

F.

On Thu, 02 Apr 2009 09:22:33 +0200, Franky Van Liedekerke  
liede...@telenet.be wrote:

 On Wed, Apr 1, 2009 at 8:48 AM, Filip Onkelinx fi...@linux4.be wrote:

 Hi,

 attached is a patch to use uevent to get kernel notifications for
 'usb-cable-changed' in QtExtended on recent kernels (=2.6.28).
 On 'older' kernels (2.6.28), this information was comming in trough
 /dev/input/event4 but this is no longer working (there is a ticket for  
 this
 at https://docs.openmoko.org/trac/ticket/2254 ).
 With this patch my FR switches correctly from battery power savings  
 scheme
 to online pwoer scheme, and usb networking goes up/down as expected.
 Same mechanism could be used to re-implement an event based neobattery.


 Filip,

 does this mean the 2.6.28 based system detects usb cable changed, just  
 for
 networking? Or does the battery start charging as well?

 Franky

-- 
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] debian image

2009-04-02 Thread Filip Onkelinx
Hi,

I did a quick try of Radek's image on a µSD last night, and alltough I  
have no 'hard-figures', it seemed to be considerably slower to me as well  
compared to my home-brewn SD.
Not sure what/why it is slower: kernel, QtE binaries or other...

voicenotes: could it be that the 'mic' is muted? Maybe try using the alsa  
files from another image (radek's?)

Cheers,

Filip.

On Thu, 02 Apr 2009 09:19:59 +0200, Franky Van Liedekerke  
liede...@telenet.be wrote:

 Hi,

 yesterday evening I've tried the debian image (converted to  
 uimage+jffs2),
 but it seems very slow compared to a fso based image. Also the voicenotes
 *seems* to be recording, but not playing :-)
 So I've tried an fso-nox image+andy-tracking kernel, and that just worked
 out of the box (but again not the voicenotes). Although there's an issue
 with bluetoothd not finding HAL (any tips are appreciated), and probably
 because of that, bluetooth doesn't work in QtExtended as well ... it  
 needs
 further investigation.
 So this evening I'll play a bit with that image (I need to add atd from
 angstrom to get the alarms to work probably) and see about the bluetooth
 thingie.

 Can anybody explain to me what the gstreamer engine does for qtextended?  
 It
 seems the compile is ok, I've got sound, but no mp3 support yet (so for
 that: do I just need extra gstreamer plugins or the mp3 libmad patch?)

 Franky

 On Thu, Apr 2, 2009 at 2:23 AM, Stefan Monnier  
 monn...@iro.umontreal.cawrote:

  Yes, i was thinking exactly the same. There are some things that
  have to be solved cleanly before this can be done. E.g. the udev
  rule for GSM modem. I have described it in my howto.

 The udev rule seems easy to fix: rather than put it in
 /media/card/etc/udev/rules.d/50-udev.rules, put it in a new file
 /media/card/etc/udev/rules.d/50-qtextended.rules


Stefan


 ___
 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 Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Franky Van Liedekerke
Hmm ... I'm pretty sure I saw my phone suspending while connected ... I will
test this more.

F.


On Thu, Apr 2, 2009 at 9:31 AM, Filip Onkelinx fi...@linux4.be wrote:

 Franky,

 battery starts charging as well, cableChanged is also being used for
 changing powermanagment scheme.

 F.

 On Thu, 02 Apr 2009 09:22:33 +0200, Franky Van Liedekerke
 liede...@telenet.be wrote:

  On Wed, Apr 1, 2009 at 8:48 AM, Filip Onkelinx fi...@linux4.be wrote:
 
  Hi,
 
  attached is a patch to use uevent to get kernel notifications for
  'usb-cable-changed' in QtExtended on recent kernels (=2.6.28).
  On 'older' kernels (2.6.28), this information was comming in trough
  /dev/input/event4 but this is no longer working (there is a ticket for
  this
  at https://docs.openmoko.org/trac/ticket/2254 ).
  With this patch my FR switches correctly from battery power savings
  scheme
  to online pwoer scheme, and usb networking goes up/down as expected.
  Same mechanism could be used to re-implement an event based neobattery.
 
 
  Filip,
 
  does this mean the 2.6.28 based system detects usb cable changed, just
  for
  networking? Or does the battery start charging as well?
 
  Franky

 --
 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] debian image

2009-04-02 Thread Franky Van Liedekerke
Well, when using Radek's image, I saw a progress in seconds, but playing
didn't work (even when going via mediaplayer itself).
In the fso image, I hear a click when starting recording, but no progress
in seconds, and not playable as well. So ... needs investigating :-)
I need to test lots of stuff:

- alarms (using atd from angstrom, since no newer package exists), normal +
when suspended
- wake up when receiving sms
- call + echo check
- missed call bug
- duplicate sms thing
- bluetooth debug
- voice notes
- usb cable handling for power charging ...

Franky

On Thu, Apr 2, 2009 at 9:37 AM, Filip Onkelinx fi...@linux4.be wrote:

 Hi,

 I did a quick try of Radek's image on a µSD last night, and alltough I
 have no 'hard-figures', it seemed to be considerably slower to me as well
 compared to my home-brewn SD.
 Not sure what/why it is slower: kernel, QtE binaries or other...

 voicenotes: could it be that the 'mic' is muted? Maybe try using the alsa
 files from another image (radek's?)

 Cheers,

 Filip.

 On Thu, 02 Apr 2009 09:19:59 +0200, Franky Van Liedekerke
 liede...@telenet.be wrote:

  Hi,
 
  yesterday evening I've tried the debian image (converted to
  uimage+jffs2),
  but it seems very slow compared to a fso based image. Also the voicenotes
  *seems* to be recording, but not playing :-)
  So I've tried an fso-nox image+andy-tracking kernel, and that just worked
  out of the box (but again not the voicenotes). Although there's an issue
  with bluetoothd not finding HAL (any tips are appreciated), and probably
  because of that, bluetooth doesn't work in QtExtended as well ... it
  needs
  further investigation.
  So this evening I'll play a bit with that image (I need to add atd from
  angstrom to get the alarms to work probably) and see about the bluetooth
  thingie.
 
  Can anybody explain to me what the gstreamer engine does for qtextended?
  It
  seems the compile is ok, I've got sound, but no mp3 support yet (so for
  that: do I just need extra gstreamer plugins or the mp3 libmad patch?)
 
  Franky
 
  On Thu, Apr 2, 2009 at 2:23 AM, Stefan Monnier
  monn...@iro.umontreal.cawrote:
 
   Yes, i was thinking exactly the same. There are some things that
   have to be solved cleanly before this can be done. E.g. the udev
   rule for GSM modem. I have described it in my howto.
 
  The udev rule seems easy to fix: rather than put it in
  /media/card/etc/udev/rules.d/50-udev.rules, put it in a new file
  /media/card/etc/udev/rules.d/50-qtextended.rules
 
 
 Stefan
 
 
  ___
  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 Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-02 Thread Radek Polak
Franky Van Liedekerke wrote:

 Hmm ... I'm pretty sure I saw my phone suspending while connected ... I 
 will test this more.
 
 F.

Filip's patch fixes this for me. I have tested it quite thoroughly. But
it's not included in my image yet.

Radek

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


Re: qt-extended-improved unpredictive keyboard

2009-04-02 Thread Franky Van Liedekerke
On Thu, 02 Apr 2009 00:54:55 +0200
leona...@lilik.it leona...@lilik.it wrote:

 Franky Van Liedekerke wrote:
  On Wed, Apr 1, 2009 at 1:44 AM, leona...@lilik.it
  Hi,
  
  I'm very interested in testing this, but the source isn't in the
  zipfile ... For the screenshots, maybe you can try
  http://qtextended.org/modules/mydownloads/singlefile.php?lid=18 ?
 
 http://leonardo.lilik.it/wordpress/2009/04/01/qt-extended-un-predictive-keyboard/
 
 here we go, you can find the source code in the zip and the .so
 including bugfix to make the first row not overlap with the
 prediction row.

This is a nice keyboard, much easier/faster to use than the predictive
one! The look is not all that, but functionality-wise it is great!

Franky

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


I am working on Debian packages for atd-over-fso (was [Qt Extended] debian image)

2009-04-02 Thread Łukasz Pankowski
Franky Van Liedekerke liede...@telenet.be writes:

 So this evening I'll play a bit with that image (I need to add atd from 
 angstrom to get the alarms to work probably) and see about the bluetooth 
 thingie.

May be you will be interested: I am just working on Debian packages of
atd-over-fso [1] (port of atd working on top of fso), chances are I
will finish tomorrow.

[1] http://projects.openmoko.org/frs/?group_id=260

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


Re: I am working on Debian packages for atd-over-fso (was [Qt Extended] debian image)

2009-04-02 Thread Yaroslav Halchenko
do you mean that whenever that is done you will be ready to package
Debian packages for ffalarms? ;)

On Fri, 03 Apr 2009, Łukasz Pankowski wrote:

 Franky Van Liedekerke liede...@telenet.be writes:

  So this evening I'll play a bit with that image (I need to add atd from 
  angstrom to get the alarms to work probably) and see about the bluetooth 
  thingie.

 May be you will be interested: I am just working on Debian packages of
 atd-over-fso [1] (port of atd working on top of fso), chances are I
 will finish tomorrow.

 [1] http://projects.openmoko.org/frs/?group_id=260

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


-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



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


[QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-01 Thread Filip Onkelinx

Hi,

attached is a patch to use uevent to get kernel notifications for  
'usb-cable-changed' in QtExtended on recent kernels (=2.6.28).
On 'older' kernels (2.6.28), this information was comming in trough  
/dev/input/event4 but this is no longer working (there is a ticket for  
this at https://docs.openmoko.org/trac/ticket/2254 ).
With this patch my FR switches correctly from battery power savings scheme  
to online pwoer scheme, and usb networking goes up/down as expected.

Same mechanism could be used to re-implement an event based neobattery.

This patch should not break 2.6.24 compatibility.

Cheers,

Filip.
From 367a7ec014442b47be615ccbde8dc7441bfb466c Mon Sep 17 00:00:00 2001
From: Filip Onkelinx fi...@dev.linux4.be
Date: Tue, 31 Mar 2009 22:28:22 +0200
Subject: [PATCH] using uevent to get kernel notifications for usb cable changed

Signed-off-by: Filip Onkelinx fi...@dev.linux4.be
---
 devices/neo/server/neohardware.cpp|   79 ++
 devices/neo/server/neohardware.h  |6 +-
 2 files changed, 85 insertions(+), 1 deletions(-)

diff --git a/devices/neo/server/neohardware.cpp 
b/devices/neo/server/neohardware.cpp
index e259094..fca61bc 100644
--- a/devices/neo/server/neohardware.cpp
+++ b/devices/neo/server/neohardware.cpp
@@ -44,6 +44,16 @@
 #include linux/input.h
 
 #include sys/ioctl.h
+#include stdio.h
+#include stdlib.h
+#include string.h
+#include ctype.h
+#include sys/un.h
+#include sys/socket.h
+#include linux/types.h
+#include linux/netlink.h
+#include QTcpSocket
+#include QtDebug
 
 QTOPIA_TASK(NeoHardware, NeoHardware);
 
@@ -52,10 +62,31 @@ NeoHardware::NeoHardware()
   vsoUsbCable(/Hardware/UsbGadget),
   vsoNeoHardware(/Hardware/Neo)
 {
+struct sockaddr_nl snl;
 adaptor = new QtopiaIpcAdaptor(QPE/NeoHardware);
 
 qLog(Hardware)  neohardware;
 
+memset(snl, 0x00, sizeof(struct sockaddr_nl));
+snl.nl_family = AF_NETLINK;
+snl.nl_pid = getpid();
+snl.nl_groups = 1;
+snl.nl_groups = 0x1;
+
+int hotplug_sock = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT);
+if (hotplug_sock == -1) {
+qLog(Hardware)  error getting uevent socket:  strerror(errno);
+}else{ 
+  if ( bind(hotplug_sock, (struct sockaddr *) snl, sizeof(struct 
sockaddr_nl))  0) {
+qLog(Hardware)  uevent bind failed:  strerror(errno);
+hotplug_sock = -1;
+  }else{
+   ueventSocket = new QTcpSocket(this);
+   ueventSocket-setSocketDescriptor(hotplug_sock);
+   connect(ueventSocket, SIGNAL(readyRead()), this, SLOT(uevent()));
+  }
+}
+
 cableConnected(getCableStatus());
 
 vsoPortableHandsfree.setAttribute(Present, false);
@@ -77,6 +108,54 @@ NeoHardware::~NeoHardware()
 {
 }
 
+char *NeoHardware::findAttribute(char *buf, int len, const char *token)
+{
+int pos=0;
+
+  while (poslen)
+  {
+if(strncmp(buf[pos],token,strlen(token))==0)
+   return(buf[pos+strlen(token)]);
+pos=pos+strlen(buf[pos])+1;
+  }
+  return(buf);
+}
+
+void NeoHardware::uevent()
+{
+#define UEVENT_BUFFER_SIZE 1024
+char buffer[UEVENT_BUFFER_SIZE];
+char *value;
+
+  int bytesAvail = ueventSocket-bytesAvailable();
+  int readCount = UEVENT_BUFFER_SIZE;
+  if (bytesAvail  readCount)
+  readCount = bytesAvail;
+  ueventSocket-read(buffer[0],readCount);
+  if(strcmp(buffer,change@/class/power_supply/usb)==0)
+  {
+value=findAttribute(buffer,readCount,POWER_SUPPLY_ONLINE=);
+qDebug()usb change event; online='value';
+cableConnected(atoi(value));
+  }else if(strcmp(buffer,change@/class/power_supply/ac)==0)
+  {
+value=findAttribute(buffer,readCount,POWER_SUPPLY_ONLINE=);
+qDebug()ac change event; online=value;
+  }else if(strcmp(buffer,change@/class/power_supply/adapter)==0)
+  {
+value=findAttribute(buffer,readCount,POWER_SUPPLY_ONLINE=);
+qDebug()power_supply change event; online=value;
+  }else if(strcmp(buffer,change@/class/power_supply/battery)==0)
+  {
+value=findAttribute(buffer,readCount,POWER_SUPPLY_CAPACITY=);
+qDebug()battery change event charge%=value%;
+  }else if(strcmp(buffer,change@/class/switch/headset)==0)
+  {
+value=findAttribute(buffer,readCount,SWITCH_STATE=);
+qDebug()headset change event, switch_state=value;
+ }
+}
+
 void NeoHardware::findHardwareVersion()
 {
 QFile cpuinfo( /proc/cpuinfo);
diff --git a/devices/neo/server/neohardware.h b/devices/neo/server/neohardware.h
index f52b232..0d70f72 100644
--- a/devices/neo/server/neohardware.h
+++ b/devices/neo/server/neohardware.h
@@ -24,6 +24,7 @@
 
 #include QObject
 #include QProcess
+#include QTcpSocket
 
 #include qvaluespace.h
 #include linux/input.h
@@ -48,15 +49,18 @@ private:
  QValueSpaceObject vsoUsbCable;
  QValueSpaceObject vsoNeoHardware;
  QtopiaIpcAdaptor *adaptor;
+ QTcpSocket *ueventSocket;
 
  void findHardwareVersion();
  QtopiaIpcAdaptor *audioMgr;
-  
+ char *findAttribute(char *buf, int len, const char *token);
+ 
 private 

Re: qt-extended-improved unpredictive keyboard

2009-04-01 Thread Franky Van Liedekerke
On Wed, Apr 1, 2009 at 1:44 AM, leona...@lilik.it leona...@lilik.it wrote:

 hi all,

 As I did for Qtopia, I’ve recompiled my un-predictive keyboard for
 qt-extended-improved. It is a patched version of the matchbox keyboard
 that comes with Qt made usable without a stylus.I’ve changed the layout
 from last time I touched it :

* I found out how to suppress the hints bar, that never had any real
 use for me
* I used wider picks to help people that do not play guitar and have
 regular size nails :-)
* In the sourcecode you can find an attempt to use screen rotation
 (disabled now) to automatically switch to wide mode when sending sms. I
 didn’t have time to make it work.

 then you have to chose at each boot, the default one can not be changed.

 if you want screenshots explain me how to have them with qtextended :-)

 codebin here:

 http://leonardo.lilik.it/wordpress/2009/04/01/qt-extended-un-predictive-keyboard/

 I put the whole keyboard source dir in the zip but i think I have only
 touched keyboardframe.cpp. I will send a patch for the git soon.

 ciao,
 leonardo.


Hi,

I'm very interested in testing this, but the source isn't in the zipfile ...
For the screenshots, maybe you can try
http://qtextended.org/modules/mydownloads/singlefile.php?lid=18 ?

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


Re: qt-extended-improved unpredictive keyboard

2009-04-01 Thread leonardo
Franky Van Liedekerke ha scritto:


 On Wed, Apr 1, 2009 at 1:44 AM, leona...@lilik.it
^
 I'm very interested in testing this, but the source isn't in the zipfile ...

that happens when you do posts at 2AM. :-)
I will update it as soon as possible an try to fix the bug too.

I've been using a different layout for months that works ok for me, but
has little picks for most of the people. Changing the layout isn't so
difficult.

ciao,
leonardo.

-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

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


Re: qt-extended-improved unpredictive keyboard

2009-04-01 Thread HouYu Li
Oh... this sound interesting... I will try it.

On Wed, Apr 1, 2009 at 8:38 PM, leonardo leona...@lilik.it wrote:

 Franky Van Liedekerke ha scritto:


  On Wed, Apr 1, 2009 at 1:44 AM, leona...@lilik.it
 ^
  I'm very interested in testing this, but the source isn't in the zipfile
 ...

 that happens when you do posts at 2AM. :-)
 I will update it as soon as possible an try to fix the bug too.

 I've been using a different layout for months that works ok for me, but
 has little picks for most of the people. Changing the layout isn't so
 difficult.

 ciao,
 leonardo.

 --
 http://leonardo.lilik.it
 Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

 ___
 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 Developer
Red Hat Certified Engineer

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


Re: [Qt Extended] debian image

2009-04-01 Thread Stefan Monnier
 i have uploaded the debian based rootfs here [1]. All the patches
 to QTE Improved GIT were sent on this list yesterday.

Nice.  The next step is to package QtE so it can be installed via
apt-get.


Stefan


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


Re: [Qt Extended] debian image

2009-04-01 Thread Radek Polak
Stefan Monnier wrote:
 Nice.  The next step is to package QtE so it can be installed via
 apt-get.
 
 
 Stefan


Yes, i was thinking exactly the same. There are some things that
have to be solved cleanly before this can be done. E.g. the udev
rule for GSM modem. I have described it in my howto.

Radek

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-04-01 Thread Franky Van Liedekerke
On Mon, 30 Mar 2009 00:17:42 +0200
Radek Polak pson...@seznam.cz wrote:

 Hi,
 i am now working on QTE running on debian rootfs with
 recent kernel (latest andy-tracking).
 
 Right now i think i have working all that i was using
 with QTE 4.4.3 from here [1]. This basically is:
 
 * working SMS/calls
 * GPRS
 * suspend/resume
 
 Attached are patches that i used and work-in progress
 howto. I will upload whole rootfs during this week.

Radek,

you first patch activates gstreamer. Is this on purpose or just because
it works on debian? Or does it work on fso based rootfs systems as well?
When I tried your patches, together with the one from Filip for the usb
cable, the system compiled just fine. But after that: I want a
uimage+jffs2 based system to work with, and debian only installs on SD.
So I tried different scenarios:

- the one recommended with QtEi (without the 2.6.28 patches), but then
  the system doesn't wake up for sms
- the old stable Om2008.12 uimage (without the 2.6.28 patches), but
  then I got the sms duplication issue (but it did wake up from suspend
  for sms's though)
- the fso-console image (with 2.6.28 patches, halting frameworkd and
  fso specific stuff): with the gstreamer patch, I didn't get any sound
  (even after installing everything possible for gstreamer). Without it
  (and using the libmad mp3 patch), it was ok. But voice note recording
  didn't work (and I doubt the bluetooth stuff as well, but didn't got
  around of testing that).
- the hackable:1 distro: never got further than second boot, ssh not
  possible. It seems it wants my SIM card to continue or so ...

I would put my money on working with the fso-console image, and going
from there to build a workable system (maybe even using a small script
that disables frameworkd, installs QtExtended and all that).

So: which uimage to choose? Maybe I messed up the
testing-om-gta02-20090120.uImage.bin tests, so if anyboy can confirm
that their system does wake up using this kernel ... ?

Franky

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-04-01 Thread Radek Polak
Franky Van Liedekerke wrote:

  But after that: I want a
 uimage+jffs2 based system to work with, and debian only installs on SD.

Hi Franky,
i wanted to make jffs2 filesystem too. Just didnt get to it yet. It
should be possible. The rootfs is not very big. I think that jffs2
can be made just by untaring the and using mkfs.jffs2 as descibed
here [1]. The kernel is in the tarbal so this should be ok. And last
thing might be needed is changing /etc/fstab - you can use your
current fstab for reference. Maybe this step is not needed and my
fstab can handle jffs2 too.

I could try this - maybe tomorrow?

Radek


[1] http://wiki.openmoko.org/wiki/Userspace_root_image

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-04-01 Thread Franky Van Liedekerke
On Wed, 01 Apr 2009 22:06:22 +0200
Radek Polak pson...@seznam.cz wrote:

 Franky Van Liedekerke wrote:
 
   But after that: I want a
  uimage+jffs2 based system to work with, and debian only installs on
  SD.
 
 Hi Franky,
 i wanted to make jffs2 filesystem too. Just didnt get to it yet. It
 should be possible. The rootfs is not very big. I think that jffs2
 can be made just by untaring the and using mkfs.jffs2 as descibed
 here [1]. The kernel is in the tarbal so this should be ok. And last
 thing might be needed is changing /etc/fstab - you can use your
 current fstab for reference. Maybe this step is not needed and my
 fstab can handle jffs2 too.


hmmm ... I just tried creating the jffs2, it's 164 MB, about double the
size of any other rootfs (I already removed the kernel uimage then).
I'm trying it now, but it will take so much longer to transfer that
amount of data ...
Btw: does anybody have any idea how to get gstreamer to work with a
fso-based rootfs? That might reduce the size of the image *a lot* ...
and maybe solve the sound recording issue and such ...

Franky

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


Re: qt-extended-improved unpredictive keyboard

2009-04-01 Thread leona...@lilik.it
Franky Van Liedekerke wrote:
 On Wed, Apr 1, 2009 at 1:44 AM, leona...@lilik.it
 Hi,
 
 I'm very interested in testing this, but the source isn't in the zipfile ...
 For the screenshots, maybe you can try
 http://qtextended.org/modules/mydownloads/singlefile.php?lid=18 ?

http://leonardo.lilik.it/wordpress/2009/04/01/qt-extended-un-predictive-keyboard/

here we go, you can find the source code in the zip and the .so
including bugfix to make the first row not overlap with the prediction row.

ciao,
leonardo.

-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

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


Re: [Qt Extended] debian image

2009-04-01 Thread Stefan Monnier
 Yes, i was thinking exactly the same. There are some things that
 have to be solved cleanly before this can be done. E.g. the udev
 rule for GSM modem. I have described it in my howto.

The udev rule seems easy to fix: rather than put it in
/media/card/etc/udev/rules.d/50-udev.rules, put it in a new file
/media/card/etc/udev/rules.d/50-qtextended.rules


Stefan


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


Re: [QT Extended Improved] patch: 0001-using-uevent-to-get-kernel-notifications-for-usb-cable-changed.txt

2009-04-01 Thread HouYu Li
That's great..Now QtEI should work better on kernel 2.6.28. I will do a
test soon.

On Wed, Apr 1, 2009 at 2:48 PM, Filip Onkelinx fi...@linux4.be wrote:

 Hi,

 attached is a patch to use uevent to get kernel notifications for
 'usb-cable-changed' in QtExtended on recent kernels (=2.6.28).
 On 'older' kernels (2.6.28), this information was comming in trough
 /dev/input/event4 but this is no longer working (there is a ticket for this
 at https://docs.openmoko.org/trac/ticket/2254 ).
 With this patch my FR switches correctly from battery power savings scheme
 to online pwoer scheme, and usb networking goes up/down as expected.
 Same mechanism could be used to re-implement an event based neobattery.

 This patch should not break 2.6.24 compatibility.

 Cheers,

 Filip.

 ___
 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 Developer
Red Hat Certified Engineer

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


qt-extended-improved unpredictive keyboard

2009-03-31 Thread leona...@lilik.it
hi all,

As I did for Qtopia, I’ve recompiled my un-predictive keyboard for
qt-extended-improved. It is a patched version of the matchbox keyboard
that comes with Qt made usable without a stylus.I’ve changed the layout
from last time I touched it :

* I found out how to suppress the hints bar, that never had any real
use for me
* I used wider picks to help people that do not play guitar and have
regular size nails :-)
* In the sourcecode you can find an attempt to use screen rotation
(disabled now) to automatically switch to wide mode when sending sms. I
didn’t have time to make it work.

then you have to chose at each boot, the default one can not be changed.

if you want screenshots explain me how to have them with qtextended :-)

codebin here:
http://leonardo.lilik.it/wordpress/2009/04/01/qt-extended-un-predictive-keyboard/

I put the whole keyboard source dir in the zip but i think I have only
touched keyboardframe.cpp. I will send a patch for the git soon.

ciao,
leonardo.

-- 
http://leonardo.lilik.it
Key fingerprint = 2C20 A587 05AC 42E5 1292  D0D4 3EED CFB5 52FD AD1E

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


Re: qt-extended-improved unpredictive keyboard

2009-03-31 Thread Tim Erwin
    * I found out how to suppress the hints bar, that never had any real
 use for me

Doesn't quiet work for me,  the hints bar overlays the key stroke for
the top row of keys. Try creating a new sms message and begin a word
with one of these letters. Otherwise looks good!

Regards,

Tim

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-03-30 Thread Radek Polak
Franky Van Liedekerke wrote:

 Hi,
 
 does your version unsuspends ok for sms's as well? Mine doesn't for
 now, but the current recommended kernel is
 testing-om-gta02-20090120.uImage.bin, and maybe that one is the source
 of those problems ...
 Also, given the fact that Houyu Li doesn't seem to be there, I think we
 need to change the git-location, since nobody has access ... at least
 these fixes should get in (and also the lan-network script update, and
 the fix for alarms and unsuspending).
 
 Franky

Mine unsuspends for sms - no problem here.
Right now i do devel on my local git (and
sending patches to this list). I will try
to get my git online and let you know then.

Radek

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-03-30 Thread Filip Onkelinx
Hi Radek,

great news, I'll try to test those patches later tonight.

Filip.





On Mon, 30 Mar 2009 00:30:49 +0200, Franky Van Liedekerke  
liede...@telenet.be wrote:

 On Mon, 30 Mar 2009 00:17:42 +0200
 Radek Polak pson...@seznam.cz wrote:

 Hi,
 i am now working on QTE running on debian rootfs with
 recent kernel (latest andy-tracking).

 Right now i think i have working all that i was using
 with QTE 4.4.3 from here [1]. This basically is:

 * working SMS/calls
 * GPRS
 * suspend/resume

 Attached are patches that i used and work-in progress
 howto. I will upload whole rootfs during this week.

 As for the patches - 0001 is taken from here [2] and
 adjusted to apply to current git.

 0002 fixes problem when alsa scenarios are being
 loaded from /etc/alsa which make troubles for debian
 rootfs where this dir is used for something else. It
 uses just /usr/share/openmoko/scenarios/ which is now
 standard location for all distros.

 0003 handles renaming of PMU input events

 0005 gets rid of apm in favour of sysfs for suspending

 All those patches should not break 2.6.24 compatibility
 so maybe it makes sense to apply them to QTE improved?

 Cheers

 Radek


 [1] http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/
 [2] http://pastebin.com/m4cf5bb93

 Hi,

 does your version unsuspends ok for sms's as well? Mine doesn't for
 now, but the current recommended kernel is
 testing-om-gta02-20090120.uImage.bin, and maybe that one is the source
 of those problems ...
 Also, given the fact that Houyu Li doesn't seem to be there, I think we
 need to change the git-location, since nobody has access ... at least
 these fixes should get in (and also the lan-network script update, and
 the fix for alarms and unsuspending).

 Franky

 ___
 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 Improved] on debian rootfs with 2.6.28

2009-03-30 Thread Radek Polak
Franky Van Liedekerke wrote:

 btw, for your version, did you need the patches mentioned at
 http://moko.mwester.net/qtextended.html#qtx_patches:
 pkg-config-template-443.patch and qmemoryfile_unix_open_args.patch ?
 On my fedora-10 system, I for sure need the
 qmemoryfile_unix_open_args.patch, but I don't know if the pkg-config
 patch is needed, since the system builds just fine in my case ...

Hi Franky
i didnt need any of them.

Radek

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-03-30 Thread HouYu Li
Sorry! not your name but the key...

On Mon, Mar 30, 2009 at 4:49 PM, HouYu Li kara...@gmail.com wrote:

 Hi, friends. In fact I was here. But suffered 2 crazy busy weeks with my
 company projects. I am happy to open the git repo to you and make a branch
 for kernel 2.6.28. So please send me a private e-mail with your prefered
 user name if you need access to the repo


 On Thu, Apr 30, 2009 at 2:29 PM, Radek Polak pson...@seznam.cz wrote:

 Franky Van Liedekerke wrote:

  Hi,
 
  does your version unsuspends ok for sms's as well? Mine doesn't for
  now, but the current recommended kernel is
  testing-om-gta02-20090120.uImage.bin, and maybe that one is the source
  of those problems ...
  Also, given the fact that Houyu Li doesn't seem to be there, I think we
  need to change the git-location, since nobody has access ... at least
  these fixes should get in (and also the lan-network script update, and
  the fix for alarms and unsuspending).
 
  Franky

 Mine unsuspends for sms - no problem here.
 Right now i do devel on my local git (and
 sending patches to this list). I will try
 to get my git online and let you know then.

 Radek

 ___
 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 Developer
 Red Hat Certified Engineer

 Shanghai, China




-- 
Best Regards

HouYu Li, Karajan

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

PHP Developer
Red Hat Certified Engineer

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-03-30 Thread HouYu Li
Hi, friends. In fact I was here. But suffered 2 crazy busy weeks with my
company projects. I am happy to open the git repo to you and make a branch
for kernel 2.6.28. So please send me a private e-mail with your prefered
user name if you need access to the repo

On Thu, Apr 30, 2009 at 2:29 PM, Radek Polak pson...@seznam.cz wrote:

 Franky Van Liedekerke wrote:

  Hi,
 
  does your version unsuspends ok for sms's as well? Mine doesn't for
  now, but the current recommended kernel is
  testing-om-gta02-20090120.uImage.bin, and maybe that one is the source
  of those problems ...
  Also, given the fact that Houyu Li doesn't seem to be there, I think we
  need to change the git-location, since nobody has access ... at least
  these fixes should get in (and also the lan-network script update, and
  the fix for alarms and unsuspending).
 
  Franky

 Mine unsuspends for sms - no problem here.
 Right now i do devel on my local git (and
 sending patches to this list). I will try
 to get my git online and let you know then.

 Radek

 ___
 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 Developer
Red Hat Certified Engineer

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


[Qt Extended] debian image

2009-03-30 Thread Radek Polak
Hi,
i have uploaded the debian based rootfs here [1]. All the patches
to QTE Improved GIT were sent on this list yesterday.

The image can make phone calls, SMS and GPRS. When setting up
GPRS it might be needed to enter manually the DNS e.g.

208.67.222.222


[1] http://activationrecord.net/radekp/openmoko/qte-debian/

Cheers

Radek

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


Re: [Qt Extended Improved] Alarm wake up from suspend

2009-03-29 Thread Franky Van Liedekerke
On Fri, 27 Mar 2009 14:23:28 -0700 (PDT)
andrew howlett and...@howlett.net wrote:

 
 Hi all,
 
 I've been trying to enable wake from suspend for alarms in QtEI, and
 I've sorta got it. This file:
 
 http://radagast.bglug.ca/openmoko/alarmcontrol.cpp
 
 replaces the file of the same name at
 qt-extended-improved/src/server/coreserver/alarmcontrol.cpp
 
 The code will set a RTC alarm 15 seconds before the alarm. The FR
 will wake up at the appropriate time. But the alarm doesn't go off.
 Sometimes the alarm will sound 25 seconds later, sometimes longer.
 The problem seems to be the QObject event Timer system. The
 AlarmControl system starts a QObject timer. The timer is supposed to
 generate an event at the alarm time, but the event is late, sometimes
 very late. Suspend seems to bugger up the QObject timer system.
 
 So I'm posting what I've done so far in the hope that a brighter
 light than I can illuminate the QObject timer problem.
 
 later,
 Andrew Howlett.
 

Just to let everybody know: Andrew (radagast) found the issue at hand,
and it's a oneliner fix (something about not needing to use a
monotonic clock) . See
http://trac.karadog.net/qt-extended-improved/ticket/11

I now have a qtextended 4.4.3 installation with the following extra:
- working wifi (even after suspend/unsuspend)
- alarms on time (for alarms app, but probably also for calender
  alarms)
- mp3 support (albeit laggy if the touchscreen is used)
- qterminal (I don't use it, but hey ...)

Now the following issues remain:
- better keyboard (for me, but that's not a real issue). I've already
  tweaked the settings a bit to get something better, see 
  http://trac.karadog.net/qt-extended-improved/ticket/10
- voice notes app not recording (seems to be an alsa-state thing)
- voicemail service number not saved across reboots
- 2.6.28 compatibility, for better battery usage and maybe some other
  fixes (please, somebody please tell me why 2.6.28 is better for the
  neo)

I'm hoping to have a crack at the voicemail number problem, but see
http://trac.karadog.net/qt-extended-improved/ticket/15

If anybody is interested in my qtextended image, I can put a tar.gz
file online if wanted ...

Franky

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


[Qt Extended Improved] Voicenotes

2009-03-29 Thread rakshat hooja
 - voice notes app not recording (seems to be an alsa-state thing)


I dont have QTEI installed right now but earlier when I used to use it (QTE
4.4.3) voice notes would record a file with the voice but one could only
play it back on the media player after a reboot. Is this still the case ot
voicenote does not record at all?

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


Re: [Qt Extended Improved] Alarm wake up from suspend

2009-03-29 Thread Nick Matteo
On Sun, Mar 29, 2009 at 11:37 AM, Franky Van Liedekerke
liede...@telenet.be wrote:
 On Fri, 27 Mar 2009 14:23:28 -0700 (PDT)
 andrew howlett and...@howlett.net wrote:
 Just to let everybody know: Andrew (radagast) found the issue at hand,
 and it's a oneliner fix (something about not needing to use a
 monotonic clock) . See
 http://trac.karadog.net/qt-extended-improved/ticket/11

 I now have a qtextended 4.4.3 installation with the following extra:
 - working wifi (even after suspend/unsuspend)
 - alarms on time (for alarms app, but probably also for calender
  alarms)
 - mp3 support (albeit laggy if the touchscreen is used)
 - qterminal (I don't use it, but hey ...)

 Now the following issues remain:
 - better keyboard (for me, but that's not a real issue). I've already
  tweaked the settings a bit to get something better, see
  http://trac.karadog.net/qt-extended-improved/ticket/10
 - voice notes app not recording (seems to be an alsa-state thing)
 - voicemail service number not saved across reboots
 - 2.6.28 compatibility, for better battery usage and maybe some other
  fixes (please, somebody please tell me why 2.6.28 is better for the
  neo)

 I'm hoping to have a crack at the voicemail number problem, but see
 http://trac.karadog.net/qt-extended-improved/ticket/15

 If anybody is interested in my qtextended image, I can put a tar.gz
 file online if wanted ...

 Franky

I'd be interested.  Alarm during suspend has been an issue for me.
I've been meaning to investigate it, but I suppose I was hoping
someone else would do it first.  So I'm very grateful to Mr Howlett
;-)

Thanks,
Nick

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


Re: [Qt Extended Improved] Voicenotes

2009-03-29 Thread Franky Van Liedekerke
On Sun, 29 Mar 2009 22:07:54 +0530
rakshat hooja raks...@gmail.com wrote:

  - voice notes app not recording (seems to be an alsa-state thing)
 
 
 I dont have QTEI installed right now but earlier when I used to use
 it (QTE 4.4.3) voice notes would record a file with the voice but one
 could only play it back on the media player after a reboot. Is this
 still the case ot voicenote does not record at all?
 
 Rakshat

well, now it doesn't record at all. Don't ask me why, since QTEI didn't
touch that application at all. According to a mail from Lorn:
--
hint: probably need to add support for QAudioStates in the  
mediarecorder. It had been on the qtopia bug list for sometime, but  
got a lower priority than other things.
--

Franky


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


Re: [Qt Extended Improved] Alarm wake up from suspend

2009-03-29 Thread Franky Van Liedekerke
On Sun, 29 Mar 2009 12:40:41 -0400
Nick Matteo openm...@kundor.org wrote:

 On Sun, Mar 29, 2009 at 11:37 AM, Franky Van Liedekerke
 liede...@telenet.be wrote:
  On Fri, 27 Mar 2009 14:23:28 -0700 (PDT)
  andrew howlett and...@howlett.net wrote:
  Just to let everybody know: Andrew (radagast) found the issue at
  hand, and it's a oneliner fix (something about not needing to use a
  monotonic clock) . See
  http://trac.karadog.net/qt-extended-improved/ticket/11
 
  I now have a qtextended 4.4.3 installation with the following extra:
  - working wifi (even after suspend/unsuspend)
  - alarms on time (for alarms app, but probably also for calender
   alarms)
  - mp3 support (albeit laggy if the touchscreen is used)
  - qterminal (I don't use it, but hey ...)
 
  Now the following issues remain:
  - better keyboard (for me, but that's not a real issue). I've
  already tweaked the settings a bit to get something better, see
   http://trac.karadog.net/qt-extended-improved/ticket/10
  - voice notes app not recording (seems to be an alsa-state thing)
  - voicemail service number not saved across reboots
  - 2.6.28 compatibility, for better battery usage and maybe some
  other fixes (please, somebody please tell me why 2.6.28 is better
  for the neo)
 
  I'm hoping to have a crack at the voicemail number problem, but see
  http://trac.karadog.net/qt-extended-improved/ticket/15
 
  If anybody is interested in my qtextended image, I can put a tar.gz
  file online if wanted ...
 
  Franky
 
 I'd be interested.  Alarm during suspend has been an issue for me.
 I've been meaning to investigate it, but I suppose I was hoping
 someone else would do it first.  So I'm very grateful to Mr Howlett
 ;-)
 
 Thanks,
 Nick
 

My version can be found at http://users.telenet.be/liedekef/good1.tgz
Install instructions:
- flash bin and rootfs of qtextended-improved first, boot and reboot
- copy good1.tgz to your phone
- rm -rf /opt/Trolltech/Qtopia/*
- Unzip/untar good1.tgz to there :
  tar zxf /home/root/good1.tgz -C /opt/Trolltech/Qtopia 
- reboot

Franky

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


[QT Extended Improved] on debian rootfs with 2.6.28

2009-03-29 Thread Radek Polak

Hi,
i am now working on QTE running on debian rootfs with
recent kernel (latest andy-tracking).

Right now i think i have working all that i was using
with QTE 4.4.3 from here [1]. This basically is:

* working SMS/calls
* GPRS
* suspend/resume

Attached are patches that i used and work-in progress
howto. I will upload whole rootfs during this week.

As for the patches - 0001 is taken from here [2] and
adjusted to apply to current git.

0002 fixes problem when alsa scenarios are being
loaded from /etc/alsa which make troubles for debian
rootfs where this dir is used for something else. It
uses just /usr/share/openmoko/scenarios/ which is now
standard location for all distros.

0003 handles renaming of PMU input events

0005 gets rid of apm in favour of sysfs for suspending

All those patches should not break 2.6.24 compatibility
so maybe it makes sense to apply them to QTE improved?

Cheers

Radek


[1] http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/
[2] http://pastebin.com/m4cf5bb93
From 696d0283506a1a30a047c15443719405673796b4 Mon Sep 17 00:00:00 2001
From: Radek Polak pson...@seznam.cz
Date: Sun, 29 Mar 2009 16:11:23 +0200
Subject: [PATCH] patch for 2.6.28 kernels

---
 devices/neo/configure-common   |2 +-
 devices/neo/custom.cpp |8 +++-
 devices/neo/server/neobattery.cpp  |   11 +++
 devices/neo/server/neohardware.cpp |   10 +-
 4 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/devices/neo/configure-common b/devices/neo/configure-common
index ab8a0f3..665d961 100644
--- a/devices/neo/configure-common
+++ b/devices/neo/configure-common
@@ -9,7 +9,7 @@
 -pictureflow
 
 # FIXME Enable this once it actually works
-#-add-mediaengine gstreamer
+-add-mediaengine gstreamer
 # Features that are controlled via modules.
 
 -add-mediaengine cruxus
diff --git a/devices/neo/custom.cpp b/devices/neo/custom.cpp
index 1a54846..cf3c793 100644
--- a/devices/neo/custom.cpp
+++ b/devices/neo/custom.cpp
@@ -41,8 +41,11 @@ QTOPIABASE_EXPORT int qpe_sysBrightnessSteps()
 if (QFileInfo(/sys/class/backlight/gta01-bl/max_brightness).exists() ) {
 //ficgta01
 maxBrightness.setFileName(/sys/class/backlight/gta01-bl/max_brightness);
+} else if (QFileInfo(/sys/class/backlight/gta02-bl/max_brightness).exists() ) {
+//ficgta02, recent kernel ( 2.6.28 )
+maxBrightness.setFileName(/sys/class/backlight/gta02-bl/max_brightness);
 } else {
-//ficgta02
+//ficgta02, 'older' kernel ( 2.6.28 )
 maxBrightness.setFileName(/sys/class/backlight/pcf50633-bl/max_brightness);
 }
 if(!maxBrightness.open(QIODevice::ReadOnly | QIODevice::Text)) {
@@ -74,6 +77,9 @@ QTOPIABASE_EXPORT void qpe_setBrightness(int b)
 if (QFileInfo(/sys/class/backlight/gta01-bl/brightness).exists() ) {
 brightness.setFileName(/sys/class/backlight/gta01-bl/brightness);
 //ficgta01
+} else if (QFileInfo(/sys/class/backlight/gta02-bl/brightness).exists() ) {
+//ficgta02, recent kernel ( 2.6.28 )
+brightness.setFileName(/sys/class/backlight/gta02-bl/brightness);
 } else {
 brightness.setFileName(/sys/class/backlight/pcf50633-bl/brightness);
 //ficgta02
diff --git a/devices/neo/server/neobattery.cpp b/devices/neo/server/neobattery.cpp
index 5bf58b1..1555923 100644
--- a/devices/neo/server/neobattery.cpp
+++ b/devices/neo/server/neobattery.cpp
@@ -67,6 +67,9 @@ NeoBattery::NeoBattery(QObject *parent)
 if ( QFileInfo(/sys/devices/platform/bq27000-battery.0/power_supply/bat/status).exists()) {
 QTimer::singleShot( 10 * 1000, this, SLOT(updateSysStatus()));
 isSmartBattery = true;
+}else if ( QFileInfo(/sys/class/power_supply/battery/status).exists()) {
+QTimer::singleShot( 10 * 1000, this, SLOT(updateSysStatus()));
+isSmartBattery = true;
 } else {
 // 1973 only has dumb battery and must use apm
 QTimer::singleShot( 10 * 1000, this, SLOT(updateDumbStatus()));
@@ -204,6 +207,8 @@ bool NeoBattery::isCharging()
 if (QFileInfo(/sys/devices/platform/bq27000-battery.0/power_supply/bat/status).exists()) {
  //freerunner
 chargeFile = /sys/devices/platform/bq27000-battery.0/power_supply/bat/status;
+}else if ( QFileInfo(/sys/class/power_supply/battery/status).exists()) {
+chargeFile = /sys/class/power_supply/battery/status;
 }
 
 
@@ -255,6 +260,8 @@ int NeoBattery::getCapacity()
 if (QFileInfo(/sys/devices/platform/bq27000-battery.0/power_supply/bat/capacity).exists()) {
  //freerunner
 strCapacityFile = /sys/devices/platform/bq27000-battery.0/power_supply/bat/capacity;
+}else if ( QFileInfo(/sys/class/power_supply/battery/capacity).exists()) {
+strCapacityFile = /sys/class/power_supply/battery/capacity;
 }
 
 int capacity = 0;
@@ -287,6 +294,8 @@ int NeoBattery::getTimeToFull()
 if 

Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-03-29 Thread Franky Van Liedekerke
On Mon, 30 Mar 2009 00:17:42 +0200
Radek Polak pson...@seznam.cz wrote:

 Hi,
 i am now working on QTE running on debian rootfs with
 recent kernel (latest andy-tracking).
 
 Right now i think i have working all that i was using
 with QTE 4.4.3 from here [1]. This basically is:
 
 * working SMS/calls
 * GPRS
 * suspend/resume
 
 Attached are patches that i used and work-in progress
 howto. I will upload whole rootfs during this week.
 
 As for the patches - 0001 is taken from here [2] and
 adjusted to apply to current git.
 
 0002 fixes problem when alsa scenarios are being
 loaded from /etc/alsa which make troubles for debian
 rootfs where this dir is used for something else. It
 uses just /usr/share/openmoko/scenarios/ which is now
 standard location for all distros.
 
 0003 handles renaming of PMU input events
 
 0005 gets rid of apm in favour of sysfs for suspending
 
 All those patches should not break 2.6.24 compatibility
 so maybe it makes sense to apply them to QTE improved?
 
 Cheers
 
 Radek
 
 
 [1] http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/
 [2] http://pastebin.com/m4cf5bb93

Hi,

does your version unsuspends ok for sms's as well? Mine doesn't for
now, but the current recommended kernel is
testing-om-gta02-20090120.uImage.bin, and maybe that one is the source
of those problems ...
Also, given the fact that Houyu Li doesn't seem to be there, I think we
need to change the git-location, since nobody has access ... at least
these fixes should get in (and also the lan-network script update, and
the fix for alarms and unsuspending).

Franky

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


Re: [QT Extended Improved] on debian rootfs with 2.6.28

2009-03-29 Thread Franky Van Liedekerke
On Mon, 30 Mar 2009 00:17:42 +0200
Radek Polak pson...@seznam.cz wrote:

 Hi,
 i am now working on QTE running on debian rootfs with
 recent kernel (latest andy-tracking).
 
 Right now i think i have working all that i was using
 with QTE 4.4.3 from here [1]. This basically is:
 

btw, for your version, did you need the patches mentioned at
http://moko.mwester.net/qtextended.html#qtx_patches:
pkg-config-template-443.patch and qmemoryfile_unix_open_args.patch ?
On my fedora-10 system, I for sure need the
qmemoryfile_unix_open_args.patch, but I don't know if the pkg-config
patch is needed, since the system builds just fine in my case ...

Franky

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


[Qt Extended Improved] Alarm wake up from suspend

2009-03-27 Thread andrew howlett

Hi all,

I've been trying to enable wake from suspend for alarms in QtEI, and I've sorta 
got it. This file:

http://radagast.bglug.ca/openmoko/alarmcontrol.cpp

replaces the file of the same name at 
qt-extended-improved/src/server/coreserver/alarmcontrol.cpp

The code will set a RTC alarm 15 seconds before the alarm. The FR will wake up 
at the appropriate time. But the alarm doesn't go off. Sometimes the alarm will 
sound 25 seconds later, sometimes longer. The problem seems to be the QObject 
event Timer system. The AlarmControl system starts a QObject timer. The timer 
is supposed to generate an event at the alarm time, but the event is late, 
sometimes very late. Suspend seems to bugger up the QObject timer system.

So I'm posting what I've done so far in the hope that a brighter light than I 
can illuminate the QObject timer problem.

later,
Andrew Howlett.

-- 
View this message in context: 
http://n2.nabble.com/-Qt-Extended-Improved--Alarm-wake-up-from-suspend-tp2546737p2546737.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [Qt Extended Improved] Alarm wake up from suspend

2009-03-27 Thread andrew howlett


Here's some more details about the problem:

http://radagast.bglug.ca/openmoko/qt_alarm_comments.txt

later,
andrew.
-- 
View this message in context: 
http://n2.nabble.com/-Qt-Extended-Improved--Alarm-wake-up-from-suspend-tp2546737p2546874.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: qt extended stops receiving sms

2009-03-25 Thread Glen Ogilvie
Hi,

Tried fscking and it didn't seem to fix the problem.

Any other idea's?

Glen

On Tuesday 17 March 2009, giacomo giotti mariani wrote:
  Hi,
 
  I've been having a problem with QT Extended not receiving txt messages. 
  Any suggestions?  When I restart qtopia they seem to arrive, or if I boot
  into om 2008.12 they arrive.
 
  Regards
  Glen Ogilvie

 I had a similar problem with OM2008.12 installed on the uSD card.
 It was caused by file system fragmentation.
 If it is the same for you (I mean you use QText from uSD) try fsck.

 By Giacomo




signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qt extended stops receiving sms

2009-03-25 Thread Chris Samuel
On Wednesday 25 March 2009, Glen Ogilvie wrote:

   Hi,

 Tried fscking and it didn't seem to fix the problem.

 Any other idea's?

Given I've only had this happen recently once, and it's been
fine ever since, I'm not sure.. :-(

I guess you could try updating your Calypso firmware to moko11 if you've not 
already done so, don't know if that will help with this though..

http://wiki.openmoko.org/wiki/GSM/Flashing

I did mine with the uSD image, worked nicely (even if the screen
blanker gave me a fright at first!).

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

This email may come with a PGP signature as a file. Do not panic.
For more info see: http://en.wikipedia.org/wiki/OpenPGP



signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: check filesystem every n mounts (was Re: qt extended stops receiving sms)

2009-03-21 Thread Franky Van Liedekerke
tune2fs is for ext2/ext3 formatted partitions. On openmoko, the root
partition is jffs2 formatted, so this can't be used (idem for
fsck.ext2/3).

Franky

On Sat, 21 Mar 2009 16:16:43 +1300
Robin Paulson robin.paul...@gmail.com wrote:

 2009/3/19 Robin Paulson robin.paul...@gmail.com:
  If it is the same for you (I mean you use QText from uSD) try fsck.
 
  i've been having the same problem with .12 installed on internal
  flash
 
  as it's internal flash and not microsd, i can't take it out and
  check it in my laptop, and i recall there are issues with fsck'ing
  a mounted filesystem - how can i check it without causing problems?
  is there a way to autocheck it at boot?
 
 ok, in answer to my own question, i did some research on filesystem
 checking, and discovered 'tune2fs' is the programme i need to set the
 fs to be checked at regular intervals
 
 this is the command i came up with, i.e. to check the internal flash
 every 10 mounts
 
 tune2fs -c 10 /dev/mtdblock6
 
 i chose mtdblock6, as it's the filesystem listed in fstab, which is
 mounted to /
 
 when i run this, it gives me an error:
 tune2fs: Bad magic number in super-block while trying to
 open /dev/mtdblock6
 
 which i don't entirely understand. any suggestions what's going on
 here?
 
 cheers
 
 ___
 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: check filesystem every n mounts (was Re: qt extended stops receiving sms)

2009-03-21 Thread arne anka
 tune2fs -c 10 /dev/mtdblock6

as others said, the internal flash uses jiffs2 -- since apparently you  
never checked or you don't know about different filesystems, i strongly  
advise you to refrain from such potentially destructive actions until you  
really know, what you do.
i found a few mentions of a fsck.jiffs2 but ever actually encountered a  
binary.
anyway, jiffs2 is supposed to manage that stuff of operations itself,  
iirc, w/o any need to force it.

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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris


Is wifi working? no way for me!

As I see there is a patch on the [1] , using this patch, there is no way to
connect to wlan.
Without that patch, I can connected but I cannot see any site etc. (cant
get DNS?)

Can you please share how did you managed to connect on wlan?

Thanx in advance

chris

PS I am using the 16032009 binary.

[1]http://trac.karadog.net


HouYu Li wrote:
 
 I have tried wifi. Everything seems OK. I can visit Google and Facebook as
 expected. Did not check whether resolv.conf is updated properly. But I am
 not able to delete the created Wireless Lan profile. Haven't tried the
 GPRS
 connection.
 Yes. I am using fso rootfs.
 ...
 
 

-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2510493.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread Filip Onkelinx
Hi Chris,

what kernel are you using ?

On 2.6.28/29 (not sure about older ones) there is the usb bug (OM ticket  
2254) that does not detect when usb disconnects. So once connected trough  
usb, the interface stays 'up', even if no longer connected, and the fr  
keeps trying to route packets trough it. This is causing other media  
(wifi, GPRS) not to work. A simple workaround is to issue an 'ifdown usb0'  
in a terminal.

Cheers,

Filip.

On Fri, 20 Mar 2009 19:33:02 +0100, xChris ch...@c-64.mobi wrote:



 Is wifi working? no way for me!

 As I see there is a patch on the [1] , using this patch, there is no way  
 to
 connect to wlan.
 Without that patch, I can connected but I cannot see any site etc.  
 (cant
 get DNS?)

 Can you please share how did you managed to connect on wlan?

 Thanx in advance

 chris

 PS I am using the 16032009 binary.

 [1]http://trac.karadog.net


 HouYu Li wrote:

 I have tried wifi. Everything seems OK. I can visit Google and Facebook  
 as
 expected. Did not check whether resolv.conf is updated properly. But I  
 am
 not able to delete the created Wireless Lan profile. Haven't tried the
 GPRS
 connection.
 Yes. I am using fso rootfs.
 ...




-- 
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: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris

I am using this [1]. Do you have to suggest a better kernel?

Regards

Chris



[1]
http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/testing-om-gta02-20090120.uImage.bin




FilipBE wrote:
 
 Hi Chris,
 
 what kernel are you using ?
 
 On 2.6.28/29 (not sure about older ones) there is the usb bug (OM ticket  
 2254) that does not detect when usb disconnects. So once connected trough  
 usb, the interface stays 'up', even if no longer connected, and the fr  
 keeps trying to route packets trough it. This is causing other media  
 (wifi, GPRS) not to work. A simple workaround is to issue an 'ifdown usb0'  
 in a terminal.
 
 Cheers,
 
 Filip.
 
 On Fri, 20 Mar 2009 19:33:02 +0100, xChris ch...@c-64.mobi wrote:
 


 Is wifi working? no way for me!

 As I see there is a patch on the [1] , using this patch, there is no way  
 to
 connect to wlan.
 Without that patch, I can connected but I cannot see any site etc.  
 (cant
 get DNS?)

 Can you please share how did you managed to connect on wlan?

 Thanx in advance

 chris

 PS I am using the 16032009 binary.

 [1]http://trac.karadog.net


 HouYu Li wrote:

 I have tried wifi. Everything seems OK. I can visit Google and Facebook  
 as
 expected. Did not check whether resolv.conf is updated properly. But I  
 am
 not able to delete the created Wireless Lan profile. Haven't tried the
 GPRS
 connection.
 Yes. I am using fso rootfs.
 ...



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

-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511022.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris

sorry to say the the wireless patch [1] is not only useless but worst (in my
case, as it even NOT connects to wlan).

I use the kernel [2] and the binary snapbuild 16032009.

any ideas  are welcome,

regards

chris

[1] http://trac.karadog.net/qt-extended-improved/ticket/6
[2]
http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/testing-om-gta02-20090120.uImage.bin
-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511416.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread Tomas Riveros Schober
xChris escribió:
 sorry to say the the wireless patch [1] is not only useless but worst (in my
 case, as it even NOT connects to wlan).

 I use the kernel [2] and the binary snapbuild 16032009.

 any ideas  are welcome,

 regards

 chris

 [1] http://trac.karadog.net/qt-extended-improved/ticket/6
 [2]
 http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/testing-om-gta02-20090120.uImage.bin
   
it works great for me, but I also fixed the dns resolving issues in 
/etc/resolv.conf

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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris

btw, I am trying to connect to a WPA network. (it worked ok with the 4.4.2
version) 
just I am curious if your networks that your connected are open.
then.. i have no clue why it work for you and not for me... maybe my h/ware
is buggy (its the GTA02v6).

chris
-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511613.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread Tomas Riveros Schober
xChris escribió:
 btw, I am trying to connect to a WPA network. (it worked ok with the 4.4.2
 version) 
 just I am curious if your networks that your connected are open.
 then.. i have no clue why it work for you and not for me... maybe my h/ware
 is buggy (its the GTA02v6).

 chris
   
yes, it is WPA PSK, on two different locations
I have a gta02v5
maybe you failed to install the modules for your kernel (IIRC, one of 
the modules is crypto support, which means it is needed for WPA connections)

regards
Tom

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


Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris


Where can I get that kernel ?
Thanx in advance.

Chris


Tom R wrote:
 
 
 yes, it is WPA PSK, on two different locations
 I have a gta02v5
 maybe you failed to install the modules for your kernel (IIRC, one of 
 the modules is crypto support, which means it is needed for WPA
 connections)
 
 regards
 Tom
 
 

-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511705.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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


check filesystem every n mounts (was Re: qt extended stops receiving sms)

2009-03-20 Thread Robin Paulson
2009/3/19 Robin Paulson robin.paul...@gmail.com:
 If it is the same for you (I mean you use QText from uSD) try fsck.

 i've been having the same problem with .12 installed on internal flash

 as it's internal flash and not microsd, i can't take it out and check
 it in my laptop, and i recall there are issues with fsck'ing a mounted
 filesystem - how can i check it without causing problems? is there a
 way to autocheck it at boot?

ok, in answer to my own question, i did some research on filesystem
checking, and discovered 'tune2fs' is the programme i need to set the
fs to be checked at regular intervals

this is the command i came up with, i.e. to check the internal flash
every 10 mounts

tune2fs -c 10 /dev/mtdblock6

i chose mtdblock6, as it's the filesystem listed in fstab, which is mounted to /

when i run this, it gives me an error:
tune2fs: Bad magic number in super-block while trying to open /dev/mtdblock6

which i don't entirely understand. any suggestions what's going on here?

cheers

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


  1   2   3   4   >