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 - rsglobal - 09-24-2020

(09-24-2020, 10:32 AM)bauner Wrote: Currently I don't know how to get incall audio working.
If you want feel free to use any part of my changes and implement it yourself in your current GloDroid tree

Then I will fragment and apply your changes. Thank you.
Please post your SOB, I need it to add Suggested-by tags to commits.

In case you want to continue, I can share my findings regarding modem audio:

Audio path is described here:
https://xnux.eu/devices/feature/audio-pp.html

Mixer settings is set by this file.
https://github.com/GloDroid/glodroid_device/blob/master/pinephone/audio.pinephone.xml

ADD: You can set mixer values on the fly:
Run adb root && adb shell
Use tinymix command


RE: GloDroid - Beattie - 09-25-2020

(09-23-2020, 11:35 AM)nas Wrote:
(09-22-2020, 05:51 PM)Beattie Wrote: I'm trying to build Glodroid on my Ubuntu laptop. When I get the the make images step it starts but it slowing locks up the machine and then the screen blanks. 

I'd guess you're running out of memory (add more swap storage?) but there are ready-made builds here - version 0.5 just became available.
Thanks for the info I had a 2G swap(8G real) which I bumped to 8G, thinks went a bit faster until the laptop stopped responding then the screen blanked and the laptop hung hard. I guess this is not going to work. I've got an AMD Ryzen. Sigh!


RE: GloDroid - cefre00 - 09-25-2020

Hi, I saw there are new editions: would it be possible to upload raw images to github too? Or please update the wiki with some info how to flash the pinephone.
Thank you in advance! Smile


RE: GloDroid - rsglobal - 09-25-2020

(09-25-2020, 01:01 PM)cefre00 Wrote: Hi, I saw there are new editions: would it be possible to upload raw images to github too? Or please update the wiki with some info how to flash the pinephone.
Thank you in advance! Smile

I've put more information to the first comment:

https://forum.pine64.org/showthread.php?tid=10613&pid=71462#pid71462


RE: GloDroid - cefre00 - 09-27-2020

(09-25-2020, 02:24 PM)rsglobal Wrote:
(09-25-2020, 01:01 PM)cefre00 Wrote: Hi, I saw there are new editions: would it be possible to upload raw images to github too? Or please update the wiki with some info how to flash the pinephone.
Thank you in advance! Smile

I've put more information to the first comment:

https://forum.pine64.org/showthread.php?tid=10613&pid=71462#pid71462

Thank you very much, I'll check that in detail! Wink

EDIT:
Let me ask here, why do you guys think /e/ stopped developing their OS to the Pinephone, though GloDroid runs just fine? GloDroid just proved them wrong pretty much.


RE: GloDroid - NO_ob - 09-29-2020

(09-27-2020, 10:30 AM)cefre00 Wrote:
(09-25-2020, 02:24 PM)rsglobal Wrote:
(09-25-2020, 01:01 PM)cefre00 Wrote: Hi, I saw there are new editions: would it be possible to upload raw images to github too? Or please update the wiki with some info how to flash the pinephone.
Thank you in advance! Smile

I've put more information to the first comment:

https://forum.pine64.org/showthread.php?tid=10613&pid=71462#pid71462

Thank you very much, I'll check that in detail! Wink

EDIT:
Let me ask here, why do you guys think /e/ stopped developing their OS to the Pinephone, though GloDroid runs just fine? GloDroid just proved them wrong pretty much.
Theyll probably support the pinephone again once other people have done all the hard work lmao


RE: GloDroid - vanja - 09-29-2020

(09-29-2020, 08:45 AM)NO_ob Wrote:
(09-27-2020, 10:30 AM)cefre00 Wrote:
(09-25-2020, 02:24 PM)rsglobal Wrote:
(09-25-2020, 01:01 PM)cefre00 Wrote: Hi, I saw there are new editions: would it be possible to upload raw images to github too? Or please update the wiki with some info how to flash the pinephone.
Thank you in advance! Smile

I've put more information to the first comment:

https://forum.pine64.org/showthread.php?tid=10613&pid=71462#pid71462

Thank you very much, I'll check that in detail! Wink

EDIT:
Let me ask here, why do you guys think /e/ stopped developing their OS to the Pinephone, though GloDroid runs just fine? GloDroid just proved them wrong pretty much.
Theyll probably support the pinephone again once other people have done all the hard work lmao



is there any specific reason why /e/ has its own subforum (while the software does not exist) and glodroid which exists, and runs, is just a topic? can we rename /e/ to glodroid? I dont see a use case for that /e/ section of the forum...


RE: GloDroid - nas - 09-29-2020

(09-29-2020, 12:13 PM)vanja Wrote: can we rename /e/ to glodroid? I dont see a use case for that /e/ section of the forum...

Or replicant for that matter. A single android subsection would make more sense.


RE: GloDroid - kenigan - 09-29-2020

(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? Big Grin


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.


RE: GloDroid (Android-11) - Kerith - 10-03-2020

Hi!

I tried installing version 0.5.1 (https://github.com/GloDroid/glodroid_manifest/releases/tag/v0.5.1) on my 3GB PinePhone but also ran into the problem of just having a black screen and red led after flashing the image to SD and inserting it. I tried following the links in this thread for solutions to this problem but https://github.com/GloDroid/glodroid_manifest/issues/75 got closed and the link that seemed to have helped someone is dead. Adb devices returns an empty list although the PinePhone is connected.

Thanks in advance for the help!