Open MSakamaki opened 8 years ago
From @masap on May 5, 2015 11:58
This delay is required on gecko side also.
I have inserted usleep(10000);
between exporting and setting direction.
From @naobsd on May 21, 2015 7:28
workaround is commited https://github.com/MozOpenHard/platform_system_core/commit/4f177d0b25c259a9340329db0cea01c8feabce8e
From @naobsd on May 5, 2015 9:47
following rules are not applied under certain conditions.
workaround: add
usleep(10000);
just before chown()/chmod() in system/core/init/devices.c:fixup_sys_perms() (probably this is not correct fix...)Copied from original issue: MozOpenHard/CHIRIMEN#14