Ticket #62 (closed defect: fixed)
ogsmd problems - zphone fails to start dialer on prepaid (and show contacts/sms)
| Reported by: | torindel@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | major | Milestone: | milestone2 |
| Component: | framework/ogsmd | Version: | 2.0 |
| Keywords: | Cc: |
Description
when you press dialler in zphone it hangs for sometime (30sec?) and unhangs doing nothing. sms/contacts open but are empty. dialler opened on milestone1. non pre-paid card from same network works. ogsmd yells about unparsed input (e.g. network banners/advertisements) (PARSER DEBUG: WARNING: UNDEFINED PARSER STATE!)
Attachments
Change History
Changed 5 years ago by torindel@…
partial frameworkd output with debug in parser.py
comment:1 Changed 5 years ago by torindel@…
with debug turned on i had got that advertisement about 20 second later than usual (probably it was just luck), dialer worked for a moment till parser started yelling again after adv got in
comment:2 Changed 5 years ago by torindel <torindel@…>
Just noticed that those are actually sms -_-;
Changed 5 years ago by torindel <torindel@…>
- Attachment parser.patch added
patch allowing \r and \n inside "" brackets
comment:3 Changed 5 years ago by torindel <torindel@…>
that fixes it, now those advertisement sms'es are handled corectly
comment:4 follow-up: ↓ 5 Changed 5 years ago by daniel
- Owner changed from mickey to daniel
- Status changed from new to assigned
This should now be fixed in [4014cf6316ca2faebf3a666556a5a992966e74b9], please test.
Changed 5 years ago by torindel <torindel@…>
- Attachment parser.py.diff added
comment:5 in reply to: ↑ 4 Changed 5 years ago by torindel <torindel@…>
Replying to daniel:
This should now be fixed in [4014cf6316ca2faebf3a666556a5a992966e74b9], please test.
you missed "self."

partial frameworkd output