Closed
Bug 982009
Opened 11 years ago
Closed 11 years ago
[dolphin] b2g binary files are not executable
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: seinlin, Unassigned)
References
Details
(Whiteboard: [POVB] [sprd314214])
mkfs.ubifs is with binary format and it seems not support fs_config through include/private/android_filesystem_config.h. Need to patch init.rc to make b2g binary files executable.
Reporter | ||
Comment 1•11 years ago
|
||
Here is an example how mkfs.ubifs to support fs config.
https://gitorious.org/0xdroid/external_mtd_utils/commit/3e93a9d28a1d9df6fc5d2f2d8fabd686228c9fb6
I think platform/build may also need to be updated accordingly.
James, can you help to assign someone to support this?
Thanks!
Flags: needinfo?(james.zhang)
Comment 2•11 years ago
|
||
Ying, please check Kai-Zhen's issue and find filesystem owner to support.
Flags: needinfo?(james.zhang)
Reporter | ||
Comment 3•11 years ago
|
||
Thanks James, now I got a work around is as below, but I think to support it through mkfs.ubifs is the right method.
https://raw.githubusercontent.com/Seinlin/gonk-patches/7715/all-scx15_sp7715ga/device/sprd/make_b2g_binary_executable.patch
Reporter | ||
Updated•11 years ago
|
Whiteboard: [POVB]
Reporter | ||
Comment 4•11 years ago
|
||
Sam, Can you get this fixed? Then these line in scx15/init.scx15.rc should be removed.
chmod 0755 /system/b2g/b2g
chmod 0755 /system/b2g/plugin-container
chmod 0755 /system/b2g/updater
Flags: needinfo?(sam.hua)
Hi Kaizhen,
just remove them?
i can't find https://raw.githubusercontent.com/Seinlin/gonk-patches/7715/all-scx15_sp7715ga/device/sprd/make_b2g_binary_executable.patch
Flags: needinfo?(sam.hua)
Reporter | ||
Comment 6•11 years ago
|
||
Sam, this patch is a work-around, it was merged. It should be removed, after this issue got fixed as comment 1. You can get see it here
https://github.com/Seinlin/gonk-patches/commit/8e8ce3eca85ea12b57e224b9042b9172b7c0d999.patch
Flags: needinfo?(kli)
Comment 7•11 years ago
|
||
Fixed on my side.
see http://bugzilla.spreadtrum.com/bugzilla/show_bug.cgi?id=314214
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [POVB] → [POVB] [sprd314214]
You need to log in
before you can comment on or make changes to this bug.
Description
•