ale5000
ale5000
You can also create a profile file with this: ``` gradle() { gradle.bat "${@}"; } gradlew() { gradlew.bat "${@}"; } ``` Or as I said before just `unset JAVA_HOME`, if...
I don't remember exactly what devices where but there are devices where the partition table is hardcoded in the bootloader. Also it is always risky to change the partition table...
@KhazAkar Thanks, I will start working on it immediately after the release of v1.3.2-beta.
Not yet, but probably this month.
In the meantime there is a version with an earlier version of microG (which is smaller): #138
@pedroborraz Hello, thanks for your help, I like it. To be sure from a licensing point of view, we can proceed as follows (if you want): Download the icon of...
@pedroborraz If you have any issue with the process please tell me and I will try to help.
I was just trying a command from here: https://github.com/LineageOS/android_vendor_lineage/blob/fac22bf2792973a7bb85b37744ae4cb851174e24/prebuilt/common/bin/backuptool_ab.sh#L72 and I wondered why it doesn't work. Excluding the fact that it isn't portable, is it more correct the behaviour of...
The PR is certainly outdated since the file was moved here: https://github.com/microg/GmsCore/blob/master/play-services-wearable/core/src/main/java/org/microg/gms/wearable/ConfigurationDatabaseHelper.java But I don't know if the change is correct or not. @mar-v-in Could you please check it?