blob: 65b1a7a0b3f0f61d2d82d085eb9e201725b8aa3f [file] [log] [blame]
Koushik K. Dutta6060e5c2010-02-11 22:27:06 -08001extern int signature_check_enabled;
2extern int script_assert_enabled;
3
4void
Koushik K. Duttae9234872010-02-12 00:43:24 -08005toggle_signature_check();
6
7void
8toggle_script_asserts();
9
10void
Koushik K. Duttaa3c2f732010-02-19 14:17:22 -080011show_choose_zip_menu();
12
13int
14get_allow_toggle_display();
15
Koushik K. Dutta03173782010-02-26 14:14:23 -080016void
17ui_set_show_text(int value);
Koushik K. Duttabcdd0032010-02-21 21:10:25 -080018
Koushik K. Duttaa9483082010-03-07 21:47:41 -080019int
Koushik K. Dutta8c866dc2010-03-08 14:20:37 -080020do_nandroid_backup(char* backup_name);
Koushik K. Duttabcdd0032010-02-21 21:10:25 -080021
Koushik K. Duttaa9483082010-03-07 21:47:41 -080022int
23do_nandroid_restore();
24
Koushik K. Duttabcdd0032010-02-21 21:10:25 -080025void
Koushik K. Dutta03173782010-02-26 14:14:23 -080026show_nandroid_restore_menu();
27
28void
Koushik K. Duttaa9483082010-03-07 21:47:41 -080029do_mount_usb_storage();
30
31void
32show_choose_zip_menu();
Koushik K. Duttaea46fe22010-03-08 02:58:04 -080033
34int
35install_zip(const char* packagefilepath);
36
Koushik K. Duttaee57bbc2010-03-12 23:21:12 -080037int
38__system(const char *command);