From 38bd760b589d405db9a2e6bf304f07d1b0bae342 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 14 Sep 2012 13:33:53 -0400 Subject: Add wipe functions, compiles in CM7, text shows in UI, zips install Zip install works, had to move mincrypt code into TWRP to prevent a crash when checking the zip signature. Added wipe functions Made it compile in CM7 Made text show up in console and logging --- extra-functions.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'extra-functions.h') diff --git a/extra-functions.h b/extra-functions.h index 6145e7722..664ca3348 100644 --- a/extra-functions.h +++ b/extra-functions.h @@ -8,22 +8,12 @@ int __system(const char *command); FILE * __popen(const char *program, const char *type); int __pclose(FILE *iop); -void wipe_dalvik_cache(); -void wipe_battery_stats(); -void wipe_rotate_data(); - static long tmplog_offset = 0; void update_tz_environment_variables(); -void fix_perms(); - void run_script(const char *str1, const char *str2, const char *str3, const char *str4, const char *str5, const char *str6, const char *str7, int request_confirm); -void install_htc_dumlock(void); -void htc_dumlock_restore_original_boot(void); -void htc_dumlock_reflash_recovery_to_boot(void); - void check_and_run_script(const char* script_file, const char* display_name); int check_backup_name(int show_error); void twfinish_recovery(const char *send_intent); -- cgit v1.2.3