Make device bootable -> add missing packages and pre-steps to fix audio

This commit is contained in:
SaschaNes
2025-08-04 09:15:49 +02:00
parent 3cc5ea12e0
commit 340fc0bbc5
5 changed files with 30 additions and 22 deletions

View File

@@ -1,3 +1,9 @@
# DPM
persist.vendor.dpm.feature=11
# ADB-Debugging
ro.secure=0
ro.adb.secure=0
ro.debuggable=1
persist.sys.usb.config=adb
persist.service.adb.enable=1