C
C
Chvalov2015-03-26 14:01:01
Android
Chvalov, 2015-03-26 14:01:01

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 question

Ask a Question

731 491 924 answers to any question