CMD ADB error: device still authorizing

0

Hello everyone. It turns out that I put my cell phone in Ultra Battery Saver mode and that deactivated that I can enter with my fingerprint. He asks for my PIN but I really do not know, I established it a long time ago and I do not remember. I did not have Wi-Fi enabled and I managed to activate it by

  

adb -s 5210a1a24128640d shell svc wifi enable

(Being 5210a1a24128640d my serial number). The problem is that the commands I tried to try to enter my cell in different ways did not work:

  

adb shell       cd /data/data/com.android.providers.settings/databases       sqlite3 settings.db       update system set value = 0 where name = 'lock_pattern_autolock';       update secure set value = 0 where name = 'lock_pattern_autolock';       update system set value = 0 where name = 'lockscreen.lockedoutpermanently';       update secure set value = 0 where name = 'lockscreen.lockedoutpermanently';       .quit       exit       adb reboot

-

  

adb shell settings set global low_power 0

-

  

adb shell settings set secure location_providers_allowed gps, network

-

  

adb -s 5210a1a24128640d shell rm -f /data/system/locksettings.db *

-

  

adb shell rm /data/system/gesture.key

-

  

adb kill-server & & amp adb shell & & amp; Your & & rm data / system / password.key

-

  

adb backup -apk -shared -all -f /backup.ab

Samsung's Find My Mobile service does NOT work. Send network error, I tried anyway and I can not make it react. Google's does work, but it does not allow you to remove the block. In the Samsung centers they only offer me to put it in factory configuration mode, which I do not want because I have very important data.

To all this, I see Access Denied and ADB error: device still authorizing . If someone comes up with a solution, I will be more than grateful. Greetings.

    
asked by Wondolor 05.07.2018 в 02:32
source

0 answers