Axewi schreef op donderdag 13 november 2014 @ 16:17:
[...]
Via de cwrm niet toch? je kan er voor kiesen om wipe cache en data te doen. Doe je dit niet dan behoud je gewoon je data.
Maak gewoon een backup met titanium backup en je kan in geval van nood alles terug zetten inclusief instellingen van je apps.
Je kan ook de userdata.img eruit halen, volg deze procedure eens?
(
http://forum.xda-develope...eveloper-preview-t2796003 )
Boot into Bootloader Mode & run the following commands:
C:\adb>fastboot flash bootloader bootloader-hammerhead-hhz11k.img
sending 'bootloader' (2508 KB)...
OKAY [ 0.284s]
writing 'bootloader'...
OKAY [ 0.470s]
finished. total time: 0.755s
C:\adb>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.001s]
finished. total time: 0.001s
C:\adb>fastboot flash boot boot.img
sending 'boot' (8754 KB)...
OKAY [ 0.492s]
writing 'boot'...
OKAY [ 0.746s]
finished. total time: 1.239s
C:\adb>fastboot flash radio radio-hammerhead-m8974a-2.0.50.2.08.img
sending 'radio' (45505 KB)...
OKAY [ 1.593s]
writing 'radio'...
OKAY [ 3.108s]
finished. total time: 4.704s
C:\adb>fastboot flash system system.img
erasing 'system'...
OKAY [ 0.908s]
sending 'system' (683564 KB)...
OKAY [ 22.304s]
writing 'system'...
OKAY [ 46.244s]
finished. total time: 69.458s
C:\adb>fastboot flash userdata userdata.img (note: wipes SD Card - optional)
C:\adb>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.586s]
finished. total time: 0.587s
After you finish the above - reboot in to recovery (TWRP/CWM) and factory reset - then reboot
(Het factory image dus extracten met adb in je pad of in die directory zo runnen)