ale5000
ale5000
> Yes, but it does not install because no space and I have no idea how to get so much free space. Most of the things that can be deleted...
> I also have another problem. I wanted to start from scratch and uninstall the package. But I can't click "-". After I press + for live setup it somehow...
@HyperCriSiS I think that both the problems of the volume buttons and the missing Playstore are already fixed in the [nightly builds](https://github.com/micro5k/microg-unofficial-installer/blob/main/docs/INSTRUCTIONS.rst). The Playstore in v1.3.2-beta doesn't work correctly in...
@HyperCriSiS Until a proper solution is implemented, to workaround it I have made a ZIP with an old version of microG (which is smaller). It can be found here: #138
> Also from the Alpha Version I get stuck in Bootloop. In the case you have manually replaced the apk files in the system partition (or in the installer) it...
> Oh, I see how what I said was unclear. I added a "programmatically" in there for clarity. I want to manually, programmatically add to the in-memory history. My idea...
@stianhoiland You can also use an "external" join binary from the busybox shell.
@doctorpangloss From cmd.exe executing `gradle` would execute `gradle.bat`, instead from inside busybox it prefer the `gradle` file without extension.
The preference of execution was changed in busybox but I don't remember the date. You can still force it to use the bat by specify directly gradle.bat
@doctorpangloss _gradle_ without extension isn't meant for Windows, but if you want to make it working just run this before executing: `unset JAVA_HOME` **PS:** java must be found in a...