gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nokia Premicell


From: Tristan Drinkwater
Subject: Re: Nokia Premicell
Date: Fri, 2 Dec 2011 18:22:08 +0000

Hi,

Sorry to sound stupid, but what do you mean about quoting messages?

Sent from my HTC

----- Reply message -----
From: "Pawel Kot" <address@hidden>
To: "Discussion forum for gnokii users." <address@hidden>
Subject: Nokia Premicell
Date: Fri, Dec 2, 2011 6:11 pm



Hi,

Can you please properly quote the messages? Thanks.

On Fri, Dec 2, 2011 at 18:58, Tristan Drinkwater <address@hidden> wrote:

Please apply the following changes.

> void at_nokia_init(char* foundmodel, char* setupmodel, struct gn_statemachine *state)
> {
>        /* block writing of phone memory on nokia phones other than */
>        /* 8210. if you write to the phonebook of a eg 7110 all extended */
>        /* information will be lost. */

dprintf("entering at_nokia_init\n");

>        if (strncasecmp("8210", foundmodel, 4))
>                writephonebook = at_insert_send_function(GN_OP_WritePhonebook, WritePhonebook, state);
>
>        /* premicell does not want sms centers in PDU packets (send & */
>        /* receive) */
>        if (!strncasecmp("0301", foundmodel, 4) || !strncasecmp("Nokia Cellular Data Adapter", foundmodel, 27))
{
   dprintf("no smsc\n");
>                AT_DRVINST(state)->no_smsc = 1;
}
>        /* Nokias support just mode 1 */
>        AT_DRVINST(state)->cnmi_mode = 1;
>
>        at_insert_recv_function(GN_OP_AT_IncomingSMS, ReplyIncomingSMS, state);
> }

take care,
--
Pawel Kot

_______________________________________________
gnokii-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/gnokii-users



Micro Peripherals Limited.
Registered Office: Shorten Brook Way, Altham Business Park, Altham,
Accrington, Lancs. BB5 5YJ. Tel: (01282) 776776 Fax: (01282) 858790
Micro Peripherals Limited. Registered in England No. 1511931. VAT No. GB 864 4387 91

DISCLAIMER:
This e-mail and attachments are confidential and are intended solely for the use of the individual to
whom it is addressed. Any views or opinions presented are solely those of the author and do not
necessarily represent those of Micro Peripherals Limited.
If you are not the intended recipient, be advised that you have received this Email in error and that
any use, dissemination, forwarding, printing, or copying of this Email is strictly prohibited. If this
transmission is received in error please notify the sender immediately and delete this message from
your E-mail system.
All electronic transmissions to and from Micro Peripherals Ltd are recorded and may be monitored.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]