GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

Offer user builds, not only userdebug #97

Open artemislena opened 3 years ago

artemislena commented 3 years ago

This would only need changing a single line or so, I suppose. Rationale is the following: userdebug enables ro.debuggable, which opens debugging interfaces and thus can decrease security.

rsglobal commented 3 years ago

@matviizorin

Assignment removed due to long inactivity. Please update it if you are still working on the issue.

herbsmn commented 1 year ago

On my PinePhone running GloDroid v0.8.1 I get the message, "Serial console enabled - Performance is impacted".

I'm curious if a user build instead of a userdebug build would turn the serial console off.

rsglobal commented 1 year ago

On my PinePhone running GloDroid v0.8.1 I get the message, "Serial console enabled - Performance is impacted".

I'm curious if a user build instead of a userdebug build would turn the serial console off.

No, I believe it could be disabled in kernel configs.