24/03/2016

FIX CM13: Configurazione Guidata si è bloccata in modo anomalo / Setup Wizard has stopped working

Aggiornando il mio OPO all'ultima versione di Cyanogenmod mi sono imbattuto in un noiosissimo ed insistente errore riguardo la Configurazione Guidata (Setup Wizard) che continuava ad aprire una finestra di errore rendendo il telefono inutilizzabile.

Dopo varie ricerche e tentativi è emerso che l'errore è dovuto ad un problema con i permessi dell'apk della configurazione guidata, per risolverlo bisogna aprire una shell adb e dare il seguente comando:

adb shell pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE

In seguito la finestra d'errore dovrebbe scomparire....



Updating my OPO to the latest CM version I got an extremely annoying error regarding the Setup Wizard that was causing an infinite loop of error window popping on the screen making my phone unusable.

After some googling and re-flash tries, the problem turned out to be related to Setup Wizard apk permissions, to fix it the following command has to be issued to an adb shell:

adb shell pm grant com.google.android.setupwizard android.permission.READ_PHONE_STATE

After that the error window should be gone...

1 commento:

Alessio ha detto...

Grazie mille per il post! Stesso problema con Cyanogen cm-13.0-20160820 e Google Nexus 6, ha risolto.

Thanks a lot for the fix, perfectly working on Google Nexus 6 + Cyanogen cm-13.0-20160820