Load RTC offset on Qualcomm Krait chips, fixes the broken time & date

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>

Change-Id: I04ad07f3e6be961003e063be8c648e191e2f9431
This commit is contained in:
Vojtech Bocek
2014-02-03 23:36:57 +01:00
parent e0a433a94d
commit d0e38bc2f4
4 changed files with 104 additions and 0 deletions
+3
View File
@@ -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();