42 lines
505 B
C
42 lines
505 B
C
extern int signature_check_enabled;
|
|
extern int script_assert_enabled;
|
|
|
|
void
|
|
toggle_signature_check();
|
|
|
|
void
|
|
toggle_script_asserts();
|
|
|
|
void
|
|
show_choose_zip_menu();
|
|
|
|
int
|
|
do_nandroid_backup(char* backup_name);
|
|
|
|
int
|
|
do_nandroid_restore();
|
|
|
|
void
|
|
show_nandroid_restore_menu();
|
|
|
|
void
|
|
show_nandroid_menu();
|
|
|
|
void
|
|
show_partition_menu();
|
|
|
|
void
|
|
show_choose_zip_menu();
|
|
|
|
int
|
|
install_zip(const char* packagefilepath);
|
|
|
|
int
|
|
__system(const char *command);
|
|
|
|
void
|
|
show_advanced_menu();
|
|
|
|
int
|
|
format_mmc_device(char* root);
|