Closed
Bug 826345
Opened 12 years ago
Closed 12 years ago
BT settings do not respond after turning BT and Wifi on and off repeatedly
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect, P1)
Tracking
(blocking-basecamp:+)
People
(Reporter: ggrisco, Assigned: jj.evelyn)
Details
(Whiteboard: [cr 436586])
Attachments
(1 file)
1. Reboot the device
2. Turn WIFI ON and then WIFI OFF quickly (<2s)
3. Turn WIFI ON and then BT ON quickly (<4s)
4. Turn OFF BT
5. Turn OFF WIFI
6. Turn BT ON and then BT OFF quickly (<2s)
7. Turn BT ON and then WIFI ON quickly (<4s)
8. Turn OFF WIFI
9. Turn OFF BT
Repeat steps 2-9 for 20 times
Expected Result:
================
BT, WIFI should turn ON and then turn OFF without any issues
Actual Result:
==============
BT, WIFI hangs at the completion of first iteration itself. At the end of first iteration, either BT settings is not responding, or WIFI settings are not responding, or both BT, WIFI are not responding.
| Reporter | ||
Updated•12 years ago
|
blocking-basecamp: --- → ?
| Reporter | ||
Updated•12 years ago
|
Whiteboard: cr 436586
Updated•12 years ago
|
Whiteboard: cr 436586 → [cr 436586]
Comment 1•12 years ago
|
||
Evelyn, can you take to investigate?
Assignee: nobody → ehung
blocking-basecamp: ? → +
Priority: -- → P1
Target Milestone: --- → B2G C4 (2jan on)
| Assignee | ||
Comment 2•12 years ago
|
||
I'm wondering the build number, because we did blocking input when BT/WIFI is initialing, to prevent asynchronized states between device interface and UI. On my unagi with latest build, it's not possible to turn BT/WIFI on and off within 2 seconds, because we gray-out(disabled) the switch before getting the response from device interface.
Comment 3•12 years ago
|
||
(In reply to Evelyn Hung [:evelyn] from comment #2)
> I'm wondering the build number
Looking at the issue history, it was reported by Test on AU 156 [1], so that's:
gaia @ 63f7b9ca0cacde
gecko @ 8dbe4cc16746bf
[1] https://www.codeaurora.org/gitweb/quic/b2g/?p=manifest.git;a=commitdiff;h=83e3438d0a7ca440e2d6b3952efc3d92a65cd559
| Assignee | ||
Comment 4•12 years ago
|
||
The gaia commit number is in nightly branch, there are 73 commits! Hard to identify which one causes the problem. :'(
| Assignee | ||
Comment 5•12 years ago
|
||
But we know it's 2012-12-24 Gaia build.
Comment 6•12 years ago
|
||
I found easier STR.
STR:
1. Launch Settings app and choose Wi-Fi
2. Quick click on Wi-Fi toggle several times
3. Click the "<" to back to menu right previous steps
4. Enter Wi-Fi settings and trigger the toggle.
Expected Result:
*. The toggle can be triggered correctly
Actual Result:
*. The toggle is broken
Keywords: qawanted
Comment 7•12 years ago
|
||
Hi Al,
After the STR, the Wi-Fi toggle is really broken in B2G 2013-01-07-10-58-06 build.
(https://pvtbuilds.mozilla.org/pub/mozilla.org/b2g/nightly/mozilla-b2g18-unagi/2013/01/2013-01-07-10-58-06/)
Is Evelyn working on this bug? Could I take this?
Thanks. :)
Comment 8•12 years ago
|
||
(In reply to Evan Tseng from comment #7)
> Hi Al,
>
> After the STR, the Wi-Fi toggle is really broken in B2G 2013-01-07-10-58-06
> build.
> (https://pvtbuilds.mozilla.org/pub/mozilla.org/b2g/nightly/mozilla-b2g18-
> unagi/2013/01/2013-01-07-10-58-06/)
>
> Is Evelyn working on this bug? Could I take this?
> Thanks. :)
I'm looking on this. I know how this happened but still figuring out it's a Gecko or a Gaia bug.
Eric
Comment 9•12 years ago
|
||
Hi Eric,
I'm Evan in Taipei Gaia team.
If you have any problem need help, please let me know.
I'm finding bb+ bugs no one is working on.
Comment 10•12 years ago
|
||
(In reply to Evan Tseng from comment #9)
> Hi Eric,
>
> I'm Evan in Taipei Gaia team.
> If you have any problem need help, please let me know.
> I'm finding bb+ bugs no one is working on.
You could talk to Rudy or Evelyn later to see if they can redirect a bug to you.
Eric
| Assignee | ||
Comment 11•12 years ago
|
||
I'm working on this bug. It's really an old problem that I'm trying to fix it for a long time.
This issue may need Gecko Bluetooth fix as well as Gaia writing settings fix. The problems are:
1. Bluetooth onadapteradded event didn't be passed to child process successfully.
2. Settings app didn't lock the UI on the right moment.
| Assignee | ||
Comment 12•12 years ago
|
||
I file a issue for Gecko fix: bug 827759. and keep this for Gaia fix which is locking Wifi/BT UI in the correct time.
| Assignee | ||
Comment 13•12 years ago
|
||
This patch partially fix the problem here. We still need the patch of bug 827759 to completely fix the problem.
Attachment #699273 -
Flags: review?(timdream+bugs)
Updated•12 years ago
|
Attachment #699273 -
Flags: review?(timdream+bugs) → review+
Comment 14•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•