gnokii-users
[Top][All Lists]
Advanced

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

Re: Send Or Receive Long Sms with gnokii


From: Asep Andria I.W., ST.
Subject: Re: Send Or Receive Long Sms with gnokii
Date: Tue, 05 Jun 2007 16:10:41 +0700
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Pawel Kot wrote:
Hi,

On 6/5/07, Asep Andria I.W., ST. <address@hidden> wrote:
In a new model (modern) mobile phone we can get a long sms (more than
160 chars) in 1 time.

Even with old Nokias

Even we can send a long sms (more than 160 chars).

Right.

Of course i know even we can send a long sms, the sms provider would
charge the sms by 160 chars.

You mean: will charge us for every part? Correct.

Is there a way to get long sms on 1 record in gnokii?
Is there a way to send long sms from 1 record in gnokii?

What is record? gnokii does not have any records?

If so, which source code i can change to get this things work?
I'm using mysql as a backend database. I try to change to inbox table
for text field from varchar(160) to text field type but still no luck.
Still receive long sms cutten by 160 chars.

You mean smsd?

take care,
pkot
Right, gnokii does not have any records. I mean smsd.
How to make smsd save a long message in 1 record on a database?

I found this line on smsd\mysql.c

text = g_malloc (strlen ((gchar *) data->user_data[0].u.text) * 2 + 1);

It seems the line above explain how the smsd get the text from mobile phone. But still confuse.

Regatds,
A. Andria




reply via email to

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