Closed
Bug 1062751
Opened 12 years ago
Closed 8 years ago
[Build][Tablet] Big apps icons were coming in homescreen
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Firefox OS Graveyard
Gaia::Build
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sb00349044, Unassigned)
Details
Attachments
(1 file)
|
2.17 MB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36
Steps to reproduce:
We are using Marvell Tablet which is a development tablet. We are following porting guide from mozilla firefox website.
1: Gecko: gecko-dev-b2g32_v2_0
2: Gonk : gonk-misc-2.0
3: Gaia: Gaia 2.0
4: B2g: B2G-master(build scripts)
For build
/.build.sh -j1
We are using marvel flash tool to flash entire system image and ramdisk image.
After flashing images we are getting big apps icons.
Actual results:
After flashing images we are getting big apps icons. i attached the screen shot for your reference.
Expected results:
Apps icons come in small size. It should fit in the tablet. How to resolve this issue. Can any one suggest on this. PFA screenshot for refrence.
I guess you need the https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/make_options_reference#Create_a_tablet_build_of_Gaia.
Component: General → Gaia::Build
Summary: Big apps icons were coming in homescreeen → [Build][Tablet] Big apps icons were coming in homescreen
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to YF (Yang) from comment #1)
> I guess you need the
> https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/
> make_options_reference#Create_a_tablet_build_of_Gaia.
I tried as per your comment. but same result no change. Pls any one suggest.
> (In reply to YF (Yang) from comment #1)
> > I guess you need the
> > https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/
> > make_options_reference#Create_a_tablet_build_of_Gaia.
>
> I tried as per your comment. but same result no change. Pls any one suggest.
Sorry, I did not start trying the build for tablet.
Continue to wait for other comments.
Comment 4•12 years ago
|
||
comment 1 is correct, we need to specify device type while building gaia, please try |GAIA_DEVICE_TYPE=tablet DEVICE_DEBUG=1 NOFTU=1 make reset-gaia| and you will have the right one.
| Reporter | ||
Comment 5•11 years ago
|
||
(In reply to Sherman Chen [:chens] from comment #4)
> comment 1 is correct, we need to specify device type while building gaia,
> please try |GAIA_DEVICE_TYPE=tablet DEVICE_DEBUG=1 NOFTU=1 make reset-gaia|
> and you will have the right one.
I tried above command. Homescreen became blank. App icons were not displaying.
Empty home screen displaying.
| Reporter | ||
Comment 6•11 years ago
|
||
Hi,
Previous I used Gaia 1.4, that time app icons were coming in small size.
Now i am using Gaia2.0, this time i am getting big app icon.
As per new gaia the default icon size is 512 X 512. Please find below URL.
https://developer.mozilla.org/en-US/Apps/Build/Icon_implementation_for_apps
Please any one suggest what is the issue.
Comment 7•8 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•