diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-20 16:51:03 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-20 16:51:06 +0100 |
commit | ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea (patch) | |
tree | 4ff9e900610a8fb53232b037eba0b9b5a075c6ef | |
parent | Fix process to disable stock recovery flashing (diff) | |
download | android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.tar android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.tar.gz android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.tar.bz2 android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.tar.lz android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.tar.xz android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.tar.zst android_bootable_recovery-ec0fa4ad68fdab9b83c585bf4ea311fc1310e0ea.zip |
Diffstat (limited to '')
-rw-r--r-- | partitionmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp index d363fbfc6..c3b10ac58 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -1462,6 +1462,7 @@ int TWPartitionManager::Decrypt_Device(string Password) { dat->Storage_Path = "/data/media/0"; dat->Symlink_Path = dat->Storage_Path; DataManager::SetValue("tw_storage_path", "/data/media/0"); + DataManager::SetValue("tw_settings_path", "/data/media/0"); dat->UnMount(false); Output_Partition(dat); } |