Skip to main content

4 posts tagged with "PixelOS"

View All Tags

· 2 min read
Karan Parashar
aryan

Hello there, the July patches (based on android-14.0.0_r54) were merged a few weeks ago however we took some time after that just to fix a few issues that were on the previous releases and add a few features.

Unfortunately, we were not able to get Circle to Search to work just yet.

PixelOS 14

Features and bugfixes!

- Fixed RCS Messaging
- Fixed cinematic wallpapers
- Fixed issues with Magic Eraser in Google Photos
- Fixed an issue where crash logs wouldn't upload
- Fixed an issue where face unlock would stop working
- Fixed an issue where high refresh rate wouldn't work on battery saver
- Fixed issues with annoying notifications
- Added a quick setting tile for Autobrightness
- Added an option to hide developer options status from other apps
- Added per-app volume control
- Added back the option for cloning apps
- Added an option for setting different ringtones for both sims
- Added configurable 0, 90, 180 and 270 degree rotation
- Implemented a check for builds which are not updatable

A note for unofficial PixelOS builders

Signing keys are also required for NFC now, this is something we forgot to mention in the last blog.

subject='/C=US/ST=State/L=City/O=Android/OU=Android/CN=Android/emailAddress=email@example.com'
./development/tools/make_key signing_keys/nfc "$subject"

where:

C: Country code (e.g., US); ST: State name; L: City name; O: Organization name; OU: Organizational Unit name; CN: Common name; emailAddress: Your email address

Translations

We would also like to thank those who have been translating PixelOS into different languages for their contributions as they've been a great help. If you've noticed anything that isn't translated in a language you speak, please consider helping out with the translations at https://translate.pixelos.net.

Support PixelOS's Development

To support our work, consider making a donation at https://blog.pixelos.net/docs/donate to assist in covering our infrastructure expenses.

A heartfelt thank you to our current sponsors: LobodPl, leomanmfk, attdin22, BebopSpikeSpiegel, Mathdu76400 and one more private sponsor.

Thanks for being part of PixelOS.

· One min read
Karan Parashar

Hi there, it is almost July but we're here with another major update with QPR3 patches. June security patches alongside QPR3 have been merged with the tag android-14.0.0_r50.

PixelOS 14

Features?

As for the features, they're the same as last release with the exception of "Icon Manager".

Stay tuned for further updates and device-specific changelogs as the update rolls out for supported devices.

Translations

We would also like to thank those who have been translating PixelOS into different languages for their contributions as they've been a great help. If you've noticed anything that isn't translated in a language you speak, please consider helping out with the translations at https://translate.pixelos.net.

Support PixelOS's Development

To support our work, consider making a donation at https://blog.pixelos.net/docs/donate to assist in covering our infrastructure expenses.

A heartfelt thank you to our current sponsors: LobodPl, leomanmfk, attdin22, BebopSpikeSpiegel, dassams and one more private sponsor.

Thanks for being part of PixelOS.

The PixelOS Team

· 2 min read
aryan
Karan Parashar

Hello everyone, a lot has happened since our last update, especially with Play Integrity. Builds are now required to be signed, and we have implemented this change. While you won't be able to update via OTA, you should be able to update (dirty flash) over the previous May build via sideload. We bring this quick update towards the end of May as we understand Play Integrity is extremely important to you all. This will be our last update based on Android 14 QPR2 as QPR3 is around the corner.

PixelOS 14

A note for unofficial PixelOS builders

We've pushed the CertifiedPropsOverlay template to PixelOS-AOSP/vendor_extra. You can clone it to vendor/extra and update the values as needed.

Regarding signing, we've integrated the inline signing implementation from YAAP (thanks to Ido and John), so your builds will be signed automatically. You just need to generate the private keys and place them in vendor/aosp/signing/keys/ using the following command:

subject='/C=US/ST=State/L=City/O=Android/OU=Android/CN=Android/emailAddress=email@example.com'
for x in releasekey platform shared media networkstack nfc verity otakey testkey sdk_sandbox bluetooth; do \
./development/tools/make_key vendor/aosp/signing/keys/$x "$subject"; \
done

where:

C: Country code (e.g., US) ST: State name L: City name O: Organization name OU: Organizational Unit name CN: Common name emailAddress: Your email address

Stay tuned for further updates and device-specific changelogs as the update rolls out for supported devices.

Translations

We would also like to thank those who have been translating PixelOS into different languages for their contributions as they've been a great help. If you've noticed anything that isn't translated in a language you speak, please consider helping out with the translations at https://translate.pixelos.net.

Support PixelOS's Development

To support our work, consider making a donation at https://blog.pixelos.net/docs/donate to assist in covering our infrastructure expenses.

A heartfelt thank you to our current sponsors: LobodPl, leomanmfk, attdin22, BebopSpikeSpiegel, dassams.

Thanks for being part of PixelOS.

The PixelOS Team

· One min read
Karan Parashar

May security patches have been merged with the tag android-14.0.0_r37.

PixelOS 14

Feature additions and fixes

    - Brought back Face unlock
- Brought back in-call vibrations
- Brought back Monet bootanimation
- Brought back long press volume key to skip tracks
- Brought back annoying notifications toggle
- Brought back missing USB tethering tile
- Brought back one shot auto brightness
- Fixed advanced reboot toggle
- Fixed bluetooth pairing issues on smartwatches and carplay
- Added missing drawable for quickly open camera gesture

Stay tuned for further updates and device-specific changelogs as the update rolls out for supported devices.

We would also like to thank those who have been translating PixelOS into different languages for their contributions as they've been a great help. If you've noticed anything that isn't translated in a language you speak, please consider helping out with the translations at https://translate.pixelos.net.

Support PixelOS's Development

To support our work, consider making a donation at https://blog.pixelos.net/docs/donate to assist in covering our infrastructure expenses.

A heartfelt thank you to our current sponsors: LobodPl, leomanmfk, attdin22, BebopSpikeSpiegel, praveengite, majkelnw.

Thanks for being part of PixelOS.

The PixelOS Team