Hello, disregard my last email about camera working, after some sleep/wake (maybe 4 or 5), the camera stoped working.
Kind regards, Daniel On Sun, Apr 7, 2013 at 1:22 PM, Daniel Neis Araujo <[email protected]>wrote: > Hello, > > thanks for the directions! > > I've done a debug build like explained in ( > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Customization_with_the_.userconfig_file) > and collected some logcat output but i don't think i have relevant data > because the camera app does not let me take pictures while connected to usb. > But the good part is that now the camera app seems to work just fine after > sleep/wake. As i don't remember to have updated the code since last > non-debug-build, may the debug options corrected that? > > Kind regards, > Daniel > > > On Wed, Apr 3, 2013 at 10:56 AM, Mike Habicher <[email protected]> wrote: > >> Hi Daniel, >> >> Once your debug build is ready, please make the following change to the >> /system/bin/b2g.sh file on your phone: >> >> export LD_LIBRARY_PATH=/vendor/lib:/**system/lib:/system/b2g >> export GRE_HOME=/system/b2g >> + export NSPR_LOG_MODULES=Camera:4 >> exec /system/b2g/b2g >> >> ...then restart the phone. This will enable detailed logging in the >> camera platform layer. >> >> Next, capture the output of |adb logcat -v thread| and repeat your steps >> described below. >> >> Once you've got the logcat output, either attach it to a new bug in >> bugzilla, or email it to me and I will take a look. >> >> Cheers, >> --Mike. >> >> >> >> On 13-04-03 09:27 AM, Daniel Neis Araujo wrote: >> >>> Hello, >>> >>> I am having some issues with the camera on geeksphone keon. >>> I don't remember if this happens with original/oficial geekspgone image, >>> but i am trying with a b2g build from today (my gaia repository is >>> pointing >>> to master instead of v1-train, but it didn't change anything) and have >>> same behaviour since my first b2g build (first days after mozilla added >>> keon as a "mainline" device). >>> >>> After i do "./flash.sh system" i can use the camare app normally, take >>> pictures, make videos, browse, etc. I can even go out off application, go >>> back , close the application and reopens. But after the device sleeps and >>> wake, the app just show a black screen. It also asks for gps permissions >>> if >>> i dont set "remember my choice". >>> And it don't get back after a reboot neven after a power off + wait 10 >>> secs >>> + power on. >>> The camera only back to work after i do "./flash.sh system" again. >>> I have also flashed only gecko and only gaia, but none of them work. So i >>> think the problem is really with system. >>> >>> I am preparing a debug build, so this is all the info i got to the >>> moment. >>> >>> I would like to know if this is kind of thing we can debug/fix or may be >>> some proprietary-code issue. >>> >>> Kind regards, >>> >>> >> ______________________________**_________________ >> dev-b2g mailing list >> [email protected] >> https://lists.mozilla.org/**listinfo/dev-b2g<https://lists.mozilla.org/listinfo/dev-b2g> >> > > > > -- > Daniel Neis Araujo > -- Daniel Neis Araujo _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
