Ticket #472 (new defect)
wakeup after sms: no sms and state changes again
| Reported by: | arne.anka | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | framework/general | Version: | milestone5.5 |
| Keywords: | Cc: |
Description
when an sms comes in the fr wakes up alright, but never changes states again -- and thus never suspends again.
additionally, the sms is _not_ shown in zhone, neither does zhone display the sms nor is it listed in the messagebook. snipet from zhoen's log:
2009-08-29 23:05:33,016 INFO IDLE STATE = idle_dim 2009-08-29 23:05:39,016 INFO IDLE STATE = idle_prelock 2009-08-29 23:05:41,017 INFO IDLE STATE = lock 2009-08-29 23:05:43,017 INFO IDLE STATE = suspend
## fr resumes because of incoming sms
2009-08-29 21:06:44,794 INFO network status changed: dbus.Dictionary({dbus.String(u'code'): dbus.String(u'XXXXX', variant_level=1), dbus.String(u'cid'): dbus.String(u'XXXX', variant_level=1), dbus.String(u'act'): dbus.String(u'GSM', variant_level=1), dbus.String(u'provider'): dbus.String(u'E-Plus', variant_level=1), dbus.String(u'lac'): dbus.String(u'XXXX', variant_level=1), dbus.String(u'strength'): dbus.Int32(86, variant_level=1), dbus.String(u'mode'): dbus.String(u'automatic', variant_level=1), dbus.String(u'registration'): dbus.String(u'home', variant_level=1)}, signature=dbus.Signature('sv')) 2009-08-29 23:06:44,828 DEBUG Registered: E-Plus
even after several minutes the ususal state changes are not listed.
framework's log from resume:
2009.08.29 23:11:24.552 odeviced.kernel26 INFO Charging has been restarted, although power is still full. Ignoring 2009.08.29 23:11:26.526 ogsmd.device INFO org.freesmartphone.GSM.Network.Status: {'strength': 79, 'cid': u'XXXX', 'registration': 'home', 'lac': u'XXXX', 'act': 'GSM', 'code': u'XXXXX', 'mode': 'automatic', 'provider': u'E-Plus'} 2009.08.29 23:11:26.730 otimed INFO GSM: timezone 'Europe/Berlin?' 2009.08.29 23:11:30.566 ogsmd.device INFO org.freesmartphone.GSM.Network.SignalStrength?: 84
no mention of any sms whatsoever.
