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 17:31:46 +0000

I did send back to the group with a the following...

 

[quote]

Hi Daniele,

 

I've tried with both space at the end and beginning without success. I've also commented out the coming line above the new line you asked me to add.

 

Sadly I'm still getting the same error.

 

Any further thoughts?

 

Thanks again.

[/quote]

 

My atnok.c has this at the bottom..

 

 

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. */

        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 for GSM and PCN/DCS 1800 ", foundmodel, 53))

                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);

}

 

 

Still getting the same error.

 

Anything else I can check or debug?

 

Thanks for your time.

 

-----Original Message-----
From: gnokii-users-bounces+address@hidden [mailto:gnokii-users-bounces+address@hidden On Behalf Of Pawel Kot
Sent: 02 December 2011 16:58
To: Discussion forum for gnokii users.
Subject: Re: Nokia Premicell

 

Hi,

 

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

> Sorry Pawel,

> My error. Please see below.....

> echo "GNOKII" | gnokii --sendsms 07920459xxx --smsc 07786855xxx -r

 

You still did't apply Daniele's patch correctly. I've already pointed

out what you did wrong.

 

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]