From 19fb79c722622ac4a068e258501ab4b161420cda Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Mon, 5 Sep 2016 21:04:51 -0400 Subject: ADB Backup: add ability for TWRP GUI to restore Restore adb backup files that TWRP made to your PC. Put files in your backup directory to see them. e.g. /sdcard/TWRP/BACKUPS/ Change-Id: I2c57970d77b64c39a302159041456e761c185259 --- openrecoveryscript.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'openrecoveryscript.hpp') diff --git a/openrecoveryscript.hpp b/openrecoveryscript.hpp index f442746c7..08062239d 100644 --- a/openrecoveryscript.hpp +++ b/openrecoveryscript.hpp @@ -1,5 +1,5 @@ /* - Copyright 2012 bigbiff/Dees_Troy TeamWin + Copyright 2012 - 2017 TeamWin This file is part of TWRP/TeamWin Recovery Project. TWRP is free software: you can redistribute it and/or modify @@ -40,8 +40,6 @@ public: static int Run_OpenRecoveryScript_Action(); // Actually runs the ORS scripts for the GUI action static void Call_After_CLI_Command(VoidFunction fn) { call_after_cli_command = fn; } static void Run_CLI_Command(const char* command); // Runs a command for orscmd (twrp binary) - static int Backup_ADB_Command(string Options); // Runs adbbackup - static int Restore_ADB_Backup(); // Restore adb backup through ors static int remountrw(); // Remount system and vendor rw }; -- cgit v1.2.3