nvllsvm / freecyngn

A small tool to remove proprietary parts from CyanogenMod 13
Do What The F*ck You Want To Public License
126 stars 10 forks source link

Device doesn't initiate after wipe data / factory reset #28

Closed mimi89999 closed 7 years ago

mimi89999 commented 7 years ago

Because setupWizard was removed, the device doesn't initiate after wipe data / factory reset. That means: No notifications, home button doesn't work, limited power menu, etc.

Is there any solution for that?

ghtux commented 7 years ago

You could delete the /system/addon.d/20-freecyngn.sh through recovery file manager.

Copy it elsewhere on sdcard before and after wiping/flashing copy it again to addon.d

But factory reset, data wipe isnt neccessary for updating cm. At least for cm13 updates

mimi89999 commented 7 years ago

I wiped data for some other reason... Anyway, your solution is to run that partially non-free app and the solution for that issue would be to check what that app does and share some adb commands in a FAQ; make a script, that will do that or free that app.

nvllsvm commented 7 years ago

This has been resolved by having freecyngn update the CMSettings database.

https://github.com/nvllsvm/freecyngn/blob/1db806bbbf08c86ef32ec53d60e459736ed5f320/20-freecyngn.sh#L29

The procedure for clean installs has changed. See the README.

Release v1.1 includes this fix.