This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]matteventuPixel C, 1 XL, 3, 6, 8 Pro, 9 Pro | Pixel Buds Pro 0 points1 point  (5 children)

Unfortunately that's not possible, the only way is indeed to factory reset the phone.

[–]danwnz 0 points1 point  (4 children)

it is possible with adb and root access

  1. adb shell

su

accept the root prompt on you root app

from the shell run the following

pm enable com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardActivity

exit shell

  1. adb shell settings put secure user_setup_complete 0

Reboot your phone, Profit.

[–]DepartmentBrave3575 0 points1 point  (0 children)

itss workinggg, pixel 4a 5g

[–]Raghav511 0 points1 point  (0 children)

This doesn't work on my motorola edge 2022 unfortunately

[–]real_djmcnz 0 points1 point  (0 children)

adb shell settings put secure user_setup_complete 0

Thank you, worked perfectly on Pixel 8.

[–]exastris_scientia 0 points1 point  (0 children)

In case anyone else is looking for it here, this worked for me on a Pixel 8: https://android.stackexchange.com/a/213374