09-29-2020, 11:35 PM
(08-01-2020, 04:05 AM)cefre00 Wrote: Thank you for the info, but for me it does not work at all: Exec format error...
Any idea what the issue is?
EDIT:
I think the problem is that I am trying this from the PBP. I tried to install adb and android-tools from the repo, but there is a version difference between libprotobuf-lite.so and android-tools. I did not find a solution yet.
Problem is I can't run an sh executable on Windows 10 right?
Hey,
I tried installing Glodroid on the PBP as well on Manjaro and ran into your same error. I was able to bypass the error by editing the flash-emmc.sh file and replacing any occurence of ./fastboot with sudo fastboot . I then saved the script and glodroid installed successfully.