Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there plans for android 12 support? #12

Open
mrabhinv opened this issue May 23, 2022 · 3 comments
Open

Is there plans for android 12 support? #12

mrabhinv opened this issue May 23, 2022 · 3 comments

Comments

@mrabhinv
Copy link

I just released there were no differences with buoy on and off after my android 12 upgrade.

@eswierk
Copy link

eswierk commented Sep 7, 2022

Some Buoy functionality may be possible in Android 12.

Prior to Android 12,settings put global battery_saver_constants "gps_mode=4" keeps location updates on in battery saver mode.

Starting with Android 12, settings put global battery_saver_constants "location_mode=4" should have the same effect.

The culprit appears to be Migrate remote configuration to DeviceConfig, which renames the gps_mode key to location_mode, along with a bunch of other changes (which may or may not affect Buoy).

@eswierk
Copy link

eswierk commented Sep 8, 2022

Sadly, should ≠ does.

Even with location_mode=4 in battery_saver_constants, a Pixel 4 running Android 12 does not send location updates in battery saver mode.

@p1gp1g
Copy link

p1gp1g commented May 23, 2023

I've done a fork with android 12+ support and other changes. https://codeberg.org/s1m/savertuner

Some changes may ends in Buoy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants