For those of you (still) facing this issue, I solved it by reinstalling the default camera app using adb.
Have a working ADB
Find the correct package: adb shell pm list packages -f "camera"
I transferred the APK it to my local pc (but this turned out to be unneccessary, as the APK remains on the device when uninstalling the app) adb pull /system/priv-app/FPCamera/FPCamera.apk
Uninstall the current app: adb shell pm uninstall --user 0 com.fp5.camera
(Re)install the app: adb shell cmd package install-existing com.fp5.camera
Itâs a great workaround! But to truly mark it as fixed a solution must come in the form of a FP camera update Regular users wonât implement this solution.
True, perhaps we should call it a âcommunity solutionâ for now
It looks like the original installation of the stock Camera app was incomplete or partially corrupt (as of yet with unknown cause).
I have added this information to the Support ticket, hopefully they are able to somehow correct it from the Camera app itself (or trigger a reinstall during a patch/upgrade of FPOS).
A request to test the issue in Safe mode (where the problem also occurs)
An update that they have forwarded this internally:
âŠTo help you further with your request, I will need to ask for advice from the relevant department. As soon as we have an update, we will get back to youâŠ
That was a week ago and it triggered me to try a reinstall through ADB later that day.
Immediately after confirming that this ''workaround" fixes the problem, I updated the ticket with these results, but there has not been any response on that message so far.
The workaround works perfectly and fixed the issue, thank you very much.
Also had a support ticket for this and they actually suggest your post now as workaround (besides factory resetâŠ) They also commented that this is a low priority issue and could take a couple months to get fixed via normal update.
Additional links for anyone who needs help with establishing the adb connection with the phone via windows etc.
Hi all, just received my F5. When I take a picture, the camera starts âprocessingâ, but doesnât finish.l this. Sometimes the picture taken is visible as a thumbnail, but most of the time it isnât.
As a result, I cannot take pictures and cannot share them.
I have installed the latest Fairphone OS (141), but the problem still occurs.
That post and your replies triggered me however to install another camera-app and the problem was gone. Iâm not that technical to implement your in-depth solution.
Now Iâm just looking for the best free camera-app (I donât know if the pre-installed app is âa good oneâ).
Yes, as response to my support ticket, support wrote back the following:
We highly appreciate your feedback and the details shared of your investigation to find this workaround. We will share your workaround with users experiencing the same issue
Then the ticket was closed, so no indication whether they are working on a permanent/automatic fix.
I agree, it is an excellent idea if the people affected by this issue log a ticket with Support (referencing this topic should be enough), especially those for whom the ADB workaround is too complex to perform.
In case this information helps anyone, it seems they are now saying it will not be possible to fix the issue except with a factory reset or manual reinstall using ADB. On 12 March 2024, support sent me the following:
"The present issue â the camera app saves blank images â was already resolved back in January. However unfortunately it was not possible to resolve it via an over-the-air update. Instead, the easiest way to resolve the issue is perform a factory reset which should resolve the issue as it involves re-installation of the camera app.
If you want to avoid a Factory Reset and you are familiar with how to install and use ad you could also fix the issue by re-install the camera app manually. However please note that this requires advanced computer skills, including usage of the command line.
To re-install the app manually, make sure adb recognizes your Fairphone and follow the guide in this forum topic.
You can find the basic steps for setting up adb in our support article Manage the Bootloader (Part 2, steps 1-5).
Alternatively, we can offer to resolve the issue in our repair center; the repair would involve a factory reset, too"
Just to log that I see the same problem as OP. I hadnât seen it before since I usually use Open Camera, but I was checking up on the stock appâs behaviour for another topic.
Iâll probably use @JohanF 's work-around for which many thanks. I certainly wonât entertain the idea of a factory reset for this.
As the cited solution does not really deinstall the app from the device (this would require root) did anyone try to deactivate the App and activate it again instead?