From f4c155378901d60481b41b4ff919ddfb28fd1dde Mon Sep 17 00:00:00 2001 From: Simon Shi Date: Thu, 18 Jun 2020 02:17:44 +0800 Subject: [PATCH] super: emmc shouldn't be mount-only. Bugs: E:Cannot restore super -- mounted read only. Change-Id: I07891b3f45a8601c1cafa45f9dd2a7a94482ac06 --- partitionmanager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/partitionmanager.cpp b/partitionmanager.cpp index d96a1063..e0c40eaa 100755 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -3332,7 +3332,6 @@ void TWPartitionManager::Setup_Super_Devices() { superPartition->Alternate_Block_Device = superPart; superPartition->Backup_Display_Name = "super"; superPartition->Can_Flash_Img = true; - superPartition->Change_Mount_Read_Only(true); superPartition->Current_File_System = "emmc"; superPartition->Can_Be_Backed_Up = true; superPartition->Is_Present = true;