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 (Android-11) - Shatur - 03-13-2021

(03-13-2021, 05:47 AM)arseny1991 Wrote: Is there still any development on GloDroid for the Pinephone? I wanted to use the phone as a fully De-Googled Android device with physical hardware switches while Linux distros mature a bit more. But seems like all Android development is abandoned Sad
It is actively developing, it is just that development going in other branches (non master) and the activity is not visible on GitHub. Just recently a new release was released.


RE: GloDroid (Android-11) - arseny1991 - 03-13-2021

(03-13-2021, 06:44 AM)Shatur Wrote:
(03-13-2021, 05:47 AM)arseny1991 Wrote: Is there still any development on GloDroid for the Pinephone? I wanted to use the phone as a fully De-Googled Android device with physical hardware switches while Linux distros mature a bit more. But seems like all Android development is abandoned Sad
It is actively developing, it is just that development going in other branches (non master) and the activity is not visible on GitHub. Just recently a new release was released.
Ah right thanks for letting me know. Where can i find the most recent image to try?


RE: GloDroid (Android-11) - Shatur - 03-13-2021

(03-13-2021, 10:33 AM)arseny1991 Wrote:
(03-13-2021, 06:44 AM)Shatur Wrote:
(03-13-2021, 05:47 AM)arseny1991 Wrote: Is there still any development on GloDroid for the Pinephone? I wanted to use the phone as a fully De-Googled Android device with physical hardware switches while Linux distros mature a bit more. But seems like all Android development is abandoned Sad
It is actively developing, it is just that development going in other branches (non master) and the activity is not visible on GitHub. Just recently a new release was released.
Ah right thanks for letting me know. Where can i find the most recent image to try?
Here.


RE: GloDroid (Android-11) - arseny1991 - 03-13-2021

(03-13-2021, 10:36 AM)Shatur Wrote:
(03-13-2021, 10:33 AM)arseny1991 Wrote:
(03-13-2021, 06:44 AM)Shatur Wrote:
(03-13-2021, 05:47 AM)arseny1991 Wrote: Is there still any development on GloDroid for the Pinephone? I wanted to use the phone as a fully De-Googled Android device with physical hardware switches while Linux distros mature a bit more. But seems like all Android development is abandoned Sad
It is actively developing, it is just that development going in other branches (non master) and the activity is not visible on GitHub. Just recently a new release was released.
Ah right thanks for letting me know. Where can i find the most recent image to try?
Here.
Thank you so much! You are a legend Smile


RE: GloDroid (Android-11) - arseny1991 - 03-13-2021

So, i have downloaded v0.6.0 and flashed deploy-sd-for-emmc.img to micro sd using Etcher. Triggered flash-emmc.sh via terminal and followed all the instructions. It gets to fastboot after you power off the device, remove the sd and power it back on and hit enter in terminal for the process to continue, but the terminal hangs on "Rebooting into fastboot <waiting for any device>".

I have adb installed successfully (currently on my x200 thinkpad running KDE Neon with all updates). Last time i tried with v0.5.1 it booted and installed all fine to emmc.

Any ideas?


RE: GloDroid (Android-11) - nas - 03-13-2021

The keyword for this release is "untested". Others have reported the same issue so will have to wait for the next build.


RE: GloDroid (Android-11) - arseny1991 - 03-13-2021

(03-13-2021, 12:47 PM)nas Wrote: The keyword for this release is "untested". Others have reported same issue so will have to wait for the next build.

Right just thought i could at least install in past fastboot, but makes sense.

Are there any other places where android development for the pinephone is discussed more?


RE: GloDroid (Android-11) - nas - 03-14-2021

Someone asked a similar question on their issue tracker a while back.


RE: GloDroid (Android-11) - StridAst - 03-29-2021

(03-13-2021, 06:44 AM)Shatur Wrote:
(03-13-2021, 05:47 AM)arseny1991 Wrote: Is there still any development on GloDroid for the Pinephone? I wanted to use the phone as a fully De-Googled Android device with physical hardware switches while Linux distros mature a bit more. But seems like all Android development is abandoned Sad
It is actively developing, it is just that development going in other branches (non master) and the activity is not visible on GitHub. Just recently a new release was released.
Curious, any idea as to what state the current development is in?  i.e. calls, or wifi/bluetooth status etc?
I can't experiment myself until my pre-ordered pinephone arrives.  Right now I'm just trying to research everything.


RE: GloDroid (Android-11) - layton-dev - 04-06-2021

Hi ! I'm currently using Glodroid v0.5.1 on the Pinephone, I'm wondering if TrustyOS is supported on this device ?

According to this : https://stackoverflow.com/questions/42994075/using-the-android-hardware-backed-keystore,
and the Trusty API, after generating a pair of keys, you can execute the method : "isInsideSecureHardware" to see if the keys are stored securely thanks to the TEE.

But on the Pinephone, this method always returns "false", while on several other recent devices, the same method returns "true" (for RSA keys for example).
Thanks !