[QtExtended] Basic speed comparison

2009-04-14 Thread Franky Van Liedekerke
Hi all, for those interested: I've done a basic speed comparison with QtE based on a SHR build (the lite image, many things stripped from it, so it is comparable with the FSO nox image), the FSO nox image and QtMoko (the debian version created by Radek). Since I compared 2.6.28 kernel versions,

Re: [QtExtended] Basic speed comparison

2009-04-14 Thread Radek Polak
Franky Van Liedekerke wrote: 2) QtMoko: interface also very slow (probably the kernel is not yet fully optimized built for openmoko, or maybe qtopia 4.5 is the cullprit). Sometimes the impression that it missed (even refused) the touching of an icon, even on the homescreen Hi Franky, the

Re: latest and greatest, progress mail 6

2009-04-14 Thread Glen Ogilvie
Hi I just tried 2.6.29-rc3 installed on the sd card, wth Franky's Qt extended improved script. Seemed ok, except on resume got a WSOD, which I have not had on the QT extended I usually use. Any suggestions as to why it would come back? Any major problems with running qt extended on the sd

Re: Improved PyFlash 0.3

2009-04-14 Thread Pander
Onen wrote: Hi, Pander wrote: Onen wrote: * is it compatible with flashcards collections from KDE tools? [1] Not yet but if you can provide a bunch of Japanese flashcard collections I will look into making it compatible with those. I think it would be great to have only one format for

Re: latest and greatest, progress mail 6

2009-04-14 Thread Franky Van Liedekerke
Hi, I never experienced a WSOD before, but I never ran a distro of the SD card as well :-) The fixes I made shouldn't affect anything about the base system itself. If QtE crashes, it becomes black, not white :-) Where did you get your kernel? Have you tried the one I mention at the top of my

Re: Intone (0.24) Elementary based mplayer frontend

2009-04-14 Thread c_c
Hi, Oh - and paroli gives me an error that it wants to replace default.edj owned by elementary theme. Is that related by any chance? The elm theme we install sets the text color in elm-entries to white rather than black. Ah! That explains it. Hmmm - Well, it looks like I'll have to see

Intone-video problems!! Help !

2009-04-14 Thread c_c
Hi, Well, seeing that there was a need for a video playing front end for mplayer - I thought I'll make a new app (based on Intone) that fulfills this need. Here are the problems I'm facing :- 1. I finally found out that I can create 2 windows using elementary, 1 for mplayer to play the

Re: Intone-video problems!! Help !

2009-04-14 Thread Robin Paulson
2009/4/14 c_c cchan...@yahoo.com:  Well, seeing that there was a need for a video playing front end for mplayer - I thought I'll make a new app (based on Intone) that fulfills this need.  Here are the problems I'm facing :- 1. I finally found out that I can create 2 windows using elementary,

Re: Intone-video problems!! Help !

2009-04-14 Thread George Brooke
On Tuesday 14 April 2009 11:58:41 Robin Paulson wrote: 2009/4/14 c_c cchan...@yahoo.com: Well, seeing that there was a need for a video playing front end for mplayer - I thought I'll make a new app (based on Intone) that fulfills this need. Here are the problems I'm facing :- 1. I

Re: Intone-video problems!! Help !

2009-04-14 Thread Marcel
Am Dienstag, 14. April 2009 13:10:38 schrieb George Brooke: On Tuesday 14 April 2009 11:58:41 Robin Paulson wrote: 2009/4/14 c_c cchan...@yahoo.com: Well, seeing that there was a need for a video playing front end for mplayer - I thought I'll make a new app (based on Intone) that

Re: latest and greatest, progress mail 6

2009-04-14 Thread Glen Ogilvie
Hi Franky, I downloaded: fso-image-nox-om-gta02.tar.gz modules-2.6.28-andy-tracking+gitr10+901d73fe51f33032b34b2ae5612eb863ec90532a-r3-om-gta02.tgz uImage-2.6.28-andy-tracking+gitr10+901d73fe51f33032b34b2ae5612eb863ec90532a-r3-om-gta02.bin from:

Re: Intone (0.24) Elementary based mplayer frontend

2009-04-14 Thread Mirko Lindner
Hi, Oh - and paroli gives me an error that it wants to replace default.edj owned by elementary theme. Is that related by any chance? I think paroli might play a role here. The elm theme we install sets the text color in elm-entries to white rather than black. Afaik there is no way to

Re: latest and greatest, progress mail 6

2009-04-14 Thread Franky Van Liedekerke
Well, I use the same kernel+modules, but I use the fso-nox image from a few days older (I thought I mentioned it at the top of my script but it seems I forgot that comment), because newer fso-nox images have no ssh connectivity (it seems the usb hotplug isn't detected ..). But I never used the

Re: latest and greatest, progress mail 6

2009-04-14 Thread Glen Ogilvie
On Tuesday 14 April 2009, Franky Van Liedekerke wrote: Well, I use the same kernel+modules, but I use the fso-nox image from a few days older (I thought I mentioned it at the top of my script but it seems I forgot that comment), because newer fso-nox images have no ssh connectivity (it seems

Re: latest and greatest, progress mail 6

2009-04-14 Thread Franky Van Liedekerke
o, and: which distro are you using for the rootfs? On Tue, Apr 14, 2009 at 12:05 PM, Franky Van Liedekerke liede...@telenet.be wrote: Hi, I never experienced a WSOD before, but I never ran a distro of the SD card as well :-) The fixes I made shouldn't affect anything about the base system

Re: compiling error

2009-04-14 Thread arne anka
: undefined reference to `XDisplayName' i'd say you miss some development packages (looks like xorg). anyway, since it is not an openmoko specific problem, google should be very helpfull with issues like that. ___ Openmoko community mailing list

Re: [shr] Headset detect?

2009-04-14 Thread Helge Hafting
Paul Fertser wrote: Helge Hafting helge.haft...@hist.no writes: Paul wrote: Almost sounds as if you do not push the headset connector in far enough. I think there is something wrong with the FR headset socket. I have tried several headsets as well as several converter plugs for those

compiling error

2009-04-14 Thread Anas Alzouhbi
Hi I try to compile this program found on: http://markmail.org/message/zi4poqd2fpxvfs67 but I obtained this error by compiling it: progtry.c: In function ‘pEvenThrd’: progtry.c:188: warning: implicit declaration of function ‘usleep’ progtry.c:190: warning: no return statement in function returning

Re: latest and greatest, progress mail 6

2009-04-14 Thread Franky Van Liedekerke
On Tue, Apr 14, 2009 at 1:34 PM, Glen Ogilvie n...@linuxsolutions.co.nzwrote: On Tuesday 14 April 2009, Franky Van Liedekerke wrote: Well, I use the same kernel+modules, but I use the fso-nox image from a few days older (I thought I mentioned it at the top of my script but it seems I

Re: [shr] Headset detect?

2009-04-14 Thread Marcel
Am Dienstag, 14. April 2009 14:20:26 schrieb Helge Hafting: Paul Fertser wrote: Helge Hafting helge.haft...@hist.no writes: Paul wrote: Almost sounds as if you do not push the headset connector in far enough. I think there is something wrong with the FR headset socket. I have tried

[SHR] GPRS, again

2009-04-14 Thread Pander
Hi all, Still I cannot get GPRS working on unstable, although I have gotten an subscription with GRPS about 4 months ago, hoping I could use it with SHR. I tried the settings menu but that did not work. Even manually editting shr_grps.py to the correct APN, login and password did not help.

Re: [SHR] GPRS, again

2009-04-14 Thread kimaidou
Have you tried to update the module with ppp-generic : echo ppp-generic /etc/modutils/ppp-generic update-modules shutdown -r now This works great for me. For debuggin and connecting via terminal, I use : mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device

Re: Intone-video problems!! Help !

2009-04-14 Thread c_c
Hi, But they still get centered afaik. What about splitting the window in two parts, one playing the video and one with the controls? Well, how do I do that? From what I understand, mplayer can take over a full window given it's id. I don't know how to make mplayer take over part of a

Re: [SHR] GPRS, again

2009-04-14 Thread rakshat hooja
On Tue, Apr 14, 2009 at 6:11 PM, Pander pan...@users.sourceforge.netwrote: Hi all, Still I cannot get GPRS working on unstable, although I have gotten an subscription with GRPS about 4 months ago, hoping I could use it with SHR. I tried the settings menu but that did not work. Even manually

Re: Intone-video problems!! Help !

2009-04-14 Thread rakshat hooja
Right now I have a proof of concept - but it's not controllable since I can't see the window with the controls. Otherwise I can see video in the window (slow and out of sync with sound) - but it's not too bad overall ;-) I thought it would be far worse. Hopefully, someone out there can

Re: Intone-video problems!! Help !

2009-04-14 Thread Cameron Frazier
On Tue, Apr 14, 2009 at 9:12 AM, rakshat hooja raks...@gmail.com wrote: Right now I have a proof of concept - but it's not controllable since I can't see the window with the controls. Otherwise I can see video in the window (slow and out of sync with sound) - but it's not too bad overall ;-)

Re: [SHR] GPRS, again

2009-04-14 Thread Pander
kimaidou wrote: Have you tried to update the module with ppp-generic : echo ppp-generic /etc/modutils/ppp-generic update-modules shutdown -r now thanks! finally it works :D Can this be included in the default SHR build? This works great for me. For debuggin and connecting via

Re: [SHR] GPRS, again

2009-04-14 Thread kimaidou
2009/4/14 Pander pan...@users.sourceforge.net kimaidou wrote: Have you tried to update the module with ppp-generic : echo ppp-generic /etc/modutils/ppp-generic update-modules shutdown -r now thanks! finally it works :D It must work from the SHR setting too. Can this be

Re: Intone-video problems!! Help !

2009-04-14 Thread Nicola Mfb
2009/4/14 c_c cchan...@yahoo.com: [...] 1. I finally found out that I can create 2 windows using elementary, 1 for mplayer to play the video in (using -wid) and one for the controls. I've sized the windows to 640x400 for the window where the video shows up and 640x80 for the controls. May

Re: [SHR] GPRS, again

2009-04-14 Thread Pander
kimaidou wrote: 2009/4/14 Pander pan...@users.sourceforge.net mailto:pan...@users.sourceforge.net kimaidou wrote: Have you tried to update the module with ppp-generic : echo ppp-generic /etc/modutils/ppp-generic update-modules shutdown -r now thanks!

Re: Intone-video problems!! Help !

2009-04-14 Thread c_c
Hi, On Tue, Apr 14, 2009 at 9:12 AM, rakshat hooja raks...@gmail.com wrote: Do you think it will be possible (and simpler) to have the controls come up as a transparent layer/app on top of the playing video (like on tapping). Maybe something similar to what neon uses? Simple non-animated

[om2009] Reject incoming call

2009-04-14 Thread HouYu Li
Hi, all! Just tested om 2009 testing build. It is Nice. But.. how can I reject an incoming call?? The only button available is answer. Another one: how can I switch to elementary? This is listed on Om2009 release page and is implemented. Thanks. -- Best Regards HouYu Li, Karajan

Re: Intone-video problems!! Help !

2009-04-14 Thread Stefan Monnier
From what I understand, mplayer can take over a full window given it's id. I don't know how to make mplayer take over part of a window. IIUC the window id passed to mplayer does not have to be a top-level window. Stefan ___ Openmoko

Re: Intone - the future and help needed

2009-04-14 Thread Yorick Moko
this probably won't be for the near future, but a route to bluetooth headset (+ maybe pairing) would be interesting; but i think intone is maybe not the place to start work on that one On Sun, Apr 12, 2009 at 6:13 PM, c_c cchan...@yahoo.com wrote: Hi,  If you find a way for it to work, let me

Re: Vala-Terminal Black Background

2009-04-14 Thread Aapo Rantalainen
Newest code in git-repository [1] contains white text and black background. It is the same version than in opkg.org [2] You can change fontsize by commandline parameter -fs vala-terminal -fs 5 There are no configuration files or settings dialog yet. If you are interested in compiling it by

Odd Qi resume troubles

2009-04-14 Thread Elliot
I've tried to use Qi a couple of times with Om2008.12, SHR, and Om2009. No matter which distro I have the same resuming from a suspend problem. The screen will be upside down and backwards. I'm pretty sure it's Qi because I don't have the problem with uboot. Am I the only one with this problem

Re: [om2009] Reject incoming call

2009-04-14 Thread Mirko Lindner
Hi there, HouYu Li wrote: Hi, all! Just tested om 2009 testing build. It is Nice. Glad to hear :) But.. how can I reject an incoming call?? The only button available is answer. The button to the left of answer (shoudl be a speaker symbol) disables all sounds and hitting the top bar

Re: Intone-video problems!! Help !

2009-04-14 Thread Thomas Seiler
Hi c_c, thanks for bringing another superb app to the neo! I'm not an X11 expert, just trying to answer some of your questions here... If I babble nonsense, please correct me. 1. I finally found out that I can create 2 windows using elementary, 1 for mplayer to play the video in (using -wid)

Re: Intone-video problems!! Help !

2009-04-14 Thread Thomas Seiler
The best would be to have a transparent windows with big icons to pause/quit, ff and so on, very finger friendly Hm, if you want to get fancy, there is a way to have windows of any shape that are always on top as far as the window manager is concerned. Check out: EAPI void

PyFlash at SourceForge

2009-04-14 Thread Pander
Hi all, PyFlash has now a SF project here: https://sourceforge.net/projects/pyflash/ while its website remains here: http://wiki.openmoko.org/wiki/Pyflash because it is an application which is *very* suitable for FreeRunner. If you need developer access to the project, please let me know and

Re: 'dead' neo

2009-04-14 Thread Andy Selby
2009/4/13 Alexey Koptsevich ako...@gmail.com: I have recently been in the same situation, the battery was completely dead. I bought BL-6C Battery for Nokia 6235 6236i 6255 6255i 6256i on eBay from the seller thamesmall, along with the wall charger Nokia 6300 bl-5c bl-4c bl-6c Battery Charger

Re: Vala-Terminal Black Background

2009-04-14 Thread The Digital Pioneer
I just installed the one on opkg.org and it still has white bg. I can't compile for the FR either :( ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Intone (0.24) Elementary based mplayer frontend

2009-04-14 Thread Thomas Seiler
Hi, c_c wrote: Mirko Lindner wrote: The elm theme we install sets the text color in elm-entries to white rather than black.  Ah! That explains it. Hmmm - Well, it looks like I'll have to see if I can change over my entry's (there's only 1) background to black. But there must be a better way

Re: latest qt-embedded image

2009-04-14 Thread Andy Selby
Could anybody point me to the latest kernel and qt-embedded image that can run on the NEO 1973 () so not on the Freerunner !!! The latest I can find is the 18th of november Images. The qtextended forums seem a bit quiet maybe qt dev is discussed elsewhere but releases are a bit sparse from

Re: [shr] Headset detect?

2009-04-14 Thread Paul Fertser
Helge Hafting helge.haft...@hist.no writes: Looks like you're trying to use incompatible 3-ring adapter/headphones. Obviously that won't work. The right pinout of FR's receptable is: tip: MIC RIGHT LEFT GND If you fully push a regular 3-ring jack in the socket, you'll have MIC input

[QtExtended] latest andy-tracking kernel

2009-04-14 Thread Franky Van Liedekerke
Hi all, just to let you know: I tried the latest andy-tracking kernel (gitr10 and gitr11 even) together with an older fso-nox image (from April 4, because newer fso images don't give me ssh access anymore). This combo proves to be troublesome: no wake-up on sms receiving, missed-calls for every

Re: Tasks Client for FR

2009-04-14 Thread kichkasch
About syncing and data from the web: * with the last version, I think you can open a ics file from the web * the 4th tool from pimlico is about syncing.. I hope it is just a matter of time http://www.pimlico-project.org/sync.html * the projet PISI would like to implement the support of ICS

Re: [QtExtended] latest andy-tracking kernel

2009-04-14 Thread Sander van Grieken
On Tuesday 14 April 2009 21:54:53 Franky Van Liedekerke wrote: Maybe the latest version is ok again, but it is IMPOSSIBLE TO TEST since ssh no longer works. Surely somebody must notice this, or is nobody even using these images? Yeah I noticed too, but I assumed I b0rked my build system, since

[openBmap] Bug fix release 0.2.1

2009-04-14 Thread Onen
Hi everyone, bug fix release of the openBmap GSM/GPS logger has been released. It corrects the application displaying sometimes N/A for GSM even when obviously there is coverage. You can find it at: * FSO and SHR distributions have it in their feeds * http://www.opkg.org/package_186.html *

Re: Watching videos on neo freerunner (openmoko 2008.12) mplayer-glamo

2009-04-14 Thread drac2000
... Hey and when you use vdr (http://de.wikipedia.org/wiki/Video_Disk_Recorder ) and a plugin to transcode it for small screens, you could watch tv live! ... I am a big Vdr fun I am trying to make it work on vdr playback first When you say watch tv live what do you mean by that ? You're

Re: [QtExtended] latest andy-tracking kernel

2009-04-14 Thread Franky Van Liedekerke
On Tue, 14 Apr 2009 22:30:28 +0200 Sander van Grieken san...@3v8.net wrote: On Tuesday 14 April 2009 21:54:53 Franky Van Liedekerke wrote: Maybe the latest version is ok again, but it is IMPOSSIBLE TO TEST since ssh no longer works. Surely somebody must notice this, or is nobody even using

Re: [shr] Headset detect?

2009-04-14 Thread Rask Ingemann Lambertsen
On Tue, Apr 14, 2009 at 02:20:26PM +0200, Helge Hafting wrote: No phone shop seems to have such a connector. Of course, these people doesn't actually seem to know that 2.5mm and 3.5mm plugs are standardized sizes, they keep asking what brand of phone it is. :-( Yes, the sizes are

[QtExtended] missed call trace (was: latest andy-tracking kernel)

2009-04-14 Thread Franky Van Liedekerke
On Tue, 14 Apr 2009 23:25:56 +0200 Franky Van Liedekerke liede...@telenet.be wrote: On Tue, 14 Apr 2009 22:30:28 +0200 Sander van Grieken san...@3v8.net wrote: On Tuesday 14 April 2009 21:54:53 Franky Van Liedekerke wrote: Maybe the latest version is ok again, but it is IMPOSSIBLE TO

OpenMooCow 0.4

2009-04-14 Thread Thomas White
Just a quite note to announce the release of version 0.4 of OpenMooCow. Mo. etc. :) The changes since 0.3 aren't very exciting, but ensure continued compatibility with the latest distributions. The changes are: - A crash, when the sysfs paths were not as expected, has been fixed.

Re: Bying a Freerunner with the buzz-fix on it

2009-04-14 Thread Rask Ingemann Lambertsen
On Sat, Apr 04, 2009 at 02:33:14PM -0700, Steve Mosher wrote: Cédric Berger wrote: And if it is the buzz fix (by adding the cap) that causes potential problems... what about the SOP currently applied to freerunners ? They may be impacted by incorrect ALSA states ? Yes, that was a

Re: Intone - the future and help needed

2009-04-14 Thread Marco Trevisan (Treviño)
c_c wrote: 1. dbus - I've coded in glib and I'm not yet comfortable in edbus. So here's [1] the code I used in guitartune to request resource CPU - can someone convert this to edbus? Also - how do I register a callback to be triggered on an incoming call? I've used it just few times, but

Re: Intone - the future and help needed

2009-04-14 Thread c_c
Hi, c_c wrote: can someone convert this to edbus? Also - how do I register a callback to be triggered on an incoming call? I've used it just few times, but something like this [2] should work Ah! Thanks a lot. I get the idea. -- View this message in context:

Re: Bying a Freerunner with the buzz-fix on it

2009-04-14 Thread Joerg Reisenweber
Am Mi 15. April 2009 schrieb Rask Ingemann Lambertsen: On Sat, Apr 04, 2009 at 02:33:14PM -0700, Steve Mosher wrote: Cédric Berger wrote: And if it is the buzz fix (by adding the cap) that causes potential problems... what about the SOP currently applied to freerunners ? They may

Re: Bying a Freerunner with the buzz-fix on it

2009-04-14 Thread Werner Almesberger
Joerg Reisenweber wrote: There's a way to detect buzzfix by rapidly switching on and off MICBIAS and testing if you hear some buzz when recording from builtin mic. Werner has created a small program to do the switching job. I'm actually not sure if this approach works. You can hear the

[SHR] timezone broken again

2009-04-14 Thread ivvmm
This week in SHR was glad to see that editing /etc/timezone and copying from /usr/share/zoneinfo/smth to /etc/localtime did the trick --- changed from the London time to what one wanted to. But today I did an update/upgrade and it broke again. Now we get EEST timezone. Does anyone know how to