• 1 Post
  • 25 Comments
Joined 6 months ago
cake
Cake day: December 28th, 2023

help-circle
  • I’m an accountant.

    The best accounting software will be the one your accountant uses.

    When clients are on the same platform that I use internally everything just matches up and it’s beautiful and elegant and amazing.

    When clients are using something else it just doesn’t fit our workflows and it’s just more of a fuck around, which of course the client gets charged for.





  • Same with all of these other frontends like invidious, teddit, rimgo, bibliogram,

    This you?

    Besides which… it’s well understood that all of these apps are brittle as in they stop working every other day when youtube changes whatever thing so they stop working.

    In the case of newpipe for example, if you install from the app store or even f-droid the version there will be a few weeks old and just won’t work. The best approach is to install the apk and allow it to update itself when a new version is released. I’ve been using newpipe for several years in this manner and it’s very reliable.

    Er go, if it doesn’t work for you, you’re doing it wrong.














  • When a ROM is compiled, the compiler follows the build file, which means it’ll build in dependencies related to the files bing compiled. So simply remove/replace has a high risk of not working, since dependencies are unique to each file/component.

    There’s not really anything special here. This is how any software is built. Components have published APIs with which they interact with other components. The whole point of microG is that it emulates the same api as com.google.android.gms. I’m not expecting a 100% flawless implementation.

    This is a bit messy - rooting is done to a running OS, and unrelated to flashing a stock ROM. Stock Roms, as far as I’ve seen typically have Google Services baked in. Just clarifying.

    This just isn’t true, at least not in my case. I obtained a stock android ROM from samsung’s update server using bifrost. I then patched that ROM using Magisk and only then flashed it. So it’s patch then flash.

    Running without Google Services makes a fast phone and a battery that lasts noticeably longer. You could try simply freezing the Google Services files with something like 3C Toolbox (once rooted, of course). I think 3C can actually uninstall the files, but that’s a good path to boot loop (ask me how I know 😁 ).

    Even just freezing the files will often cause repetitive error notifications.

    This doesn’t really seem sensible? Of course just freezing google services will cause errors. MicroG is designed to emulate google services and mitigate those errors.


  • Sure, look I don’t know enough about this to contradict you but I’m not sure “GS are part of the ROM” is the whole story. The components in question like com.google.android.gms are just components, it’s just that a lot of other components rely on them. If you remove them it’s going to cause problems, but as I understand it the purpose of the microG suite is to mitigate those problems?

    I’m not sure I really have a specific goal. It’s a second / unused device so I’m just playing around with it really. I’ve always wanted to try Lineage but it’s not directly supported and I think there’s problems with the Camera amongst other things. I was reading on xda-forums someone said they rooted, installed stock android, then lsposed, and microG, and found the end result to be very pleasing, so I was just kinda following along with that to see where I end up.

    I think in summary I’m interested to see what sort of experience is possible without any (minimal?) google services or apps.

    I’ve updated the post since your first comment, I found a guide that I’m going to work through. I’ll let you know.