sm7250-common: Enable USB Debugging at boot

* Because we get bootloops often, so we really need this ._.
 * ADB is insecure as well

Signed-off-by: XtremeOrnob <xtreme.ornob@gmail.com>
Signed-off-by: Manikantaraavi <raavimanikanta6595@gmail.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
XtremeOrnob
2023-01-05 22:05:51 +05:30
committed by Sandeep P S
parent 85af0ed4f9
commit 1fdeaa22bd
+18
View File
@@ -0,0 +1,18 @@
# Padding for Gboard from OOS
ro.com.google.ime.kb_pad_port_l=7
ro.com.google.ime.kb_pad_port_r=7
ro.com.google.ime.kb_pad_land_l=14
ro.com.google.ime.kb_pad_land_r=14
# Padding for Baidu Keyboard from OOS
ro.com.baidu.input.pad_port_l=14
ro.com.baidu.input.pad_port_r=14
ro.com.baidu.input.pad_land_l=19
ro.com.baidu.input.pad_land_r=19
ro.com.baidu.input.pad_land_b=10
# USB debugging
persist.sys.usb.config=mtp,adb
ro.adb.secure=0
ro.secure=0
ro.debuggable=1