Re: Problem with three keys pressed

2012-05-05 Thread Matan Ziv-Av
to recognize the fake key press/release events by analyzing the timing of those events, thus discarding these events and working around the hardware problem. But to my knowledge, noone has done it yet, and I do not expect anyone to actually do it. -- Matan Ziv-Av. ma

Re: Fremantle Community SSU

2010-11-01 Thread Matan Ziv-Av
On Mon, 1 Nov 2010, Mohammad Abu-Garbeyyeh wrote: New system packages, all of them are based on the latest gitorious sources. Do you think that the latest gitorious sources are a stable basis? Did you inspect the patches that were applied since PR1.3? hildon-desktop (with Matan's patches)

Re: Fremantle Community SSU

2010-11-01 Thread Matan Ziv-Av
On Mon, 1 Nov 2010, Andrew Flegg wrote: This is not a proper announcement for the SSU, but more of a prerelease before it's posted on talk.maemo.org, so please, do not post about this on talk. That does not sound right. It sounds like you are trying to split this small community into a few

Re: New Fremantle SDK major update

2010-10-25 Thread Matan Ziv-Av
On Mon, Oct 25, 2010 at 11:09 AM, tero.k...@nokia.com wrote: It is SDK PR 1.3. Are the packages in it (specifically: hildon-desktop, hildon-home, hildon-status-menu, libhildon) the same version as in PR1.3? -- Matan. ___ maemo-developers mailing

Re: Hacking hardware keyboard key press sequences

2010-06-07 Thread Matan Ziv-Av
On Mon, 7 Jun 2010, Dawid Lorenz wrote: Once upon a time I have hacked /usr/share/X11/xkb/symbols/nokia_vndr/rx-51 file in order to make typing Polish national characters easier using hardware keyboard. Namely, I've managed to work around Fn-Ctrl key sequence to disable on-screen keypad to

Re: Hacking hardware keyboard key press sequences

2010-06-07 Thread Matan Ziv-Av
On Mon, 7 Jun 2010, Dawid Lorenz wrote: On 7 June 2010 16:29, Matan Ziv-Av ma...@svgalib.org wrote: The sticky keys for shift and fn are implemented in gtk input filter (hildon-input-method-framework package), rather than in xkb. Since your fn+ctrl map is done in xkb

RE: Why should I write apps for Maemo?

2010-05-07 Thread Matan Ziv-Av
are not the source of the actual packages that will be in PR1.2? Can we get updated source packages? I am specifically interested in hildon-desktop packages (hildon-desktop, hildon-home, hildon-status-menu, etc.), and libhildon. -- Matan Ziv-Av. ma...@svgalib.org

RE: Why should I write apps for Maemo?

2010-05-07 Thread Matan Ziv-Av
On Fri, 7 May 2010, Kimmo Hämäläinen wrote: On Fri, 2010-05-07 at 13:21 +0200, ext Matan Ziv-Av wrote: On Fri, 7 May 2010, tero.k...@nokia.com wrote: ... I am specifically interested in hildon-desktop packages (hildon-desktop, hildon-home, hildon-status-menu, etc.), and libhildon. Those

Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-29 Thread Matan Ziv-Av
, not the developers. Maemo, on the other hand, has very few people who take other people's program and package them. Thus, you expect the developers to go through the QA process themselves, so this comparison is not really valid. -- Matan Ziv-Av. ma...@svgalib.org

Re: Builder now runs PR1.2 SDK with Qt 4.6 support

2010-03-27 Thread Matan Ziv-Av
Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: problem with dbus-scripts and Phone.SMS

2010-03-24 Thread Matan Ziv-Av
On Tue, 23 Mar 2010, Nicolas Chuche wrote: Ok, found why in dbus-scripts.c. It's not yet implemented :) : #if 0 [...] case DBUS_TYPE_ARRAY: { int current_type; DBusMessageIter

Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-22 Thread Matan Ziv-Av
On Mon, 22 Mar 2010, Graham Cobb wrote: On Monday 22 March 2010 11:20:53 Benoît HERVIER wrote: Because it ll be not be maintained anymore, and new versions will be publish only on my own repository. But as HAM, ignore packet as my repository isn't in the ham trusted list, there is here a

Re: Extras-testing improvements

2010-03-09 Thread Matan Ziv-Av
On Tue, 9 Mar 2010, Attila Csipa wrote: On Tuesday 09 March 2010 11:56:49 Matan Ziv-Av wrote: On Tue, 9 Mar 2010, Niels Breet wrote: You have to see that Extras should be for applications that are of a high quality. The Extras repository should not give any problems to people who are new

Re: Extras-testing improvements

2010-03-09 Thread Matan Ziv-Av
On Tue, 9 Mar 2010, Niels Breet wrote: You have to see that Extras should be for applications that are of a high quality. The Extras repository should not give any problems to people who are new to Maemo and have no clue how to work with linux for instance. Here's the problem, there seems to

Re: Dummy and USB network modules for icd2

2010-03-08 Thread Matan Ziv-Av
On Mon, 8 Mar 2010, Patrik Flykt wrote: The dummy network module for icd2 has been open sourced. The code is at http://maemo.gitorious.org/icd2-network-modules/libicd-network-dummy That's really great. Will you now upload the compiled package to a repository that is available on the device,

Re: External Repository and HAM

2010-03-08 Thread Matan Ziv-Av
On Mon, 8 Mar 2010, Graham Cobb wrote: On Monday 08 March 2010 13:09:52 Benoît HERVIER wrote: 2010/3/8 Thomas Perl th.p...@gmail.com: I don't know if Khertan's problem is technical or political The both, as i'm tired of fighting against bug and wrong thumb down in QA Testing. Thomas, I was

Bug in leds-lp5523.c - scheduling while atomic.

2010-02-10 Thread Matan Ziv-Av
Hello. The leds driver used on N900 - ledslp5523.c has a bug. The function lp5523_set_brightness() which might be called in interrupt context, or with interrupts disabled calls (eventually) i2c_smbus_xfer(), which might sleep, which is not allowed. The function should use a work queue, as

Re: Telephone API question - answering a call.

2010-01-27 Thread Matan Ziv-Av
answering a call. You can see a Python example for listening to a DBus signal with Python here: http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/DBus/DBus_in_Freemantle This does not include answering a call. -- Matan Ziv-Av. ma...@svgalib.org

Re: Where are the N900 too much time at 600Mhz safeguards?

2010-01-27 Thread Matan Ziv-Av
a large effect the system. BTW, is there a temperature sensor somewhere in the system like there is in the N810? -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https

Telephone API question - answering a call.

2010-01-26 Thread Matan Ziv-Av
Hello, how do I answer an incoming call from a C program (or command line, or a python program, for that matter)? -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: Is mauku open source, i.e free or is in non-free?

2010-01-26 Thread Matan Ziv-Av
), which would fail the DFSG definition and not being admittable to extras free in such a situation. If they are not free, they should not be in free section. Otherwise, why is that section called free? -- Matan Ziv-Av. ma...@svgalib.org

Re: Donate $x button on Packages and/or Downloads

2010-01-22 Thread Matan Ziv-Av
On Fri, 22 Jan 2010, Andrew Flegg wrote: On Fri, Jan 22, 2010 at 12:37, Matan Ziv-Av ma...@svgalib.org wrote: One immediate issue comes to mind - the actual connection of the donation seeker to the project needs to be prominently displayed, while now it can't be known. Most of the time, I'm

Re: Donate $x button on Packages and/or Downloads

2010-01-22 Thread Matan Ziv-Av
. The standard way of supporting applications should be patches. -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: D-Bus signals in python

2010-01-18 Thread Matan Ziv-Av
On Sat, 16 Jan 2010, Patrick Beck wrote: what does this command? I haven't seen any reaction. I have search for a documention too, but i have not found any, which describe your path. It is only in my version of hildon-desktop, and opens the launcher (application menu). An similar command in

D-Bus signals in python

2010-01-16 Thread Matan Ziv-Av
Hello, can someone please translate this to python for me: dbus-send --type=signal --session /com/nokia/hildon_desktop com.nokia.hildon_desktop.set_state int32:128 I found how to call methods, but sending signals does not appear to work. -- Matan Ziv-Av. ma

Re: Programmatically showing the desktop in Fremantle

2010-01-14 Thread Matan Ziv-Av
On Thu, 14 Jan 2010, obb770 wrote: Is there a way in Fremantle to programmatically change the view from application view directly to the desktop home view (perhaps similar to the com.nokia.hildon_desktop.exit_app_view dbus signal)? The specific use is for a standalone application that is

Re: hardware keyboard open event

2010-01-11 Thread Matan Ziv-Av
On Mon, 11 Jan 2010, Neal H. Walfield wrote: In an application I'm working on, I'd like to show the search tool bar if the user opens the hardware keyboard. Is there a way to detect this? I've tried searching but have had no success; perhaps I'm using the wrong keywords. Run the command

Re: Proposal: Karma-Whores protection mailing list

2010-01-03 Thread Matan Ziv-Av
is a temporary hack, and it is being replaced by a real solution as soon as possible. See the last line of this message: http://www.mail-archive.com/maemo-developers@maemo.org/msg20401.html -- Matan Ziv-Av. ma...@svgalib.org

Re: Automatically connect to dummy connection

2009-11-17 Thread Matan Ziv-Av
On Tue, 17 Nov 2009, Jey Han Lau wrote: I am trying to find a way to connect to a dummy connection automatically for a Nokia N810. I have bluetooth PAN installed and have scripts that make it pair it with another device automatically, but whenever I browse the web the Select a Connection

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

2009-11-01 Thread Matan Ziv-Av
On Sun, 1 Nov 2009, Andrew Flegg wrote: Then there's no benefit to having them visible in HAM. The tool which started this discussion, socat, could easily be installed by someone doing `apt-get install socat' as root. Do you know that almost any current Linux distribution has a GUI package

Re: extras-testing and WONTFIX ?

2009-10-23 Thread Matan Ziv-Av
of the software (like extras repository in diablo). If not, then there will be many small repositories as it was before the drive to get everything into extras. If many developers will not bother with extras, and Nokia will be unhappy about it, they will have to change the rules. -- Matan Ziv

Re: Maemo 5 Keymaps - The Saga of Pipe Tab

2009-10-15 Thread Matan Ziv-Av
On Thu, 15 Oct 2009, Roald de Vries wrote: fn-backspace for esc, fn-enter for tab, or whatever else you want. The key is, once we figure this out, you can remap to your heart's content. ;) ASCII has has 33 control characters, among which tab and esc. These can be typed in your terminal

Re: Optification breaks package on upgrade from non-optified older version

2009-10-15 Thread Matan Ziv-Av
On Thu, 15 Oct 2009, Attila Csipa wrote: On Thursday 15 October 2009 12:21:54 Thomas Perl wrote: Another problem is the slower startup speed, which is really noticeable now. That's another reason why I would like to go without optification. From what I heard that was also the reason why

Re: How to use extras-testing correctly?

2009-09-24 Thread Matan Ziv-Av
On Thu, Sep 24, 2009 at 3:25 PM, gary liquid liq...@gmail.com wrote: you have installed an app from the -testing repository. you are therefore signing up to be a tester. Or a new version which includes a feature / bugfix you really want is in quarantine. -- Matan Ziv-Av

Re: N900 usb host + power charge

2009-09-19 Thread Matan Ziv-Av
, and need a driver anyway, you can implement such driver over existing transports such as serial or ethernet. -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org

Re: Considering /opt and MyDocs in your packages

2009-09-10 Thread Matan Ziv-Av
On Thu, 10 Sep 2009, Aniello Del Sorbo wrote: We developers already maintain different packages for different Maemo versions, at least Maemo 4 and Maemo 5 as there are too many differences. A Diablo/Chinook/Bora/Gregale package etc won't include this /opt packaging idea (that, indeed, I

Re: Considering /opt and MyDocs in your packages

2009-09-10 Thread Matan Ziv-Av
On Thu, 10 Sep 2009, David Weinehall wrote: On ons, 2009-09-09 at 23:48 +0200, ext Matan Ziv-Av wrote: On Wed, 9 Sep 2009, Andrew Flegg wrote: On Wed, Sep 9, 2009 at 16:22, Attila Csipama...@csipa.in.rs wrote: On Wednesday 09 September 2009 17:09:17 Andrew Flegg wrote: Of course, if maemo

Re: Considering /opt and MyDocs in your packages

2009-09-10 Thread Matan Ziv-Av
On Thu, 10 Sep 2009, David Greaves wrote: Matan Ziv-Av wrote: On Wed, 9 Sep 2009, David Greaves wrote: Matan Ziv-Av wrote: On Wed, 9 Sep 2009, Andrew Flegg wrote: * Use of /opt is perhaps now a QA requirement for Extras * Can we somehow add a /opt check into minimae/maemian

Re: Considering /opt and MyDocs in your packages

2009-09-10 Thread Matan Ziv-Av
On Thu, 10 Sep 2009, Mohammed Hassan wrote: On Thu, 2009-09-10 at 08:48 +0200, ext Matan Ziv-Av wrote: On Thu, 10 Sep 2009, David Weinehall wrote: On ons, 2009-09-09 at 23:48 +0200, ext Matan Ziv-Av wrote: On Wed, 9 Sep 2009, Andrew Flegg wrote: On Wed, Sep 9, 2009 at 16:22, Attila Csipama

Re: Considering /opt and MyDocs in your packages

2009-09-09 Thread Matan Ziv-Av
On Wed, 9 Sep 2009, Andrew Flegg wrote: On Wed, Sep 9, 2009 at 16:22, Attila Csipama...@csipa.in.rs wrote: On Wednesday 09 September 2009 17:09:17 Andrew Flegg wrote: Of course, if maemo-optify were really clever, it'd also handle patterns like the above and produce /opt/bob/share/foo, but

Re: Considering /opt and MyDocs in your packages

2009-09-09 Thread Matan Ziv-Av
On Wed, 9 Sep 2009, David Greaves wrote: Matan Ziv-Av wrote: On Wed, 9 Sep 2009, Andrew Flegg wrote: * Use of /opt is perhaps now a QA requirement for Extras * Can we somehow add a /opt check into minimae/maemian? Is it possible, and is it sensible? Please recall that maemo5

Re: Trouble Uploading to Diablo and Fremantle

2009-07-08 Thread Matan Ziv-Av
On Wed, Jul 8, 2009 at 9:31 PM, Kenneth Loafmankenn...@loafman.com wrote: When I try to dput to Diablo or Fremantle I get: [sbox-FREMANTLE_X86: ~/workspace/duplicity] dput -f fremantle-extras-builder build/duplicity_0.6.02-0maemo1_source.changes Uploading to fremantle-extras-builder (via

Re: QA from extras-devel to extras-testing

2009-05-01 Thread Matan Ziv-Av
manages maemo. How about leaving extras as is, and setting up a new repository called nokia_approved_applications_if_you_install_packages_from_another_repository_the_world_will_end where you do whatever QA you want to do. -- Matan Ziv-Av. ma...@svgalib.org

Re: Running multiple maemo-launchers?

2009-04-19 Thread Matan Ziv-Av
On Sat, 18 Apr 2009, Qole wrote: I'm trying to run Mer apps and Maemo apps side by side, but there seems to be some conflict between the two versions of maemo-launcher. Once the Mer maemo-launcher starts running, Maemo apps (the ones dependent on maemo-launcher) quit launching, even though

.desktop file

2009-02-18 Thread Matan Ziv-Av
, 0x73, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73 -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: .desktop file

2009-02-18 Thread Matan Ziv-Av
not appear in the running task list. BTW, I copied the desktop from maemo-periodic, which is also a python program. maemo-periodic has X-Osso-Service in .desktop file, does not have an Exec line in .service file, and still works from the menu. -- Matan Ziv-Av. ma

Re: Fullscreen Java Swing JFrame on Maemo?

2009-01-22 Thread Matan Ziv-Av
that - wmctrl. The following command toggles the full screen mode of the current window: wmctrl -r :ACTIVE: -b toggle,fullscreen -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: KeyPad guard and Screen orientation

2009-01-20 Thread Matan Ziv-Av
com.nokia.mce.request.get_tklock_mode -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How I can deploy an Ad-Hoc WLAN connection with terminal commands?

2008-12-12 Thread Matan Ziv-Av
run gconftool-2 -R /system/osso/connectivity/IAP and look at the output. -- Matan Ziv-Av. ma...@svgalib.org ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How I can deploy an Ad-Hoc WLAN connection with terminal commands?

2008-11-27 Thread Matan Ziv-Av
On Thu, 27 Nov 2008, Martin Wegner wrote: Hello, I have a Nokia N800 Device and currently I use iwconfig to deploy an Ad-Hoc WLAN connection with this commands: /sbin/ifconfig wlan0 up /sbin/ifconfig wlan0 192.168.1.1 netmask 255.255.255.0 /sbin/iwconfig wlan0 mode Ad-Hoc essid Kopan key

Re: RE: Integration with hildon desktop

2008-10-01 Thread Matan Ziv-Av
. A lot of applications only have scalable and 26x26 icons, and that seems to work fine. -- Matan Ziv-Av. [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo

Packaging changes to base system.

2008-09-23 Thread Matan Ziv-Av
created now includes those files with different names and the postinst script to rename them, since otherwise it will conflict with the original package (again, required by osso-software-version). Is there a better way to achieve this? TIA for any answers, -- Matan Ziv-Av

[maemo-developers] Re: Span filesystem across both SD cards?

2007-02-02 Thread Matan Ziv-Av
/ -- Matan Ziv-Av.[EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] On screen keyboard questions

2006-11-11 Thread Matan Ziv-Av
? Is there a way to configure the on screen keyboard (fonts used for the displayed keys, for example)? -- Matan Ziv-Av. [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo

[maemo-developers] Re: Unresolved issues (Week 43)

2006-10-30 Thread Matan Ziv-Av
Let me answer this, based on my understanding with OMAP1/2, eventhough I am not the developer of flasher. What flasher tries to do is to establish USB level communication with the hardware/OMAP1 chip and can do cold flash, when the device has nothing on it. At this time it has to use ROM code

[maemo-developers] Selecting the dummy internet access in the connection manager from the command line

2006-09-09 Thread Matan Ziv-Av
manager). -- Matan Ziv-Av. [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] PPTP

2006-08-10 Thread Matan Ziv-Av
binary available seperately at http://www.arava.co.il/matan/770/ ). configuration files specific to Ben-Gurion University PPTP network. -- Matan Ziv-Av. [EMAIL PROTECTED] ___ maemo-developers mailing list maemo-developers@maemo.org