12-21-2024, 07:29 PM
(07-30-2024, 05:58 AM)DrYak Wrote:(07-28-2024, 03:09 PM)dchang0 Wrote: SailfishOS was awesome, but the camera app didn't work (it does in Mobian) and I had some trouble with cellular data in SailfishOS too.
The official camera app doesn't work (because it relies on an API of SailfishOS that normally calls into an Android firmware's driver).
Shutter works.
The main (back) camera has troubles waking up from sleep. But if you reset it, it springs back to life:
(Run first "devel-su" to get root).Code:echo ff920000.isp1 | tee /sys/bus/platform/drivers/rkisp1/{unbind,bind}
Thanks for the detailed response!