Closed
Bug 1182608
Opened 10 years ago
Closed 10 years ago
Provide B2G boot logo on Xperia devices and others
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(1 file, 3 obsolete files)
We can change the "SONY" logo in the kernel we are using for all those devices: https://github.com/sonyxperiadev/kernel/blob/aosp/AU_LINUX_ANDROID_LA.BF64.1.2.1_RB1.05.00.02.019.067/drivers/video/msm/mdss/splash.h
Assignee | ||
Comment 1•10 years ago
|
||
> convert b2gimage.png -separate -swap 0,2 -combine b2gimage.h
And then remove the 16 first bytes.
Assignee | ||
Comment 2•10 years ago
|
||
This is also something we should be able to do on the KK build. I have tested and verified it on L kernel already.
Blocks: spark
Flags: needinfo?(drs)
Summary: Provide B2G boot logo on aries-l and others → Provide B2G boot logo on Xperia devices and others
Assignee | ||
Comment 3•10 years ago
|
||
Jacqueline, can you or some other UX people provide an image for this ? As a reminder, this is the very early stage boot logo.
The logos we see are:
1. Kernel logo (the one in this bug), which is currently "SONY" branding
2. Boot animation (the moving fox)
3. Gaia System app logo (the Firefox OS branding)
What we would need for the kernel logo is just a static PNG (with color if you want). It's easier if we have a small (will be centered) branding on black background since we can use the same on all devices that uses this kernel instead of having to hack more.
Flags: needinfo?(jsavory)
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8637821 -
Attachment is obsolete: true
Assignee | ||
Comment 6•10 years ago
|
||
Adam, I'm not able to properly convert and make this displayed. Whatever the format or transformations I do, colors are always wrong on the device :(.
Flags: needinfo?(adam)
Comment 7•10 years ago
|
||
Flags: needinfo?(adam) → needinfo?(lissyx+mozillians)
Attachment #8637879 -
Flags: feedback?(lissyx+mozillians)
Comment 8•10 years ago
|
||
steps to reproduce:
1. Ensure PNG format without alpha (fill it with black)
2. convert b2gimage.png -separate -swap 0,2 -combine b2gimage.h
3. remove first 15 bytes (first line of 12 then first three on second line, usually "0x35, 0x35, 0x0A,")
4. ???
5. PROFIT.
Flags: needinfo?(lissyx+mozillians)
Comment 9•10 years ago
|
||
Attachment #8637802 -
Attachment is obsolete: true
Attachment #8637879 -
Attachment is obsolete: true
Attachment #8637879 -
Flags: feedback?(lissyx+mozillians)
Attachment #8637899 -
Flags: review?(lissyx+mozillians)
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(jsavory)
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8637899 [details] [review]
Kernel PR
Looks nice on Z3, Z3 Compact and Z3 Tablet Compact :)
Attachment #8637899 -
Flags: review?(lissyx+mozillians) → review+
Assignee | ||
Comment 11•10 years ago
|
||
https://github.com/mozilla-b2g/codeaurora_kernel_msm/commit/0417e112a780b9b2d4c71bf3ca2cc2c918c928f4
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Flags: needinfo?(drs)
You need to log in
before you can comment on or make changes to this bug.
Description
•