OTAUpdateCenter / ota-update-centre

OTA Update Center - app part. Please visit our website for more information
https://www.otaupdatecenter.pro
Other
33 stars 43 forks source link

Wipe data does not work #14

Closed tezet closed 12 years ago

tezet commented 12 years ago

Installer did not wipe data even though the option was selected. Affected device: Milestone2 with CM10.

Can't attach any logcat as ADB is not enabled in the installer.

Edit:

Recovery version: Bootmenu JB Recovery v5.7.0 That's a custom CWM-based recovery used in (mostly) moto devices: https://github.com/tpruvot/android_bootable_recovery

vetruvet commented 12 years ago

please include recovery version with recovery-related bugs

vetruvet commented 12 years ago

oh, if you could try wiping data again, and then attach the recovery log, that would be great!

tezet commented 12 years ago

I looked into this issue and it's not a fault in OTA updater. It's fault in the recovery. Could you add possibility to define custom script to be called for recovery execution? It would need to accept 3 params (wipe cache, data and update path). Thanks for considering this feature.