zefie

zefie's LG LG6 TWRP dirty edits

Dec 20th, 2017
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.96 KB | None | 0 0
  1. diff --git a/partition.cpp b/partition.cpp
  2. index 3957c654..76b558a0 100644
  3. --- a/partition.cpp
  4. +++ b/partition.cpp
  5. @@ -1430,7 +1430,7 @@ bool TWPartition::Mount(bool Display_Error) {
  6.     }
  7.  
  8.     string mount_fs = Current_File_System;
  9. -   if (Current_File_System == "exfat" && TWFunc::Path_Exists("/sys/module/texfat"))
  10. +   if (Current_File_System == "exfat")
  11.         mount_fs = "texfat";
  12.  
  13.     if (!exfat_mounted &&
  14. diff --git a/twrp-functions.cpp b/twrp-functions.cpp
  15. index 5df44c69..49fcbaf9 100644
  16. --- a/twrp-functions.cpp
  17. +++ b/twrp-functions.cpp
  18. @@ -901,7 +901,7 @@ void TWFunc::Fixup_Time_On_Boot()
  19.  
  20.         gettimeofday(&tv, NULL);
  21.  
  22. -       if (tv.tv_sec > 1405209403) { // Anything older then 12 Jul 2014 23:56:43 GMT will do nicely thank you ;)
  23. +       if (tv.tv_sec > 1513613049) { // Anything older then 12 Jul 2014 23:56:43 GMT will do nicely thank you ;)
  24.  
  25.             LOGINFO("TWFunc::Fixup_Time: Date and time corrected: %s\n", TWFunc::Get_Current_Date().c_str());
  26.             return;
Add Comment
Please, Sign In to add comment