tidied up a bit, mentioned that the camera quality is still not as good as on Android

This commit is contained in:
erebion 2024-09-26 12:47:40 +02:00
parent a35c62b124
commit 0a360ad799

View file

@ -39,8 +39,7 @@ Roll out audio workarounds: `./audio.sh`
Note:
- You might have to switch SIM slots if your SIM card is not recognised.
- Command: `mmcli -m 0 --set-primary-sim-slot=1`, options are `1` or `2`
- Note that this reboots the modem, therefore it will be `-m 1` and then the next time `-m 2` until you reboot and this makes it go back to `-m 0`.
- Command: `mmcli -m any --set-primary-sim-slot=1`, options are `1` or `2`
- The kernel does not get updates from the repos yet, so watch the git repo to find out when there are new releases so you can compile it again and install the `.deb` file.
- Feed: https://salsa.debian.org/erebion/sdm-670-linux/-/tags?format=atom
- Watch the RSS feed for this repo to learn when there is something new:
@ -48,6 +47,10 @@ Note:
## Project Status
### Issues on Debian Salsa
Various issues can be found on Salsa: https://salsa.debian.org/Mobian-team/devices/kernels/qcom-linux/-/issues/?sort=created_date&state=opened&search=sargo%2Fbonito&first_page_size=20
### To Do List
- Make installer images work on this device
@ -75,6 +78,8 @@ Done:
- add udev rule for the vibration motor to the right package
- https://salsa.debian.org/Mobian-team/devices/kernels/qcom-linux/-/issues/3
- upstream: https://source.puri.sm/Librem5/feedbackd/-/merge_requests/139
- Wireplumber config
- https://salsa.debian.org/DebianOnMobile-team/qcom-phone-utils/-/merge_requests/6
For those I will remove the workarounds once the changes are in the Mobian repo
@ -85,6 +90,8 @@ For those I will remove the workarounds once the changes are in the Mobian repo
- Some people have issues connecting to 5 GHz wifi and/or dual 2.4 GHz/5 GHz wifi, while for others this works perfectly fine
- https://salsa.debian.org/Mobian-team/devices/kernels/qcom-linux/-/issues/6
- Can be worked around by forcing the phone to only use the 2.4 GHz band, for example using `nmtui`, the network settings of GNOME/Phosh are bit too simplistic for that
- Currently no way to switch cameras, only one is usable at a time, requires change in Wireplumber
- https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/670 <- someone is working on that
(This is a non-exhaustive list)
@ -100,21 +107,21 @@ For those I will remove the workarounds once the changes are in the Mobian repo
- booting
- display
- touch
- modem <- You might have to switch to the other slot if it does not work: `mmcli -m 0 --set-primary-sim-slot=1`, options are `1` or `2`. Note that the modem could also be a different number, maybe try `-m 1` if it is not found as the command will reboot the modem and then it changes.
- modem
- plymouth
- battery/charging
- SMS
- mobile data
- wifi
- torch
- suspend
- call audio
- call audio
- vibration
- Bluetooth™
- full disk encryption
- eSIM (provisioning tool not yet packaged and has to be compiled and installed manually)
- SMS
- audio (ALSA config not packaged, but can be manually added using the playbook in this repo)
- camera (some sort of bug and it does not work currently, but the support is there, udev rule required)
- camera (currently only one camera works at a time, image quality is still not anywhere near Android, driver is work in progress, udev rule required)
### This Has An Unknown Status