tesla-android / issue-tracker

Place for reporting issues and discussion with the community
18 stars 1 forks source link

Signed user builds #316

Open Uldiniad opened 6 months ago

Uldiniad commented 6 months ago

If there's no particular reason to have unsigned userdebug builds, it would be more secure to have signed user builds instead. LineageOS ships userdebug builds but tweaks them to make them much closer to user builds (with settings to enable features that are only available for userdebug, such as root access). Concerning signing, it would be prudent to do so to avoid easy malware installation. Additionally, there should be some reasonable performance uplift from the serial console being disabled.