Command line to change master volume (N810)

2010-06-22 Thread dc101
Hi, I've been searching around to find a command (dbus most likely) to change the master volume. I've found one for N900 (using MAFW), but not for N810. Does anyone know if it is possible? Thanks, dc101x ___ maemo-developers mailing list maemo-develope

Re: NokiaSDK (with latest updates): error compiling a QtMobility application for Maemo target

2010-06-22 Thread Fred Duarte
Hi, Andrea. I've had the same issue for a while and I've opened a bug report for it: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1614 In my case, the error occurs only when building projects of template type 'SUBDIRS' for maemo using the QtCreator. If this is also your case, then I'm sor

NokiaSDK (with latest updates): error compiling a QtMobility application for Maemo target

2010-06-22 Thread Andrea Grandi
Hi all, I've upgraded Nokia SDK today and lot fo packages now are 1.0.0 or 2.0.0 so they should be almost the final release. I tried to compile a QtMobility application I'm working on and I can say I've no problem with Simulator: I can compile for this target and run my application on it without a

Re: Removing packages from Fremantle extras-devel

2010-06-22 Thread Francesco Baldassarri
Thanks so much Niels Brett, but mmm I think that the package has been re-imported: Package imported System 2010-06-22 13:41 UTC Package has been removed System 2010-06-22 13:17 UTC Is normal? Thanks, Francesco Baldassarri Il giorno 22/giu/2010, alle ore 15.36, Niels Breet ha scritto: >> Hi

Re: Removing packages from Fremantle extras-devel

2010-06-22 Thread Niels Breet
> Hi guys, > I'm looking for a procedure to remove packages uploaded in extras-devel. I > read that there isn't actually a real way to do this and it can be > operated only manually for us by maemo.org admin. > For now, there is no nice package removal interface indeed. > Can someone help me to re

Failed to upload package through dput

2010-06-22 Thread Ben Lau
Hi , I would like to upload my OSS project to maemo . However, I never can make it work with dput. The output of dput command is > dput -f fremantle-extras-builder penpen_0.2-1_armel.changes Uploading to fremantle-extras-builder (via scp to drop.maemo.org): This is a restricted account. Warning

Re: libosso-abook-1.0 and librtcom-eventlogger

2010-06-22 Thread Graham Cobb
On Tuesday 22 June 2010 06:20:26 saurabh aggarwal wrote: > So, are we supposed to produce multiple binaries for every version of Maemo > platform? That doesn't sound right. The answer is: it depends. In general in Linux, an application developed on one version will often work on later versions (

Re: libosso-abook-1.0 and librtcom-eventlogger

2010-06-22 Thread saurabh aggarwal
So, you mean if we build with PR 1.2 SDK, then if the dependencies are correctly setup, the resulting build should work for PR 1.1 as well (as PR 1.1 will be automatically updated). We did find that the binary we made with the PR 1.1 SDK, when installed on PR 1.2 device, the layout is not consiste

Re: libosso-abook-1.0 and librtcom-eventlogger

2010-06-22 Thread Daniil Ivanov
What you should do is to include strict dependency to libosso-abook-1.0 in dependencies of your package. Then during installation process of your application apt will automatically pull the newer versions of libraries on devices with PR1.1. Thanks, Daniil. On Tue, Jun 22, 2010 at 10:57 AM, Da

Re: libosso-abook-1.0 and librtcom-eventlogger

2010-06-22 Thread Daniil Ivanov
Hi Saurabh! Have you heard about Windows Vista? Thanks, Daniil. On Tue, Jun 22, 2010 at 8:20 AM, saurabh aggarwal wrote: > So, are we supposed to produce multiple binaries for every version of Maemo > platform? That doesn't sound right. > > Unfortunately, I am new to linux applications and h