b2g

getUserMedia for Firefox OS

半腔热情 提交于 2019-12-09 23:02:44
问题 It was said that getUserMedia would land on Firefox OS 1.2. I have read the documentation and tried to look for it in the Google Groups, but I have not found anything related to it. I have developed a web app that works on Firefox Nightly (so, it works in Gecko): But when I try to use it in Firefox OS 1.4, I get a "Permission denied" error: I have tried to add the following permission to the manifest: "permissions":{ "camera":{} } But didn't solve the problem. Is there any other permission

Porting Firefox OS to Android device

℡╲_俬逩灬. 提交于 2019-12-05 07:12:15
I would like to port Firefox OS to my device (that is not supported by Mozilla but it has Android 4.2). I've read from net that some of the drivers haven't been developed yet, but if FFOS uses the kernel from Android, then it can load the drivers from my Android ROM, right? From this point, my real question is: if I build my FFOS ROM correctly, would I still have some bugs from hardware/drivers? Thank you! Leakspin, I'll try to give you some context on whether it's doable, and what has been done yet. if FFOS uses the kernel from Android, then it can load the drivers from my Android ROM, right?

getUserMedia for Firefox OS

こ雲淡風輕ζ 提交于 2019-12-04 16:52:05
It was said that getUserMedia would land on Firefox OS 1.2 . I have read the documentation and tried to look for it in the Google Groups, but I have not found anything related to it. I have developed a web app that works on Firefox Nightly (so, it works in Gecko): But when I try to use it in Firefox OS 1.4, I get a "Permission denied" error: I have tried to add the following permission to the manifest: "permissions":{ "camera":{} } But didn't solve the problem. Is there any other permission that I would need to add? getUserMedia support for the microphone landed in FxOS v1.2. getUserMedia