Re: possible bug
Daniele Forsi <[email protected]>
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <CAN_we7P+QofLJmi9=Vvx+_+zvpZ2e1LoLzOoJDaFcuzDw1aYsw@mail.gmail.com> |
2012/10/20 Jon Berg: > Phone Nokia 3120 > > config: > [phone_1] > port = /dev/ttyUSB1 > model = AT > model = series40 > connection = serial > use_locking = no does it work with model = AT ? if it does I think that the problem is that we aren't actually copying the user data part in the nk6510/series40 driver, so in common/phones/nk6510.c after line 939 which is a call to ParseLayout() you can try to add: gn_sms_parse(data); -- Daniele Forsi