← Back to team overview

ubuntu-phone team mailing list archive

Re: Landing team 27.02.14

 

Le 03/03/2014 09:51, Ricardo Salveti de Araujo a écrit :
2. Camera freezes after taking photo on Nexus 4 (which is making the camera
AP tests failing) (Ricardo/Sergio)
Sergio is working on that one. Ricardo will join force on that one.
Still in progress, but at I already understood what is happening. The
freeze is basically a mutex lock when there's a buffer to be dequeued,
but the app/aal layer ignores it when taking pictures (it works only
when the buffer is dequeued right before you hit the button to take a
picture).

I still need to investigate a bit more to see what can be changed in
the app/aal layer to make sure everything is properly dequeued before
moving forward, but unfortunately I'm not that familiar with the app
still.

Hope to have more progress during the day.

Excellent :)

On a different topic, our team also landed a new ofono fixing quite a
few bugs and also removing the python 2 dependency, but it seems we're
getting quite a few crashes at the dashboard. When tested locally
(manually and with autopilot), everything worked nicely, so I wonder
if this could be a side effect of the phonesim setup steps that were
changed over the last few days.

Tony, can you give a hand to see if this can be fixed today still?
Otherwise it might just be easier to revert the package instead.

We reverted the package so that next image doesn't have this issue (and give more room/time to get you guys fixing it). It can be ofono-simd related. Seems the fix in setUp()/tearDown() that Andy has done didn't remove automatically install dependency. I gave some hint in how to properly fix it (usage of autoremove and adding --purge for configuration cases)

Cheers,
Didier


Follow ups

References