Closed
Bug 925184
Opened 12 years ago
Closed 12 years ago
[B2G][Settings] The user cannot export contacts to the memory card when USB Storage is enabled
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:koi+, b2g-v1.2 verified)
| Tracking | Status | |
|---|---|---|
| b2g-v1.2 | --- | verified |
People
(Reporter: KTucker, Assigned: arcturus)
Details
(Whiteboard: burirun2)
Attachments
(2 files)
Description:
The user cannot export contacts to the memory card when USB Storage is enabled even though the phone is not plugged into the computer. The user has to turn USB Storage off in settings to export the contacts to the memory card.
Repro Steps:
1) Updated Buri to Build ID: 20131009004001
2) Tap on the "Settings" icon.
3) Scroll down and enable USB Storage.
4) Tap the "Home Button" on the phone and tap on the "Contacts" icon.
5) Tap on the "Settings" icon in contacts.
6) Tap on "Export Contacts".
Actual:
The "Memory card" is grayed out even though the phone is not plugged into the computer.
Expected:
The "Memory card" is not grayed out when the phone is not plugged into the computer with USB Storage enabled.
Environmental Variables
Device: Buri v 1.2.0 Mozilla RIL
Build ID: 20131009004001
Gecko: http://hg.mozilla.org/releases/mozilla-aurora/rev/e5edb484e2a9
Gaia: 672c47bf94b69a329e0aacb9228a6aa16ade6226
Platform Version: 26.0a2
RIL Version: 01.02.00.019.056
Notes:
Repro frequency: 100%
See attached: video clip
| Reporter | ||
Comment 1•12 years ago
|
||
This issue does not reproduce on Leo v 1.1.0 Mozilla Rill because the "Export Contact" functionality was not implemented on that version.
Environmental Variables
Device: Leo v 1.1.0 Mozilla COM RIL
Build ID: 20131001041206
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/c630289d6388
Gaia: 02b975e6ce12922928c74276ac7d19432a03f126
Platform Version: 18.1
RIL Version: 01.01.00.019.240
Updated•12 years ago
|
blocking-b2g: --- → koi?
Updated•12 years ago
|
Whiteboard: Burirun2 → burirun2
Comment 3•12 years ago
|
||
This is not a settings app bug according to comment 0.
Component: Gaia::Settings → Gaia::Contacts
Flags: needinfo?(timdream)
| Assignee | ||
Comment 4•12 years ago
|
||
We will need to investigate if we can access the sdcard when no cable is connected.
So far we are checking for the settings preference, and even if the cable is not connected if it's setup, we just detect this setting and disable the button.
Assignee: nobody → francisco.jordano
Comment 5•12 years ago
|
||
it does not seem like Bug 911075 fixed this bug
triage: koi+ as the 911075 koi+ bug did not seem to fix this
blocking-b2g: koi? → koi+
Updated•12 years ago
|
Target Milestone: --- → 1.2 C3(Oct25)
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #5)
> it does not seem like Bug 911075 fixed this bug
> triage: koi+ as the 911075 koi+ bug did not seem to fix this
I don't think bug 911075 will fix this bug, according to our original implementation, we are just looking for USB mass storage setting, not for the cable being plugged or unplugged.
Will try to have something ready soon.
Thanks!
F.
| Assignee | ||
Comment 7•12 years ago
|
||
Attachment #819626 -
Flags: review?(jmcf)
| Assignee | ||
Comment 8•12 years ago
|
||
Changed the approach to do this, now not listening to the setting, but just the sdcard change. Will be triggered if the setting is enabled and we plug the cable.
While the sdcard is being shared (used as mass storage when cable plug), we will disable the use of this functionalities.
Thanks
F.
| Assignee | ||
Comment 9•12 years ago
|
||
Hi Jose,
just added the suggestions.
Thanks
F.
Flags: needinfo?(jmcf)
Updated•12 years ago
|
Attachment #819626 -
Flags: review?(jmcf) → review+
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(jmcf)
Resolution: --- → FIXED
Comment 11•12 years ago
|
||
Uplifted 1d832634550de25526eaf93137940f9fd73a4c7f to:
v1.2: bd6199bc5482122d4f5bcb2110f157e6d24d9185
status-b2g-v1.2:
--- → fixed
Comment 12•12 years ago
|
||
This issue no longer reproduces on Buri v 1.2 11/07 build.
The "Memory card" is not grayed out when the phone is not plugged into the computer with USB Storage enabled.
Environmental Variables
Device: Buri v 1.2.0 Mozilla RIL
Build ID: 20131107004003
Gecko: http://hg.mozilla.org/releases/mozilla-b2g26_v1_2/rev/26f1e160e696
Gaia: 590eb598aacf1e2136b2b6aca5c3124557a365ca
Platform Version: 26.0
Firmware Version: US_20131104
You need to log in
before you can comment on or make changes to this bug.
Description
•