android - How to turn wifi on using ADB or any other way when usb debugging is disabled -


when android locked after many pattern attempts, ask sign in google account unlock, have username , password mobile data , wireless not enabled , can't enable because it's totally locked, don't want make factory reset because lose data.

as programmer have wasted 2 days searching on how , have found answer using adb turn on wifi :

adb shell sqlite3 /data/data/com.android.providers.settings/databases/settings.db update secure set value=1 name='wifi_on'; .exit 

however,it not work if usb debugging disabled, there other solution enable usb debugging on using adb or wifi or mobile data on?

please don't close questions because questions on stack overflow expected relate programming or software development, because question related software development, @ lease please android experts, answer me , answer thousands of people losing data everyday, because android not turning wireless on default if it's locked or gives @ least opportunity log in , unlock storing password locally. please suggest solution.

is there other solution enable usb debugging on using adb or wifi or mobile data on?

no can't anything adb if usb debugging turned off... setting must on in order execute adb commands.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -