Closed
Bug 804183
Opened 12 years ago
Closed 12 years ago
PandaBoard: Home screen not shown
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 791039
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(1 file)
1.33 KB,
patch
|
fabrice
:
review-
|
Details | Diff | Splinter Review |
On the PandaBoard, the home screen is not shown. The system boots and shows the black start-up screen with the 'mozilla' logo at the bottom. B2G is running and seems to work normally. Fixing this problem is necessary for automatic testing.
Assignee | ||
Comment 1•12 years ago
|
||
Fabrice, do you see any chance that this change has an impact on platforms besides the PandaBoard? I verified that the patch doesn't break my Otoro phone, but I wonder why the problem only happens on the panda. --- commit message --- B2G's core applications are installed in /data/local/. Its DirectoryProvider pointed to /system/b2g/. At least on the PandaBoard, this prevents the system from finding any installed applications and loading the home screen. This patch changes the DirectoryProvider to search for core applications in /data/local/.
Attachment #674257 -
Flags: review?(fabrice)
Assignee | ||
Updated•12 years ago
|
Component: General → Gaia
Comment 2•12 years ago
|
||
Comment on attachment 674257 [details] [diff] [review] Adjust coreApps directory to point to /data/local Review of attachment 674257 [details] [diff] [review]: ----------------------------------------------------------------- We can't do that, but you're probably hitting a bug that is fixed in bug 791039.
Attachment #674257 -
Flags: review?(fabrice) → review-
Assignee | ||
Comment 3•12 years ago
|
||
Thanks! Fixing bug 791039 also fixed this bug.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•