Closed
Bug 816687
Opened 12 years ago
Closed 12 years ago
Add option for forcing gaia apps to install to /system
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: diego, Assigned: diego)
Details
Attachments
(2 files, 1 obsolete file)
1.08 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
641 bytes,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
The gaia and gonk-misc patches above add an option to force installing gaia apps to /system by setting B2G_SYSTEM_APPS=1
Comment 4•12 years ago
|
||
How is this different from building with VARIANT=user ?
Assignee | ||
Comment 5•12 years ago
|
||
Excellent question. As you may already know, -user and -userdebug differ from -eng builds in that:
* -eng builds have a larger set of apps installed including several test apps
* -userdebug builds require "adb root" to be called explicitly
Among other things. Many devs prefer to use -eng for these reasons. However, some reference devices do not have a lot of /data space to spare. The patches above allow devs to build a -eng build that fits in these devices.
Updated•12 years ago
|
Attachment #686762 -
Flags: review?(mwu)
Updated•12 years ago
|
Attachment #686761 -
Flags: review+
Comment 6•12 years ago
|
||
Comment on attachment 686762 [details] [diff] [review]
Gonk-misc force system apps
Review of attachment 686762 [details] [diff] [review]:
-----------------------------------------------------------------
::: Android.mk
@@ +146,2 @@
> PRESERVE_B2G_WEBAPPS := 1
> B2G_UPDATER ?= 1
Was moving B2G_UPDATER here intentional? It doesn't seem to me that installing apps to /system should imply the updater should be enabled.
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #686762 -
Attachment is obsolete: true
Attachment #686762 -
Flags: review?(mwu)
Attachment #687478 -
Flags: review?(mwu)
Assignee | ||
Comment 8•12 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #6)
> Comment on attachment 686762 [details] [diff] [review]
> Gonk-misc force system apps
>
> Review of attachment 686762 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: Android.mk
> @@ +146,2 @@
> > PRESERVE_B2G_WEBAPPS := 1
> > B2G_UPDATER ?= 1
>
> Was moving B2G_UPDATER here intentional? It doesn't seem to me that
> installing apps to /system should imply the updater should be enabled.
Moved back up
Updated•12 years ago
|
Attachment #687478 -
Flags: review?(mwu) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Assignee: nobody → dwilson
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
Device: Unagi
Build: 20130112070202
Does not reproduce at this time. Gonk updated
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•