Device managed by admin — Automatically resetting soon — Google Pixel

traveller101
2 min readMay 6, 2022

--

Different stories from the internet for the same issue.

Got this second-hand “google pixel 2” from a seller yesterday while setting up and connected to the internet until I started receiving a notification saying “Device managed by admin — Automatically resetting soon.” When I tap on it, it gives me an error saying “Device setup keeps stopping”. I checked the phone’s IMEI but it doesn’t classify as lost/stolen. If I try to factory reset the phone, it asks me for a @google.com address

I started facing the issue when I didn't log in on my phone for more than a week and reset the phone without login in to my Gmail account.

Tried everything that I had in my knowledge but failed. Even in the local market phone experts were not able to solve the issue. Here is what I did.

Solution

  1. reset the device
  2. connect with wifi
  3. add gmail (phone google account) asap before this error shows up on the screen
  4. turn off the wifi
  5. restart the phone
  6. after turning on the phone, turn on debugging from the phone setting menu
  7. install ADB on your OS
  8. connect the phone with the laptop and run the following commands

Commands

adb devices
adb shell
pm list packages | grep ‘google’
pm list packages | grep ‘work’
pm uninstall -k — user 0 com.google.android.apps.work.oobconfig

Woalla!! You are ready to use your phone normally without facing this issue.

--

--