2010-02-12 06:27:06 +00:00
|
|
|
extern int signature_check_enabled;
|
|
|
|
extern int script_assert_enabled;
|
|
|
|
|
|
|
|
void
|
2010-02-12 08:43:24 +00:00
|
|
|
toggle_signature_check();
|
|
|
|
|
|
|
|
void
|
|
|
|
toggle_script_asserts();
|
|
|
|
|
|
|
|
void
|
2010-02-19 22:17:22 +00:00
|
|
|
show_choose_zip_menu();
|
|
|
|
|
2010-03-08 05:47:41 +00:00
|
|
|
int
|
2010-04-18 23:00:21 +00:00
|
|
|
do_nandroid_backup(const char* backup_name);
|
2010-02-22 05:10:25 +00:00
|
|
|
|
2010-03-08 05:47:41 +00:00
|
|
|
int
|
|
|
|
do_nandroid_restore();
|
|
|
|
|
2010-02-22 05:10:25 +00:00
|
|
|
void
|
2011-10-27 04:25:34 +00:00
|
|
|
show_nandroid_restore_menu(const char* path);
|
|
|
|
|
|
|
|
void
|
|
|
|
show_nandroid_advanced_restore_menu(const char* path);
|
2010-02-26 22:14:23 +00:00
|
|
|
|
|
|
|
void
|
2010-03-19 20:34:36 +00:00
|
|
|
show_nandroid_menu();
|
|
|
|
|
|
|
|
void
|
|
|
|
show_partition_menu();
|
2010-03-08 05:47:41 +00:00
|
|
|
|
|
|
|
void
|
|
|
|
show_choose_zip_menu();
|
2010-03-08 10:58:04 +00:00
|
|
|
|
|
|
|
int
|
|
|
|
install_zip(const char* packagefilepath);
|
|
|
|
|
2010-03-13 07:21:12 +00:00
|
|
|
int
|
|
|
|
__system(const char *command);
|
2010-03-19 21:51:45 +00:00
|
|
|
|
|
|
|
void
|
|
|
|
show_advanced_menu();
|
2010-04-01 19:20:39 +00:00
|
|
|
|
2011-01-02 01:55:22 +00:00
|
|
|
int format_unknown_device(const char *device, const char* path, const char *fs_type);
|
2010-05-01 19:46:55 +00:00
|
|
|
|
|
|
|
void
|
|
|
|
wipe_battery_stats();
|
|
|
|
|
2010-06-14 22:02:48 +00:00
|
|
|
void create_fstab();
|
2010-12-19 06:37:49 +00:00
|
|
|
|
2011-05-26 18:47:56 +00:00
|
|
|
int has_datadata();
|
|
|
|
|
|
|
|
void handle_failure(int ret);
|
2011-05-30 11:27:05 +00:00
|
|
|
|
|
|
|
void process_volumes();
|
|
|
|
|
|
|
|
int extendedcommand_file_exists();
|
|
|
|
|
|
|
|
void show_install_update_menu();
|
|
|
|
|
|
|
|
int confirm_selection(const char* title, const char* confirm);
|
|
|
|
|
|
|
|
int run_and_remove_extendedcommand();
|