mirror of
https://github.com/CTCaer/CTCaer-CWM.git
synced 2024-11-23 01:49:57 +00:00
Removed advanced restore of /boot /wimax as Xperia 2011 devices don't have /boot partition
This commit is contained in:
parent
9f46425f20
commit
2a72ba40f0
@ -1123,30 +1123,30 @@ void show_nandroid_advanced_restore_menu(const char* path)
|
||||
int chosen_item = get_menu_selection(headers, list, 0, 0);
|
||||
switch (chosen_item)
|
||||
{
|
||||
case 0:
|
||||
/* case 0:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /boot"))
|
||||
nandroid_restore(file, 1, 0, 0, 0, 0, 0);
|
||||
break;*/
|
||||
case 0:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /system"))
|
||||
nandroid_restore(file, 1, 0, 0, 0, 0, 0);
|
||||
break;
|
||||
case 1:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /system"))
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /data"))
|
||||
nandroid_restore(file, 0, 1, 0, 0, 0, 0);
|
||||
break;
|
||||
case 2:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /data"))
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /cache"))
|
||||
nandroid_restore(file, 0, 0, 1, 0, 0, 0);
|
||||
break;
|
||||
case 3:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /cache"))
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /sd-ext"))
|
||||
nandroid_restore(file, 0, 0, 0, 1, 0, 0);
|
||||
break;
|
||||
case 4:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /sd-ext"))
|
||||
nandroid_restore(file, 0, 0, 0, 0, 1, 0);
|
||||
break;
|
||||
case 5:
|
||||
/*case 4:
|
||||
if (confirm_selection(confirm_restore, "Yes - Restore /wimax"))
|
||||
nandroid_restore(file, 0, 0, 0, 0, 0, 1);
|
||||
break;
|
||||
break;*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user