Sxmo/Pixel 3a: Difference between revisions
Fdelamotte (talk | contribs) No edit summary |
Fdelamotte (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
It seems to work better with pulse at the moment. | It seems to work better with pulse at the moment. | ||
To force the use of pulse, select | To force the use of pulse, select <code>sxmo-utils-audio-pulseaudio</code> as extra package in pmbootstrap. | ||
With Pipewire, I get the same kind of problems I had with the op6 (for some things you need to have the mixer opened (placing calls) but for others (recorder) it blocks if mixer is opened. | With Pipewire, I get the same kind of problems I had with the op6 (for some things you need to have the mixer opened (placing calls) but for others (recorder) it blocks if mixer is opened. |
Revision as of 08:38, 15 October 2024
SXMO works on Pixel 3A.
Sound
It seems to work better with pulse at the moment.
To force the use of pulse, select sxmo-utils-audio-pulseaudio
as extra package in pmbootstrap.
With Pipewire, I get the same kind of problems I had with the op6 (for some things you need to have the mixer opened (placing calls) but for others (recorder) it blocks if mixer is opened.
Placing Calls
That is what a phone is for (no ?).
Current UCM profiles do not work (callaudio won't swich), so you'll have to use the ones that are worked on at this address : https://gitlab.com/sdm670-mainline/alsa-ucm-conf/-/merge_requests/2 and place it in /usr/share/alsa/ucm2/Google/sargo/
For the moment, there are issues with the internal mic (it works using gnome-calls) ... started to talk about it in the UCM MR ...
Sensors
Proximity, light and accelerometer all work using iio-sensor-proxy
You can to do the same as with Oneplus6.
If you don't want monitor-sensor
to run as root, you should use this polkit rule :
polkit.addRule(function(action, subject) { if (action.id == "net.hadess.SensorProxy.claim-sensor" && subject.isInGroup("plugdev")) { return polkit.Result.YES; } });
Working around the notch
Just kiddin', there is no notch on this phone !!!
But if you're upset by the rounded corners, you can always add some gaps on the status bar :
bar { gaps 0 20 0 20 height 20 ...
Issues
Most of them are minor, should be fixed quickly ;)
- GPS not working (not really optimistic about this one)
- Internal mic mute with sxmo dialer (works with gnome-calls)
- Headset headphones not working (but mic does)
- The phone does not change state automatically (didn't even try to bother with this as it might come from my own scripts)
- No deviceprofile yet
- HW buttons not working for navigating in the menus (I really should take care of the deviceprofile ;))