Ticket #184 (closed defect: fixed)
org.freesmartphone.GSM.PDP.DeactivateContext broken recently?
| Reported by: | newkirk | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | framework/ogsmd | Version: | |
| Keywords: | DeactivateContext, gprs | Cc: |
Description
Up until a couple days ago I could deactivate GPRS with DeactivateContext?. (after bringing it up via "ActivateContext? internet3.voicestream.com x x")Probably 9 October I last know it to have worked. Updating regularly via FSO Unstable to resolve audio issues. Now (not sure exactly when it broke, some update between 9 oct and 13 oct) I get this:
# mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.PDP.DeactivateContext? /org/freesmartphone/GSM/Device: DeactivateContext? failed: org.freesmartphone.PDP.NotFound?
Seems to have lost 'GSM' there somehow...
j
Change History
Note: See
TracTickets for help on using
tickets.

DeactivateContext? will emit the NotFound? error if the context has beeen released in the meantime. You can verify this with GetContextStatus?(). This can happen due to loss of GSM connectivity. Please check the logs to confirm. You should always be able to ActivateContext?(...) again.
If you think you see another problem, please reopen. Thanks!