Re: AKA-based authentication in Maemo

2011-01-17 Thread Rémi Denis-Courmont
ation and > Key Agreement (AKA) as part of my protocol. > > Is there some interface for performing such an action in Maemo? This is not supported on the Linux side in Maemo 5. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki ___

Re: Unable to write to the serial port /dev/ttyS0 using QextSerialPort on Maemo device

2010-07-02 Thread Rémi Denis-Courmont
e USB CDC ACM interface of the PC suite profile. That will LOOK LIKE a COM port on Windows if you have the Nokia connectivity device drivers. On Maemo 5, that is called /dev/ttyGS2 but that device node is reserved by the N900 built- in AT commands handler. -- Rémi Denis-Courmont Nokia Devices R

Re: Unable to write to the serial port /dev/ttyS0 using QextSerialPort on Maemo device

2010-07-02 Thread Rémi Denis-Courmont
ead by the COM1 port on > my windows machine connected to the device via USB cable. You do realize that /dev/ttyS0 is the device for a physical serial port on Linux. Unless you have your Maemo device on a development jig, your device does not have a serial port. So no wonder that it is not workin

Re: PC Suite communication

2010-04-14 Thread Rémi Denis-Courmont
hard- coded in the g_nokia kernel module. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: DSP n900

2010-04-13 Thread Rémi Denis-Courmont
L API. The reference documentation is available from the Khronos Group website. > http://wiki.maemo.org/Programming_the_DSP was the very first hit when > entering "DSP maemo" on http://www.google.com . Yeah, and that page covers the 770, the N800 and the N810. Not quite what was a

Re: PC Suite App

2010-03-15 Thread Rémi Denis-Courmont
disabled (on the device side); you can enable it with 'ifup usb0' from the OSSO X terminal. oFono supports the remaining Nokia Phonet proprietary interface for cellular modem control. The functionality largely overlaps with Hayes AT commands through the virtual serial port. -- Rém

Re: Maemo code in Linux kernel?

2010-02-08 Thread Rémi Denis-Courmont
On Friday 05 February 2010 11:45:16 ext Yves-Alexis Perez, you wrote: > On 04/02/2010 13:13, Rémi Denis-Courmont wrote: > > I am surely missing some pieces. Not that some of the N900-related > > contributions were merged upstream after the 2.6.28 kernel. > > Obviously, ther

Re: Maemo code in Linux kernel?

2010-02-04 Thread Rémi Denis-Courmont
d, or not yet. We are still working on upstreaming the SSI port driver (the interface to the cellular modem) for instance. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki ___ maemo-developers mailing list maemo-developers@maemo.org

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Rémi Denis-Courmont
/input.h. | | 'value' is the value the event carries. Either a relative change for | EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for | release, 1 for keypress and 2 for autorepeat. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki

Re: How to capture ALL key events, no focus/No-GUI

2010-01-28 Thread Rémi Denis-Courmont
open the corresponding file(s) in /dev/input/. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: oFono

2010-01-10 Thread Rémi Denis-Courmont
nvestigated, but likely would fail too. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Debhelper 7

2009-12-15 Thread Rémi Denis-Courmont
t, but not the building part or does it? AFAICT, if you really want short and implicit rules, you could use CDBS. That works fine with any debhelper from version 4 and up. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki ___