Re: replacement for wl1251-cal

2012-08-07 Thread Eero Tamminen
Hi, On 08/03/2012 11:03 PM, ext Jonathan Wilson wrote: 6.My tool may leak resources (e.g. not closing handles properly) where the Nokia tool does not (or in some cases the Nokia tool may leak resources that my tool does not) AFAIK there are no known leaks with these Nokia tools. To measure

Re: N950 SEGFAULT - help?

2011-11-07 Thread Eero Tamminen
Hi, On 11/06/2011 01:03 AM, ext Nicolai Hess wrote: 2011/11/5 Felipe Crochikfel...@crochik.com Unfortunately It didn't do the trick I can't tell any difference ...still crashes with the QPainter::save() Please let me know if any of you have any more ideas... I will play a little more

Re: Aegis - Upstart script not working in Harmattan

2011-08-05 Thread Eero Tamminen
Hi, On 08/05/2011 09:17 AM, ext Sudheer K. wrote: Thanks a lot Tumi. The upstart script is finally working. I ran /etc/init/xsession/app-precheck.sh and it gave errors on script, if, fi and end stanzas. I removed all of them and just called another shell script using exec. Here [1] is the

Re: Qt application crashes after 2 minutes if started from app grid

2011-05-10 Thread Eero Tamminen
Hi, On 05/09/2011 08:44 PM, ext Timur Kristóf wrote: On 05/09/2011 04:43 PM, Kimmo Hämäläinen wrote: If you don't use D-Bus at all, you need to implement this single-instance and window raising yourself. This can be easily done with the QtSingleApplication class. If that works by starting

Re: Performance of floating point instructions

2010-10-29 Thread Eero Tamminen
Hi, (I resurrected this old thread because there was on meego-dev mailing list a comment about possibility for RunFast float mode being enabled by default on MeeGo...) ext Alberto Mardegan wrote: Eero Tamminen wrote: Hamalainen Kimmo (Nokia-D/Helsinki) wrote: On Wed, 2010-03-10 at 12:57

Re: Crash reporting

2010-10-13 Thread Eero Tamminen
Hi, ext david.hag...@gmail.com wrote: There's been a Crash reporter available for several years Maemo releases, it's even open sourced: http://wiki.maemo.org/Documentation/devtools/maemo5/crash-reporter http://repository.maemo.org/pool/maemo5.0/free/c/crash-reporter/ I have never been able

Re: Crash reporting (was: Package promoting)

2010-10-08 Thread Eero Tamminen
Hi, ext Naresh Mehta wrote: Good comments on both the sides. Some of the points made by developers are very valid. But a query though. Why can't Maemo make a crash reporting system like the one Android has? There's been a Crash reporter available for several years Maemo releases, it's even

Re: libesd -- sound in Fremantle

2010-10-06 Thread Eero Tamminen
Hi, (replying to this old mail) ext Graham Cobb wrote: On Wednesday 02 September 2009 11:50:17 Graham Cobb wrote: However, there is no libesd for Maemo 5. esound is the debian package which builds libesd. Anyone feel like volunteering to build a libesd from esound? If not, I will have a go

Re: suspendprocess - poor man's power save

2010-09-24 Thread Eero Tamminen
Hi, ext Attila Csipa wrote: On Monday 20 September 2010 17:35:34 you wrote: There are some potential downsides for just suspending processes completely. Most of the processes have subscribed to several different D-BUS messages, X events etc. For example D-BUS will infinitely buffer messages

Re: suspendprocess - poor man's power save

2010-09-20 Thread Eero Tamminen
Hi, ext Andrew Flegg wrote: On Sun, Sep 19, 2010 at 17:58, Robin Burchell virot...@viroteck.net wrote: Anyway: this was pretty much in keeping with my idea: move it into the task switcher (hildon-desktop/other) so that applications which are moved to background are stopped (unless they signal

Re: X server / RECORD extension problem (Xnee)

2010-09-15 Thread Eero Tamminen
Hi, Vollmer Marius (Nokia-MS/Helsinki) wrote: Tamminen Eero (Nokia-MS/Helsinki) eero.tammi...@nokia.com writes: When I do: dpkg -x xnee_3.02-2maemo2_all.deb . all I see is some docs It's a virtual package depending on the actual binary implementation package. Virtual packages don't

Re: X server / RECORD extension problem (Xnee)

2010-09-14 Thread Eero Tamminen
Hi, ext h...@mail.sandklef.com wrote: Can't install it:( dpkg --install xnee_3.02-2maemo2_all.deb Selecting previously deselected package xnee. (Reading database ... 52579 files and directories currently installed.) Unpacking xnee (from xnee_3.02-2maemo2_all.deb) ... dpkg: dependency problems

Re: how to get crash stack trace in Maemo 2.2 (Nokia 770)

2010-09-02 Thread Eero Tamminen
Hi, ext Alexandre Fayolle wrote: Oh, I was not clear about this : I'm a linux coder, and I have not yet started coding on maemo but intend to do so soon (hence my subscribing to this list). Sorry for throwing you on a path harder than it seamed. OTOH, compiling strace should not be a problem

Re: how to get crash stack trace in Maemo 2.2 (Nokia 770)

2010-09-02 Thread Eero Tamminen
Hi, ext Han wrote: On Tue, Aug 31, 2010 at 8:37 AM, Eero Tamminen eero.tammi...@nokia.com wrote: I tried Valgrind, and it did report memory leaks. However, most are from gtk/gdk libs and not obvious to me if something is wrong in my program. For example: ==19494== 2,356 (256 direct, 2,100

Re: how to get crash stack trace in Maemo 2.2 (Nokia 770)

2010-08-31 Thread Eero Tamminen
Hi, ext Alexandre Fayolle wrote: On Tuesday 31 August 2010 09:07:01 Han wrote: Hi, I am using Maemo 2.2 to develop some programs for Nokia 770. Things run pretty well except sometime my program would crash for unknown reason. Normally I start the program from x terminal, and it would crash

Re: Horrible performance of GL rendering; why? (Qt, N900)

2010-08-20 Thread Eero Tamminen
Hi, ext Robin Burchell wrote: Also note that pushing rotation updates every 10ms means you're trying to push 100fps (1000ms in a second, 1000/10 = 100), which is faster than the eye can percieve, and also faster than hardware can usually manage. 60fps is usually the upper bound, and anything

Re: How to catch “lock screen event”?

2010-07-30 Thread Eero Tamminen
Hi, ext Xin Zhang wrote: I'm developing a game for n900 using SDL. How do I catch system events (like lock screen switch turned on/off, screen gets locked automatically, or incoming call during game play)? Right now when the game is running, I could not catch the system events (like lock

Re: How to block the camera app from starting on lens cover open

2010-07-30 Thread Eero Tamminen
Hi, ext Martin Storsjö wrote: On Sat, 24 Jul 2010, Yves-Alexis Perez wrote: On ven., 2010-07-23 at 19:20 +0300, Martin Storsjö wrote: Any hints on how to solve this in the best way? I don't want my app to fail in the next QA round with the reason camera app is launched and closes immediately

Re: Extras QA checklist

2010-07-27 Thread Eero Tamminen
Hi, ext Thomas Perl wrote: 2010/7/22 Eero Tamminen eero.tammi...@nokia.com: [1] For example popular gPodder application is buggy because it apparently listens to orientation changes when it's not visible and does e.g. lots of operations when user tries to answer a call. If you reported a bug

Re: N810 upgrades

2010-07-19 Thread Eero Tamminen
Hi, (commenting on this old mail...) ext Martin Grimme wrote: the N810 supports over-the-air updates since Diablo OS. So there's no need for flashing for an update. Maemo5 does not run on the N810. Although 3D is given as one reason for this, I think Fremantle memory usage and N810 having

Re: X server / RECORD extension problem (Xnee)

2010-07-19 Thread Eero Tamminen
Hi, ext Henrik Sandklef wrote: just compiled and tested GNU Xnee* on Maemo. Replaying key/mouse events (Key Press/Release, Motion, Button Press/Release) worked fine. When it comes to recording I don't get any data although RECORD extension is there in the X server. Does anyone know if

Re: sp-endurance and device memory usage

2010-05-21 Thread Eero Tamminen
Hi, ext Dawid Lorenz wrote: PR1.2 fixes last known wakeup-on-background issue in microb engine (related to animated images, reported also to upstream mozilla). When I last tested Fennec few months ago on my N900, it was constantly waking up on the background, so I would suggest at least closing

Re: sp-endurance and device memory usage (was: Why should I write apps for Maemo?)

2010-05-20 Thread Eero Tamminen
Hi, (CCing to maemo-devel as this might contain useful info also for others.) ext Dawid Lorenz (maemobile) wrote: There's one thing missing from these graphs - Modest. I am pretty sure it could have major impact on memory usage/performance. Or maybe I'm wrong? sp-endurance in the public

Re: Howto grab all Maemo5 zoom key events in SDL/SDL_gles app?

2010-05-12 Thread Eero Tamminen
Hi, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: On Sun, 2010-05-02 at 13:26 +0200, ext Till Harbaum / Lists wrote: i'd like to access the zoom keys in a SDL/SDL_gles app (the 3d globe i uploaded to extras-devel). The odd thing is that my solution only partly works. Some key presses actually

Re: Why should I write apps for Maemo?

2010-05-10 Thread Eero Tamminen
Hi, ext Dawid Lorenz wrote: On 7 May 2010 09:48, tero.k...@nokia.commailto:tero.k...@nokia.com wrote: Very good point, seriously. Yet I think Marcin had ever better: (Hm. Is Maemo showing its Debian roots?) Good attempt for joke but failed. Debian has 'testing' branch which users can use,

Re: Why should I write apps for Maemo?

2010-05-10 Thread Eero Tamminen
Hi, ext Dawid Lorenz wrote: On 10 May 2010 14:09, Eero Tamminen eero.tammi...@nokia.commailto:eero.tammi...@nokia.com wrote: Actually, what I'd love to be able to do is simply flush swap space periodically. I've noticed that once swap space usage passes approx. 20%, device gradually becomes

Re: Why should I write apps for Maemo?

2010-05-06 Thread Eero Tamminen
Hi, (standard disclaimer: below are my personal opinions) ext Michael Cronenworth wrote: At most, the SDK should have been released two weeks ahead of the final release. Agree. With a little over a month now on the clock, people can only begin to speculate as to how poor Nokia's release

Re: Is it possible to use SCHED_FIFO policy on N900?

2010-04-27 Thread Eero Tamminen
Hi, ext tarantism wrote: On Mon, 2010-04-26 at 16:19 +0300, Eero Tamminen wrote: ext tarantism wrote: _POSIX_PRIORITY_SCHEDULING is defined but attempting to create a pthread with SCHED_FIFO returns an error. Calling pthread_setschedparam with policy of SCHED_FIFO doesn't complain

Re: Squeeze devkit to be installed to autobuilder

2010-04-27 Thread Eero Tamminen
Hi, ext Marcin Juszkiewicz wrote: [sbox-FREMANTLE_ARMEL: ~] CFLAGS=-Wall -g -O2 -mthumb ./configure --host=arm-linux-gnueabi -- build=arm-linux-gnueabi --prefix=/usr --sysconfdir=/etc -- mandir=\${prefix}/share/man --infodir=\${prefix}/share/info checking for a BSD-compatible install...

Re: Is it possible to use SCHED_FIFO policy on N900?

2010-04-26 Thread Eero Tamminen
Hi, ext tarantism wrote: _POSIX_PRIORITY_SCHEDULING is defined but attempting to create a pthread with SCHED_FIFO returns an error. Calling pthread_setschedparam with policy of SCHED_FIFO doesn't complain but checking with pthread_getschedparam shows a policy of SCHED_OTHER. Is it possible to

Re: phone case?

2010-03-18 Thread Eero Tamminen
Hi, ext Christopher Intemann wrote: I'm looking for a nice case for the N900. It should not noticeable thicken the device, since the N900 is quite big already. Leather is ok, but anything else would be fine as well. And, I will absolutely not wear the phone on my belt, so, no need for clips

Re: N900 kernel module recompile

2010-03-15 Thread Eero Tamminen
Hi, ext Nils Faerber wrote: Frantisek Dufka schrieb: Nils Faerber wrote: Then kernel config: cp arch/arm/configs/rx51_defconfig ./.config make oldconfig A make modules does cleanly compile the modules. Fine so far (except for that te modules are *huge* and a arm-none-linux-gnueabi-strip -R

Re: Did Nokia alter kernel's OOM handling for the 770?

2010-03-15 Thread Eero Tamminen
Hi, ext Clemens Eisserer wrote: I am using my Nokia-770 as allround-server running postgres+tor+routing+lighthttp. It works quite great (except the broken wlan-driver causing crashes all few days when running a tor-relay). However from time to time the OOM killer kicks in, although there's

Re: Performance of floating point instructions

2010-03-12 Thread Eero Tamminen
Hi, ext Alberto Mardegan wrote: Right. Just to complete the picture, here's the same data with -O2: float (fast mode enabled): map_path_calculate_distances: 40 ms for 8250 points map_path_calculate_distances: 2 ms for 430 points double (fast mode enabled): Note that fast mode affects only

Re: N900: Mapper, device deadlocks and clutter/GL errors

2010-03-11 Thread Eero Tamminen
Hi, ext Alberto Mardegan wrote: Hi all, I've some issue with Maemo Mapper which I cannot solve by myself and are unfortunately quite severe: - Sometimes, a HWRecoveryResetSGX: SGX Hardware Recovery triggered line appears on the syslog. Most of the times, without any visible effects. It

Re: Performance of floating point instructions

2010-03-10 Thread Eero Tamminen
Hi, ext Alberto Mardegan wrote: Kimmo Hämäläinen wrote: You can also put the CPU to a fast floats mode, see hd_fpu_set_mode() in http://maemo.gitorious.org/fremantle-hildon-desktop/hildon-desktop/blobs/master/src/main.c N900 has support for NEON instructions also. This sounds interesting!

Re: Performance of floating point instructions

2010-03-10 Thread Eero Tamminen
Hi, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: On Wed, 2010-03-10 at 12:57 +0100, ext Alberto Mardegan wrote: Kimmo Hämäläinen wrote: You can also put the CPU to a fast floats mode, see hd_fpu_set_mode() in

Re: Extras-testing improvements

2010-03-09 Thread Eero Tamminen
Hi, Voipio Riku (Nokia-D/Helsinki) wrote: I do not represent the general view of my employer or anyone else, just myself. But poor quality applications reflect badly on maemo.org community as well. Do you want to be part of a community which is known for its low quality standards? Notice that

Re: Fw: Proposal: MeeGo User Experience Framework working group

2010-03-04 Thread Eero Tamminen
Hi, ext Randall Arnold wrote: Thanks Attila! I just uploaded a more recent update to the PDF (http://maemo-daemons.org/MeeGo_User_Experience_Framework.pdf) based on helpful feedback so far. Some comments on the bug reporting thing. We already have Crash reporter which collects crashes.

Re: MeeGo

2010-02-19 Thread Eero Tamminen
Hi, ext Carlos Morgado wrote: What platforms will it run on ? Read the MeeGo site (like I just did). Based on it, different product categories are going to have different UIs, but the toolkit below them used by the application developers will be the same (Qt). Does Nokia have arm kernel

Re: Maemo 5 and hw accelerated X.Org?

2010-02-09 Thread Eero Tamminen
Hi, ext Kuba Irzabek wrote: Is xserver in Maemo 5 (Nokia N900 OMAP 3) using hardware acceleration (SGX)? Yes, to some extent, but SGX is 3D accelerator, you cannot really expect it to make much difference for most 2D operations. For simple 2D operations like blitting, SGX is actually slower.

Re: Browser Switchboard, MicroB, and application prestart in Fremantle

2010-01-29 Thread Eero Tamminen
Hi, ext Steven Luo wrote: I'm the maintainer of Browser Switchboard [1], which is a program that's supposed to make it possible for the user to choose the default browser on his/her Maemo device. Packages are available in extras for Diablo and extras-devel for Fremantle. In order to control

Maemo extras repository package uploader/maintainer verification?

2010-01-22 Thread Eero Tamminen
Hi, I was recently notified that in extras repository some package for which I've been marked as maintainer, was causing an SSU (testing) issue. However, I hadn't uploaded that package. The package was from SDK tools repository were I was the correct contact person for that package. The

Re: Maemo extras repository package uploader/maintainer verification?

2010-01-22 Thread Eero Tamminen
Hi, ext Jeremiah Foster wrote: On Jan 22, 2010, at 11:49 AM, Eero Tamminen wrote: I was recently notified that in extras repository some package for which I've been marked as maintainer, was causing an SSU (testing) issue. However, I hadn't uploaded that package. The package was from SDK

Re: Maemo extras repository package uploader/maintainer verification?

2010-01-22 Thread Eero Tamminen
Hi, ext Marcin Juszkiewicz wrote: Dnia piątek, 22 stycznia 2010 o 14:03:18 Andrew Flegg napisał(a): On Fri, Jan 22, 2010 at 12:59, Simon Pickering s.g.picker...@bath.ac.uk wrote: I'd suggest that the autobuilder checks to see that the uploader's email address is included in one of the

Re: Backwards compatibility broken PR1.1 SDK

2010-01-20 Thread Eero Tamminen
Hi, Stoppa Igor (Nokia-D/Helsinki) wrote: This really isn't hard! For the vast majority of applications there is no reason at all why they cannot be built against the first software release and install on all later releases, taking advantage of the bug fixes made since. I have been doing

Re: Disable portrait support for dialog with Hildon

2010-01-19 Thread Eero Tamminen
Hi, ext Cornelius Hald wrote: On Thu, 2009-10-29 at 17:31 +0100, Piñeiro wrote: From: Cornelius Hald h...@icandy.de the main window of my app supports portrait mode. Now I have a settings dialog which does not support portrait mode but it inherits those flags from the main window. So you'll

Re: gtk clutter tearing

2010-01-11 Thread Eero Tamminen
Hi, ext Michael Cronenworth wrote: Eero Tamminen on 12/30/2009 04:09 AM wrote: Incorrect. I guess there's some illegal black magic happening in-between compiz and apps regardless of UI toolkit libraries. Apps such as dasher that present rectangles and text at fast speeds do not present any

Re: gtk clutter tearing

2010-01-11 Thread Eero Tamminen
Hi, ext Frantisek Dufka wrote: Recent hildon-desktop versions disable compositing automatically for fullscreen windows, unless you use HildonStackableWindow (which requires the sliding animation). I wonder what happens to translucent information messages (charger attached/removed, ...) in

Re: gtk clutter tearing

2009-12-30 Thread Eero Tamminen
Hi, ext Michael Cronenworth wrote: Eero Tamminen on 12/29/2009 09:17 AM wrote: because Gtk doesn't have any support for Vsync. Gtk doesn't need to support Vsync. Qt won't magically fix this problem either. Only the compositor needs to support Vsync. Once it does then *all* 2D

Re: gtk clutter tearing

2009-12-30 Thread Eero Tamminen
Hi, ext Claudio Saavedra wrote: El mar, 29-12-2009 a las 17:17 +0200, Eero Tamminen escribió: This is not really fixable due to how Gtk painting is arranged, parts of the window are painted in application callbacks. This is not totally correct. Application callbacks can only cause GTK

Re: /usr/local

2009-12-30 Thread Eero Tamminen
Hi, ext Thomas Tanner wrote: sorry for my ignorance - I've only recently started following the optification discussion. Is there any good reason why Maemo does not follow the standard UNIX layout with user applications in /usr/local ? /usr/local seems to be in all search paths and if

Re: gtk clutter tearing

2009-12-30 Thread Eero Tamminen
Hi, ext Xavier Bestel wrote: But where inside the application process they happen (app or Gtk code) is not so important. The issue is that Gtk (AFAIK) has no mechanism to synchronize this drawing with the compositor and doesn't offer applications any mechanism for it either. If

Re: New optification issues in extras-testing

2009-12-29 Thread Eero Tamminen
Hi, ext Andrew Flegg wrote: The application or its dependencies ignore the recommendation to use the eMMC to install as much files as possible, filling the root partition with 500kb or more. It does not say that the _sum_ of all dependencies has to be below 500k. I agree, it looks

Re: gtk clutter tearing

2009-12-29 Thread Eero Tamminen
Hi, ext Mark Clarkson wrote: I have made a simple animation using a clutter timeline with clutter-gtk-0.10 and clutter-1.0 but there is excessive tearing when the animation plays making the animation look terrible. I have tried none, dri and glx values for the CLUTTER_VBLANK environment

Re: Package Building HOWTO

2009-12-23 Thread Eero Tamminen
Hi, ext Joseph Charpak wrote: On Tue, 2009-12-22 at 18:24 -0300, Jeff Moe wrote: I have written up a Package Building HOWTO. You can find it here: http://wiki.maemo.org/User:Jebba#Package_Building_HOWTO Looks good although I'd swap the order of compile for armel with compile for x86.

Re: Updating the info for Extras-devel non-free

2009-12-18 Thread Eero Tamminen
Hi, ext Stephan Jaensch wrote: First of all, my viewpoint as a user: I want as many apps as possible. Choice is always good. I own an iPod Touch, and I can say with confidence that my criteria for selecting an app is always functionality, quality (hard to gauge since there is no try before

Re: Debhelper 7

2009-12-18 Thread Eero Tamminen
Hi, ext Jussi Hakala wrote: ext Anderson Lizardo wrote: Now things might get complex if the packaging already uses some new features of level 7, like those CDBS-like helper rules. In such cases, looking at versions prior to the compatibility level upgrade might help doing the downgrade (and

Re: Double checking free/nonfree packages

2009-12-10 Thread Eero Tamminen
Hi, ext Christopher Allan Webber wrote: For now there seem to be two main pages on which the documentation of what is free/nonfree is: - http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Architecture/Top_Level_Architecture - http://wiki.maemo.org/Why_the_closed_packages The

Re: Extras Testing to Extras, again...

2009-11-19 Thread Eero Tamminen
Hi, ext Aniello Del Sorbo wrote: I am sure I missed something... but what actions were taken to address this issue? I do have Xournal pacakge 20 for more than 10 days with 6 thumbs up out of 10 (i.e. more than 50% of people voted OK). I want to promote it to Extras. And I don't want to

Re: Bug#6203, rotation and OHMD

2009-11-18 Thread Eero Tamminen
Hi, ext Aniello Del Sorbo wrote: Is the purpose of OHMD ONLY to pause not whitelisted applications when rotating? As if it is so, I'd put a stop ohmd every time I run Xournal to make sure it rotates smoothly. It handles also audio policies and tries to make sure that you get your phone

Re: The issue of version strings / improving Application manager view

2009-11-18 Thread Eero Tamminen
Hi, Kallioinen Juha (Nokia-D/Helsinki) wrote: The problem is imho the Application manager, not the version numbers. What's the point of even displaying the version number in the Application manager's default view? I personally don't care about the version at all and I certainly won't

Re: Bug#6203, rotation and OHMD

2009-11-18 Thread Eero Tamminen
Hi, ext Eugene Antimirov wrote: It handles also audio policies and tries to make sure that you get your phone calls when the device is heavily loaded and some other minor things. Just to know. I see now this `ohmd` process in my 41-10. I did not get it, was this daemon improved or made

Re: Bug#6203, rotation and OHMD

2009-11-18 Thread Eero Tamminen
Hi, ext Aniello Del Sorbo wrote: why don't you guys simply allow only the foremost (i.e. the currently visible one) application to rotate and send the rotation event to the other apps AFTER the animation has completed. Background applications don't get the rotation / redraw messages at all.

Re: Bug#6203, rotation and OHMD

2009-11-18 Thread Eero Tamminen
Hi, ext Martin Grimme wrote: How about another XAtom (since we already have so many on Maemo ;) ) on the application window, saying I rotate well and quickly. ? The ohmd could take care of this atom and refrain from freezing the app during rotation, iff it is the currently visible one.

Re: Bug#6203, rotation and OHMD

2009-11-17 Thread Eero Tamminen
Hi, ext Aniello Del Sorbo wrote: according to bug 6203 (https://bugs.maemo.org/show_bug.cgi?id=6203) Nokia introduced this ohmd daemon that pauses applications not whitelisted so that the rotation itself would proceed smoothly. In the meanwhile Collabora had fixed and improved a lot

Re: Why should it be so hard and should I even bother with Extras for fremantle?

2009-11-02 Thread Eero Tamminen
Hi, ext Andrew Flegg wrote: On Mon, Nov 2, 2009 at 10:47, Marius Vollmer marius.voll...@nokia.com wrote: ext Jeremiah Foster jerem...@jeremiahfoster.com writes: Then Application Manager has to change. It does not scale to have categories when there are thousands of apps. Yes, this is

Re: Considering /opt and MyDocs in your packages

2009-10-21 Thread Eero Tamminen
Hi, ext Graham Cobb wrote: On Thursday 10 September 2009 12:16:59 Marius Vollmer wrote: By the way, I have been experimenting with maemo-optify. I think it is currently generating too many links for quite small files. All files, even symlinks, take some space. On UBIFS single file overhead

Re: Call for testers with N900 for vncviewer

2009-10-21 Thread Eero Tamminen
Hi, ext ds wrote: Am Dienstag, den 20.10.2009, 20:08 +0200 schrieb Cornelius Hald: On Tue, 2009-10-20 at 15:01 +0200, ds wrote: I have no feeling for N900 at the moment. But yes, I have some feature requests left on garage, and as there is not too much UI it should not be a big deal:-)

Re: Autobuilder and build-dependencies from extras-devel

2009-07-21 Thread Eero Tamminen
Hi, ext Ed Bartosh wrote: I haven't used the autobuilder. Is it possible to see how many/what packages are in the queue? (if there are lot and/or large/slow to build packages, one would know not to wait anything to happen very soon...) Unfortunately there is no such a possiblility.

Re: Howto correctly place data on the memory card?

2009-07-21 Thread Eero Tamminen
Hi, ext Till Harbaum / Lists wrote: Am Montag 22 Juni 2009 schrieb Kimmo Hämäläinen: Use MMC_MOUNTPOINT and INTERNAL_MMC_MOUNTPOINT environment variables, available since Nokia 770 Internet Tablet. I'm not sure about Scratchbox, since it does not have memory card emulation. The scratchbox

Re: N800 Power cycles

2009-07-21 Thread Eero Tamminen
Hi, ext Rainer Dorsch wrote: I run into the power cycles problem again (w/o having added the text2screen output, but I will try that now). I observed two things: - I had to remove the battery to get out of the power cycles loop - after removing the battery and normal bootup (w/o power supply

Re: Autobuilder and build-dependencies from extras-devel

2009-07-20 Thread Eero Tamminen
Hi, ext Ed Bartosh wrote: 2009/6/24 Henrik Hedberg henrik.hedb...@innologies.fi: 1. Upload your library into the extras assistant 2. Wait unspecified time (usually at least ten minutes) 3. See if the build succeeded. If not, go to 1. 4. Wait unspecified time (one hour perhaps) until the

Re: Optimal battery life considerations in apps

2009-07-13 Thread Eero Tamminen
Hi, ext Henrik Hedberg wrote: There is a standard X event for that: XVisibilityEvent. The X server (and a window manager) can keep window contents cached (backing store) and decide not to send exposure events, but my interpretation is that if it is not sending visibility events it is

Re: N800 Power cycles

2009-06-16 Thread Eero Tamminen
Hi, ext Rainer Dorsch wrote: I modified that too if [ x$bootreason = xcharger ]; then echo Showing the 'charger connected' image /usr/bin/fb-chaimage -l /usr/share/images/qgn_indi_charger_connection_detected -b 0 -c -p 0 -s 15 else

Re: N800 Power cycles

2009-06-09 Thread Eero Tamminen
Hi, ext Rainer Dorsch wrote: One thing I noticed and maybe I did not highlight that enough: - yesterday in the boot loops, the N800 started itself after I plugged the powersupply (no matter if I removed the battery before or not). - today plugging the power supply does not start the N800

Re: N800 Power cycles

2009-06-08 Thread Eero Tamminen
Hi, ext Rainer Dorsch wrote: my N800 crashed after running navit. During the reboot, the blue bar completed, then it paused sometime and it rebooted again. This now cycles so that the N800 is doing nothing else than power cycling. With which OS version this is? Is there a better way to fix

Re: Unsatisfied with bugs.maemo.org

2009-06-05 Thread Eero Tamminen
Hi, Gil Quim (Nokia-D/Helsinki) wrote: ext Till Harbaum / Lists wrote: i am really unsatisfied with bugs.maemo.org. The reason is simple: Just too many bugs are just closed with WONTFIX which basically means: We understand and acknowledge the problem, but we won't spend any time on it.

Re: Multiple instances of Maemo

2009-06-05 Thread Eero Tamminen
Hi, ext Graham Cobb wrote: On Thursday 04 June 2009 20:11:41 Qole wrote: I've asked a similar question before. It seems that maemo-launcher can only have one instance running at a time, so that effectively limits the number of Hildon desktops that can be running to one as well. The answer

Re: Unsatisfied with bugs.maemo.org

2009-06-05 Thread Eero Tamminen
. feature-wise. Things are much better now with Fremantle. Till Am Freitag 05 Juni 2009 schrieb Eero Tamminen: Bug 4630 1504 are about themeing a single Gtk widget aspect. There are many other Gtk widgets and icons which aren't (at least fully) themed although they otherwise work fine

Re: fremantle gettext version too old

2009-06-03 Thread Eero Tamminen
Hi, ext Christian Persch wrote: I just installed the fremantle beta SDK to port an application of mine to maemo 5. I ran into a problem though, since the gettext version (0.14.1) that comes with it is too old. The app is a port of a Gnome app that uses msgctxt in its po files; building it in

Re: Fremantle UI Portrait Mode

2009-05-28 Thread Eero Tamminen
Hi, ext Cornelius Hald wrote: as I was asked to write a bit about the fremantle-ization of the Conboy UI, I first would like to ask some more UI specific questions. Then I can complete this process and write about it. * What happens with the AppMenu-Filters when in portrait mode? The HIG

Re: policy updates (was: Problems with the fremantle autobuilder...)

2009-05-27 Thread Eero Tamminen
Hi, ext Jeremiah Foster wrote: If they are illegal this needs to be clearly communicated in the Packaging Policy document so that packagers know what to name their packages. Currently the version naming is rather unclear and version strings like the one mentioned above is confusing at

Re: QA from extras-devel to extras-testing

2009-05-11 Thread Eero Tamminen
Hi, ext Graham Cobb wrote: 3. In extras-testing the betatesters put the software into stress, equipped with Nitro (crash reporter installed in their devices) plus whatever tools they can use voluntarily. Not sure about the requirement to have Nitro installed. The name of this is Crash

Re: microb consumes too much memory?

2009-04-03 Thread Eero Tamminen
Hi, ext Zhihai Wang wrote: I use N800 for web surfing www.taobao.comhttp://www.taobao.com, after opening 5 or 6 pages, the whole system becomes very very slow. This always happens! It sometimes even takes 5-6 seconds to bring LCD from dark state to normal state. All the icons in the

Re: policy: B.3 Parallel option needs updating

2009-03-30 Thread Eero Tamminen
Hi, ext Faheem Pervez wrote: Hmm, the example given there didn't work for me on the autobuilder. ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS))) PARALLEL += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif ^ works for me. On Sat, Mar 28, 2009 at 9:20

Re: xresponse / cnee question re: mimic of multi-key event

2009-03-19 Thread Eero Tamminen
Hi, ext Burke, James wrote: Is there a way to use xresponse (or cnee) to mimic a multi-key event such as Alt+F10 ? I haven't tried cnee, but I think it should be able to record Alt+F10 (and then replay it). With Xresponse it would go something like this: xresponse -k

Re: Autobuilder for Fremantle now available

2009-03-12 Thread Eero Tamminen
Hi, ext Till Harbaum / Lists wrote: hmm, something seems still to be broken. Looks like opengles-sgx-img-common tries to load a kernel module from its init script but can't due to missing modutils. See

Re: Autobuilder for Fremantle now available

2009-03-12 Thread Eero Tamminen
Hi, ext Till Harbaum wrote: sorry, i don't understand your reply. Why do you think _i_ am using the wrong version of something? This is the output of the autobuilder. These are all programs/tools/devkits running on the nokia/maemo.org side. I just uploaded a source tarball via scp. Oh,

Re: qemu 0.10

2009-03-09 Thread Eero Tamminen
Hi, ext Cornelius Hald wrote: Relying to myself :) It seems like I found the problem. If I try to run the new qemu from inside scratchbox I get this: [sbox-DIABLO_ARMEL: ~] /scratchbox/devkits/cputransp/bin/qemu-arm-0.10 /scratchbox/devkits/cputransp/bin/qemu-arm-0.10:

Re: Frets on Fire on Fremantle

2009-03-05 Thread Eero Tamminen
Hi, ext Jayesh Salvi wrote: I'm not sure why the Fremantle SDK ships with the desktop OpenGL libraries in the first place, though. To be able to run and debug stuff using Clutter (which can use OpenGL or GLES as backend) on x86. The proprietary SGX drivers work only on the device (SGX HW /

Re: multiple SDKs on the same sbox

2009-02-16 Thread Eero Tamminen
Hi, Gil Quim (Nokia-D/Helsinki) wrote: On Sun, Feb 15, 2009 at 05:17:12PM -0800, Daniel Monteiro wrote: Hello folks, long time since my last email here. I've been silently developing my games for Maemo,but now here I am with a new question regarding Freemantle: Can I have Freemantle and

Re: Upstart vs. sysvinit (roadmap)

2009-01-27 Thread Eero Tamminen
Hi, ext Tor wrote: Sorry if this has been discussed, but a search revealed nothing. On the Maemo roadmap (http://wiki.maemo.org/Task:Maemo_roadmap/Fremantle) I noticed this: Device startup handled by Upstart instead of sysvinit. Location and format of init scripts differ. This makes

Re: Upstart vs. sysvinit (roadmap)

2009-01-27 Thread Eero Tamminen
Hi, ext Mika Yrjölä wrote: Is there a very compelling reason to move away from something as standard as sysvinit? I haven't even heard about Upstart. Ubuntu has had Upstart since 2006: https://wiki.ubuntu.com/ReplacementInit And started using it in Feisty (i.e. two years ago):

Re: Samba support dropped (was Re: N810 WE)

2009-01-21 Thread Eero Tamminen
Hi, ext Andreas Schneider wrote: libsmbclient is the way. And to make use of it you need something like a vfs (gio, kio) in the filemanager or you have to write your own. Fremantle has a Glib version with GIO and kernel has FUSE module... - Eero

Re: hellox disappeared from the desktop after it is minimized

2009-01-16 Thread Eero Tamminen
Hi, ext Kimmo Hämäläinen wrote: On Thu, 2009-01-15 at 15:58 +0800, ext Alex T. W. LEUNG wrote: Hi maemo developers, I am working to port a legacy xlib based GUI program to maemo, sort of like porting the below hellox.c: http://www.paulgriffiths.net/program/c/srcs/helloxsrc.html The

Re: Some conceptual doubts

2009-01-15 Thread Eero Tamminen
Hi, ext Chandra wrote: Can anybody clear the below doubts: 1) What is the use of scratchbox-devkit-apt-https-1.0.3-i386.tar.gz package? 2) What is the use of scratchbox-devkit-doctools-1.0.7-i386.tar.gz package?. It is a document generation tool. We can use this package to generate which

Re: gtkmozembed: why kill itself in destructor?

2009-01-14 Thread Eero Tamminen
Hi, ext Zhihai Wang wrote: Deal all, In EmbedPrivate.cpp, EmbedPrivate::~EmbedPrivate() { sWindowList-RemoveElement(this); sWidgetCount--; mNeedFav = PR_FALSE; if (mProgress) mProgress-Shutdown(); if (mEventListener) mEventListener-Shutdown(); mOwningWidget =

Re: gtkmozembed: why kill itself in destructor?

2009-01-14 Thread Eero Tamminen
Hi, ext Marius Gedminas wrote: kill (pid, SIGUSR1); kill (pid, SIGKILL); } Why shall we kill pid in the end? Can't the program exit normally? AFAIK it can be quite a bit faster. Normal process exit goes through a lot of destructor code, freeing things that are anyway freed by the

Re: No key events for virtual keyboard?

2009-01-09 Thread Eero Tamminen
Hi, ext Till Harbaum / Lists wrote: i have just ported tetrinet for linux to maemo. You can get this from the extras repository. While this works well on the n810's physical keyboard it doesn't work with the virtual keyboard (neither on my n800 running chinock nor an the n810 running

  1   2   3   4   5   6   >