PINE64
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: GloDroid - nas - 08-07-2020

(08-06-2020, 11:20 PM)Hyz Wrote: 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?

I had similar error messages but it still created the image file - see attached log.


.log   gensdimg.log (Size: 4.55 KB / Downloads: 513)


RE: GloDroid - paju1986 - 08-07-2020

There is any way of flashing the gapps to it??


RE: GloDroid - nas - 08-07-2020

(08-07-2020, 01:34 AM)paju1986 Wrote: There is any way of flashing the gapps to it??

Not a way supported by GloDroid at least. The alternative is microG which may be possible at some point.

Edit: It turns out you can use magisk to install microg module as well enable signature spoofing.

1) patch boot.img with magisk app
2) adb reboot fastboot
3) fastboot flash boot_a magisk_patched.img
4) fastboot reboot


RE: GloDroid - Hyz - 08-07-2020

Editing the script to remove the vbmeta.img line allowed the script to complete successfully, and boot the system on the phone! Thanks everyone for the help!


RE: GloDroid - nas - 08-23-2020

Time for another fuzzy video - this time running a couple of popular apps.


RE: GloDroid - branon - 08-25-2020

(08-23-2020, 03:27 PM)nas Wrote: Time for another fuzzy video - this time running a couple of popular apps.
This looks great. I'm excited for the state of Android on PinePhone -- having an Android option available will really help introduce some of my less technically-inclined friends and family to the Pine64 platform.


RE: GloDroid - paju1986 - 08-26-2020

or dual booting if you need some android app at some point


RE: GloDroid - nas - 09-03-2020

Anyone with a community edition pinephone fancy helping test glodroid? Please download the latest build at this link and report the results of running the adb command mentioned here.


RE: GloDroid - branon - 09-03-2020

(09-03-2020, 08:07 AM)nas Wrote: Anyone with a community edition pinephone fancy helping test glodroid? Please download the latest build at this link and report the results of running the adb command mentioned here.
postmarketOS CE owner, checking in. I have the convergence edition with 3 GB RAM.

I've downloaded your linked release and flashed deploy-sd.img to a SD card. After inserting this SD card into my PinePhone and holding the power button, I get a red LED, no backlight/output on the screen.

The flash-sd.sh script included with the release also doesn't seem to work. I get:
Code:
[branon@void-live glodroid]$ ./flash-sd.sh
+ ./fastboot flash gpt deploy-gpt.img
./fastboot: 2: Syntax error: ")" unexpected

Feels like two separate issues to me. Can you confirm if the release linked in your post is intended to be used with the 3 GB variant?

Not sure what's up with the syntax error on the shell script though.


RE: GloDroid - nas - 09-04-2020

(09-03-2020, 07:23 PM)branon Wrote: Feels like two separate issues to me. Can you confirm if the release linked in your post is intended to be used with the 3 GB variant?

I suspect you're right - you can try generating a flashable image as described here while we await confirmation from the developer.

Edit: 3gb version should be compatible - have you succesfully booted another distro from the sd card?