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