From 2b556013bf0fbd08f1848fd0d32259dc1503e20c Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 19 Nov 2014 16:14:55 -0600 Subject: Add /firmware to the mount list for L decrypt Needed by Nexus 6 and possibly others Change-Id: I3309e2141a21a94dce90e34cced16450b591a92c --- partitionmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitionmanager.cpp') diff --git a/partitionmanager.cpp b/partitionmanager.cpp index f75fcbc51..d363fbfc6 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -1395,6 +1395,7 @@ int TWPartitionManager::Decrypt_Device(string Password) { strcpy(cPassword, Password.c_str()); #ifdef TW_INCLUDE_L_CRYPTO Mount_By_Path("/vendor", false); // if exists, mount vendor partition as we may need some proprietary files + Mount_By_Path("/firmware", false); // if exists, mount firmware partition as we may need some proprietary files #endif int pwret = cryptfs_check_passwd(cPassword); -- cgit v1.2.3