GloDroid (Android-13) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +--- Thread: GloDroid (Android-13) (/showthread.php?tid=10613) |
RE: GloDroid - cefre00 - 08-01-2020 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? RE: GloDroid - nas - 08-01-2020 (08-01-2020, 04:05 AM)cefre00 Wrote: 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. Sounds like you're running into this issue when installing adb. Maybe a different distro might help but I'm running x86 linux so can't really advise. Have you tried flashing the pre-built image for 0.2.0 instead? RE: GloDroid - paju1986 - 08-01-2020 I installed the v 0.3 to the sdcard, but something weird happens, the screen flikers a lot, and some colos leaves traces on the display. I think hw acceleration is not enabled... im on the ubports edition pinephone. RE: GloDroid - nas - 08-01-2020 (08-01-2020, 08:57 AM)paju1986 Wrote: I installed the v 0.3 to the sdcard, but something weird happens, the screen flikers a lot, and some colos leaves traces on the display. Yes, this issue has been reported on github. Setting a dark theme and increasing screen brightness seems to help. RE: GloDroid - User 18618 - 08-01-2020 (08-01-2020, 06:53 AM)nas Wrote: Maybe a different distro might help I concur. Try using a spin of Debian, if you can: Code: apt install adb fastboot Debian has always worked perfectly for me when using these tools - hopefully they work for you on ARM64. RE: GloDroid - cefre00 - 08-01-2020 (08-01-2020, 06:53 AM)nas Wrote:(08-01-2020, 04:05 AM)cefre00 Wrote: 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. Yes, and that works from the SD card! Can it be updated OTA to 0.3? RE: GloDroid - nas - 08-01-2020 (08-01-2020, 01:08 PM)cefre00 Wrote: Yes, and that works from the SD card! No ota update but you can try generating an image file with this script. Save it to where you extracted 0.3.0 and run it - if it completes successfully, flash the resultant sdcard.img file to your card and see if it boots RE: GloDroid - nas - 08-02-2020 (07-28-2020, 06:22 PM)Hyz Wrote: Has anyone found a workaround for bug 39? https://github.com/GloDroid/glodroid_manifest/issues/39 This thread on usb tethering appears to be a related issue. RE: GloDroid - cefre00 - 08-03-2020 (08-01-2020, 02:56 PM)nas Wrote:(08-01-2020, 01:08 PM)cefre00 Wrote: Yes, and that works from the SD card! I am writing now from glodroid 0.3 . Thanks for the advice, the sricpt was great, easy stuff and after a restart the OS is just awesome. On phosh you don't get to see this phone so smooth. I hope this one gets further developed. I did not think I would run android on the pinephone, but until a Linux distro is mature enough I might just do so. EDIT: Amazing, how well it runs. As soon as it has telephony it goes to the eMMC right away. RE: GloDroid - Hyz - 08-06-2020 (08-01-2020, 02:56 PM)nas Wrote:Thank you for the link to the script!(08-01-2020, 01:08 PM)cefre00 Wrote: Yes, and that works from the SD card! However, I'm afraid it doesn't complete successfully: in the end, I get an error message saying that it can't find the file "vbmeta.img", and indeed it doesn't appear to exist anywhere. Where do I find it, or how do I create it? |