Loading mtp/MtpStorage.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,7 @@ int MtpStorage::renameObject(MtpObjectHandle handle, std::string newName) { } } } // handle not foudn on this storage // handle not found on this storage return -1; } Loading twrp.cpp +18 −8 Original line number Diff line number Diff line Loading @@ -288,7 +288,12 @@ int main(int argc, char **argv) { OpenRecoveryScript::Run_OpenRecoveryScript(); } #ifdef TW_HAS_MTP // Enable MTP? char mtp_crash_check[PROPERTY_VALUE_MAX]; property_get("mtp.crash_check", mtp_crash_check, "0"); if (strcmp(mtp_crash_check, "0") == 0) { property_set("mtp.crash_check", "1"); if (DataManager::GetIntValue(TW_IS_ENCRYPTED) != 0) { if (DataManager::GetIntValue(TW_IS_DECRYPTED) != 0 && DataManager::GetIntValue("tw_mtp_enabled") == 1) { LOGINFO("Enabling MTP during startup\n"); Loading @@ -304,6 +309,11 @@ int main(int argc, char **argv) { else gui_print("MTP Enabled\n"); } property_set("mtp.crash_check", "0"); } else { gui_print_color("warning", "MTP Crashed, not starting MTP on boot.\n"); } #endif // Launch the main GUI gui_start(); Loading Loading
mtp/MtpStorage.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,7 @@ int MtpStorage::renameObject(MtpObjectHandle handle, std::string newName) { } } } // handle not foudn on this storage // handle not found on this storage return -1; } Loading
twrp.cpp +18 −8 Original line number Diff line number Diff line Loading @@ -288,7 +288,12 @@ int main(int argc, char **argv) { OpenRecoveryScript::Run_OpenRecoveryScript(); } #ifdef TW_HAS_MTP // Enable MTP? char mtp_crash_check[PROPERTY_VALUE_MAX]; property_get("mtp.crash_check", mtp_crash_check, "0"); if (strcmp(mtp_crash_check, "0") == 0) { property_set("mtp.crash_check", "1"); if (DataManager::GetIntValue(TW_IS_ENCRYPTED) != 0) { if (DataManager::GetIntValue(TW_IS_DECRYPTED) != 0 && DataManager::GetIntValue("tw_mtp_enabled") == 1) { LOGINFO("Enabling MTP during startup\n"); Loading @@ -304,6 +309,11 @@ int main(int argc, char **argv) { else gui_print("MTP Enabled\n"); } property_set("mtp.crash_check", "0"); } else { gui_print_color("warning", "MTP Crashed, not starting MTP on boot.\n"); } #endif // Launch the main GUI gui_start(); Loading