Results 627 comments of ale5000

This bug was already fixed, what version of WinBtrfs do you have installed?

Strange, it should be the same problem of #101

I'm not the author of WinBtrfs, I'm just trying to help. I think you should leave it opened, and wait the reply of the author.

This discussion was mainly about UEFI boot, but has anyone tried to boot Windows 7 in legacy mode (not UEFI) from a btrfs partition?

Quote: > I've spent some time looking into this, and I'm now fairly sure it's a bug in Freeloader... > > When CmpInitializeSystemHive finishes, only the first sector is marked...

@damian101: The version 1.7 had some problems, try with 1.7.1

If you invoke the INF from a 32-bit app then System32 will be redirected to SysWOW64, it is the intended behaviour of Windows.

You can reuse this code: https://github.com/microg/android_packages_apps_GmsCore/blob/master/play-services-core/src/main/java/com/google/android/gms/common/security/ProviderInstallerImpl.java Actually it would make sense doing it also in NOT legacy NewPipe to avoid using old TLS versions unnecessarily.

I mean using it as example, it should be adapted but 99% of it could be reused. The part of excluding packages obviously can be stripped.

What about calling ProviderInstaller without compiling with Google libs but just using reflection? The code just need to detect if Google Play Services is installed (microG has the same package...