Fix up some TW_OEM_BUILD things

Fix factory reset now properly formats data as expected
Change text for ORS processing
Disable system read only check, SuperSU, and patch system
Stop copying fstab and version to cache

Change-Id: I20f5cae390afbb8d2d88e01b8d9b9bf4ff0fdea1
This commit is contained in:
Ethan Yonker
2015-08-26 22:36:16 +02:00
committed by Dees Troy
parent bc85b63e78
commit 89583ef00f
4 changed files with 23 additions and 3 deletions
+2
View File
@@ -1005,6 +1005,7 @@ int DataManager::GetMagicValue(const string varName, string& value)
void DataManager::Output_Version(void)
{
#ifndef TW_OEM_BUILD
string Path;
char version[255];
@@ -1035,6 +1036,7 @@ void DataManager::Output_Version(void)
PartitionManager.Output_Storage_Fstab();
sync();
LOGINFO("Version number saved to '%s'\n", Path.c_str());
#endif
}
void DataManager::ReadSettingsFile(void)