summaryrefslogtreecommitdiffstats
path: root/twrp.cpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-02-06 20:14:14 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-06 20:14:14 +0100
commit4011c71f9813a9b3c13dab6ca01b69dddd6ec77b (patch)
treeeaa89da21aa9975ddb100da285aededddec69ff5 /twrp.cpp
parentMerge "minui: adapt backlight blanking commit to TWRP" into android-4.4 (diff)
parentLoad RTC offset on Qualcomm Krait chips, fixes the broken time & date (diff)
downloadandroid_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.gz
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.bz2
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.lz
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.xz
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.zst
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.zip
Diffstat (limited to 'twrp.cpp')
-rw-r--r--twrp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/twrp.cpp b/twrp.cpp
index 06532cba2..230e1b40c 100644
--- a/twrp.cpp
+++ b/twrp.cpp
@@ -268,6 +268,9 @@ int main(int argc, char **argv) {
if (DataManager::GetIntValue(TW_IS_ENCRYPTED) == 0 && (TWFunc::Path_Exists(SCRIPT_FILE_TMP) || TWFunc::Path_Exists(SCRIPT_FILE_CACHE))) {
OpenRecoveryScript::Run_OpenRecoveryScript();
}
+
+ TWFunc::Fixup_Time_On_Boot();
+
// Launch the main GUI
gui_start();