Re: E63 as generic At Modem?

2010-06-01 Thread Arun Ravindran
Hi, On Mon, May 31, 2010 at 4:54 PM, Aki Niemi a...@protocolpolice.com wrote: Hi Arun, 2010/5/31 Arun Ravindran arun...@gmail.com: Hello All, I am running the latest ofono in my ubuntu 9.10, under virtual box. I have connected my E63 through USB and I can see that the isimodem up

[PATCH] Introduction of HACKING file in phonesim

2010-06-01 Thread Naresh Mehta
Signed-off-by: Naresh Mehta nareshte...@gmail.com --- HACKING | 102 +++ 1 files changed, 102 insertions(+), 0 deletions(-) create mode 100644 HACKING diff --git a/HACKING b/HACKING new file mode 100644 index 000..33eae20 ---

Issue in concatenated message

2010-06-01 Thread సత్య కిషోర్
Hi all, While receiving concatenated message more than 30 segments, then 31st segment is concatenated at the beginning of the message. After that (i.e. 32nd segment) remaining segments are concatenated after 30th segment. It is observed in ofono-0.21 version of oFono source. It is identified

Running ofono on n900 natively

2010-06-01 Thread Nicola Mfb
Hi! I'm trying to run ofono on n900 natively, with debian sid installed on an external SD card (not using meego just to have an easy build environment directly on the device, kernel, modules and firmware copied from maemo pr 1.2). I activated the phonet0 with the command:

Ofono with Sagem Hilo GPRS

2010-06-01 Thread Bouteille Yoann
Hi, I'am trying to work with the Ofono stack in our development around Sagem Hilo GPRS hardware (SAGEM HiC,A.005.00). So I git the sources, make and install it, configure to use the atgen plugin and the atmodem driver. Then I try to execute some tests' scripts :   enable-modem   enter-pin  

Re: Reg. New features like EMS and MMS

2010-06-01 Thread Denis Kenzior
Hi Satya, Hi, I am interested to know about the features like EMS (Enhanced Messaging Service) and MMS (upload/download) are going to support by oFono or not ? EMS feature is something we'd like to have but it is near the bottom of the list priority wise. See the TODO in git. MMS

Re: [PATCH] Introduction of HACKING file in phonesim

2010-06-01 Thread Denis Kenzior
Hi Naresh, Signed-off-by: Naresh Mehta nareshte...@gmail.com We don't use Signed-off-by in ofono / phonesim. Fixed it for you, but please keep that in mind next time. --- HACKING | 102 +++ 1 files changed, 102

Re: [PATCH 1/1] Huawei E176: Mark primary and secondary device at ofono.rules TODO: Fix sim_add detection, add E1552 idProduct to ofono.rules

2010-06-01 Thread Denis Kenzior
Hi Kalle, Marcel Holtmann mar...@holtmann.org writes: Hi Kalle, Hallo Marcel, I personally would prefer a solution which would dynamically probe the ports and choose them based on results. I believe modemmanager does something like this, but I haven't looked in detail. we should

Re: Ofono with Sagem Hilo GPRS

2010-06-01 Thread Denis Kenzior
Hi Andrew, Hi, On 1 June 2010 21:11, Denis Kenzior denk...@gmail.com wrote: Hi Yoann, snip ofonod[3221]: src/modem.c:get_modem_property() modem 0x8142058 property status-poll-interval ofonod[3221]: AT+CSIM=8,A0F200C0\r ofonod[3221]: AT+CSIM=8,A0F200C0\r\r\n+CME ERROR: 3\r\n

Re: Ofono with Sagem Hilo GPRS

2010-06-01 Thread andrzej zaborowski
Hi, On 1 June 2010 23:17, Denis Kenzior denk...@gmail.com wrote: ofonod[3221]: src/modem.c:get_modem_property() modem 0x8142058 property  status-poll-interval ofonod[3221]: AT+CSIM=8,A0F200C0\r ofonod[3221]: AT+CSIM=8,A0F200C0\r\r\n+CME ERROR: 3\r\n The culprit was sim polling which

Re: Ofono with Sagem Hilo GPRS

2010-06-01 Thread andrzej zaborowski
Hi Denis, On 2 June 2010 00:13, Denis Kenzior denk...@gmail.com wrote: If the device doesn't have a removable card, and there's a vendor-specific PROACTIVE COMMAND notification then there's no point polling.  If the card is removable and modem doesn't support AT+CSIM, we can send the status

Re: [PATCH 10/11] stkutil: Add the Call Control envelope builder

2010-06-01 Thread Andrzej Zaborowski
On 31 May 2010 14:47, Andrzej Zaborowski andrew.zaborow...@intel.com wrote: ---  src/stkutil.c |  175 -  src/stkutil.h |   31 ++  2 files changed, 204 insertions(+), 2 deletions(-) Please ignore this patch and the following

Re: [PATCH 08/11] Add a buffer size parameter to convert_utf8_to_gsm

2010-06-01 Thread Denis Kenzior
Hi Andrew, This is needed when encoding a string into gsm that needs to fit a in a given number of bytes. Just taking the first N bytes of the resulting string may leave you with byte 1 of a two-byte character at the end of the buffer. As far as I can tell there's no easier way to avoid

RE: [PATCH] Introduction of HACKING file in phonesim

2010-06-01 Thread Gu, Yang
Hi Naresh, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Naresh Mehta Sent: Tuesday, June 01, 2010 5:36 PM To: ofono@ofono.org Subject: [PATCH] Introduction of HACKING file in phonesim + +When using ./configure --enable-maintainer-mode the

RE: [PATCH] Introduction of HACKING file in phonesim

2010-06-01 Thread Marcel Holtmann
Hi Yang, +When using ./configure --enable-maintainer-mode the automake scripts will +use the plugins directly from within the repository. This removes the need +to use make install when testing phonesim. The bootstrap-configure +automatically includes this option. + + Run phonesim in