Jump to content

Sxmo/Pixel 3a

From postmarketOS Wiki
Revision as of 13:42, 14 October 2024 by Fdelamotte (talk | contribs)

SXMO works on Pixel 3A.

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/

Proximity sensor

You can to do the same as for 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
    ...