해결방법1
- Cold Boot Now 시키고 나서는 바로 해결됨.

해결방법2
- Enable the USB debugging on your phone, and connect to a PC
- Run Setup Wizard by
adb
and wait until it appears, but do nothing on your phone
$ adb shell am start -n 'com.google.android.setupwizard/.SetupWizardActivity'
If it's can't start, because there's missing intent, you should run this:
$ adb shell am start -n 'com.google.android.setupwizard/.SetupWizardTestActivity'
- Set the setup complete flag:
$ adb shell settings --user 0 put secure user_setup_complete 1
- Restart phone
$ adb reboot