diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-12-04 17:56:45 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-01-21 15:39:45 +0100 |
commit | 98fb46c6e268e567308c7bba5a28aa826eed6fb2 (patch) | |
tree | ad928d711c97e529083772925213f3d3b4f0cbe8 /partitionmanager.cpp | |
parent | Initial 240x240 theme (diff) | |
download | android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.tar android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.tar.gz android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.tar.bz2 android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.tar.lz android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.tar.xz android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.tar.zst android_bootable_recovery-98fb46c6e268e567308c7bba5a28aa826eed6fb2.zip |
Diffstat (limited to '')
-rw-r--r-- | partitionmanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp index da11e8dfe..dbdbd0e11 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp @@ -1470,9 +1470,8 @@ int TWPartitionManager::Decrypt_Device(string Password) { if (dat->Mount(false) && TWFunc::Path_Exists("/data/media/0")) { dat->Storage_Path = "/data/media/0"; dat->Symlink_Path = dat->Storage_Path; - DataManager::SetValue(TW_INTERNAL_PATH, "/data/media/0"); + DataManager::SetValue("tw_storage_path", "/data/media/0"); dat->UnMount(false); - DataManager::SetBackupFolder(); Output_Partition(dat); } #endif |