Closed
Bug 919469
Opened 11 years ago
Closed 11 years ago
After rebooting the phone, singleVariant are reinstalled
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(firefox26 fixed, firefox27 fixed, b2g-v1.2 fixed)
RESOLVED
FIXED
mozilla27
People
(Reporter: macajc, Assigned: macajc)
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
1.76 KB,
patch
|
fabrice
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Sorry about the empty c0, I hit submit by error.
STR:
1. Create a build with single variant operator apps
2. Boot the phone a first time
3. Operator apps are installed
4. Shutdown the phone (either normally or removing the battery)
5. Reboot the phone
Expected:
Operator apps are not installed again
Actual:
Operator apps are installed again. The user isn't really impacted (since 'installed again' just means the installation is launched but doesn't succeed since the apps were installed previously).
The root cause is the default value for the preference is incorrect. It's false and it should be true. Also, the preference file should be saved after modifying it so if the phone is shut down incorrectly (removing the battery) the change isn't lost.
Summary: After rebooting the phone, singleVariant → After rebooting the phone, singleVariant are reinstalled
Assignee | ||
Comment 2•11 years ago
|
||
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Operator Single Variant Apps
User impact if declined: The system will try to install the operator apps every time the phone is booted. The user will be notified of this.
Testing completed (on m-c, etc.):
Risk to taking this patch (and alternatives if risky): Very low, it's just modifying the default value of a pref and ensuring the prefs are saved when the system is shut down incorrectly.
String or IDL/UUID changes made by this patch: None
Attachment #808524 -
Flags: review?(fabrice)
Attachment #808524 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Whiteboard: [systemsfe]
Updated•11 years ago
|
Attachment #808524 -
Flags: review?(fabrice) → review+
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
The try run finished only with one problem that is already reported and it's not related with this, so requesting checkin
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Updated•11 years ago
|
Attachment #808524 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•11 years ago
|
||
Updated•11 years ago
|
QA Contact: rafael.marquez
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•