RichRatsch

joined 1 year ago
[–] RichRatsch@lemmy.world 6 points 3 weeks ago

Pixel 5 gang!

[–] RichRatsch@lemmy.world 3 points 8 months ago (2 children)
  • Tivi Mate - one Android App to rule them all
  • iPTVsubs Pro - exactly the channels you're looking for
[–] RichRatsch@lemmy.world 3 points 8 months ago

"Disconnected from sometimes-off VPN"

[–] RichRatsch@lemmy.world 1 points 8 months ago

Yes - absolutely - just google the adb command and you should get all the infos you need!

[–] RichRatsch@lemmy.world 20 points 9 months ago (5 children)

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

[–] RichRatsch@lemmy.world 2 points 11 months ago

Eternity - an Infinity fork - it's amazing!

[–] RichRatsch@lemmy.world 1 points 1 year ago

I'd go classic pareto 80/20 and make it 70/20/10 with non binary in the mix.

[–] RichRatsch@lemmy.world 2 points 1 year ago (1 children)
[–] RichRatsch@lemmy.world 50 points 1 year ago (7 children)

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