Avatar

RichRatsch

RichRatsch@lemmy.world
Joined
9 posts • 35 comments
Direct message

Jeez, you’re a machine! Looking forward, thanks a lot!

permalink
report
parent
reply

This was added in the latest beta as an option! Loving it

permalink
report
reply

Pixel User since the first. Best phone and pixel I ever had.

permalink
report
reply

Pixel 5 gang!

permalink
report
reply

Absolutely…I’m getting 9h SOT on my P8P now, confirmed by AccuBattery

permalink
report
reply

Great work as usual! Only small piece missing would be a setting to move voting buttons to the right side, for the right handed gang ;)

permalink
report
reply

And on top of that you can also hide read posts! Loving connect so far!

permalink
report
parent
reply

I found this - increases battery life while apps open faster - confirmed via AccuBattery testing for a couple of weeks:

You can force ART compiler’s AOT(Ahead Of Time) compiler to force compile all the apps ahead of time instead of JIT(Just In Time) which compile apps on the fly when you open and use different parts of an app.

By default google uses a profile-based method to only compile the most used parts of an app. (You can find more info by reading the source which I’ve mentioned below)

Remember forcing compilation take some time depending on how many apps you have installed.

Only downside is this takes up little bit more storage space due to compiled .oat files are being larger in size compared to dex files.

For example for me, apps installed without forcing compilation takes about 30GBs of space in total and after compilation it takes about 39GB.

You can use this command to compile all the apps:

adb shell cmd package compile -m speed -f -a

permalink
report
reply

You can easily use private DNS settings on your android without installing anything!

dns.adguard.com is simple and works well nextdns allows more configuration, stats and blocklists

permalink
report
reply