Re: QtMoko v46

2012-07-31 Thread Tiago Bortoletto Vaz
On Sun, Jul 29, 2012 at 12:32:02AM +0200, Radek Polak wrote:
 Hi,
 QtMoko v46 for GTA04 is out! You can download here[1]. For more info please 
 visit our homepage [2].

Wow, so many changes, thanks Radek! I'm waiting for the GTA02 release to
perform some tests here.

Best regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://acaia.ca/~tiago   XMPP : tiago at jabber.org
 `. `'   tiago at debian.org  IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Qtmoko - previous versions?

2012-05-04 Thread Tiago Bortoletto Vaz
Hi radek, qtmoko people,

Is there any place where we can find previous qtmoko images for freeruner? I've
noticed some regressions/instability in v44 that I'm unable to debug now. So
just to have it back as a daily useful device I would like to downgrade a bit :)

I have no intention to stop trying and reporting issues for future versions.
It's just time to run a stable image and have it backup'ed properly before new
adventures.

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: QtMoko v44 for Freerunner now available

2012-04-23 Thread Tiago Bortoletto Vaz
On Tue, 17 Apr 2012 17:27:11 +0200, Radek Polak wrote
 On Tuesday, April 17, 2012 03:00:54 PM Tiago Bortoletto Vaz wrote:
 
  I'm not sure which version I had in my freerunner before trying to update it
  to v44. I'd suggest you to write next qtmoko version in /etc/issue{.net}
  files as it's not a pure Debian chroot. So users will be able to easily
  identify which is the current qtmoko version they have installed.
 
 Hi,
 oki, like the idea. It seems that i have messed up with v44 kernel 
 version version, it's now 34 instead of 44.

Also, your linux-image postinst script checks if the /boot/uImage.bin file
exists and makes dpkg database broken for a fresh v44 ubi image:

root@neo:/media# apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-2.6.34-qtmoko-gta02 (v44-1) ...
ln: creating symbolic link `/boot/uImage.bin': File exists
dpkg: error processing linux-image-2.6.34-qtmoko-gta02 (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 linux-image-2.6.34-qtmoko-gta02
E: Sub-process /usr/bin/dpkg returned an error code (1)

You can fix this using -L rather than -e in the following code:

# Create the /boot/uImage.bin symlink
if [ $1 = configure ]; then
UBOOT_IMAGE=/boot/uImage.bin
if [ ! -e $UBOOT_IMAGE ]; then
cd /boot  ln -s uImage.bin-$VERSION $UBOOT_IMAGE
fi
fi

Thanks for your work,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: WiFi issue in Qtmoko v44 for Freerunner

2012-04-21 Thread Tiago Bortoletto Vaz
On Sat, 21 Apr 2012 12:02:51 +0300, Timo Juhani Lindfors wrote
 Timo Juhani Lindfors timo.lindf...@iki.fi writes:
  I personally use the following script to connect to WiFi. If you replace
  ESSID and PASSWORD it might help you.
 
 Oh and you also might want to replace wlan with eth0 or whatever 
 you call your wifi interface.

Thanks Timo, I'm doing something similar while I don't get the fancy qt
interface working. I guess this regression wont be hard to fix once the
(almost) same code used to work well in previous versions. I'll try to find
some time for it.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


WiFi issue in Qtmoko v44 for Freerunner

2012-04-20 Thread Tiago Bortoletto Vaz
Hi Radek, Freerunners,

It's not possible to connect to closed wireless networks in v44 because it
seems to reset the encription settings every time it tries to authenticate.
Anyone having the same issue out there? Any fix around? :)

thanks,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: QtMoko v44 for Freerunner now available

2012-04-17 Thread Tiago Bortoletto Vaz
On Sun, Apr 15, 2012 at 02:23:47PM +, Radek Polak wrote:
 Hi Freerunners,
 QtMoko v44 is now available also for your phone. You can get images from here 
 [1] or you can upgrade existing system with simple:
 
   apt-get update
   apt-get upgrade
 
 There are not so many new features. Most of the work went to GTA04 HW 
 adaptation, but still there is:
 
 * improved qmplayer
 * improved wifi GUI
 * support for oFono
 * some build and other fixes
 
 As the GTA04 HW adaptation is getting finished, there will be now again more 
 of new features and fixes in future releases.
 
 I haven't tested this release much. I cant easily flash the ubi - so this is 
 completely untested. If you find some regressions, please report.

Thanks Radek.

I've just noticed that there's a small issue with linux kernel dir name during
the upgrade:

After this operation, 0 B of additional disk space will be used.
Setting up linux-image-2.6.34-qtmoko-gta02 (v44-1) ...
WARNING: Couldn't open directory /lib/modules/2.6.34-qtmoko: No such file or 
directory
FATAL: Could not open /lib/modules/2.6.34-qtmoko/modules.dep.temp for writing: 
No such file or directory
dpkg: error processing linux-image-2.6.34-qtmoko-gta02 (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 linux-image-2.6.34-qtmoko-gta02
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@neo:~# uname -a
Linux neo 2.6.34-qtmoko #1 Tue Mar 29 19:36:17 UTC 2011 armv4tl GNU/Linux
root@neo:~# ls /lib/modules/
2.6.34-qtmoko-v34

I'm not sure which version I had in my freerunner before trying to update it to
v44. I'd suggest you to write next qtmoko version in /etc/issue{.net} files as
it's not a pure Debian chroot. So users will be able to easily identify which
is the current qtmoko version they have installed.

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: qtmoko change log

2012-01-07 Thread Tiago Bortoletto Vaz
Hi Eric,

On Fri, 06 Jan 2012 19:04:31 +0100, Eric Ehlers wrote
 hi all,
 
 the qtmoko change log at
 
 https://sourceforge.net/apps/mediawiki/qtmoko/index.php?title=ChangeLog
 
 is slightly out of date.  for my own purposes i grabbed the relevant
 text off this list, see below.
 
 if someone would like to update the wiki that would be great! :)
 otherwise if you prefer i would be happy to do it myself, i just need
 access, my sourceforge id is ericehlers.

AFAIK qtmoko wiki is in migration process from sf to github:

https://github.com/radekp/qtmoko/wiki/ChangeLog

I think it would be nice to have a CHANGES file in qtmoko source dir instead.
A 'news' section in wiki with a summary of last changes would be ok for
regular users IMO.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


building non-x11 qtmoko apps

2011-12-24 Thread Tiago Bortoletto Vaz
Hi, is it possible to build apps for qtmoko without qtopia sdk? I've doing a
cleanup in debian packages for qtmoko and got some built using qmake and qt
dev libs in a armel debian system. The issue is that it only runs under qx in
qtmoko :) How to get them supporting fb?

Thanks,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: QtMoko v37 for GTA02

2011-12-18 Thread Tiago Bortoletto Vaz
Hi Radek,

On Sun, 2011-12-11 at 16:51 +, Radek Polak wrote:
 Hi,
 after a small delay i am happy to announce QtMoko v37 also for Freerunner. I 
 have just rebuild the debian package for this release. You can find it here 
 [1], but apt-get update  apt-get upgrade from v35 should work too.
 
 I have not tested the release at all, because my Freerunner is currently 
 disassembled and is waiting for new case, so please take when upgrading to 
 v37.
 
 Here is list of changes since v36:

[...]
Thanks!

 Any other ideas for cool qt apps that you would like on QtMoko?

I'd like to see a voip client working for qtmoko. I've tested yate-qt4
(http://packages.debian.org/sid/yate-qt4) and it seems to work well.

I'm a bit confused about where I should report issues for qtmoko.
There's a bug tracking system in github with 2 closed issues. There's a
more active one available at sf.net.

Also, it would be nice if the project had an open wikipage for such
things (e.g. a wishlist of apps to be ported and their current status).
What do you think about migrating all the stuff to github? I'm here to
help you on this, including migrating issues, wiki contents and doing
some QA work.

Best regards,


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


Re: QtMoko v36

2011-10-03 Thread Tiago Bortoletto Vaz

On Mon, 26 Sep 2011 21:36:29 +0200, Radek Polak wrote:

On Po 26. září 2011 15:13:15 Tiago Bortoletto Vaz wrote:

 Currently i had to replace libfsogsm.so.0.0.0 with mine custom 
one,
 because the on in Debian does not show timestamps in SMS messages. 
The
 patch is commited in FSO git so i wonder if there is anyone who 
can

 upgrade FSO package in sid so that it uses current FSO git?

I didn't find this commit in http://git.freesmartphone.org/. I only 
see it

at

https://github.com/radekp/qtmoko/commit/1749ff797430a2ca3b936cce9c8b04cb44
f7df6d. Is that all? If so, I can help pushing it to Debian. If not, 
please

send me the full patch or file a report yourself to
http://bugs.debian.org/fso-gsmd.


Hi Tiago,
it's these two commits:


http://git.freesmartphone.org/?p=cornucopia.git;a=commitdiff;h=5530cf7f4d51ad1c6b59fd1b7a59e85d67478bd5

http://git.freesmartphone.org/?p=cornucopia.git;a=commitdiff;h=42b74eef6d0ecb9c0d6849bbfce236867950055a

It woulde be very nice to have them in unstable. Please tell me if 
you need

something more from me.



It's in unstable now:

http://packages.debian.org/changelogs/pool/main/f/fso-gsmd/fso-gsmd_0.5.0+git20110804-2/changelog

--
Tiago Bortoletto Vaz
http://tiagovaz.org

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


Re: QtMoko v36

2011-09-26 Thread Tiago Bortoletto Vaz
Hi Radek,

On Fri, Sep 23, 2011 at 12:09:06PM +0200, Radek Polak wrote:
 Hi,
 QtMoko v36 is out. You can get if from here [1]. For more info check
 our homepage [2].
 
 This release is experimental and is based on Debian unstable (sid)
 because of Freesmarphone.org stack integration. FSO does not have
 packages for Debian squeeze.
 
 Here is list of changes from previous v35 version:
 
 * Choice to use Freesmarphone for phone calls, SMS, GPRS and SIM
 * Phone backend switching with QTOPIA_PHONE env. variable
 * NeoControl can switch between FSO/QtMoko phone backends
 * Fixed jpeg preview in appearence settings (Tiago Bortoletto Vaz)
 * New app qtmoko-chess which uses gnuchess as backend
 * Updated german translations (Carsten Gerlach)
 * Better gsmheadset alsa state (Giacomo Mariani)
 * NeoControl - simplified volume settings (Andrea Negri)
 * Added QPhysics - example for Box2D engine
 * Updated faenqomod theme (Joif)
 * Dont crash when bluetoothd is not working (Guilhem Bonnefille)
 * SSH server keys are generated on first boot
 * Straight dial if conact has just one number (Gennady Kupava)
 * Conact can now show phone number (Gennady Kupava)
 * Updated omhacks
 * Added script to auto format source code using gnu ident
 * QMplayer scans also for .flac files
 * qterminal can run commands and scripts

Nice bunch of updates! Thanks again for you efforts here.

 If you want to use FSO as backend, just make sure you have internet
 connection, launch NeoControl and check the Use FSO checkbox in
 Modem settings. It will download and install all necessary.
 
 Currently i had to replace libfsogsm.so.0.0.0 with mine custom one,
 because the on in Debian does not show timestamps in SMS messages. The
 patch is commited in FSO git so i wonder if there is anyone who can
 upgrade FSO package in sid so that it uses current FSO git?

I didn't find this commit in http://git.freesmartphone.org/. I only see it at
https://github.com/radekp/qtmoko/commit/1749ff797430a2ca3b936cce9c8b04cb44f7df6d.
Is that all? If so, I can help pushing it to Debian. If not, please send me the
full patch or file a report yourself to http://bugs.debian.org/fso-gsmd.

Best regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: My VoIP experience in Freerunner

2011-08-30 Thread Tiago Bortoletto Vaz

On Tue, 30 Aug 2011 13:03:38 +1000, NeilBrown wrote:
On Mon, 29 Aug 2011 14:13:38 -0300 Tiago Bortoletto Vaz 
ti...@debian.org

wrote:


Hi all,

I've just posted how I managed to get SIP working in Qtmoko - not
qtopia default app, unfortunately.

Actually it's not only related to Qtmoko once I ended with a regular 
X

application for that.

Please share your ideas to improve this setup :)


http://tiagovaz.org/posts/VoIP_in_Neo_Freerunner_with_Qtmoko_and_Linphone/

Regards,



I cannot see your
  http://pub.tiagovaz.org/.linphonerc
403 - Forbidden


Sorry, I've just added the right permission.


anything interesting in it?


Not really.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org

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


My VoIP experience in Freerunner

2011-08-29 Thread Tiago Bortoletto Vaz

Hi all,

I've just posted how I managed to get SIP working in Qtmoko - not 
qtopia default app, unfortunately.


Actually it's not only related to Qtmoko once I ended with a regular X 
application for that.


Please share your ideas to improve this setup :)

http://tiagovaz.org/posts/VoIP_in_Neo_Freerunner_with_Qtmoko_and_Linphone/

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org

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


Re: About QtMoko future

2011-05-24 Thread Tiago Bortoletto Vaz


On Mon, 16 May 2011 13:08:36 +0200, Alfa21-mobile freerun...@my.is.it 
wrote:
Then we need debian packages for FSO stack (anyone know if they 
exists and

what is the current status?) and we can start using it.



you can look here:


http://packages.debian.org/search?keywords=fsosearchon=namessuite=allsection=all


and here: http://wiki.debian.org/Teams/DebianFSO

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org

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


Re: [QtMoko] amd64 compilation trouble

2011-05-13 Thread Tiago Bortoletto Vaz
On Fri, May 13, 2011 at 11:01:21AM +0200, giacomo 'giotti' mariani wrote:
 Hello everyone,
   I'm trying to setup a the QtMoko tool-chain, in kubuntu 10.10
 x86_64, as in [1], but I've some doubt about
 libmpfr1ldbl_XXX_i386.deb and libgmp3c2_XXX_i386.deb.
 Where can I find them?

http://ftp.us.debian.org/debian/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1_i386.deb
http://ftp.us.debian.org/debian/pool/main/m/mpfr/libmpfr1ldbl_2.3.1.dfsg.1-2_i386.deb

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: tangogps and qtmoko

2011-05-11 Thread Tiago Bortoletto Vaz
On Tue, 10 May 2011 07:19:25 +0200, Gianluigi wrote
 On Tuesday 10 May 2011 02:58:19 Robin Paulson wrote:
  hi,
  i have the latest qtmoko (35) installed on my freerunner. i also have
  tanggogps installed, used via QX.
  
  the problem is, when i run tango, it only uses 3/4 of the screen
  
  then, if i hit 'info' to show the config, etc., that takes up around a
  1/3 of the screen, and can't be closed, plus i can't read all the info
  on the different tabs. i've tried 'rotate screen' in the qx setup for
  tango, but it doesn't rotate or make any difference at all.
  
  any suggestions?
  
  cheers
 
 
 Try to use window manager in setup. I've added Matchbox also; you'll 
 have the X top-right corner to close application.

I've done the same to fix it in my device. It works well. Use fullscreen 
option in tango/foxtrot then you save the X space.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: About QtMoko future

2011-05-11 Thread Tiago Bortoletto Vaz
On Wed, 11 May 2011 21:06:01 +0300, Timo Jyrinki wrote
 2011/5/9 Radek Polak pson...@seznam.cz:
  qtopia = qt extended = qt extended improved = QtMoko
 ...
  From technical point of view QtMoko is using regular Qt as framework for 
GUI,
  networking and other nice features that Qt supports. Qt is just compiled 
with
  custom configure switches. We can upgrade Qt from upstream and receive new 
Qt
  features quite easily.
 
 Great to hear that! I obviously thought Qt Exte... QtMoko is more
 stuck in the Qt 4.4 time than it it is in reality. Sounds pretty
 great, maybe actually at some point QtMoko or some part of it could 
 be pushed back to upstream as part of the ongoing improvements in 
 the Open Governance model :) Especially if there is something that would
 help maintaining QtMoko in the longer term.

Btw, I've been thinking about integrating qtmoko to Debian. Perhaps as a 
Debian Pure Blend, or even building single packages. I didn't go deeper yet, 
but will try to share this ideia during Debconf. Actually, pabs mentioned it 
once to me in some debian irc channel, so strictly speaking it's his idea :) 
Had anyone here thought the same? It wouldn't change the current upstream 
development model, so radek and qtmoko contributors don't need to worry. 
Updating the system would be much easier for users having official Debian 
packages for qtmoko.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: qtmoko v34 regressions in themes background preview

2011-04-01 Thread Tiago Bortoletto Vaz
On Fri, Apr 01, 2011 at 09:22:29AM +0200, Alfa21 wrote:
 2011-03-31@14:36 Radek Polak
  * themes now use jpg for backgrounds to save space (Tiago Bortoletto Vaz)
 
 
 any updated theme now no longer display the background preview in appearance 
 setting application.
 the only one visible in preview is, in faenqomod, the one labelled debian2.
 maybe the others does not have jpg thumbnails? or maybe this one is not a jpg 
 and preview does not support jpg format?

I have no ideia whether it's a jpeg limitation or a qtopia implementation issue
which could be solved by coding. Anyone?

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: qtmoko v34 regressions in themes background preview

2011-04-01 Thread Tiago Bortoletto Vaz
On Fri, Apr 01, 2011 at 01:06:19PM -0300, Tiago Bortoletto Vaz wrote:
 On Fri, Apr 01, 2011 at 09:22:29AM +0200, Alfa21 wrote:
  2011-03-31@14:36 Radek Polak
   * themes now use jpg for backgrounds to save space (Tiago Bortoletto Vaz)
  
  
  any updated theme now no longer display the background preview in 
  appearance setting application.
  the only one visible in preview is, in faenqomod, the one labelled 
  debian2.
  maybe the others does not have jpg thumbnails? or maybe this one is not a 
  jpg and preview does not support jpg format?
 
 I have no ideia whether it's a jpeg limitation or a qtopia implementation 
 issue
 which could be solved by coding. Anyone?

...by going a little deeper it seems to be (at first) an implementation issue in
src/settings/appearance/appearance.cpp:

void Theme::getBackgroundPreview(QPixmap *pixmap)
{
ensureLoaded();
QString fileName = AppearanceSettings::findFile(pics/themes/
+ m_uniqueName + '/' + m_backgrounds.value(m_backgroundIndex) + .png);

QPixmap bg(fileName);
*pixmap = bg;
}

Could someone fix it? I have no way to build/test qtmoko here.

Thanks,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Faenqo upstream not synced to qtmoko git repository

2011-03-28 Thread Tiago Bortoletto Vaz
Hi,

It seems faenqo theme upstream[0] hasn't merged the last changes applied to
faenqo in qtmoko git tree[1] althoug upstream's website says it was updated in
24Mar2011.

tiago@x61:~/en/opt/qtmoko$ du -sh ~/en/opt/qtmoko/pics/ 
~/Hacking/qtmoko/etc/themes/faenqo/pics/
7.8M/home/tiago/en/opt/qtmoko/pics/
1.9M/home/tiago/Hacking/qtmoko/etc/themes/faenqo/pics/

tiago@x61:~/en/opt/qtmoko$ diff -u 
/home/tiago/en/opt/qtmoko/etc/themes/faenqo.conf 
/home/tiago/Hacking/qtmoko/etc/themes/faenqo/faenqo.conf 
--- /home/tiago/en/opt/qtmoko/etc/themes/faenqo.conf2011-02-08 
14:52:57.0 -0200
+++ /home/tiago/Hacking/qtmoko/etc/themes/faenqo/faenqo.conf2011-03-07 
15:35:11.098617231 -0300
@@ -4,7 +4,7 @@
 HeaderSize = 0.06667
 ContextSize = 0.12 
 ColorScheme = 
faenqo.scheme|Orange.scheme|Lavender.scheme|Saffron.scheme|Fern.scheme|Desert.scheme|Crisp.scheme|Purple.scheme|Dark.scheme|DarkRed.scheme|SteelBlue.scheme|Classic.scheme|Qtopia.scheme|Green.scheme|Carmine.scheme|Yellow.scheme|Blues.scheme|Gray.scheme|Bright.scheme
-Backgrounds = 
Abstract_r|Fille|Debian|aigle|decollage|espace|femme|goutte|herbe_mouillee|homme|rails|terre|Bubbles|Newz|Abstract
+Backgrounds = 
Abstract_r|Fille|Debian|DebianGold|aigle|decollage|espace|femme|goutte|herbe_mouillee|homme|rails|terre|Bubbles|Newz|Abstract
 ExtendedFocusHighlight = 0
 FormStyle = QtopiaDefaultStyle
 PopupShadows = 0

[0] https://cyberesprit.fr/faenqo/faenqo.tar.gz
[1] https://github.com/radekp/qtmoko/tree/master/etc/themes/faenqo

So, cyberesprit, please consider doing that to avoid an unwanted fork here :)
What about maintaing upstream sources it in github in order to make future
merging easier? I intend to send a few suggestions/patches soon.

btw, here's the two patches recently applied by Radek to faenqo theme:
http://tiagovaz.org/archive/0001-Faenqo-add-DebianGold-background.patch
http://tiagovaz.org/archive/0001-Updated-faenqomod-replace-png-backgrounds-to-jpeg-wi.patch

ps: my public thanks for you qtmoko guys
http://tiagovaz.org/weblog/index.cgi/english/qtmoko-debian-20110309.01

Thanks,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: [QtMoko] faenqomod updated

2011-03-07 Thread Tiago Bortoletto Vaz
Hi Radek,

On Mon, 7 Mar 2011 06:52:46 +0100, Radek Polak wrote
 Tiago Bortoletto Vaz wrote:
 
  * I guess the bg images could be resized to get smaller
 
 Patches welcome :)

Please take a look at http://tiagovaz.org/archive/0001-Updated-faenqomod-
replace-png-backgrounds-to-jpeg-wi.patch

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: qtmoko v33

2011-03-07 Thread Tiago Bortoletto Vaz
On Mon, 07 Mar 2011 11:01:20 +0100, giacomo 'giotti' mariani wrote
 On 03/05/2011 18:20, community-requ...@lists.openmoko.org wrote:
  * removed package vim-tiny from v33 .tgz, please re-add it as default;)

Hmm i am trying to keep the image as small as possible. I'd rather 
prefer if
people could install they favourite apps with apt-get.
  I agree, but I think vi/vim is quite a basic tool in any distribution.
  I'd remove nano instead, not so common as vi is.
  btw, nano is 1786kB, vim-tiny is 1114kB;)
 
 
 +1 :-)

+1 for vim-tiny, but being honest, there's also nano-tiny package which is the 
sized-winner here :)

neo:~# apt-cache show vim-tiny nano-tiny |grep ^Installed
Installed-Size: 724
Installed-Size: 168

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: [QtMoko] faenqomod updated

2011-03-07 Thread Tiago Bortoletto Vaz
On Mon, 7 Mar 2011 18:47:37 +0100, Radek Polak wrote
 Tiago Bortoletto Vaz wrote:
 
  Please take a look at http://tiagovaz.org/archive/0001-Updated-faenqomod-
  replace-png-backgrounds-to-jpeg-wi.patch
  
  Regards,
 
 Nice, i have commited it in git and updated packages, they went from 
 8MB to 
 1.4MB and 2.6MB.

Great! Please one more:

http://tiagovaz.org/archive/0001-Faenqo-add-DebianGold-background.patch

This add that nice Debian gold background now adjusted to not remain behind 
the main screen icons. Also converted to jpg.

Upstream, please merge! :)

Thanks,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: [QtMoko] faenqomod updated

2011-03-05 Thread Tiago Bortoletto Vaz
On Fri, 4 Mar 2011 17:14:52 -0800 (PST), Joif wrote
 Hi list!
 This is an update of the faenqomod theme. It is based on the 
 wonderful faenqo theme by cyberesprit and presents some variations. 

Really nice, thanks!

 As we are collaborating, many of the features of this release of faenqomod
 could be included in the future releases of the original faenqo (and 
 vice versa). The main project is hosted by cyberesprit, which I 
 thank, on https://cyberesprit.fr/faenqo/ In this release of 
 faenqomod you will see: - a different homescreen layout then the 
 original faenqo; - different animation for battery in charge and in 
discharge;
 - new context buttons;
 - almost EVERY icons substituted with the Faenza icons
 
 (http://tiheum.deviantart.com/art/Faenza-Icons-173323228) and icons inspired
 on them;
 
 For now you'll find faenqomod, screenshots, and faenqo svg icons at
 http://db.tt/vG5D0yZ
 To install faenqomod it is necessary to copy/paste the files 
 provided in the archive. I'll try to make a deb in the next days... 
 but if someone is faster then me, he is welcome :) enjoy!

Where do we find the updated version? All current .deb are dated from 6/feb in 
the mirror. Should we get 
https://www.dropbox.com/s/2dnc2ld9pthmahn/faenqomod.tar.gz ?

Thanks again for your work on this,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: [QtMoko] faenqomod updated

2011-03-05 Thread Tiago Bortoletto Vaz
On Sat, 05 Mar 2011 14:06:07 +0100, Francesco De Vita wrote
  Where do we find the updated version? All current .deb are dated from 
6/feb in
  the mirror. Should we get
  https://www.dropbox.com/s/2dnc2ld9pthmahn/faenqomod.tar.gz ?
 
 
 Yes, for now the updated version is only the archive on my dropbox 
 page: https://www.dropbox.com/s/2dnc2ld9pthmahn/faenqomod.tar.gz

Great. Some feedback:

* Radek's package is working :)
* I guess the bg images could be resized to get smaller
* Please consider adding http://tiagovaz.org/archive/debian2.png. It fits 
great in qtmoko screen - comes from http://www.debianart.org/cchost/?
ccm=/files/si0ux/339 (GPL)

Thanks!

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: QtMoko v26

2010-08-31 Thread Tiago Bortoletto Vaz
On Sat, 28 Aug 2010 22:31:23 +0200, Radek Polak wrote
 Hello,
 qtmoko has new v26 release. You can get it from our sourceforge page 
 [1].

[...]

 
 Thanks for everybody who helped with this release. I hope you'll 
 like the changes and new features.

I´ve just installed v26 and had a nice experience. I was listening to music in
mplayer and got a phone call. Mplayer stopped and I answered the call. Then a
new email arrived in the qtopia default MUA. I finished the call, mplayer got
song back properly, the system gave me the chance to read the message and then
brought me back the player screen. It seems the basic functions are working
very well in qtmoko. I´m really happy having a free device with a free OS on
this level of quality and beauty. Thanks very much qtomoko and Debian people
for that. Due to technical and time limitations I´m not able to give any
substantial help for this project at the moment, but for sure I´ll report
avery issue I eventually find here.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: QtMoko v24

2010-05-31 Thread Tiago Bortoletto Vaz
Hi Radek,

Citando Radek Polak pson...@seznam.cz:
 Hi,
 new QtMoko images v24 are out! You can download from our sourceforge [1]
 or visit our homepage [2][3].
[...]

Thanks for this new version. Is there any relevant change into Debian  
chroot? Could I update my v22 just replacing /opt and /lib/modules,  
and so pushing uImage-v24.bin?

Best regards,

-- 
Tiago Bortoletto Vaz



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


Re: [qt-moko] QX config being ignored

2010-05-21 Thread Tiago Bortoletto Vaz
On Mon, May 17, 2010 at 06:15:06AM +0200, Radek Polak wrote:
 On Friday 14 May 2010 23:34:25 Tiago Bortoletto Vaz wrote:
 
  * kbd=false launches an empty keyboard area
  * rotate=true doesn't work
 
 I implemented rotating with accelerometers. Try to flip the freerunner and it 
 should call xrandr -o N where N is number according to current rotation.
 
 It worked last time i tried, but i have white screens quite often.

Great, just works about 50% as you said :)

  Btw, it would be great if I could bring a chroot from my full Debian system
  in /media/card to QX. Can you think an elegant way to perform this?
 
 Write a script that chroots there and place a .desktop file for it in 
 /usr/share/applications. QX should find it and it should appear in the 
 favourites menu. I think it should be possible to work that way.

Yep, chrooting and binding /proc, /dev and /sys I get almost everything from my
Debian chroot from SD. Thanks.

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


[qt-moko] QX config being ignored

2010-05-14 Thread Tiago Bortoletto Vaz
Hey all,

First, thanks to Radek and other qt-moko contributors. V22 realy gave us a
quite stable system for daily usage.

Now the phone is working well I'm trying to have some fun with X apps. The
first issue I noted is that a few settings in /opt/qtmoko/etc/qx/profiles.conf
seem to be broken. For now I can list the following:

* kbd=false launches an empty keyboard area
* rotate=true doesn't work

My system has the v22 /opt tree. I've tried above with both fbdev and glamo
setup in xorg.conf.

neo:~# uname -a
Linux neo 2.6.29-rc3-v21 #10 Tue Apr 6 22:54:31 CEST 2010 armv4tl GNU/Linux

neo:~# dpkg -l xserver-xorg* |grep ii
ii  xserver-xorg1:7.5+5  the X.Org X 
server
ii  xserver-xorg-core   2:1.7.6.901-3Xorg X server 
- core server
ii  xserver-xorg-input-all  1:7.5+5  the X.Org X 
server -- input driver metapacka
ii  xserver-xorg-input-evdev1:2.3.2-4X.Org X server 
-- evdev input driver
ii  xserver-xorg-input-synaptics1.2.2-2  Synaptics 
TouchPad driver for X.Org server
ii  xserver-xorg-input-wacom0.10.5+20100416-1X.Org X server 
-- Wacom input driver
ii  xserver-xorg-video-fbdev1:0.4.2-2X.Org X server 
-- fbdev display driver
ii  xserver-xorg-video-glamo0.0.0+20091108.git9918e082-2 X.Org X server 
-- SMedia Glamo display drive

Btw, it would be great if I could bring a chroot from my full Debian system in
/media/card to QX. Can you think an elegant way to perform this?

Best regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: [GTA02] headphone socket issues

2010-03-24 Thread Tiago Bortoletto Vaz
Hi,

On Wed, Mar 24, 2010 at 12:28:53PM +0800, Paul Wise wrote:
 On Wed, 2010-03-24 at 03:08 +0300, Paul Fertser wrote:
 
  Hey, this looks very much like you used an ordinary 2.5-3.5mm plug
  converter which doesn't work due to wrong pinout. Just use correct
  wiring for the converter (check the wiki), it should work out of the
  box.
 
 I did use a plug converter in this case. Which wiki page can I find the
 correct converter wiring information on? I guess I'll need to butcher
 the current converter and rewire it?
 
 Earlier I used Nokia headphones with a 2.5mm plug and had the same
 one-bud sound issue. At that time I hadn't yet figured out the
 workaround of pulling it out a little bit, I'll test that later today.

That ugly workaround has been working for me, although it's far from being a
good solution. I guess the problem is the output has L + R + Mic, while
standard headphones (and adapters) have only L + R. So, you have to figure out
the position where L + R meets L + R. Btw, it's just my newbie theory for this
issue.

Regards,

-- 

  .''`.  Tiago Bortoletto Vaz GPG  :  1024D/A504FECA
 : :' :  http://tiagovaz.org  XMPP : tiago at jabber.org
 `. `'   tiago at {tiagovaz,debian}.org   IRC  :   tiago at OFTC
   `-Debian GNU/Linux - The Universal OS   http://www.debian.org


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


Re: Fwd: [Shr-User] SHR-unstable got a facelift. And you a christmas present....

2009-11-24 Thread Tiago Bortoletto Vaz
Hey,

On Tue, Nov 24, 2009 at 01:07:40AM +0300, Gennady Kupava wrote:
[...]
 
 Now, list of bug I noticed so far, hope I can help at least as tester
 having few time as developer:

It's strange how the same image may have different behaviors in the same
hardware. I've tried this last SHR version aftering using qt-moko for a long
time. Results:

- Mokonnect:
  - USB Network doesn't work. I don't know why my local system sees the device
as a broken modem:

  [79556.010085] cdc_acm 3-1:1.0: This device cannot do calls on its own. It is 
no modem.
  [79556.010129] cdc_acm 3-1:1.0: ttyACM0: USB ACM device
  [79562.784086] usb 3-1: USB disconnect, address 20

  - When I try to set up the USB interface I got ethernet device was not
found. Also says I should install connman-plugin-ethernet.

  - Wifi scan doesn't work. When I try to apply any change in the network I get
a loop wifi device seems to be off...

- Mokomaze:
  - When opening: stopped running unexpectedly

- GPRS:
  - Using the righ settings I get connection failed

Without network or even a chance to connect the device via USB it's hard to
give you more details.

Anyway, thanks for the work. UI speed has increased a lot, that's really
impressive.

Regards,

-- 
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: tangogps 0.99.1

2009-11-22 Thread Tiago Bortoletto Vaz
On Sun, 22 Nov 2009 14:36:45 +0100, Marcus Bauer wrote
 Hi out there,
 
 the latest release of tangoGPS is out. New features include:
 
  * a revamped layout - better usage of screen estate on the 
 Freerunner   and much nice layout on netbooks and laptops
 
  * route tracks - you can now fetch route tracks from the web using
three different webservices
 
 I have made a ARM EABI binary (only the binary, not a package).
 
 The full news with screenshots on http://www.tangogps.org/

Great!

Already pushed to Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557513

:)

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: [qtmoko] tar and tbz

2009-10-18 Thread Tiago Bortoletto Vaz
Hi Ali,

On Sun, Oct 18, 2009 at 04:46:23PM -0700, Ali wrote:
 Hey list, I'm on qtmoko trying to extract minimoko to the usd card. I
 scp'd the tbz file to the card and attempt to tar xvjf minimoko.tbz and
 get:
 neo:/media/mmcblk0p2# tar xvjf minimoko.tbz 
 tar: bzip2: Cannot exec: No such file or directory
 tar: Error is not recoverable: exiting now
 tar: Child returned status 2
 tar: Error exit delayed from previous errors
 
 same error even if i put the full file location. anyone having the same
 issue on regular debian? I got around it by extracting on my box and
 scp'ing but that's very undesirable. Is it just an outdated version of
 tar? Or am I using the wrong flags?

apt-get install bzip2 :)

Regards,

-- 
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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