Anyone been able to get a working GloDroid img on SD? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142) +--- Thread: Anyone been able to get a working GloDroid img on SD? (/showthread.php?tid=11411) |
Anyone been able to get a working GloDroid img on SD? - tophneal - 09-12-2020 I've been having a heck of a time with it. I've been following these instructions, but the PineTab isn't behaving like the PinePhone (won't boot to screen on, but black, for the flash-sd.sh step.) Turns out I needed to run chmod 775 * on everything in the images folder. Didn't realize that. Is there a difference in the steps for the PineTab I'm not aware of, or does anyone have a fresh SD img they'd be willing to share? I swear I've seen reports of the support being there, and some already booting it. Trying the .img from v0.2.0 now, but it seems to be in a loop. The backlight(s) come on for a few seconds, then shutoff, rinse, wash, repeat. the v0.2.0 img didn't show any video, after fixing the file permissions for the release files from the Glodroid repo, I was able to get a card made for v0.4.0, but that had the same issues with no display. I want to try grabbing the 'next' branch for a more recent update, but I don't have the room typically required to build Android. Neither the built-in display, no HDMI out worked. RE: Anyone been able to get a working GloDroid img on SD? - nas - 09-13-2020 I don't think the developers have a pinetab to properly test - so if you raise an issue on their bug tracker then they can troubleshoot. RE: Anyone been able to get a working GloDroid img on SD? - tophneal - 09-14-2020 (09-13-2020, 03:53 PM)nas Wrote: I don't think the developers have a pinetab to properly test - so if you raise an issue on their bug tracker then they can troubleshoot. ha, that would certainly make development for it a bit harder. shortly after making this post, I did run across an issue where someone asked for the files needed for PineTab, the dev gave a link to them from the next branch. I successfully flashed an SD, it had no video, so I provided that in the existing issue. RE: Anyone been able to get a working GloDroid img on SD? - nas - 09-14-2020 I notice you mention running adb from a container - you may be doing so already but generating an image to flash might sidestep a few setup issues. Pretty sure there was a similar black screen issue on an early pinephone build which was fixed pretty quickly. Sharing some logs may help them assuming things like adb logcat are working. RE: Anyone been able to get a working GloDroid img on SD? - tophneal - 09-14-2020 (09-14-2020, 02:05 PM)nas Wrote: I notice you mention running adb from a container - you may be doing so already but generating an image to flash might sidestep a few setup issues. I had initially begun pulling the repo of the next branch to do just that, but my chromebook doesn't have enough internal storage to pull off building an Android img. (Last I recall 80-100GB of free space was recommended for building.) RE: Anyone been able to get a working GloDroid img on SD? - squierts - 09-19-2020 I was able to successful start the flashing process, having an external keyboard helped because I was able to see when it powered up. Running adb logcat shows it has booted and flashed, but I think my problem now is related to not having an external monitor connected, which the docs say is required. When I get a cable and try that out, I'll post an update. RE: Anyone been able to get a working GloDroid img on SD? - nas - 09-19-2020 (09-14-2020, 02:59 PM)tophneal Wrote: I had initially begun pulling the repo of the next branch to do just that, but my chromebook doesn't have enough internal storage to pull off building an Android img. I was going to try doing that to produce a non-debug build so I can try some apps that don't like root - but my broadband was just too slow so I gave up. (09-19-2020, 09:28 AM)squierts Wrote: Running adb logcat shows it has booted and flashed, but I think my problem now is related to not having an external monitor connected, which the docs say is required. I think the external monitor requirement relates to sbc devices that don't have a built-in screen. The problem reminds me of this pinephone issue from a few months ago so a Pinetab-specific bug will probably need to be raised to get it fixed. RE: Anyone been able to get a working GloDroid img on SD? - squierts - 09-19-2020 (09-19-2020, 11:08 AM)nas Wrote:I just opened a issue for this in their project.(09-14-2020, 02:59 PM)tophneal Wrote: I had initially begun pulling the repo of the next branch to do just that, but my chromebook doesn't have enough internal storage to pull off building an Android img. RE: Anyone been able to get a working GloDroid img on SD? - tophneal - 09-21-2020 @squierts was v0.4.0 the release you used when trying to create your SD img? RE: Anyone been able to get a working GloDroid img on SD? - squierts - 09-21-2020 (09-21-2020, 07:18 AM)tophneal Wrote: @squierts was v0.4.0 the release you used when trying to create your SD img?Yeah that is the version I tried |