Google Pixel 3a: Difference between revisions
Arno11-n900 (talk | contribs) |
Arno11-n900 (talk | contribs) mNo edit summary |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox Device | {{Infobox Device | ||
|image=[[File:300px-Google-sargo.png|300px]] | |||
|manufacturer=Google | |manufacturer=Google | ||
|codename=Pixel | |codename=Pixel 3a/3a XL, Google sargo/bonito | ||
|release_date=2019 | |release_date=2019 | ||
|category=Supported | |category=Supported | ||
| Line 13: | Line 14: | ||
|storage=64GB | |storage=64GB | ||
|usb=Micro USB C | |usb=Micro USB C | ||
|camera=yes | |camera=yes | ||
|sensors=yes | |sensors=yes | ||
|other= | |other= | ||
|headers= | |headers= | ||
|battery= | |battery=3000/3700mAh | ||
|sw_kernel=6.12 | |sw_kernel=6.12 | ||
|sw_serial= | |sw_serial= | ||
| Line 32: | Line 33: | ||
|sw_ethernet= | |sw_ethernet= | ||
|sw_irda=No | |sw_irda=No | ||
|sw_2g3gdata=Yes | |sw_2g3gdata=Yes, ModemManager only | ||
|sw_4gdata=Yes, | |sw_4gdata=Yes, ModemManager only | ||
|sw_bluetooth=Yes | |sw_bluetooth=Yes | ||
|sw_fmtx=No | |sw_fmtx=No | ||
| Line 43: | Line 44: | ||
|sw_proximity=Yes | |sw_proximity=Yes | ||
|sw_als=Yes | |sw_als=Yes | ||
|sw_gps=Yes, | |sw_gps=Yes, ModemManager only | ||
|sw_agps=Yes, | |sw_agps=Yes, ModemManager only | ||
|sw_frontcam=Yes, qcam only | |sw_frontcam=Yes, qcam only | ||
|sw_backcam=Yes, qcam only | |sw_backcam=Yes, qcam only | ||
|sw_idlepower=280mW | |sw_idlepower=280mW | ||
|sw_standbytime= | |sw_standbytime=40/50h | ||
}} | }} | ||
| Line 78: | Line 79: | ||
Before flashing Maemo Leste, you need to unlock the bootloader in fastboot mode with this command: | Before flashing Maemo Leste, you need to unlock the bootloader in fastboot mode with this command: | ||
<pre> | |||
fastboot flashing unlock | fastboot flashing unlock | ||
</pre> | |||
=== Installation with fastboot === | === Installation with fastboot === | ||
| Line 84: | Line 87: | ||
WIP | WIP | ||
Download necessary img's files [https://git.maemo.org/leste-cicd/debos-leste/actions/runs/ | Download necessary img's files [https://git.maemo.org/leste-cicd/debos-leste/actions/runs/3053/artifacts/maemo-leste-excalibur-sdm670-20260906.tar.xz.zip here] | ||
From fastboot menu: | From fastboot menu: | ||
<pre> | |||
fastboot flash boot_b <boot.img> | fastboot flash boot_b <boot.img> | ||
| Line 94: | Line 97: | ||
fastboot reboot | fastboot reboot | ||
</pre> | |||
== Tweaks == | == Tweaks == | ||
| Line 106: | Line 110: | ||
coolkbd, brightness applet, orientation lock applet | coolkbd, brightness applet, orientation lock applet | ||
=== Firefox tips === | === Firefox(-esr) tips === | ||
To activate touchscreen scrolling: | |||
Edit | |||
<pre> | |||
/usr/share/applications/hildon/firefox-esr.desktop | |||
</pre> | |||
modify "Exec" line | |||
<pre> | |||
Exec=bash -c 'MOZ_USE_XINPUT2=1 /usr/bin/firefox-esr' | |||
</pre> | |||
To modify scaling and fit to Pixel 3a screen in portrait mode, go to "about:config" and edit | |||
<pre> | |||
layout.css.devPixelsPerPx 0.8 | |||
</pre> | |||
=== 4G data === | === 4G data === | ||
=== | See PMOS page [https://wiki.postmarketos.org/wiki/Modem#Mobile_Data Mobile data] | ||
and [https://wiki.postmarketos.org/wiki/Modem#Getting_ModemManager_logs ModemManager init script] | |||
that works fine even with ofono running at the same time. | |||
=== Portrait VS Landscape === | |||
Almost all apps can run in portrait mode with hildon-desktop, however few apps like osso-addressbook or chromium need to be added by-hand in transitions.ini whitelist: | |||
<pre> | |||
/usr/share/hildon-desktop/transitions.ini | |||
</pre> | |||
Some apps can be also locked in landscape mode if needed (blacklist). It is particulary useful for video apps like smplayer. | |||
Rotation is currently chaotic, it is recommanded to lock the device in potrait mode using Orientation Lock Applet and allow automatic landscape rotation for specific apps in transitions.ini file if needed (until a proper rotation fix). | |||
== Remaining issues == | |||
Mobile data not working with ofono (qrtr implementation). | |||
Rotation accuracy. | |||
GPS with geoclue implementation for Maemo location apps. | |||
Current draw is a bit high out of the box. fixed in newer kernel. (6.12 patched kernel is available however) | |||
Latest revision as of 07:32, 8 September 2026
Installation
WIP
WARNING: Flashing Maemo Leste to your device will erase your Android installation and all the data contained in it.
Install fastboot and last android-sdk-platform-tools on your computer.
Then connect your PC and your phone through USB.
Flash mode
WIP
To enter flash mode (fastboot):
Hold "Volume Down" and "Power" buttons until fastboot appears.
Bootloader setup
WIP
Device bootloader needs to be unlocked: from Android, go to "About phone" page in Settings app. Then, click 7 times on the build number to enable developer settings. From Setting main page, go to "System", "Developer options" and enable OEM unlocking.
Before flashing Maemo Leste, you need to unlock the bootloader in fastboot mode with this command:
fastboot flashing unlock
Installation with fastboot
WIP
Download necessary img's files here
From fastboot menu:
fastboot flash boot_b <boot.img> fastboot flash userdata <excalibur-sdm670.img> fastboot reboot
Tweaks
WIP
First boot
Recommanded useful apps
coolkbd, brightness applet, orientation lock applet
Firefox(-esr) tips
To activate touchscreen scrolling:
Edit
/usr/share/applications/hildon/firefox-esr.desktop
modify "Exec" line
Exec=bash -c 'MOZ_USE_XINPUT2=1 /usr/bin/firefox-esr'
To modify scaling and fit to Pixel 3a screen in portrait mode, go to "about:config" and edit
layout.css.devPixelsPerPx 0.8
4G data
See PMOS page Mobile data
that works fine even with ofono running at the same time.
Portrait VS Landscape
Almost all apps can run in portrait mode with hildon-desktop, however few apps like osso-addressbook or chromium need to be added by-hand in transitions.ini whitelist:
/usr/share/hildon-desktop/transitions.ini
Some apps can be also locked in landscape mode if needed (blacklist). It is particulary useful for video apps like smplayer.
Rotation is currently chaotic, it is recommanded to lock the device in potrait mode using Orientation Lock Applet and allow automatic landscape rotation for specific apps in transitions.ini file if needed (until a proper rotation fix).
Remaining issues
Mobile data not working with ofono (qrtr implementation).
Rotation accuracy.
GPS with geoclue implementation for Maemo location apps.
Current draw is a bit high out of the box. fixed in newer kernel. (6.12 patched kernel is available however)
-
This page was last edited on 8 September 2026, at 07:32.

