Google Pixel 6a (google-bluejay): Difference between revisions
Daedaevibin (talk | contribs) |
Wiktorpyk6 (talk | contribs) No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 15: | Line 15: | ||
| memory = 6 GB Samsung LPDDR5 <!-- e.g. 576 MB --> | | memory = 6 GB Samsung LPDDR5 <!-- e.g. 576 MB --> | ||
| architecture = aarch64 <!-- One of these: armhf, armv7, aarch64, x86, x86_64 --> | | architecture = aarch64 <!-- One of these: armhf, armv7, aarch64, x86, x86_64 --> | ||
| type = handset | |||
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) --> | <!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) --> | ||
| status_usbnet = <!-- USB networking does work? then put Y here and delete this comment --> | | status_usbnet = <!-- USB networking does work? then put Y here and delete this comment --> | ||
Line 57: | Line 58: | ||
== Contributors == | == Contributors == | ||
* Daedaevibin | * Daedaevibin (Left: Far too time consuming, likely impossible by the looks of it.) | ||
* longnoserob | * longnoserob | ||
* fallaciousreasoning | * fallaciousreasoning | ||
Line 90: | Line 91: | ||
# Press and hold {{button|Volume Down}} and {{button|Power}} until <code> Fastboot Mode </code> appears. | # Press and hold {{button|Volume Down}} and {{button|Power}} until <code> Fastboot Mode </code> appears. | ||
You are now ready to flash! | You are now ready to flash! | ||
== Building the Kernel == | |||
A building kernel is available in this fork of [https://gitlab.postmarketos.org/fallaciousreasoning/pmaports pmaports]. At the moment this generates a `boot.img` which is too big to deploy to the device. | |||
This [https://github.com/LineageOS/android_kernel_google_bluejay/blob/lineage-19.1/arch/arm64/configs/slider_gki_defconfig defconfig] from LineageOS was used to generate the kernel. | |||
More up to date info about the state of the port is available in [https://gitlab.postmarketos.org/fallaciousreasoning/pmaports/-/blob/master/device/testing/linux-google-bluejay/README.md?ref_type=heads notes]. | |||
== Installation == | == Installation == | ||
Line 99: | Line 108: | ||
== See also == | == See also == | ||
* Freak07 Proof of Concept Kernel: [https://forum.xda-developers.com/t/proof-of-concept-5-15-mainline-for-pixel-6-pro.4364699/ Pixel 6 Mainline Kernel] | * Freak07 Proof of Concept Kernel: [https://forum.xda-developers.com/t/proof-of-concept-5-15-mainline-for-pixel-6-pro.4364699/ Pixel 6 Mainline Kernel] | ||
* Google Git 5.10: [https://android.googlesource.com/ | * Google Git 5.10: [https://android.googlesource.com/device/google/bluejay-kernels/5.10/ Google 5.10 Kernel] | ||
<!-- | <!-- | ||
Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): | Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): |
Latest revision as of 13:31, 14 March 2025
Green Pixel 6a. Green Pixel 6a. | |
Manufacturer | |
---|---|
Name | Pixel 6a |
Codename | google-bluejay |
Released | 2022 |
Type | handset |
Hardware | |
Chipset | Google Tensor G1 |
CPU | Octa-core (2x2.80 GHz Cortex-X1 & 2x2.25 GHz Cortex-A76 & 4x1.80 GHz Cortex-A55) |
GPU | Mali-G78 MP20 |
Display | AMOLED 1080x2400 60Hz |
Storage | 128 GB Micron |
Memory | 6 GB Samsung LPDDR5 |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version | 12 |
postmarketOS | |
Category | testing |
Pre-built images | no |
The Google Pixel 6a is Google's 2022 budget Android phone. It is the third product utilizing Google's in-house silicon, the Google Tensor SOC. It shares common hardware with the pixel 6 and 6 pro, however has a smaller amount of RAM, lower refresh rate, no wireless charging capabilites, and uses a smaller display.
Contributors
- Daedaevibin (Left: Far too time consuming, likely impossible by the looks of it.)
- longnoserob
- fallaciousreasoning
Users owning this device
- Adomerle (Notes: Relocked on custom LineageOS)
- Daedaevibin (Notes: Daily driver on EvolutionX (A15))
- Denix (Notes: Running CalyxOS - Main phone)
- Fallaciousreasoning (Notes: Attempting to port postMarketOS)
- Famfo
- Lost-Entrepreneur439 (Notes: Cracked screen, bad OLED)
- Marlock (Notes: Primary device on Google's Android 14)
- Meowking (Notes: Daily driver, GrapheneOS)
- Mxkrsv (Notes: Daily driving GrapheneOS)
- Vladuwka12 (Notes: Daily driver. Running on Grapheneos)
- WeirdTreeThing (Notes: Daily driver on GrapheneOS)
- Zillion (Notes: Running on Stock, locked BL)
How to Unlock Bootloader
WARNING: Doing this will wipe ALL data on your device. Please backup all your personal data before continuing!
On the Pixel 6a, OEM unlocking won't work with the version of the stock OS from the factory. You need to update it to the June 2022 release or later via an over-the-air update. After, you've updated it you'll also need to factory reset the device to fix OEM unlocking.
- In
Settings
>About Phone
Scroll down and tapBuild Number
7 times. - In
Settings
>System
>Developer Options
Scroll down and enableUSB Debugging
and tap Ok. - While In
Developer Options
enableOEM Unlocking
. You will be prompted for your pin code (If applicable) and then warned about the risks of OEM Unlocking. Tap Enable. - Be absolutely certain you have any important data backed up.
- Connect your device to a PC and open a terminal.
- Confirm your device is detected by typing
adb devices
. - Authorize the device with the onscreen dialogue if it's listed as Unauthorized.
- Reboot to the bootloader with
adb reboot bootloader
. - Unlock the bootloader with
fastboot flashing unlock
. - Press continue on your device's screen.
- Reboot
How to enter flash mode
- Power off the device.
- Press and hold
Fastboot Mode
appears. and until
You are now ready to flash!
Building the Kernel
A building kernel is available in this fork of pmaports. At the moment this generates a `boot.img` which is too big to deploy to the device.
This defconfig from LineageOS was used to generate the kernel.
More up to date info about the state of the port is available in notes.
Installation
TBD
Mainline Work
XDA User Freak07 built a proof of concept mainline kernel based on the mainline 5.15 branch by Google. They note this is essentially a mainline Generic Kernel Image (GKI) with downstream Android driver modifications.
See also
- Freak07 Proof of Concept Kernel: Pixel 6 Mainline Kernel
- Google Git 5.10: Google 5.10 Kernel