Answer the question
In order to leave comments, you need to log in
How to enable debugging by default in Android?
You need to enable USB debugging by default so that even after a factory reset, debugging is enabled.
Edits in build.proc and default.proc don't be silent
ro.secure=0
ro.adb.secure=0
ro.debuggable=1
persist.sys.usb.config=mass_storage,adb
persist.service.adb.enable=1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question