Closed
Bug 888841
Opened 12 years ago
Closed 12 years ago
[helix] Need to set GAIA_DEV_PIXELS_PER_PX=1.5 for Gaia build process specifically for this device
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(blocking-b2g:hd+, firefox25 fixed, b2g18 wontfix, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
VERIFIED
FIXED
| blocking-b2g | hd+ |
People
(Reporter: timdream, Assigned: mchen)
References
Details
Attachments
(2 files, 3 obsolete files)
|
533 bytes,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
|
843 bytes,
patch
|
mchen
:
review+
|
Details | Diff | Splinter Review |
I believe I should add that somewhere in
https://github.com/mozilla-b2g/device-helix ?
Please help.
Flags: needinfo?(mchen)
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Comment 2•12 years ago
|
||
Hi :mwu,
From the request from gaia side, currently gaia needs to specify the scale value manually or gaia can't choose the correct image with correct resolution. So I add related definition into full_helix.mk and map to Android.mk of gaia.
Thanks.
Attachment #769625 -
Flags: feedback+
| Assignee | ||
Updated•12 years ago
|
Attachment #769625 -
Flags: feedback+ → feedback?(mwu)
Updated•12 years ago
|
Attachment #769625 -
Attachment is patch: true
Attachment #769625 -
Attachment mime type: text/x-patch → text/plain
Comment 3•12 years ago
|
||
Comment on attachment 769612 [details] [diff] [review]
Part1 - To add a variable for gaia scaling value in full_helix.mk
Review of attachment 769612 [details] [diff] [review]:
-----------------------------------------------------------------
Approach looks fine. Not sure if the variable name is good, but I think you can debate that with whomever is reviewing the gaia side.
Attachment #769612 -
Flags: feedback?(mwu) → feedback+
Comment 4•12 years ago
|
||
Comment on attachment 769625 [details] [diff] [review]
Part 2: To check and assign definition from full_helix.mk
Looks ok to me, though I don't think there should be a space after the comma on the ifneq line.
Attachment #769625 -
Flags: feedback?(mwu)
| Assignee | ||
Comment 5•12 years ago
|
||
Attachment #769993 -
Flags: review?
| Assignee | ||
Updated•12 years ago
|
Attachment #769993 -
Flags: review? → review?(timdream)
| Assignee | ||
Updated•12 years ago
|
Attachment #769625 -
Attachment is obsolete: true
| Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 769993 [details] [diff] [review]
Part 2, v2: To check and assign definition from full_helix.mk
Looks alright, but can we NOT invent another variable "GAIA_DEFAULT_SCALE_VALUE"?
Attachment #769993 -
Flags: review?(timdream)
Attachment #769993 -
Flags: review+
Attachment #769993 -
Flags: feedback?(mwu)
| Reporter | ||
Comment 7•12 years ago
|
||
Comment on attachment 769993 [details] [diff] [review]
Part 2, v2: To check and assign definition from full_helix.mk
Looks like :mwu have already agreed with me on comment 3. Let's use the orignal variable name instead of GAIA_DEFAULT_SCALE_VALUE.
Attachment #769993 -
Flags: feedback?(mwu)
| Assignee | ||
Comment 8•12 years ago
|
||
Change the definition name to GAIA_DEV_PIXELS_PER_PX (the same name in Gaia).
Attachment #769612 -
Attachment is obsolete: true
Attachment #770060 -
Flags: review?(mwu)
| Assignee | ||
Comment 9•12 years ago
|
||
Change the definition name to GAIA_DEV_PIXELS_PER_PX (the same name in Gaia).
Attachment #769993 -
Attachment is obsolete: true
Attachment #770063 -
Flags: review+
| Reporter | ||
Updated•12 years ago
|
| Assignee | ||
Comment 11•12 years ago
|
||
Hi Michael,
Could you help to review the patch of part 1?
Which had got the feedback+ from you and change the definition name align with Gaia side.
Thanks.
Flags: needinfo?(mwu)
Comment 12•12 years ago
|
||
Comment on attachment 770060 [details] [diff] [review]
Part1 v2 - To add a variable for gaia scaling value in full_helix.mk
r=me for this and any other similar fixes we need for other devices like Nexus 4.
Attachment #770060 -
Flags: review?(mwu) → review+
Updated•12 years ago
|
Flags: needinfo?(mwu)
| Assignee | ||
Comment 13•12 years ago
|
||
Here is what I knew needs to apply to nexus 4 too.
| Assignee | ||
Comment 14•12 years ago
|
||
https://github.com/mozilla-b2g/gaia/pull/10783
Pull Request for Part 2 patch.
| Assignee | ||
Comment 15•12 years ago
|
||
| Reporter | ||
Comment 16•12 years ago
|
||
| Assignee | ||
Comment 17•12 years ago
|
||
https://github.com/mozilla-b2g/gaia/pull/10784
Pull Request for Part 2 patch on v1.1.0hd branch.
| Reporter | ||
Comment 18•12 years ago
|
||
Part 2 v1.1hd: https://github.com/mozilla-b2g/gaia/commit/6a8818ddd1aaab876a1ed22c519eec1fe9387c71
Thanks!!
Status: NEW → RESOLVED
Closed: 12 years ago
status-b2g18:
--- → wontfix
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → fixed
status-firefox25:
--- → fixed
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
•