Closed
Bug 924018
Opened 12 years ago
Closed 12 years ago
[Flatfish][FOTA] FOTA update can not add and delete the default app
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 884735
People
(Reporter: orson.hsueh, Unassigned)
References
Details
ENVIRONMENT:
userdebug build [ VARIANT=userdebug ]
Gaia
commit c9090021f7d642bae1db73a1093ab3dbb5078642
Date: Sat Oct 5 00:33:14 2013 -0700
Gecko
commit 23749a301a607174e6363010edc9f42348dd2740
Date: Fri Oct 4 22:06:34 2013 -0700
STEP:
I tested following this command:
'GAIA_DISTRIBUTION_DIR = distribution_tablet MOZILLA_OFFICIAL = 1 GAIA_DEV_PIXELS_PER_PX = 1.5 make production'
Modify distribution_tablet/apps.list, can be added and deleted the default App.
But using FOTA update, still can not add and delete the default App.
Example: Suppose I want to remove new clock tablet app, via FOTA update after modifying apps.list.
In Homescreen still have New clock tablet app icon. However, no action after clicking.
In the /system/b2g/webapps/ directory has found newclock.gaiamobile.org, but no file in newclock.gaiamobile.org folder.
Make sure webapps.json contains no newclock.gaiamobile.org.
EXPECTED:
Want to update the default App for Tablet.
ACTUAL:
FOTA update can not add and delete the default app.
But can cover preexisting App.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 years ago
|
||
Hi Jason Smith,
But I can not see on the "id = 884735" content.
Page display "You are not authorized to access bug # 884735."
So this bug has been fixed?
Comment 3•12 years ago
|
||
(In reply to OrsonHsueh from comment #2)
> Hi Jason Smith,
>
> But I can not see on the "id = 884735" content.
>
> Page display "You are not authorized to access bug # 884735."
>
> So this bug has been fixed?
Not fixed yet. I just cc-ed you on the bug, so you should have access now.
Reporter | ||
Comment 4•12 years ago
|
||
Hi Jason Smith,
thank you! :)
Reporter | ||
Comment 5•12 years ago
|
||
Check in gecko/dom/apps/src/Webapps.jsm,
this.loadCurrentRegistry ((function () {
//If first run, merge the system apps.
if (runUpdate)
this.installSystemApps (onAppsLoaded);
:
Need to enable runUpdate flag can install system apps.
So I modified the Milestone.
Tests can be done through FOTA add or delete the default App.
So Flatfish fix this issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•