Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b556013 authored by Ethan Yonker's avatar Ethan Yonker
Browse files

Add /firmware to the mount list for L decrypt

Needed by Nexus 6 and possibly others

Change-Id: I3309e2141a21a94dce90e34cced16450b591a92c
parent 0e67837d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);