blob: ca7e23285e5d5024cd64210e38d2501850a2e8e4 [file] [log] [blame]
Dees Troy3be70a82013-10-22 14:25:12 +00001/*
bigbiffaed1bdf2021-08-03 18:21:39 -04002 Copyright 2014 to 2021 TeamWin
Dees Troy3be70a82013-10-22 14:25:12 +00003 This file is part of TWRP/TeamWin Recovery Project.
4
5 TWRP is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
9
10 TWRP is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with TWRP. If not, see <http://www.gnu.org/licenses/>.
17*/
Dees_Troy51a0e822012-09-05 15:24:24 -040018
19#include <stdio.h>
20#include <stdlib.h>
21#include <string.h>
22#include <sys/stat.h>
23#include <sys/vfs.h>
24#include <unistd.h>
Ethan Yonker6e8c27a2016-12-22 17:55:57 -060025#include <map>
Dees_Troy5bf43922012-09-07 16:07:55 -040026#include <vector>
Dees_Troy63c8df72012-09-10 14:02:05 -040027#include <dirent.h>
28#include <time.h>
Dees_Troy8170a922012-09-18 15:40:25 -040029#include <errno.h>
30#include <fcntl.h>
bigbiff25d25b92020-06-19 16:07:38 -040031#include <grp.h>
32#include <pwd.h>
bigbiffce8f83c2015-12-12 18:30:21 -050033#include <zlib.h>
bigbiff bigbiff9c754052013-01-09 09:09:08 -050034#include <iostream>
35#include <iomanip>
Ethan Yonker8613dc02014-09-11 09:28:20 -050036#include <sys/wait.h>
Ethan Yonker483e9f42016-01-11 22:21:18 -060037#include <linux/fs.h>
38#include <sys/mount.h>
Ethan Yonker6e8c27a2016-12-22 17:55:57 -060039#include <sys/poll.h>
40#include <sys/socket.h>
bigbiffcfa875c2021-06-20 16:20:27 -040041#include <sys/stat.h>
42#include <sys/types.h>
Ethan Yonker6e8c27a2016-12-22 17:55:57 -060043#include <linux/types.h>
44#include <linux/netlink.h>
bigbiffee7b7ff2020-03-23 15:08:27 -040045#include <android-base/chrono_utils.h>
46#include <android-base/file.h>
47#include <android-base/logging.h>
bigbiff7ba75002020-04-11 20:47:09 -040048#include <android-base/properties.h>
bigbiffee7b7ff2020-03-23 15:08:27 -040049#include <android-base/strings.h>
50#include <fstab/fstab.h>
51#include <fs_avb/fs_avb.h>
52#include <fs_mgr.h>
53#include <fs_mgr_dm_linear.h>
54#include <fs_mgr_overlayfs.h>
bigbiffcfa875c2021-06-20 16:20:27 -040055#include <fs_mgr/roots.h>
bigbiffee7b7ff2020-03-23 15:08:27 -040056#include <libgsi/libgsi.h>
57#include <liblp/liblp.h>
bigbiffcfa875c2021-06-20 16:20:27 -040058#include <libgsi/libgsi.h>
59#include <liblp/builder.h>
60#include <libsnapshot/snapshot.h>
Ethan Yonker6e8c27a2016-12-22 17:55:57 -060061
Dees_Troy51a0e822012-09-05 15:24:24 -040062#include "variables.h"
Dees_Troy2673cec2013-04-02 20:22:16 +000063#include "twcommon.h"
Dees_Troy51a0e822012-09-05 15:24:24 -040064#include "partitions.hpp"
Dees_Troy5bf43922012-09-07 16:07:55 -040065#include "data.hpp"
bigbiffaed1bdf2021-08-03 18:21:39 -040066#include "startupArgs.hpp"
Dees_Troy38bd7602012-09-14 13:33:53 -040067#include "twrp-functions.hpp"
Ethan Yonkerb5fab762016-01-28 14:03:33 -060068#include "fixContexts.hpp"
Ethan Yonker3fdcda42016-11-30 12:29:37 -060069#include "exclude.hpp"
Ethan Yonker4b94cfd2014-12-11 10:00:45 -060070#include "set_metadata.h"
bigbiff7abc5fe2015-01-17 16:53:12 -050071#include "tw_atomic.hpp"
Ethan Yonker74db1572015-10-28 12:44:49 -050072#include "gui/gui.hpp"
Ethan Yonker472f5062016-02-25 13:47:30 -060073#include "progresstracking.hpp"
bigbiff bigbiff56cf5642016-08-19 17:43:45 -040074#include "twrpDigestDriver.hpp"
bigbiffad58e1b2020-07-06 20:24:34 -040075#include "twrpRepacker.hpp"
bigbiffce8f83c2015-12-12 18:30:21 -050076#include "adbbu/libtwadbbu.hpp"
Dees_Troy38bd7602012-09-14 13:33:53 -040077
Mohd Farazfe8bcd42023-08-26 20:50:26 +053078#ifdef TW_LOAD_VENDOR_MODULES
79#include "kernel_module_loader.hpp"
80#endif
81
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -040082#ifdef TW_HAS_MTP
bigbiff bigbiffaf32bb92018-12-18 18:39:53 -050083#ifdef TW_HAS_LEGACY_MTP
84#include "mtp/legacy/mtp_MtpServer.hpp"
85#include "mtp/legacy/twrpMtp.hpp"
86#include "mtp/legacy/MtpMessage.hpp"
87#else
88#include "mtp/ffs/mtp_MtpServer.hpp"
89#include "mtp/ffs/twrpMtp.hpp"
90#include "mtp/ffs/MtpMessage.hpp"
91#endif
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -040092#endif
93
Dees Troy6f6441d2014-01-23 02:07:03 +000094extern "C" {
95 #include "cutils/properties.h"
Ethan Yonker74db1572015-10-28 12:44:49 -050096 #include "gui/gui.h"
Dees Troy6f6441d2014-01-23 02:07:03 +000097}
98
Dees_Troy5bf43922012-09-07 16:07:55 -040099#ifdef TW_INCLUDE_CRYPTO
bigbiffdf53b6c2022-01-17 19:31:52 -0500100// #include "crypto/fde/cryptfs.h"
bigbiff7ba75002020-04-11 20:47:09 -0400101#include "gui/rapidxml.hpp"
102#include "gui/pages.hpp"
103#ifdef TW_INCLUDE_FBE
bigbiffa957f072021-03-07 18:20:29 -0500104#include "Decrypt.h"
bigbiff7ba75002020-04-11 20:47:09 -0400105#ifdef TW_INCLUDE_FBE_METADATA_DECRYPT
106 #ifdef USE_FSCRYPT
bigbiffdf53b6c2022-01-17 19:31:52 -0500107 #include "cryptfs.h"
108 #include "fscrypt-common.h"
bigbiffa957f072021-03-07 18:20:29 -0500109 #include "MetadataCrypt.h"
bigbiffadc599e2020-05-28 19:36:30 +0000110 #endif
bigbiff7ba75002020-04-11 20:47:09 -0400111#endif
112#endif
Dees_Troy5bf43922012-09-07 16:07:55 -0400113#endif
Dees_Troy51a0e822012-09-05 15:24:24 -0400114
Ethan Yonker1b190162016-12-05 15:25:19 -0600115#ifdef AB_OTA_UPDATER
dianlujitaoa90dc462021-12-16 16:56:26 +0800116#include <android/hardware/boot/1.0/IBootControl.h>
117using android::hardware::boot::V1_0::CommandResult;
118using android::hardware::boot::V1_0::IBootControl;
Ethan Yonker1b190162016-12-05 15:25:19 -0600119#endif
120
bigbiffcfa875c2021-06-20 16:20:27 -0400121using android::fs_mgr::DestroyLogicalPartition;
bigbiffee7b7ff2020-03-23 15:08:27 -0400122using android::fs_mgr::Fstab;
123using android::fs_mgr::FstabEntry;
bigbiffcfa875c2021-06-20 16:20:27 -0400124using android::fs_mgr::MetadataBuilder;
Ethan Yonker6277c792014-09-15 14:54:30 -0500125
bigbiffee7b7ff2020-03-23 15:08:27 -0400126extern bool datamedia;
Noah Jacobson81d638d2019-04-28 00:10:07 -0400127std::vector<users_struct> Users_List;
128
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100129std::string additional_fstab = "/etc/additional.fstab";
130
bigbiff bigbiff34684ff2013-12-01 21:03:45 -0500131TWPartitionManager::TWPartitionManager(void) {
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -0400132 mtp_was_enabled = false;
Ethan Yonker726a0202014-12-16 20:01:38 -0600133 mtp_write_fd = -1;
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600134 uevent_pfd.fd = -1;
bigbiff7abc5fe2015-01-17 16:53:12 -0500135 stop_backup.set_value(0);
Ethan Yonker1b190162016-12-05 15:25:19 -0600136#ifdef AB_OTA_UPDATER
137 char slot_suffix[PROPERTY_VALUE_MAX];
Ethan Yonkerfefe5912017-09-30 22:22:13 -0500138 property_get("ro.boot.slot_suffix", slot_suffix, "error");
139 if (strcmp(slot_suffix, "error") == 0)
140 property_get("ro.boot.slot", slot_suffix, "error");
Ethan Yonker1b190162016-12-05 15:25:19 -0600141 Active_Slot_Display = "";
Ethan Yonkerfefe5912017-09-30 22:22:13 -0500142 if (strcmp(slot_suffix, "_a") == 0 || strcmp(slot_suffix, "a") == 0)
Ethan Yonker1b190162016-12-05 15:25:19 -0600143 Set_Active_Slot("A");
144 else
145 Set_Active_Slot("B");
146#endif
bigbiff bigbiff34684ff2013-12-01 21:03:45 -0500147}
148
Captain Throwback37c3aef2021-10-06 11:38:18 -0400149void TWPartitionManager::Set_Crypto_State() {
150 char crypto_state[PROPERTY_VALUE_MAX];
151 property_get("ro.crypto.state", crypto_state, "error");
152 if (strcmp(crypto_state, "error") == 0)
153 property_set("ro.crypto.state", "encrypted");
154}
155
156int TWPartitionManager::Set_Crypto_Type(const char* crypto_type) {
157 char type_prop[PROPERTY_VALUE_MAX];
158 property_get("ro.crypto.type", type_prop, "error");
159 if (strcmp(type_prop, "error") == 0)
160 property_set("ro.crypto.type", crypto_type);
Captain Throwback18aea272020-10-29 12:43:17 -0400161 // Sleep for a bit so that services can start if needed
162 sleep(1);
163 return 0;
164}
165
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100166void inline Reset_Prop_From_Partition(std::string prop, std::string def, TWPartition *ven, TWPartition *odm) {
167 bool prop_on_odm = false, prop_on_vendor = false;
168 string prop_value;
169 if (odm) {
170 string odm_prop = TWFunc::Partition_Property_Get(prop, PartitionManager, "/odm", "etc/build.prop");
171 if (!odm_prop.empty()) {
172 prop_on_odm = true;
173 if (TWFunc::Property_Override(prop, odm_prop) == NOT_AVAILABLE) {
174 LOGERR("Unable to override '%s' due to missing libresetprop\n", prop.c_str());
175 } else {
176 prop_value = android::base::GetProperty(prop, "");
177 LOGINFO("Setting '%s' to '%s' from /odm/etc/build.prop\n", prop.c_str(), prop_value.c_str());
178 }
179 }
180 }
181 if (ven) {
182 string vendor_prop = TWFunc::Partition_Property_Get(prop, PartitionManager, "/vendor", "build.prop");
183 if (!vendor_prop.empty()) {
184 prop_on_vendor = true;
185 if (TWFunc::Property_Override(prop, vendor_prop) == NOT_AVAILABLE) {
186 LOGERR("Unable to override '%s' due to missing libresetprop\n", prop.c_str());
187 } else {
188 prop_value = android::base::GetProperty(prop, "");
189 LOGINFO("Setting '%s' to '%s' from /vendor/build.prop\n", prop.c_str(), prop_value.c_str());
190 }
191 }
192 }
193 if (!prop_on_odm && !prop_on_vendor && !def.empty()) {
194 if (TWFunc::Property_Override(prop, def) == NOT_AVAILABLE) {
195 LOGERR("Unable to override '%s' due to missing libresetprop\n", prop.c_str());
196 } else {
197 prop_value = android::base::GetProperty(prop, "");
198 LOGINFO("Setting '%s' to default value (%s)\n", prop.c_str(), prop_value.c_str());
199 }
200 }
201 prop_value = android::base::GetProperty(prop, "");
202 if (!prop_on_odm && !prop_on_vendor && !prop_value.empty() && def.empty()) {
203 if(TWFunc::Delete_Property(prop) == NOT_AVAILABLE) {
204 LOGERR("Unable to delete '%s' due to missing libresetprop\n", prop.c_str());
205 } else {
206 LOGINFO("Deleting property '%s'\n", prop.c_str());
207 }
208 }
209}
210
Mohd Faraza57874b2023-09-30 00:57:58 +0530211void inline Process_ResetProps(TWPartition *ven, TWPartition *odm) {
212 // Reset the crypto volume props according to os.
213 Reset_Prop_From_Partition("ro.crypto.dm_default_key.options_format.version", "", ven, odm);
214 Reset_Prop_From_Partition("ro.crypto.volume.metadata.method", "", ven, odm);
215 Reset_Prop_From_Partition("ro.crypto.volume.options", "", ven, odm);
216 Reset_Prop_From_Partition("external_storage.projid.enabled", "", ven, odm);
217 Reset_Prop_From_Partition("external_storage.casefold.enabled", "", ven, odm);
218 Reset_Prop_From_Partition("external_storage.sdcardfs.enabled", "", ven, odm);
219}
220
221static inline std::string KM_Ver_From_Manifest(std::string ver) {
222 TWFunc::Get_Service_From_Manifest("/vendor", "android.hardware.keymaster", ver);
223 if (strstr(ver.c_str(), "4")) {
224 ver = "4.x";
225 }
226 return ver;
227}
228
229void inline Process_Keymaster_Version(TWPartition *ven, bool Display_Error) {
230 // Fetch the Keymaster Service version to be started
231 std::string version;
232#ifndef TW_FORCE_KEYMASTER_VER
233 version = KM_Ver_From_Manifest(version);
234
235 /* If we are unable to get the version from device vendor then
236 * set the version from the keymaster_ver prop if set
237 */
238 if (version.empty()) {
239 // unmount partition(s)
240 if (ven) ven->UnMount(Display_Error);
241
242 // Use keymaster_ver prop set from device tree (if exists)
243 version = android::base::GetProperty(TW_KEYMASTER_VERSION_PROP, version);
244 if (version.empty()) {
245 LOGINFO("Keymaster_Ver::Unable to find vendor manifest on the device, and no default value set. Checking the ramdisk manifest\n");
246 version = KM_Ver_From_Manifest(version);
247 } else {
248 LOGINFO("Keymaster_Ver::Unable to find vendor manifest on the device. Setting to default value.\n");
249 }
250 } else {
251 if (ven) ven->UnMount(Display_Error);
252 }
253#else
254 if (ven) ven->UnMount(Display_Error);
255
256 version = android::base::GetProperty(TW_KEYMASTER_VERSION_PROP, version);
257 if (version.empty()) {
258 LOGINFO("Keymaster_Ver::Force Keymaster_Ver flag found, but keymaster_ver prop not set.\n");
259 } else {
260 LOGINFO("Keymaster_Ver::Force Keymaster_Ver flag found.\n");
261 }
262#endif
263 LOGINFO("Keymaster_Ver::Using keymaster version '%s' for decryption\n", version.c_str());
264 android::base::SetProperty(TW_KEYMASTER_VERSION_PROP, version.c_str());
265}
266
bigbiff22851b92021-09-01 16:46:57 -0400267int TWPartitionManager::Process_Fstab(string Fstab_Filename, bool Display_Error, bool recovery_mode) {
Dees_Troy5bf43922012-09-07 16:07:55 -0400268 FILE *fstabFile;
269 char fstab_line[MAX_FSTAB_LINE_LENGTH];
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100270 bool parse_userdata = false;
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600271 std::map<string, Flags_Map> twrp_flags;
272
273 fstabFile = fopen("/etc/twrp.flags", "rt");
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100274 if (Get_Super_Status()) {
275 Setup_Super_Devices();
276 }
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600277 if (fstabFile != NULL) {
Ian Macdonald160e8d32020-09-29 20:47:31 +0200278 LOGINFO("Reading /etc/twrp.flags\n");
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600279 while (fgets(fstab_line, sizeof(fstab_line), fstabFile) != NULL) {
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600280 size_t line_size = strlen(fstab_line);
281 if (fstab_line[line_size - 1] != '\n')
282 fstab_line[line_size] = '\n';
283 Flags_Map line_flags;
284 line_flags.Primary_Block_Device = "";
285 line_flags.Alternate_Block_Device = "";
286 line_flags.fstab_line = (char*)malloc(MAX_FSTAB_LINE_LENGTH);
287 if (!line_flags.fstab_line) {
288 LOGERR("malloc error on line_flags.fstab_line\n");
289 return false;
290 }
291 memcpy(line_flags.fstab_line, fstab_line, MAX_FSTAB_LINE_LENGTH);
292 bool found_separator = false;
293 char *fs_loc = NULL;
294 char *block_loc = NULL;
295 char *flags_loc = NULL;
296 size_t index, item_index = 0;
297 for (index = 0; index < line_size; index++) {
298 if (fstab_line[index] <= 32) {
299 fstab_line[index] = '\0';
300 found_separator = true;
301 } else if (found_separator) {
302 if (item_index == 0) {
303 fs_loc = fstab_line + index;
304 } else if (item_index == 1) {
305 block_loc = fstab_line + index;
306 } else if (item_index > 1) {
307 char *ptr = fstab_line + index;
308 if (*ptr == '/') {
309 line_flags.Alternate_Block_Device = ptr;
310 } else if (strlen(ptr) > strlen("flags=") && strncmp(ptr, "flags=", strlen("flags=")) == 0) {
311 flags_loc = ptr;
312 // Once we find the flags=, we're done scanning the line
313 break;
314 }
315 }
316 found_separator = false;
317 item_index++;
318 }
319 }
320 if (block_loc)
321 line_flags.Primary_Block_Device = block_loc;
322 if (fs_loc)
323 line_flags.File_System = fs_loc;
324 if (flags_loc)
325 line_flags.Flags = flags_loc;
326 string Mount_Point = fstab_line;
327 twrp_flags[Mount_Point] = line_flags;
328 memset(fstab_line, 0, sizeof(fstab_line));
329 }
330 fclose(fstabFile);
331 }
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100332 TWPartition *data = NULL;
333 TWPartition *meta = NULL;
Mohd Faraza57874b2023-09-30 00:57:58 +0530334#ifndef TW_SKIP_ADDITIONAL_FSTAB
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100335parse:
Mohd Faraza57874b2023-09-30 00:57:58 +0530336#endif
Dees_Troy5bf43922012-09-07 16:07:55 -0400337 fstabFile = fopen(Fstab_Filename.c_str(), "rt");
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100338 if (!parse_userdata && fstabFile == NULL) {
Dees_Troy2673cec2013-04-02 20:22:16 +0000339 LOGERR("Critical Error: Unable to open fstab at '%s'.\n", Fstab_Filename.c_str());
Dees_Troy5bf43922012-09-07 16:07:55 -0400340 return false;
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600341 } else
342 LOGINFO("Reading %s\n", Fstab_Filename.c_str());
Dees_Troy5bf43922012-09-07 16:07:55 -0400343
344 while (fgets(fstab_line, sizeof(fstab_line), fstabFile) != NULL) {
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600345 if (strstr(fstab_line, "swap"))
346 continue; // Skip swap in recovery
347
bigbiff998f8392021-08-06 19:19:33 -0400348 if (fstab_line[0] == '#')
349 continue;
350
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100351 if (parse_userdata) {
352 if (strstr(fstab_line, "/metadata") && !strstr(fstab_line, "/data")) {
sekaiacg01ac7722023-08-01 09:32:00 +0800353 if (meta) {
354 Partitions.erase(std::find(Partitions.begin(), Partitions.end(), meta));
355 delete meta;
356 meta = NULL;
357 }
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100358 } else if (strstr(fstab_line, "/data")) {
sekaiacg01ac7722023-08-01 09:32:00 +0800359 if (data) {
360 Partitions.erase(std::find(Partitions.begin(), Partitions.end(), data));
361 delete data;
362 data = NULL;
363 }
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100364 } else {
365 continue;
366 }
367 }
368
369
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600370 size_t line_size = strlen(fstab_line);
371 if (fstab_line[line_size - 1] != '\n')
372 fstab_line[line_size] = '\n';
Dees_Troy2a923582012-09-20 12:13:34 -0400373
Matt Mower2b2dd152016-04-26 11:24:08 -0500374 TWPartition* partition = new TWPartition();
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100375 if (partition->Process_Fstab_Line(fstab_line, Display_Error, parse_userdata ? NULL : &twrp_flags)) {
376 if (partition->Mount_Point == "/data") data = partition;
377 if (partition->Mount_Point == "/metadata") meta = partition;
378 if (partition->Is_Super && !Prepare_Super_Volume(partition)) {
379 goto clear;
380 }
Ethan Yonkerc05c5982014-03-13 09:19:56 -0500381 Partitions.push_back(partition);
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100382 }
Matt Mower72c87ce2016-04-26 14:34:56 -0500383 else
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100384clear:
Dees_Troy5bf43922012-09-07 16:07:55 -0400385 delete partition;
Matt Mower2b2dd152016-04-26 11:24:08 -0500386
387 memset(fstab_line, 0, sizeof(fstab_line));
Dees_Troy5bf43922012-09-07 16:07:55 -0400388 }
389 fclose(fstabFile);
Matt Mower72c87ce2016-04-26 14:34:56 -0500390
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100391 if (!parse_userdata && twrp_flags.size() > 0) {
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600392 LOGINFO("Processing remaining twrp.flags\n");
393 // Add any items from twrp.flags that did not exist in the recovery.fstab
394 for (std::map<string, Flags_Map>::iterator mapit=twrp_flags.begin(); mapit!=twrp_flags.end(); mapit++) {
395 if (Find_Partition_By_Path(mapit->first) == NULL) {
396 TWPartition* partition = new TWPartition();
bigbiff8da46fa2020-09-08 16:42:34 -0400397 if (partition->Process_Fstab_Line(mapit->second.fstab_line, Display_Error, NULL))
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600398 Partitions.push_back(partition);
399 else
400 delete partition;
401 }
402 if (mapit->second.fstab_line)
403 free(mapit->second.fstab_line);
404 mapit->second.fstab_line = NULL;
405 }
406 }
Mohd Farazfe8bcd42023-08-26 20:50:26 +0530407
408#ifdef TW_LOAD_VENDOR_MODULES
409 KernelModuleLoader::Load_Vendor_Modules();
410#endif
411
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100412 TWPartition* ven = PartitionManager.Find_Partition_By_Path("/vendor");
413 TWPartition* odm = PartitionManager.Find_Partition_By_Path("/odm");
Mohd Farazfe8bcd42023-08-26 20:50:26 +0530414 if (recovery_mode && !parse_userdata) {
Mohd Farazec370452023-08-28 16:51:35 +0530415 if (ven) ven->Mount(Display_Error);
416 if (odm) odm->Mount(Display_Error);
Mohd Faraza57874b2023-09-30 00:57:58 +0530417
418 Process_ResetProps(ven, odm);
419 parse_userdata = true;
420
421#ifndef TW_SKIP_ADDITIONAL_FSTAB
422 // Now Fetch the additional fstab
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100423 if (TWFunc::Find_Fstab(Fstab_Filename)) {
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100424 LOGINFO("Fstab: %s\n", Fstab_Filename.c_str());
425 TWFunc::copy_file(Fstab_Filename, additional_fstab, 0600, false);
426 Fstab_Filename = additional_fstab;
427 property_set("fstab.additional", "1");
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100428 goto parse;
429 } else {
430 LOGINFO("Unable to parse vendor fstab\n");
431 }
Mohd Faraze3948ec2020-08-14 01:40:59 +0000432 }
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600433 LOGINFO("Done processing fstab files\n");
Mohd Faraza57874b2023-09-30 00:57:58 +0530434#else
435 LOGINFO("Skipping Additional Fstab Processing\n");
436 property_set("fstab.additional", "0");
437 }
438#endif
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600439
Mohd Faraza57874b2023-09-30 00:57:58 +0530440 if (odm) odm->UnMount(Display_Error);
441 Process_Keymaster_Version(ven, false);
442 if (ven) ven->UnMount(Display_Error);
bigbiff7ba75002020-04-11 20:47:09 -0400443 return true;
444}
445
bigbiff22851b92021-09-01 16:46:57 -0400446void TWPartitionManager::Setup_Fstab_Partitions(bool Display_Error) {
447 TWPartition* settings_partition = NULL;
448 TWPartition* andsec_partition = NULL;
449 std::vector<TWPartition*>::iterator iter;
450 unsigned int storageid = 1 << 16; // upper 16 bits are for physical storage device, we pretend to have only one
451
452 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
453 (*iter)->Partition_Post_Processing(Display_Error);
454
455 if ((*iter)->Is_Storage) {
456 ++storageid;
457 (*iter)->MTP_Storage_ID = storageid;
458 }
459
460 if (!settings_partition && (*iter)->Is_Settings_Storage && (*iter)->Is_Present)
461 settings_partition = (*iter);
462 else
463 (*iter)->Is_Settings_Storage = false;
464
465 if (!andsec_partition && (*iter)->Has_Android_Secure && (*iter)->Is_Present)
466 andsec_partition = (*iter);
467 else
468 (*iter)->Has_Android_Secure = false;
bigbiff22851b92021-09-01 16:46:57 -0400469 }
470
me-cafebabed63fcaa2022-07-28 03:19:20 +0800471 Unlock_Block_Partitions();
472
bigbiff22851b92021-09-01 16:46:57 -0400473 //Setup Apex before decryption
474 TWPartition* sys = PartitionManager.Find_Partition_By_Path(PartitionManager.Get_Android_Root_Path());
475 TWPartition* ven = PartitionManager.Find_Partition_By_Path("/vendor");
476 if (sys) {
477 if (sys->Get_Super_Status()) {
Mohd Farazec370452023-08-28 16:51:35 +0530478 sys->Mount(Display_Error);
bigbiff22851b92021-09-01 16:46:57 -0400479 if (ven) {
Mohd Farazec370452023-08-28 16:51:35 +0530480 ven->Mount(Display_Error);
bigbiff22851b92021-09-01 16:46:57 -0400481 }
482 #ifdef TW_EXCLUDE_APEX
483 LOGINFO("Apex is disabled in this build\n");
484 #else
485 twrpApex apex;
486 if (!apex.loadApexImages()) {
487 LOGERR("Unable to load apex images from %s\n", APEX_DIR);
488 property_set("twrp.apex.loaded", "false");
489 } else {
490 property_set("twrp.apex.loaded", "true");
491 }
492 TWFunc::check_and_run_script("/sbin/resyncapex.sh", "apex");
493 #endif
494 }
495 }
496 #ifndef USE_VENDOR_LIBS
497 if (ven)
Mohd Farazec370452023-08-28 16:51:35 +0530498 ven->UnMount(Display_Error);
bigbiff22851b92021-09-01 16:46:57 -0400499 if (sys)
Mohd Farazec370452023-08-28 16:51:35 +0530500 sys->UnMount(Display_Error);
bigbiff22851b92021-09-01 16:46:57 -0400501 #endif
502
503 if (!datamedia && !settings_partition && Find_Partition_By_Path("/sdcard") == NULL && Find_Partition_By_Path("/internal_sd") == NULL && Find_Partition_By_Path("/internal_sdcard") == NULL && Find_Partition_By_Path("/emmc") == NULL) {
504 // Attempt to automatically identify /data/media emulated storage devices
505 TWPartition* Dat = Find_Partition_By_Path("/data");
506 if (Dat) {
507 LOGINFO("Using automatic handling for /data/media emulated storage device.\n");
508 datamedia = true;
509 Dat->Setup_Data_Media();
510 settings_partition = Dat;
511 // Since /data was not considered a storage partition earlier, we still need to assign an MTP ID
512 ++storageid;
513 Dat->MTP_Storage_ID = storageid;
514 }
515 }
516 if (!settings_partition) {
517 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
518 if ((*iter)->Is_Storage) {
519 settings_partition = (*iter);
520 break;
521 }
522 }
523 if (!settings_partition)
524 LOGERR("Unable to locate storage partition for storing settings file.\n");
525 }
526 if (!Write_Fstab()) {
527 if (Display_Error)
528 LOGERR("Error creating fstab\n");
529 else
530 LOGINFO("Error creating fstab\n");
531 }
532
533 if (andsec_partition) {
534 Setup_Android_Secure_Location(andsec_partition);
535 } else if (settings_partition) {
536 Setup_Android_Secure_Location(settings_partition);
537 }
538 if (settings_partition) {
539 Setup_Settings_Storage_Partition(settings_partition);
540 }
541
542 #ifdef TW_INCLUDE_CRYPTO
543 DataManager::SetValue(TW_IS_ENCRYPTED, 1);
544 Decrypt_Data();
545 #endif
546
547 Update_System_Details();
548 if (Get_Super_Status())
549 Setup_Super_Partition();
550 UnMount_Main_Partitions();
551 #ifdef AB_OTA_UPDATER
552 DataManager::SetValue("tw_active_slot", Get_Active_Slot_Display());
553 #endif
554 setup_uevent();
555}
556
bigbiff7ba75002020-04-11 20:47:09 -0400557int TWPartitionManager::Write_Fstab(void) {
558 FILE *fp;
559 std::vector<TWPartition*>::iterator iter;
560 string Line;
561
562 fp = fopen("/etc/fstab", "w");
563 if (fp == NULL) {
564 LOGINFO("Can not open /etc/fstab.\n");
565 return false;
566 }
567 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
568 if ((*iter)->Can_Be_Mounted) {
Mohd Faraz2a1e3752020-09-30 10:55:48 +0530569 Line = (*iter)->Actual_Block_Device + " " + (*iter)->Mount_Point + " " + (*iter)->Current_File_System +
570 ((*iter)->Mount_Read_Only ? " ro " : " rw ") + "0 0\n";
bigbiff7ba75002020-04-11 20:47:09 -0400571 fputs(Line.c_str(), fp);
572 }
573 // Handle subpartition tracking
574 if ((*iter)->Is_SubPartition) {
575 TWPartition* ParentPartition = Find_Partition_By_Path((*iter)->SubPartition_Of);
576 if (ParentPartition)
577 ParentPartition->Has_SubPartition = true;
578 else
579 LOGERR("Unable to locate parent partition '%s' of '%s'\n", (*iter)->SubPartition_Of.c_str(), (*iter)->Mount_Point.c_str());
580 }
581 }
582 fclose(fp);
583 return true;
584}
585
586void TWPartitionManager::Decrypt_Data() {
587 #ifdef TW_INCLUDE_CRYPTO
Ethan Yonkercceebb82014-11-18 10:17:59 -0600588 TWPartition* Decrypt_Data = Find_Partition_By_Path("/data");
589 if (Decrypt_Data && Decrypt_Data->Is_Encrypted && !Decrypt_Data->Is_Decrypted) {
Captain Throwback37c3aef2021-10-06 11:38:18 -0400590 Set_Crypto_State();
bigbiff4fa02b52021-12-30 17:01:44 -0500591 TWPartition* Key_Directory_Partition = Find_Partition_By_Path(Decrypt_Data->Key_Directory);
592 if (Key_Directory_Partition != nullptr)
593 if (!Key_Directory_Partition->Is_Mounted())
594 Mount_By_Path(Decrypt_Data->Key_Directory, false);
595 if (!Decrypt_Data->Key_Directory.empty()) {
596 Set_Crypto_Type("file");
Ethan Yonker93382822018-11-01 15:25:31 -0500597#ifdef TW_INCLUDE_FBE_METADATA_DECRYPT
bigbiff7ba75002020-04-11 20:47:09 -0400598#ifdef USE_FSCRYPT
Mohd Faraz446ccbf2023-01-24 19:58:24 +0100599 if (android::vold::fscrypt_mount_metadata_encrypted(Decrypt_Data->Actual_Block_Device, Decrypt_Data->Mount_Point, false, false, Decrypt_Data->Current_File_System, TWFunc::Path_Exists(additional_fstab) ? additional_fstab : "")) {
bigbiffa957f072021-03-07 18:20:29 -0500600 std::string crypto_blkdev = android::base::GetProperty("ro.crypto.fs_crypto_blkdev", "error");
Mohd Faraze3948ec2020-08-14 01:40:59 +0000601 Decrypt_Data->Decrypted_Block_Device = crypto_blkdev;
bigbiff7ba75002020-04-11 20:47:09 -0400602 LOGINFO("Successfully decrypted metadata encrypted data partition with new block device: '%s'\n", crypto_blkdev.c_str());
bigbiff7ba75002020-04-11 20:47:09 -0400603#endif
Ethan Yonker93382822018-11-01 15:25:31 -0500604 Decrypt_Data->Is_Decrypted = true; // Needed to make the mount function work correctly
605 int retry_count = 10;
606 while (!Decrypt_Data->Mount(false) && --retry_count)
607 usleep(500);
608 if (Decrypt_Data->Mount(false)) {
bigbiff bigbiff0be03b32019-08-27 20:50:31 -0400609 if (!Decrypt_Data->Decrypt_FBE_DE()) {
bigbiff437d86f2021-09-26 16:57:14 -0400610 LOGERR("Unable to decrypt FBE device\n");
bigbiff bigbiff0be03b32019-08-27 20:50:31 -0400611 }
612
Ethan Yonker93382822018-11-01 15:25:31 -0500613 } else {
614 LOGINFO("Failed to mount data after metadata decrypt\n");
615 }
616 } else {
617 LOGINFO("Unable to decrypt metadata encryption\n");
618 }
619#else
620 LOGERR("Metadata FBE decrypt support not present in this TWRP\n");
621#endif
622 }
Ethan Yonkerbd7492d2016-12-07 13:55:01 -0600623 if (Decrypt_Data->Is_FBE) {
624 if (DataManager::GetIntValue(TW_CRYPTO_PWTYPE) == 0) {
625 if (Decrypt_Device("!") == 0) {
626 gui_msg("decrypt_success=Successfully decrypted with default password.");
627 DataManager::SetValue(TW_IS_ENCRYPTED, 0);
628 } else {
629 gui_err("unable_to_decrypt=Unable to decrypt with default password.");
630 }
Ethan Yonkercceebb82014-11-18 10:17:59 -0600631 }
632 } else {
Captain Throwback500c3d22023-08-28 17:20:35 -0400633 LOGINFO("FBE setup failed. Trying FDE...\n");
Captain Throwback37c3aef2021-10-06 11:38:18 -0400634 Set_Crypto_State();
635 Set_Crypto_Type("block");
Ethan Yonkerbd7492d2016-12-07 13:55:01 -0600636 int password_type = cryptfs_get_password_type();
637 if (password_type == CRYPT_TYPE_DEFAULT) {
638 LOGINFO("Device is encrypted with the default password, attempting to decrypt.\n");
639 if (Decrypt_Device("default_password") == 0) {
640 gui_msg("decrypt_success=Successfully decrypted with default password.");
641 DataManager::SetValue(TW_IS_ENCRYPTED, 0);
642 } else {
643 gui_err("unable_to_decrypt=Unable to decrypt with default password.");
644 }
645 } else {
646 DataManager::SetValue("TW_CRYPTO_TYPE", password_type);
Noah Jacobson81d638d2019-04-28 00:10:07 -0400647 DataManager::SetValue("tw_crypto_pwtype_0", password_type);
Ethan Yonkerbd7492d2016-12-07 13:55:01 -0600648 }
Ethan Yonkercceebb82014-11-18 10:17:59 -0600649 }
650 }
bigbiff4fa02b52021-12-30 17:01:44 -0500651 if (Decrypt_Data && (!Decrypt_Data->Is_Encrypted || Decrypt_Data->Is_Decrypted)) {
Ethan Yonker66a19492015-12-10 10:19:45 -0600652 Decrypt_Adopted();
653 }
Ethan Yonkercceebb82014-11-18 10:17:59 -0600654#endif
Dees_Troy51a0e822012-09-05 15:24:24 -0400655}
656
Ethan Yonkerc05c5982014-03-13 09:19:56 -0500657void TWPartitionManager::Setup_Settings_Storage_Partition(TWPartition* Part) {
Ethan Yonkerc05c5982014-03-13 09:19:56 -0500658 DataManager::SetValue("tw_storage_path", Part->Storage_Path);
Ethan Yonkerc05c5982014-03-13 09:19:56 -0500659}
660
Matt Mowerbf4efa32014-04-14 23:25:26 -0500661void TWPartitionManager::Setup_Android_Secure_Location(TWPartition* Part) {
662 if (Part->Has_Android_Secure)
663 Part->Setup_AndSec();
Ethan Yonker6277c792014-09-15 14:54:30 -0500664 else if (!datamedia)
Matt Mowerbf4efa32014-04-14 23:25:26 -0500665 Part->Setup_AndSec();
Matt Mowerbf4efa32014-04-14 23:25:26 -0500666}
667
Dees_Troy8170a922012-09-18 15:40:25 -0400668void TWPartitionManager::Output_Partition_Logging(void) {
669 std::vector<TWPartition*>::iterator iter;
670
671 printf("\n\nPartition Logs:\n");
672 for (iter = Partitions.begin(); iter != Partitions.end(); iter++)
673 Output_Partition((*iter));
674}
675
676void TWPartitionManager::Output_Partition(TWPartition* Part) {
677 unsigned long long mb = 1048576;
678
Gary Peck004d48b2012-11-21 16:28:18 -0800679 printf("%s | %s | Size: %iMB", Part->Mount_Point.c_str(), Part->Actual_Block_Device.c_str(), (int)(Part->Size / mb));
Dees_Troy8170a922012-09-18 15:40:25 -0400680 if (Part->Can_Be_Mounted) {
Gary Peck004d48b2012-11-21 16:28:18 -0800681 printf(" Used: %iMB Free: %iMB Backup Size: %iMB", (int)(Part->Used / mb), (int)(Part->Free / mb), (int)(Part->Backup_Size / mb));
Dees_Troy8170a922012-09-18 15:40:25 -0400682 }
Gary Peck004d48b2012-11-21 16:28:18 -0800683 printf("\n Flags: ");
Dees_Troya13d74f2013-03-24 08:54:55 -0500684 if (Part->Can_Be_Mounted)
685 printf("Can_Be_Mounted ");
Gary Peck004d48b2012-11-21 16:28:18 -0800686 if (Part->Can_Be_Wiped)
687 printf("Can_Be_Wiped ");
Hashcodedabfd492013-08-29 22:45:30 -0700688 if (Part->Use_Rm_Rf)
689 printf("Use_Rm_Rf ");
Dees_Troya13d74f2013-03-24 08:54:55 -0500690 if (Part->Can_Be_Backed_Up)
691 printf("Can_Be_Backed_Up ");
Gary Peck004d48b2012-11-21 16:28:18 -0800692 if (Part->Wipe_During_Factory_Reset)
693 printf("Wipe_During_Factory_Reset ");
694 if (Part->Wipe_Available_in_GUI)
695 printf("Wipe_Available_in_GUI ");
696 if (Part->Is_SubPartition)
697 printf("Is_SubPartition ");
698 if (Part->Has_SubPartition)
699 printf("Has_SubPartition ");
700 if (Part->Removable)
701 printf("Removable ");
702 if (Part->Is_Present)
703 printf("IsPresent ");
704 if (Part->Can_Be_Encrypted)
705 printf("Can_Be_Encrypted ");
706 if (Part->Is_Encrypted)
707 printf("Is_Encrypted ");
708 if (Part->Is_Decrypted)
709 printf("Is_Decrypted ");
710 if (Part->Has_Data_Media)
711 printf("Has_Data_Media ");
Dees_Troy83bd4832013-05-04 12:39:56 +0000712 if (Part->Can_Encrypt_Backup)
713 printf("Can_Encrypt_Backup ");
714 if (Part->Use_Userdata_Encryption)
715 printf("Use_Userdata_Encryption ");
Gary Peck004d48b2012-11-21 16:28:18 -0800716 if (Part->Has_Android_Secure)
717 printf("Has_Android_Secure ");
718 if (Part->Is_Storage)
719 printf("Is_Storage ");
Dees_Troya13d74f2013-03-24 08:54:55 -0500720 if (Part->Is_Settings_Storage)
721 printf("Is_Settings_Storage ");
Dees_Troy68cab492012-12-12 19:29:35 +0000722 if (Part->Ignore_Blkid)
723 printf("Ignore_Blkid ");
Ethan Yonker253368a2014-11-25 15:00:52 -0600724 if (Part->Mount_To_Decrypt)
725 printf("Mount_To_Decrypt ");
Ethan Yonker96af84a2015-01-05 14:58:36 -0600726 if (Part->Can_Flash_Img)
727 printf("Can_Flash_Img ");
Ethan Yonker66a19492015-12-10 10:19:45 -0600728 if (Part->Is_Adopted_Storage)
729 printf("Is_Adopted_Storage ");
Ethan Yonker1b190162016-12-05 15:25:19 -0600730 if (Part->SlotSelect)
731 printf("SlotSelect ");
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600732 if (Part->Mount_Read_Only)
733 printf("Mount_Read_Only ");
bigbiffcfa875c2021-06-20 16:20:27 -0400734 if (Part->Is_Super)
735 printf("Is_Super ");
Gary Peck004d48b2012-11-21 16:28:18 -0800736 printf("\n");
737 if (!Part->SubPartition_Of.empty())
738 printf(" SubPartition_Of: %s\n", Part->SubPartition_Of.c_str());
739 if (!Part->Symlink_Path.empty())
740 printf(" Symlink_Path: %s\n", Part->Symlink_Path.c_str());
741 if (!Part->Symlink_Mount_Point.empty())
742 printf(" Symlink_Mount_Point: %s\n", Part->Symlink_Mount_Point.c_str());
743 if (!Part->Primary_Block_Device.empty())
744 printf(" Primary_Block_Device: %s\n", Part->Primary_Block_Device.c_str());
745 if (!Part->Alternate_Block_Device.empty())
746 printf(" Alternate_Block_Device: %s\n", Part->Alternate_Block_Device.c_str());
747 if (!Part->Decrypted_Block_Device.empty())
748 printf(" Decrypted_Block_Device: %s\n", Part->Decrypted_Block_Device.c_str());
dianlujitao4879b372018-12-03 18:45:47 +0800749 if (!Part->Crypto_Key_Location.empty())
Ethan Yonker253368a2014-11-25 15:00:52 -0600750 printf(" Crypto_Key_Location: %s\n", Part->Crypto_Key_Location.c_str());
Gary Peck004d48b2012-11-21 16:28:18 -0800751 if (Part->Length != 0)
752 printf(" Length: %i\n", Part->Length);
753 if (!Part->Display_Name.empty())
754 printf(" Display_Name: %s\n", Part->Display_Name.c_str());
Dees_Troya13d74f2013-03-24 08:54:55 -0500755 if (!Part->Storage_Name.empty())
756 printf(" Storage_Name: %s\n", Part->Storage_Name.c_str());
Gary Peck004d48b2012-11-21 16:28:18 -0800757 if (!Part->Backup_Path.empty())
758 printf(" Backup_Path: %s\n", Part->Backup_Path.c_str());
759 if (!Part->Backup_Name.empty())
760 printf(" Backup_Name: %s\n", Part->Backup_Name.c_str());
Dees_Troya13d74f2013-03-24 08:54:55 -0500761 if (!Part->Backup_Display_Name.empty())
762 printf(" Backup_Display_Name: %s\n", Part->Backup_Display_Name.c_str());
Gary Peck004d48b2012-11-21 16:28:18 -0800763 if (!Part->Backup_FileName.empty())
764 printf(" Backup_FileName: %s\n", Part->Backup_FileName.c_str());
765 if (!Part->Storage_Path.empty())
766 printf(" Storage_Path: %s\n", Part->Storage_Path.c_str());
767 if (!Part->Current_File_System.empty())
768 printf(" Current_File_System: %s\n", Part->Current_File_System.c_str());
769 if (!Part->Fstab_File_System.empty())
770 printf(" Fstab_File_System: %s\n", Part->Fstab_File_System.c_str());
771 if (Part->Format_Block_Size != 0)
Ethan Yonkerc798c9c2015-10-09 11:15:26 -0500772 printf(" Format_Block_Size: %lu\n", Part->Format_Block_Size);
Dees_Troy094207a2012-09-26 12:00:39 -0400773 if (!Part->MTD_Name.empty())
774 printf(" MTD_Name: %s\n", Part->MTD_Name.c_str());
Matt Mower029a82d2017-01-08 13:12:38 -0600775 printf(" Backup_Method: %s\n", Part->Backup_Method_By_Name().c_str());
Hashcode62bd9e02013-11-19 21:59:42 -0800776 if (Part->Mount_Flags || !Part->Mount_Options.empty())
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600777 printf(" Mount_Flags: %i, Mount_Options: %s\n", Part->Mount_Flags, Part->Mount_Options.c_str());
Ethan Yonker726a0202014-12-16 20:01:38 -0600778 if (Part->MTP_Storage_ID)
779 printf(" MTP_Storage_ID: %i\n", Part->MTP_Storage_ID);
Ethan Yonker93382822018-11-01 15:25:31 -0500780 if (!Part->Key_Directory.empty())
781 printf(" Metadata Key Directory: %s\n", Part->Key_Directory.c_str());
Ethan Yonker6277c792014-09-15 14:54:30 -0500782 printf("\n");
Dees_Troy8170a922012-09-18 15:40:25 -0400783}
784
Dees_Troy51a0e822012-09-05 15:24:24 -0400785int TWPartitionManager::Mount_By_Path(string Path, bool Display_Error) {
Dees_Troy5bf43922012-09-07 16:07:55 -0400786 std::vector<TWPartition*>::iterator iter;
787 int ret = false;
788 bool found = false;
Dees_Troy38bd7602012-09-14 13:33:53 -0400789 string Local_Path = TWFunc::Get_Root_Path(Path);
Dees_Troy5bf43922012-09-07 16:07:55 -0400790
bigbiffd58ba182020-03-23 10:02:29 -0400791 if (Local_Path == "/tmp" || Local_Path == "/")
Dees_Troy43d8b002012-09-17 16:00:01 -0400792 return true;
793
Dees_Troy5bf43922012-09-07 16:07:55 -0400794 // Iterate through all partitions
795 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Dees_Troy657c3092012-09-10 20:32:10 -0400796 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
Dees_Troy5bf43922012-09-07 16:07:55 -0400797 ret = (*iter)->Mount(Display_Error);
798 found = true;
Dees_Troy51127312012-09-08 13:08:49 -0400799 } else if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Local_Path) {
Dees_Troy5bf43922012-09-07 16:07:55 -0400800 (*iter)->Mount(Display_Error);
Dees_Troy51127312012-09-08 13:08:49 -0400801 }
Dees_Troy5bf43922012-09-07 16:07:55 -0400802 }
803 if (found) {
804 return ret;
805 } else if (Display_Error) {
Ethan Yonker74db1572015-10-28 12:44:49 -0500806 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Local_Path));
Dees_Troy5bf43922012-09-07 16:07:55 -0400807 }
808 return false;
Dees_Troy51a0e822012-09-05 15:24:24 -0400809}
810
Dees_Troy51a0e822012-09-05 15:24:24 -0400811int TWPartitionManager::UnMount_By_Path(string Path, bool Display_Error) {
Dees_Troy51127312012-09-08 13:08:49 -0400812 std::vector<TWPartition*>::iterator iter;
813 int ret = false;
814 bool found = false;
Dees_Troy38bd7602012-09-14 13:33:53 -0400815 string Local_Path = TWFunc::Get_Root_Path(Path);
Dees_Troy51127312012-09-08 13:08:49 -0400816
817 // Iterate through all partitions
818 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Dees_Troy657c3092012-09-10 20:32:10 -0400819 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
Dees_Troy51127312012-09-08 13:08:49 -0400820 ret = (*iter)->UnMount(Display_Error);
821 found = true;
822 } else if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Local_Path) {
823 (*iter)->UnMount(Display_Error);
824 }
825 }
826 if (found) {
827 return ret;
828 } else if (Display_Error) {
Ethan Yonker74db1572015-10-28 12:44:49 -0500829 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Local_Path));
Dees_Troy51127312012-09-08 13:08:49 -0400830 } else {
Dees_Troy2673cec2013-04-02 20:22:16 +0000831 LOGINFO("UnMount: Unable to find partition for path '%s'\n", Local_Path.c_str());
Dees_Troy51127312012-09-08 13:08:49 -0400832 }
833 return false;
Dees_Troy51a0e822012-09-05 15:24:24 -0400834}
835
Dees_Troy51a0e822012-09-05 15:24:24 -0400836int TWPartitionManager::Is_Mounted_By_Path(string Path) {
Dees_Troy51127312012-09-08 13:08:49 -0400837 TWPartition* Part = Find_Partition_By_Path(Path);
838
839 if (Part)
840 return Part->Is_Mounted();
841 else
Dees_Troy2673cec2013-04-02 20:22:16 +0000842 LOGINFO("Is_Mounted: Unable to find partition for path '%s'\n", Path.c_str());
Dees_Troy51127312012-09-08 13:08:49 -0400843 return false;
Dees_Troy51a0e822012-09-05 15:24:24 -0400844}
845
Dees_Troy5bf43922012-09-07 16:07:55 -0400846int TWPartitionManager::Mount_Current_Storage(bool Display_Error) {
Dees_Troy51127312012-09-08 13:08:49 -0400847 string current_storage_path = DataManager::GetCurrentStoragePath();
848
849 if (Mount_By_Path(current_storage_path, Display_Error)) {
850 TWPartition* FreeStorage = Find_Partition_By_Path(current_storage_path);
851 if (FreeStorage)
852 DataManager::SetValue(TW_STORAGE_FREE_SIZE, (int)(FreeStorage->Free / 1048576LLU));
853 return true;
854 }
855 return false;
Dees_Troy51a0e822012-09-05 15:24:24 -0400856}
857
Dees_Troy5bf43922012-09-07 16:07:55 -0400858int TWPartitionManager::Mount_Settings_Storage(bool Display_Error) {
859 return Mount_By_Path(DataManager::GetSettingsStoragePath(), Display_Error);
860}
861
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600862TWPartition* TWPartitionManager::Find_Partition_By_Path(const string& Path) {
Dees_Troy5bf43922012-09-07 16:07:55 -0400863 std::vector<TWPartition*>::iterator iter;
Dees_Troy38bd7602012-09-14 13:33:53 -0400864 string Local_Path = TWFunc::Get_Root_Path(Path);
Dees_Troy5bf43922012-09-07 16:07:55 -0400865
dianlujitaob76a73a2020-04-30 20:33:20 +0800866 if (Local_Path == "/system")
867 Local_Path = Get_Android_Root_Path();
Dees_Troy5bf43922012-09-07 16:07:55 -0400868 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Dees_Troy657c3092012-09-10 20:32:10 -0400869 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path))
Dees_Troy5bf43922012-09-07 16:07:55 -0400870 return (*iter);
871 }
Dees_Troy51a0e822012-09-05 15:24:24 -0400872 return NULL;
873}
874
Ethan Yonker6e8c27a2016-12-22 17:55:57 -0600875TWPartition* TWPartitionManager::Find_Partition_By_Block_Device(const string& Block_Device) {
876 std::vector<TWPartition*>::iterator iter;
877
878 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
879 if ((*iter)->Primary_Block_Device == Block_Device || (!(*iter)->Actual_Block_Device.empty() && (*iter)->Actual_Block_Device == Block_Device))
880 return (*iter);
881 }
882 return NULL;
883}
884
Ethan Yonker53796e72019-01-11 22:49:52 -0600885int TWPartitionManager::Check_Backup_Name(const std::string& Backup_Name, bool Display_Error, bool Must_Be_Unique) {
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400886 // Check the backup name to ensure that it is the correct size and contains only valid characters
887 // and that a backup with that name doesn't already exist
888 char backup_name[MAX_BACKUP_NAME_LEN];
889 char backup_loc[255], tw_image_dir[255];
890 int copy_size;
891 int index, cur_char;
Ethan Yonker53796e72019-01-11 22:49:52 -0600892 string Backup_Loc;
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400893
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400894 copy_size = Backup_Name.size();
895 // Check size
896 if (copy_size > MAX_BACKUP_NAME_LEN) {
897 if (Display_Error)
Ethan Yonker74db1572015-10-28 12:44:49 -0500898 gui_err("backup_name_len=Backup name is too long.");
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400899 return -2;
900 }
901
902 // Check each character
903 strncpy(backup_name, Backup_Name.c_str(), copy_size);
Dees_Troya13d74f2013-03-24 08:54:55 -0500904 if (copy_size == 1 && strncmp(backup_name, "0", 1) == 0)
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400905 return 0; // A "0" (zero) means to use the current timestamp for the backup name
906 for (index=0; index<copy_size; index++) {
907 cur_char = (int)backup_name[index];
Matt Mowerfb1c4ff2014-04-16 13:43:36 -0500908 if (cur_char == 32 || (cur_char >= 48 && cur_char <= 57) || (cur_char >= 65 && cur_char <= 91) || cur_char == 93 || cur_char == 95 || (cur_char >= 97 && cur_char <= 123) || cur_char == 125 || cur_char == 45 || cur_char == 46) {
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400909 // These are valid characters
910 // Numbers
911 // Upper case letters
912 // Lower case letters
913 // Space
914 // and -_.{}[]
915 } else {
916 if (Display_Error)
Ethan Yonker4adc33e2016-01-22 16:07:11 -0600917 gui_msg(Msg(msg::kError, "backup_name_invalid=Backup name '{1}' contains invalid character: '{1}'")(Backup_Name)((char)cur_char));
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400918 return -3;
919 }
920 }
921
Ethan Yonker53796e72019-01-11 22:49:52 -0600922 if (Must_Be_Unique) {
923 // Check to make sure that a backup with this name doesn't already exist
924 DataManager::GetValue(TW_BACKUPS_FOLDER_VAR, Backup_Loc);
925 strcpy(backup_loc, Backup_Loc.c_str());
926 sprintf(tw_image_dir,"%s/%s", backup_loc, Backup_Name.c_str());
927 if (TWFunc::Path_Exists(tw_image_dir)) {
928 if (Display_Error)
929 gui_err("backup_name_exists=A backup with that name already exists!");
bigbiffce8f83c2015-12-12 18:30:21 -0500930
Ethan Yonker53796e72019-01-11 22:49:52 -0600931 return -4;
932 }
933 // Backup is unique
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400934 }
Ethan Yonker53796e72019-01-11 22:49:52 -0600935 // No problems found
Dees_Troyc9ff7a32012-09-27 10:09:41 -0400936 return 0;
937}
938
bigbiffce8f83c2015-12-12 18:30:21 -0500939bool TWPartitionManager::Backup_Partition(PartitionSettings *part_settings) {
Dees_Troy43d8b002012-09-17 16:00:01 -0400940 time_t start, stop;
Matt Mower23d8aae2017-01-06 14:30:33 -0600941 int use_compression;
bigbiffce8f83c2015-12-12 18:30:21 -0500942 string backup_log = part_settings->Backup_Folder + "/recovery.log";
Dees_Troy43d8b002012-09-17 16:00:01 -0400943
bigbiffce8f83c2015-12-12 18:30:21 -0500944 if (part_settings->Part == NULL)
Dees_Troy43d8b002012-09-17 16:00:01 -0400945 return true;
946
Dees_Troy093b7642012-09-21 15:59:38 -0400947 DataManager::GetValue(TW_USE_COMPRESSION_VAR, use_compression);
Dees_Troy093b7642012-09-21 15:59:38 -0400948
Tom Hite5a926722014-09-15 01:31:03 +0000949 TWFunc::SetPerformanceMode(true);
Dees_Troy43d8b002012-09-17 16:00:01 -0400950 time(&start);
951
bigbiffce8f83c2015-12-12 18:30:21 -0500952 if (part_settings->Part->Backup(part_settings, &tar_fork_pid)) {
Ethan Yonkercd00a8b2017-07-06 10:23:30 -0500953 sync();
954 sync();
bigbiff bigbiff56cf5642016-08-19 17:43:45 -0400955 string Full_Filename = part_settings->Backup_Folder + "/" + part_settings->Part->Backup_FileName;
Ethan Yonkercd00a8b2017-07-06 10:23:30 -0500956 if (!part_settings->adbbackup && part_settings->generate_digest) {
957 if (!twrpDigestDriver::Make_Digest(Full_Filename))
958 goto backup_error;
bigbiff bigbiff56cf5642016-08-19 17:43:45 -0400959 }
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -0400960
bigbiffce8f83c2015-12-12 18:30:21 -0500961 if (part_settings->Part->Has_SubPartition) {
Dees_Troy8170a922012-09-18 15:40:25 -0400962 std::vector<TWPartition*>::iterator subpart;
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -0400963 TWPartition *parentPart = part_settings->Part;
Dees_Troy8170a922012-09-18 15:40:25 -0400964
965 for (subpart = Partitions.begin(); subpart != Partitions.end(); subpart++) {
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -0400966 if ((*subpart)->Can_Be_Backed_Up && (*subpart)->Is_SubPartition && (*subpart)->SubPartition_Of == parentPart->Mount_Point) {
Ethan Yonkerdcf2b672016-09-13 14:41:53 -0500967 part_settings->Part = *subpart;
bigbiffce8f83c2015-12-12 18:30:21 -0500968 if (!(*subpart)->Backup(part_settings, &tar_fork_pid)) {
Ethan Yonkercd00a8b2017-07-06 10:23:30 -0500969 goto backup_error;
Tom Hite5a926722014-09-15 01:31:03 +0000970 }
Dees_Troy2727b992013-08-14 20:09:30 +0000971 sync();
972 sync();
bigbiff bigbifff5955b12019-05-18 17:28:58 -0400973 string Full_Filename = part_settings->Backup_Folder + "/" + part_settings->Part->Backup_FileName;
bigbiff bigbiff56cf5642016-08-19 17:43:45 -0400974 if (!part_settings->adbbackup && part_settings->generate_digest) {
975 if (!twrpDigestDriver::Make_Digest(Full_Filename)) {
Ethan Yonkercd00a8b2017-07-06 10:23:30 -0500976 goto backup_error;
bigbiffce8f83c2015-12-12 18:30:21 -0500977 }
Tom Hite5a926722014-09-15 01:31:03 +0000978 }
Dees_Troy8170a922012-09-18 15:40:25 -0400979 }
980 }
981 }
bigbiff bigbiff56cf5642016-08-19 17:43:45 -0400982
Dees_Troy43d8b002012-09-17 16:00:01 -0400983 time(&stop);
that203bcc92015-05-09 17:27:33 +0200984 int backup_time = (int) difftime(stop, start);
Dees_Troy2673cec2013-04-02 20:22:16 +0000985 LOGINFO("Partition Backup time: %d\n", backup_time);
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -0400986
bigbiffce8f83c2015-12-12 18:30:21 -0500987 if (part_settings->Part->Backup_Method == BM_FILES) {
988 part_settings->file_time += backup_time;
Dees_Troy43d8b002012-09-17 16:00:01 -0400989 } else {
bigbiffce8f83c2015-12-12 18:30:21 -0500990 part_settings->img_time += backup_time;
991
Dees_Troy43d8b002012-09-17 16:00:01 -0400992 }
Tom Hite5a926722014-09-15 01:31:03 +0000993
Matt Mower02899552016-12-30 18:13:51 -0600994 TWFunc::SetPerformanceMode(false);
Ethan Yonkercd00a8b2017-07-06 10:23:30 -0500995 return true;
Dees_Troy43d8b002012-09-17 16:00:01 -0400996 }
Ethan Yonkercd00a8b2017-07-06 10:23:30 -0500997backup_error:
998 Clean_Backup_Folder(part_settings->Backup_Folder);
999 TWFunc::copy_file("/tmp/recovery.log", backup_log, 0644);
1000 tw_set_default_metadata(backup_log.c_str());
1001 TWFunc::SetPerformanceMode(false);
1002 return false;
bigbiff7abc5fe2015-01-17 16:53:12 -05001003}
1004
bigbiffbf1d6722015-02-14 16:25:59 -05001005void TWPartitionManager::Clean_Backup_Folder(string Backup_Folder) {
1006 DIR *d = opendir(Backup_Folder.c_str());
1007 struct dirent *p;
1008 int r;
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001009 vector<string> ext;
1010
1011 //extensions we should delete when cleaning
1012 ext.push_back("win");
1013 ext.push_back("md5");
1014 ext.push_back("sha2");
1015 ext.push_back("info");
bigbiffbf1d6722015-02-14 16:25:59 -05001016
Ethan Yonker74db1572015-10-28 12:44:49 -05001017 gui_msg("backup_clean=Backup Failed. Cleaning Backup Folder.");
bigbiffbf1d6722015-02-14 16:25:59 -05001018
1019 if (d == NULL) {
Ethan Yonker74db1572015-10-28 12:44:49 -05001020 gui_msg(Msg(msg::kError, "error_opening_strerr=Error opening: '{1}' ({2})")(Backup_Folder)(strerror(errno)));
bigbiffbf1d6722015-02-14 16:25:59 -05001021 return;
1022 }
1023
Matt Mower2b18a532015-02-20 16:58:05 -06001024 while ((p = readdir(d))) {
bigbiffbf1d6722015-02-14 16:25:59 -05001025 if (!strcmp(p->d_name, ".") || !strcmp(p->d_name, ".."))
1026 continue;
1027
Ethan Yonkere080c1f2016-09-19 13:50:25 -05001028 string path = Backup_Folder + "/" + p->d_name;
bigbiffbf1d6722015-02-14 16:25:59 -05001029
1030 size_t dot = path.find_last_of(".") + 1;
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001031 for (vector<string>::const_iterator i = ext.begin(); i != ext.end(); ++i) {
1032 if (path.substr(dot) == *i) {
1033 r = unlink(path.c_str());
1034 if (r != 0)
1035 LOGINFO("Unable to unlink '%s: %s'\n", path.c_str(), strerror(errno));
bigbiffbf1d6722015-02-14 16:25:59 -05001036 }
1037 }
1038 }
1039 closedir(d);
1040}
1041
Ethan Yonker472f5062016-02-25 13:47:30 -06001042int TWPartitionManager::Check_Backup_Cancel() {
1043 return stop_backup.get_value();
1044}
1045
bigbiff7abc5fe2015-01-17 16:53:12 -05001046int TWPartitionManager::Cancel_Backup() {
1047 string Backup_Folder, Backup_Name, Full_Backup_Path;
1048
1049 stop_backup.set_value(1);
1050
1051 if (tar_fork_pid != 0) {
1052 DataManager::GetValue(TW_BACKUP_NAME, Backup_Name);
1053 DataManager::GetValue(TW_BACKUPS_FOLDER_VAR, Backup_Folder);
Ethan Yonkere080c1f2016-09-19 13:50:25 -05001054 Full_Backup_Path = Backup_Folder + "/" + Backup_Name;
bigbiff7abc5fe2015-01-17 16:53:12 -05001055 LOGINFO("Killing pid: %d\n", tar_fork_pid);
1056 kill(tar_fork_pid, SIGUSR2);
1057 while (kill(tar_fork_pid, 0) == 0) {
1058 usleep(1000);
1059 }
1060 LOGINFO("Backup_Run stopped and returning false, backup cancelled.\n");
1061 LOGINFO("Removing directory %s\n", Full_Backup_Path.c_str());
1062 TWFunc::removeDir(Full_Backup_Path, false);
1063 tar_fork_pid = 0;
1064 }
1065
1066 return 0;
Dees_Troy43d8b002012-09-17 16:00:01 -04001067}
1068
bigbiffce8f83c2015-12-12 18:30:21 -05001069int TWPartitionManager::Run_Backup(bool adbbackup) {
1070 PartitionSettings part_settings;
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001071 int partition_count = 0, disable_free_space_check = 0, skip_digest = 0;
bigbiffce8f83c2015-12-12 18:30:21 -05001072 string Backup_Name, Backup_List, backup_path;
Matt Mower23d8aae2017-01-06 14:30:33 -06001073 unsigned long long total_bytes = 0, free_space = 0;
Dees_Troy43d8b002012-09-17 16:00:01 -04001074 TWPartition* storage = NULL;
1075 struct tm *t;
Matt Mower23d8aae2017-01-06 14:30:33 -06001076 time_t seconds, total_start, total_stop;
Dees_Troya13d74f2013-03-24 08:54:55 -05001077 size_t start_pos = 0, end_pos = 0;
bigbiff7abc5fe2015-01-17 16:53:12 -05001078 stop_backup.set_value(0);
Dees_Troy43d8b002012-09-17 16:00:01 -04001079 seconds = time(0);
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001080 t = localtime(&seconds);
Dees_Troy43d8b002012-09-17 16:00:01 -04001081
bigbiffce8f83c2015-12-12 18:30:21 -05001082 part_settings.img_bytes_remaining = 0;
1083 part_settings.file_bytes_remaining = 0;
1084 part_settings.img_time = 0;
1085 part_settings.file_time = 0;
1086 part_settings.img_bytes = 0;
1087 part_settings.file_bytes = 0;
1088 part_settings.PM_Method = PM_BACKUP;
1089
bigbiffce8f83c2015-12-12 18:30:21 -05001090 part_settings.adbbackup = adbbackup;
Dees_Troy43d8b002012-09-17 16:00:01 -04001091 time(&total_start);
1092
1093 Update_System_Details();
1094
1095 if (!Mount_Current_Storage(true))
1096 return false;
1097
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001098 DataManager::GetValue(TW_SKIP_DIGEST_GENERATE_VAR, skip_digest);
1099 if (skip_digest == 0)
1100 part_settings.generate_digest = true;
Dees_Troyc5865ab2012-09-24 15:08:04 -04001101 else
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001102 part_settings.generate_digest = false;
Dees_Troy4a2a1262012-09-18 09:33:47 -04001103
bigbiffce8f83c2015-12-12 18:30:21 -05001104 DataManager::GetValue(TW_BACKUPS_FOLDER_VAR, part_settings.Backup_Folder);
Ethan Yonkerdcf2b672016-09-13 14:41:53 -05001105 DataManager::GetValue(TW_BACKUP_NAME, Backup_Name);
1106 if (Backup_Name == gui_lookup("curr_date", "(Current Date)")) {
1107 Backup_Name = TWFunc::Get_Current_Date();
1108 } else if (Backup_Name == gui_lookup("auto_generate", "(Auto Generate)") || Backup_Name == "0" || Backup_Name.empty()) {
Dees Troyb21cc642013-09-10 17:36:41 +00001109 TWFunc::Auto_Generate_Backup_Name();
Ethan Yonkerdcf2b672016-09-13 14:41:53 -05001110 DataManager::GetValue(TW_BACKUP_NAME, Backup_Name);
Dees_Troy43d8b002012-09-17 16:00:01 -04001111 }
bigbiffce8f83c2015-12-12 18:30:21 -05001112
Ethan Yonkerdcf2b672016-09-13 14:41:53 -05001113 LOGINFO("Backup Name is: '%s'\n", Backup_Name.c_str());
Ethan Yonkere080c1f2016-09-19 13:50:25 -05001114 part_settings.Backup_Folder = part_settings.Backup_Folder + "/" + Backup_Name;
bigbiffce8f83c2015-12-12 18:30:21 -05001115
Ethan Yonkere080c1f2016-09-19 13:50:25 -05001116 LOGINFO("Backup_Folder is: '%s'\n", part_settings.Backup_Folder.c_str());
Dees_Troy43d8b002012-09-17 16:00:01 -04001117
Dees_Troy2673cec2013-04-02 20:22:16 +00001118 LOGINFO("Calculating backup details...\n");
Dees_Troya13d74f2013-03-24 08:54:55 -05001119 DataManager::GetValue("tw_backup_list", Backup_List);
bigbiff7ba75002020-04-11 20:47:09 -04001120 LOGINFO("Backup_List: %s\n", Backup_List.c_str());
Dees_Troya13d74f2013-03-24 08:54:55 -05001121 if (!Backup_List.empty()) {
1122 end_pos = Backup_List.find(";", start_pos);
1123 while (end_pos != string::npos && start_pos < Backup_List.size()) {
1124 backup_path = Backup_List.substr(start_pos, end_pos - start_pos);
bigbiff7ba75002020-04-11 20:47:09 -04001125 LOGINFO("backup_path: %s\n", backup_path.c_str());
bigbiffce8f83c2015-12-12 18:30:21 -05001126 part_settings.Part = Find_Partition_By_Path(backup_path);
1127 if (part_settings.Part != NULL) {
Dees_Troya13d74f2013-03-24 08:54:55 -05001128 partition_count++;
bigbiffce8f83c2015-12-12 18:30:21 -05001129 if (part_settings.Part->Backup_Method == BM_FILES)
1130 part_settings.file_bytes += part_settings.Part->Backup_Size;
Dees_Troya13d74f2013-03-24 08:54:55 -05001131 else
bigbiffce8f83c2015-12-12 18:30:21 -05001132 part_settings.img_bytes += part_settings.Part->Backup_Size;
1133 if (part_settings.Part->Has_SubPartition) {
Dees_Troya13d74f2013-03-24 08:54:55 -05001134 std::vector<TWPartition*>::iterator subpart;
1135
1136 for (subpart = Partitions.begin(); subpart != Partitions.end(); subpart++) {
bigbiffce8f83c2015-12-12 18:30:21 -05001137 if ((*subpart)->Can_Be_Backed_Up && (*subpart)->Is_Present && (*subpart)->Is_SubPartition && (*subpart)->SubPartition_Of == part_settings.Part->Mount_Point) {
Dees_Troya13d74f2013-03-24 08:54:55 -05001138 partition_count++;
bigbiffce8f83c2015-12-12 18:30:21 -05001139 if ((*subpart)->Backup_Method == BM_FILES)
1140 part_settings.file_bytes += (*subpart)->Backup_Size;
Dees_Troya13d74f2013-03-24 08:54:55 -05001141 else
bigbiffce8f83c2015-12-12 18:30:21 -05001142 part_settings.img_bytes += (*subpart)->Backup_Size;
Dees_Troya13d74f2013-03-24 08:54:55 -05001143 }
1144 }
Dees_Troy8170a922012-09-18 15:40:25 -04001145 }
Dees_Troya13d74f2013-03-24 08:54:55 -05001146 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05001147 gui_msg(Msg(msg::kError, "unable_to_locate_partition=Unable to locate '{1}' partition for backup calculations.")(backup_path));
Dees_Troy8170a922012-09-18 15:40:25 -04001148 }
Dees_Troya13d74f2013-03-24 08:54:55 -05001149 start_pos = end_pos + 1;
1150 end_pos = Backup_List.find(";", start_pos);
Dees_Troy43d8b002012-09-17 16:00:01 -04001151 }
1152 }
Dees_Troy43d8b002012-09-17 16:00:01 -04001153
1154 if (partition_count == 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05001155 gui_msg("no_partition_selected=No partitions selected for backup.");
Dees_Troy43d8b002012-09-17 16:00:01 -04001156 return false;
1157 }
bigbiffce8f83c2015-12-12 18:30:21 -05001158 if (adbbackup) {
1159 if (twadbbu::Write_ADB_Stream_Header(partition_count) == false) {
1160 return false;
1161 }
1162 }
1163 total_bytes = part_settings.file_bytes + part_settings.img_bytes;
Ethan Yonker472f5062016-02-25 13:47:30 -06001164 ProgressTracking progress(total_bytes);
bigbiffce8f83c2015-12-12 18:30:21 -05001165 part_settings.progress = &progress;
1166
Ethan Yonker74db1572015-10-28 12:44:49 -05001167 gui_msg(Msg("total_partitions_backup= * Total number of partitions to back up: {1}")(partition_count));
1168 gui_msg(Msg("total_backup_size= * Total size of all data: {1}MB")(total_bytes / 1024 / 1024));
Dees_Troy43d8b002012-09-17 16:00:01 -04001169 storage = Find_Partition_By_Path(DataManager::GetCurrentStoragePath());
1170 if (storage != NULL) {
1171 free_space = storage->Free;
Ethan Yonker74db1572015-10-28 12:44:49 -05001172 gui_msg(Msg("available_space= * Available space: {1}MB")(free_space / 1024 / 1024));
Dees_Troy43d8b002012-09-17 16:00:01 -04001173 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05001174 gui_err("unable_locate_storage=Unable to locate storage device.");
Dees_Troy43d8b002012-09-17 16:00:01 -04001175 return false;
1176 }
bigbiffbf1d6722015-02-14 16:25:59 -05001177
Matt Mowerbfccfb82016-04-25 23:22:31 -05001178 DataManager::GetValue(TW_DISABLE_FREE_SPACE_VAR, disable_free_space_check);
bigbiffce8f83c2015-12-12 18:30:21 -05001179
1180 if (adbbackup)
1181 disable_free_space_check = true;
1182
bigbiffbf1d6722015-02-14 16:25:59 -05001183 if (!disable_free_space_check) {
1184 if (free_space - (32 * 1024 * 1024) < total_bytes) {
1185 // We require an extra 32MB just in case
Ethan Yonker74db1572015-10-28 12:44:49 -05001186 gui_err("no_space=Not enough free space on storage.");
bigbiffbf1d6722015-02-14 16:25:59 -05001187 return false;
1188 }
Dees_Troy43d8b002012-09-17 16:00:01 -04001189 }
bigbiffce8f83c2015-12-12 18:30:21 -05001190 part_settings.img_bytes_remaining = part_settings.img_bytes;
1191 part_settings.file_bytes_remaining = part_settings.file_bytes;
Dees_Troy43d8b002012-09-17 16:00:01 -04001192
Ethan Yonker74db1572015-10-28 12:44:49 -05001193 gui_msg("backup_started=[BACKUP STARTED]");
bigbiff bigbiffcdd97c72019-03-29 19:12:33 -04001194
1195 int is_decrypted = 0;
1196 int is_encrypted = 0;
1197
1198 DataManager::GetValue(TW_IS_DECRYPTED, is_decrypted);
1199 DataManager::GetValue(TW_IS_ENCRYPTED, is_encrypted);
1200 if (!adbbackup || (!is_encrypted || (is_encrypted && is_decrypted))) {
1201 gui_msg(Msg("backup_folder= * Backup Folder: {1}")(part_settings.Backup_Folder));
1202 if (!TWFunc::Recursive_Mkdir(part_settings.Backup_Folder)) {
1203 gui_err("fail_backup_folder=Failed to make backup folder.");
1204 return false;
1205 }
Dees_Troyd4b22b02013-01-18 17:17:58 +00001206 }
1207
Dees_Troy2673cec2013-04-02 20:22:16 +00001208 DataManager::SetProgress(0.0);
Dees_Troy093b7642012-09-21 15:59:38 -04001209
Dees_Troya13d74f2013-03-24 08:54:55 -05001210 start_pos = 0;
1211 end_pos = Backup_List.find(";", start_pos);
1212 while (end_pos != string::npos && start_pos < Backup_List.size()) {
bigbiff7abc5fe2015-01-17 16:53:12 -05001213 if (stop_backup.get_value() != 0)
1214 return -1;
Dees_Troya13d74f2013-03-24 08:54:55 -05001215 backup_path = Backup_List.substr(start_pos, end_pos - start_pos);
bigbiffce8f83c2015-12-12 18:30:21 -05001216 part_settings.Part = Find_Partition_By_Path(backup_path);
1217 if (part_settings.Part != NULL) {
1218 if (!Backup_Partition(&part_settings))
Dees_Troya13d74f2013-03-24 08:54:55 -05001219 return false;
1220 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05001221 gui_msg(Msg(msg::kError, "unable_to_locate_partition=Unable to locate '{1}' partition for backup calculations.")(backup_path));
Dees_Troya13d74f2013-03-24 08:54:55 -05001222 }
1223 start_pos = end_pos + 1;
1224 end_pos = Backup_List.find(";", start_pos);
1225 }
Dees_Troy43d8b002012-09-17 16:00:01 -04001226
1227 // Average BPS
bigbiffce8f83c2015-12-12 18:30:21 -05001228 if (part_settings.img_time == 0)
1229 part_settings.img_time = 1;
1230 if (part_settings.file_time == 0)
1231 part_settings.file_time = 1;
1232 int img_bps = (int)part_settings.img_bytes / (int)part_settings.img_time;
1233 unsigned long long file_bps = part_settings.file_bytes / (int)part_settings.file_time;
Dees_Troy43d8b002012-09-17 16:00:01 -04001234
bigbiffce8f83c2015-12-12 18:30:21 -05001235 if (part_settings.file_bytes != 0)
Ethan Yonker472f5062016-02-25 13:47:30 -06001236 gui_msg(Msg("avg_backup_fs=Average backup rate for file systems: {1} MB/sec")(file_bps / (1024 * 1024)));
bigbiffce8f83c2015-12-12 18:30:21 -05001237 if (part_settings.img_bytes != 0)
Ethan Yonker472f5062016-02-25 13:47:30 -06001238 gui_msg(Msg("avg_backup_img=Average backup rate for imaged drives: {1} MB/sec")(img_bps / (1024 * 1024)));
Dees_Troy43d8b002012-09-17 16:00:01 -04001239
1240 time(&total_stop);
1241 int total_time = (int) difftime(total_stop, total_start);
bigbiffce8f83c2015-12-12 18:30:21 -05001242
1243 uint64_t actual_backup_size;
Ethan Yonker3fdcda42016-11-30 12:29:37 -06001244 if (!adbbackup) {
1245 TWExclude twe;
1246 actual_backup_size = twe.Get_Folder_Size(part_settings.Backup_Folder);
1247 } else
bigbiffce8f83c2015-12-12 18:30:21 -05001248 actual_backup_size = part_settings.file_bytes + part_settings.img_bytes;
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001249 actual_backup_size /= (1024LLU * 1024LLU);
Dees_Troy43d8b002012-09-17 16:00:01 -04001250
bigbiffce8f83c2015-12-12 18:30:21 -05001251 int prev_img_bps = 0, use_compression = 0;
1252 unsigned long long prev_file_bps = 0;
Matt Mower173cdb92016-12-31 02:49:19 -06001253 DataManager::GetValue(TW_BACKUP_AVG_IMG_RATE, prev_img_bps);
Dees_Troy093b7642012-09-21 15:59:38 -04001254 img_bps += (prev_img_bps * 4);
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001255 img_bps /= 5;
Dees_Troy093b7642012-09-21 15:59:38 -04001256
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001257 DataManager::GetValue(TW_USE_COMPRESSION_VAR, use_compression);
Dees_Troy093b7642012-09-21 15:59:38 -04001258 if (use_compression)
1259 DataManager::GetValue(TW_BACKUP_AVG_FILE_COMP_RATE, prev_file_bps);
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001260 else
Dees_Troy093b7642012-09-21 15:59:38 -04001261 DataManager::GetValue(TW_BACKUP_AVG_FILE_RATE, prev_file_bps);
1262 file_bps += (prev_file_bps * 4);
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001263 file_bps /= 5;
Dees_Troy093b7642012-09-21 15:59:38 -04001264
Matt Mowerfb1c4ff2014-04-16 13:43:36 -05001265 DataManager::SetValue(TW_BACKUP_AVG_IMG_RATE, img_bps);
Dees_Troy093b7642012-09-21 15:59:38 -04001266 if (use_compression)
1267 DataManager::SetValue(TW_BACKUP_AVG_FILE_COMP_RATE, file_bps);
1268 else
1269 DataManager::SetValue(TW_BACKUP_AVG_FILE_RATE, file_bps);
1270
Ethan Yonker74db1572015-10-28 12:44:49 -05001271 gui_msg(Msg("total_backed_size=[{1} MB TOTAL BACKED UP]")(actual_backup_size));
Dees_Troy43d8b002012-09-17 16:00:01 -04001272 Update_System_Details();
Dees_Troyd0384ef2012-10-12 12:15:42 -04001273 UnMount_Main_Partitions();
Ethan Yonker56db1c42015-12-20 22:49:00 -06001274 gui_msg(Msg(msg::kHighlight, "backup_completed=[BACKUP COMPLETED IN {1} SECONDS]")(total_time)); // the end
Ethan Yonkere080c1f2016-09-19 13:50:25 -05001275 string backup_log = part_settings.Backup_Folder + "/recovery.log";
Dees_Troy3f5c4e82013-02-01 15:16:59 +00001276 TWFunc::copy_file("/tmp/recovery.log", backup_log, 0644);
Ethan Yonker4b94cfd2014-12-11 10:00:45 -06001277 tw_set_default_metadata(backup_log.c_str());
bigbiffce8f83c2015-12-12 18:30:21 -05001278
1279 if (part_settings.adbbackup) {
1280 if (twadbbu::Write_ADB_Stream_Trailer() == false) {
1281 return false;
1282 }
1283 }
1284 part_settings.adbbackup = false;
1285 DataManager::SetValue("tw_enable_adb_backup", 0);
1286
Dees_Troy3f5c4e82013-02-01 15:16:59 +00001287 return true;
Dees_Troy51a0e822012-09-05 15:24:24 -04001288}
1289
bigbiffce8f83c2015-12-12 18:30:21 -05001290bool TWPartitionManager::Restore_Partition(PartitionSettings *part_settings) {
Dees_Troy4a2a1262012-09-18 09:33:47 -04001291 time_t Start, Stop;
bigbiffce8f83c2015-12-12 18:30:21 -05001292
bigbiff bigbiffb5ecaad2017-03-20 18:53:53 -04001293 if (part_settings->adbbackup) {
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001294 std::string partName = part_settings->Part->Backup_Name + "." + part_settings->Part->Current_File_System + ".win";
1295 LOGINFO("setting backup name: %s\n", partName.c_str());
bigbiff bigbiffb5ecaad2017-03-20 18:53:53 -04001296 part_settings->Part->Set_Backup_FileName(part_settings->Part->Backup_Name + "." + part_settings->Part->Current_File_System + ".win");
1297 }
1298
Tom Hite5a926722014-09-15 01:31:03 +00001299 TWFunc::SetPerformanceMode(true);
bigbiffce8f83c2015-12-12 18:30:21 -05001300
Dees_Troy4a2a1262012-09-18 09:33:47 -04001301 time(&Start);
Ethan Yonker472f5062016-02-25 13:47:30 -06001302
bigbiffce8f83c2015-12-12 18:30:21 -05001303 if (!part_settings->Part->Restore(part_settings)) {
Tom Hite5a926722014-09-15 01:31:03 +00001304 TWFunc::SetPerformanceMode(false);
Dees_Troy4a2a1262012-09-18 09:33:47 -04001305 return false;
Tom Hite5a926722014-09-15 01:31:03 +00001306 }
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001307 if (part_settings->Part->Has_SubPartition && !part_settings->adbbackup) {
Dees_Troy8170a922012-09-18 15:40:25 -04001308 std::vector<TWPartition*>::iterator subpart;
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -04001309 TWPartition *parentPart = part_settings->Part;
Dees_Troy8170a922012-09-18 15:40:25 -04001310
1311 for (subpart = Partitions.begin(); subpart != Partitions.end(); subpart++) {
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -04001312 part_settings->Part = *subpart;
1313 if ((*subpart)->Is_SubPartition && (*subpart)->SubPartition_Of == parentPart->Mount_Point) {
1314 part_settings->Part = (*subpart);
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001315 part_settings->Part->Set_Backup_FileName(part_settings->Part->Backup_Name + "." + part_settings->Part->Current_File_System + ".win");
bigbiffce8f83c2015-12-12 18:30:21 -05001316 if (!(*subpart)->Restore(part_settings)) {
Tom Hite5a926722014-09-15 01:31:03 +00001317 TWFunc::SetPerformanceMode(false);
Dees_Troy8170a922012-09-18 15:40:25 -04001318 return false;
Tom Hite5a926722014-09-15 01:31:03 +00001319 }
Dees_Troy8170a922012-09-18 15:40:25 -04001320 }
1321 }
1322 }
Dees_Troy4a2a1262012-09-18 09:33:47 -04001323 time(&Stop);
Tom Hite5a926722014-09-15 01:31:03 +00001324 TWFunc::SetPerformanceMode(false);
bigbiffce8f83c2015-12-12 18:30:21 -05001325 gui_msg(Msg("restore_part_done=[{1} done ({2} seconds)]")(part_settings->Part->Backup_Display_Name)((int)difftime(Stop, Start)));
1326
Dees_Troy4a2a1262012-09-18 09:33:47 -04001327 return true;
1328}
1329
Ethan Yonker472f5062016-02-25 13:47:30 -06001330int TWPartitionManager::Run_Restore(const string& Restore_Name) {
bigbiffce8f83c2015-12-12 18:30:21 -05001331 PartitionSettings part_settings;
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001332 int check_digest;
bigbiffce8f83c2015-12-12 18:30:21 -05001333
Dees_Troy4a2a1262012-09-18 09:33:47 -04001334 time_t rStart, rStop;
1335 time(&rStart);
Dees_Troya13d74f2013-03-24 08:54:55 -05001336 string Restore_List, restore_path;
1337 size_t start_pos = 0, end_pos;
bigbiffce8f83c2015-12-12 18:30:21 -05001338
Ethan Yonkerdcf2b672016-09-13 14:41:53 -05001339 part_settings.Backup_Folder = Restore_Name;
bigbiffce8f83c2015-12-12 18:30:21 -05001340 part_settings.Part = NULL;
1341 part_settings.partition_count = 0;
1342 part_settings.total_restore_size = 0;
1343 part_settings.adbbackup = false;
1344 part_settings.PM_Method = PM_RESTORE;
Dees_Troy43d8b002012-09-17 16:00:01 -04001345
Ethan Yonker74db1572015-10-28 12:44:49 -05001346 gui_msg("restore_started=[RESTORE STARTED]");
1347 gui_msg(Msg("restore_folder=Restore folder: '{1}'")(Restore_Name));
Dees_Troy43d8b002012-09-17 16:00:01 -04001348
Dees_Troy4a2a1262012-09-18 09:33:47 -04001349 if (!Mount_Current_Storage(true))
1350 return false;
1351
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001352 DataManager::GetValue(TW_SKIP_DIGEST_CHECK_VAR, check_digest);
1353 if (check_digest > 0) {
1354 // Check Digest files first before restoring to ensure that all of them match before starting a restore
1355 TWFunc::GUI_Operation_Text(TW_VERIFY_DIGEST_TEXT, gui_parse_text("{@verifying_digest}"));
1356 gui_msg("verifying_digest=Verifying Digest");
Dees_Troya13d74f2013-03-24 08:54:55 -05001357 } else {
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001358 gui_msg("skip_digest=Skipping Digest check based on user setting.");
Dees_Troya13d74f2013-03-24 08:54:55 -05001359 }
Ethan Yonker74db1572015-10-28 12:44:49 -05001360 gui_msg("calc_restore=Calculating restore details...");
Dees_Troya13d74f2013-03-24 08:54:55 -05001361 DataManager::GetValue("tw_restore_selected", Restore_List);
bigbiffce8f83c2015-12-12 18:30:21 -05001362
Dees_Troya13d74f2013-03-24 08:54:55 -05001363 if (!Restore_List.empty()) {
1364 end_pos = Restore_List.find(";", start_pos);
1365 while (end_pos != string::npos && start_pos < Restore_List.size()) {
1366 restore_path = Restore_List.substr(start_pos, end_pos - start_pos);
bigbiffce8f83c2015-12-12 18:30:21 -05001367 part_settings.Part = Find_Partition_By_Path(restore_path);
1368 if (part_settings.Part != NULL) {
bigbiffce8f83c2015-12-12 18:30:21 -05001369 if (part_settings.Part->Mount_Read_Only) {
1370 gui_msg(Msg(msg::kError, "restore_read_only=Cannot restore {1} -- mounted read only.")(part_settings.Part->Backup_Display_Name));
Ethan Yonkereb32b1f2015-05-18 10:23:03 -05001371 return false;
1372 }
bigbiffce8f83c2015-12-12 18:30:21 -05001373
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001374 string Full_Filename = part_settings.Backup_Folder + "/" + part_settings.Part->Backup_FileName;
1375
bigbiff4a60bee2021-01-23 14:08:03 -05001376 if (tw_get_default_metadata(Get_Android_Root_Path().c_str()) != 0) {
1377 gui_msg(Msg(msg::kWarning, "restore_system_context=Unable to get default context for {1} -- Android may not boot.")(Get_Android_Root_Path()));
1378 }
1379
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001380 if (check_digest > 0 && !twrpDigestDriver::Check_Digest(Full_Filename))
Dees_Troya13d74f2013-03-24 08:54:55 -05001381 return false;
bigbiffce8f83c2015-12-12 18:30:21 -05001382 part_settings.partition_count++;
1383 part_settings.total_restore_size += part_settings.Part->Get_Restore_Size(&part_settings);
1384 if (part_settings.Part->Has_SubPartition) {
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -04001385 TWPartition *parentPart = part_settings.Part;
Dees_Troya13d74f2013-03-24 08:54:55 -05001386 std::vector<TWPartition*>::iterator subpart;
1387
1388 for (subpart = Partitions.begin(); subpart != Partitions.end(); subpart++) {
bigbiff bigbiff8fd4b092016-08-30 20:48:53 -04001389 part_settings.Part = *subpart;
1390 if ((*subpart)->Is_SubPartition && (*subpart)->SubPartition_Of == parentPart->Mount_Point) {
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04001391 if (check_digest > 0 && !twrpDigestDriver::Check_Digest(Full_Filename))
Dees_Troya13d74f2013-03-24 08:54:55 -05001392 return false;
bigbiffce8f83c2015-12-12 18:30:21 -05001393 part_settings.total_restore_size += (*subpart)->Get_Restore_Size(&part_settings);
Dees_Troya13d74f2013-03-24 08:54:55 -05001394 }
1395 }
1396 }
1397 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05001398 gui_msg(Msg(msg::kError, "restore_unable_locate=Unable to locate '{1}' partition for restoring.")(restore_path));
Dees_Troya13d74f2013-03-24 08:54:55 -05001399 }
1400 start_pos = end_pos + 1;
1401 end_pos = Restore_List.find(";", start_pos);
Dees_Troy4a2a1262012-09-18 09:33:47 -04001402 }
Dees_Troy4a2a1262012-09-18 09:33:47 -04001403 }
Dees_Troy4a2a1262012-09-18 09:33:47 -04001404
bigbiffce8f83c2015-12-12 18:30:21 -05001405 if (part_settings.partition_count == 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05001406 gui_err("no_part_restore=No partitions selected for restore.");
Dees_Troy4a2a1262012-09-18 09:33:47 -04001407 return false;
1408 }
1409
bigbiffce8f83c2015-12-12 18:30:21 -05001410 gui_msg(Msg("restore_part_count=Restoring {1} partitions...")(part_settings.partition_count));
1411 gui_msg(Msg("total_restore_size=Total restore size is {1}MB")(part_settings.total_restore_size / 1048576));
Dees_Troy2673cec2013-04-02 20:22:16 +00001412 DataManager::SetProgress(0.0);
bigbiffce8f83c2015-12-12 18:30:21 -05001413 ProgressTracking progress(part_settings.total_restore_size);
1414 part_settings.progress = &progress;
Ethan Yonker1b7a31b2014-07-03 15:09:22 -05001415
Dees_Troya13d74f2013-03-24 08:54:55 -05001416 start_pos = 0;
1417 if (!Restore_List.empty()) {
1418 end_pos = Restore_List.find(";", start_pos);
1419 while (end_pos != string::npos && start_pos < Restore_List.size()) {
1420 restore_path = Restore_List.substr(start_pos, end_pos - start_pos);
bigbiffce8f83c2015-12-12 18:30:21 -05001421
1422 part_settings.Part = Find_Partition_By_Path(restore_path);
1423 if (part_settings.Part != NULL) {
1424 part_settings.partition_count++;
bigbiffce8f83c2015-12-12 18:30:21 -05001425 if (!Restore_Partition(&part_settings))
Dees_Troya13d74f2013-03-24 08:54:55 -05001426 return false;
1427 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05001428 gui_msg(Msg(msg::kError, "restore_unable_locate=Unable to locate '{1}' partition for restoring.")(restore_path));
Dees_Troya13d74f2013-03-24 08:54:55 -05001429 }
1430 start_pos = end_pos + 1;
1431 end_pos = Restore_List.find(";", start_pos);
1432 }
1433 }
Ethan Yonker74db1572015-10-28 12:44:49 -05001434 TWFunc::GUI_Operation_Text(TW_UPDATE_SYSTEM_DETAILS_TEXT, gui_parse_text("{@updating_system_details}"));
bigbiff4a60bee2021-01-23 14:08:03 -05001435 tw_set_default_metadata(Get_Android_Root_Path().c_str());
Captain Throwback9d6feb52018-07-27 10:05:24 -04001436 UnMount_By_Path(Get_Android_Root_Path(), false);
Dees_Troy43d8b002012-09-17 16:00:01 -04001437 Update_System_Details();
Dees_Troyd0384ef2012-10-12 12:15:42 -04001438 UnMount_Main_Partitions();
Dees_Troy4a2a1262012-09-18 09:33:47 -04001439 time(&rStop);
Matt Mower3c366972015-12-25 19:28:31 -06001440 gui_msg(Msg(msg::kHighlight, "restore_completed=[RESTORE COMPLETED IN {1} SECONDS]")((int)difftime(rStop,rStart)));
bigbiff8f5fad32021-11-03 20:39:02 -04001441 TWPartition* Decrypt_Data = Find_Partition_By_Path("/data");
1442 if (Decrypt_Data && Decrypt_Data->Is_Encrypted)
1443 gui_msg(Msg(msg::kWarning, "reboot_after_restore=It is recommended to reboot Android once after first boot."));
Ethan Yonker1b7a31b2014-07-03 15:09:22 -05001444 DataManager::SetValue("tw_file_progress", "");
bigbiffce8f83c2015-12-12 18:30:21 -05001445
Dees_Troy63c8df72012-09-10 14:02:05 -04001446 return true;
Dees_Troy51a0e822012-09-05 15:24:24 -04001447}
1448
1449void TWPartitionManager::Set_Restore_Files(string Restore_Name) {
Dees_Troy63c8df72012-09-10 14:02:05 -04001450 // Start with the default values
Dees_Troya13d74f2013-03-24 08:54:55 -05001451 string Restore_List;
Dees_Troy83bd4832013-05-04 12:39:56 +00001452 bool get_date = true, check_encryption = true;
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001453 bool adbbackup = false;
Dees_Troy83bd4832013-05-04 12:39:56 +00001454
1455 DataManager::SetValue("tw_restore_encrypted", 0);
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001456 if (twadbbu::Check_ADB_Backup_File(Restore_Name)) {
1457 vector<string> adb_files;
1458 adb_files = twadbbu::Get_ADB_Backup_Files(Restore_Name);
1459 for (unsigned int i = 0; i < adb_files.size(); ++i) {
1460 string adb_restore_file = adb_files.at(i);
1461 std::size_t pos = adb_restore_file.find_first_of(".");
1462 std::string path = "/" + adb_restore_file.substr(0, pos);
1463 Restore_List = path + ";";
1464 TWPartition* Part = Find_Partition_By_Path(path);
1465 Part->Backup_FileName = TWFunc::Get_Filename(adb_restore_file);
1466 adbbackup = true;
1467 }
1468 DataManager::SetValue("tw_enable_adb_backup", 1);
Dees_Troy63c8df72012-09-10 14:02:05 -04001469 }
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001470 else {
1471 DIR* d;
1472 d = opendir(Restore_Name.c_str());
1473 if (d == NULL)
Dees_Troy63c8df72012-09-10 14:02:05 -04001474 {
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001475 gui_msg(Msg(msg::kError, "error_opening_strerr=Error opening: '{1}' ({2})")(Restore_Name)(strerror(errno)));
1476 return;
Dees_Troy63c8df72012-09-10 14:02:05 -04001477 }
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001478
1479 struct dirent* de;
1480 while ((de = readdir(d)) != NULL)
Dees_Troy63c8df72012-09-10 14:02:05 -04001481 {
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001482 // Strip off three components
1483 char str[256];
1484 char* label;
1485 char* fstype = NULL;
1486 char* extn = NULL;
1487 char* ptr;
Dees_Troy63c8df72012-09-10 14:02:05 -04001488
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001489 strcpy(str, de->d_name);
1490 if (strlen(str) <= 2)
1491 continue;
Dees_Troy83bd4832013-05-04 12:39:56 +00001492
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001493 if (get_date) {
1494 char file_path[255];
1495 struct stat st;
1496
1497 strcpy(file_path, Restore_Name.c_str());
1498 strcat(file_path, "/");
1499 strcat(file_path, str);
1500 stat(file_path, &st);
1501 string backup_date = ctime((const time_t*)(&st.st_mtime));
1502 DataManager::SetValue(TW_RESTORE_FILE_DATE, backup_date);
1503 get_date = false;
Dees_Troy83bd4832013-05-04 12:39:56 +00001504 }
Dees_Troy63c8df72012-09-10 14:02:05 -04001505
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001506 label = str;
1507 ptr = label;
1508 while (*ptr && *ptr != '.') ptr++;
1509 if (*ptr == '.')
1510 {
1511 *ptr = 0x00;
1512 ptr++;
1513 fstype = ptr;
1514 }
1515 while (*ptr && *ptr != '.') ptr++;
1516 if (*ptr == '.')
1517 {
1518 *ptr = 0x00;
1519 ptr++;
1520 extn = ptr;
1521 }
Dees_Troy63c8df72012-09-10 14:02:05 -04001522
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001523 if (fstype == NULL || extn == NULL || strcmp(fstype, "log") == 0) continue;
1524 int extnlength = strlen(extn);
1525 if (extnlength != 3 && extnlength != 6) continue;
1526 if (extnlength >= 3 && strncmp(extn, "win", 3) != 0) continue;
1527 //if (extnlength == 6 && strncmp(extn, "win000", 6) != 0) continue;
Dees_Troy63c8df72012-09-10 14:02:05 -04001528
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001529 if (check_encryption) {
1530 string filename = Restore_Name + "/";
1531 filename += de->d_name;
1532 if (TWFunc::Get_File_Type(filename) == 2) {
1533 LOGINFO("'%s' is encrypted\n", filename.c_str());
1534 DataManager::SetValue("tw_restore_encrypted", 1);
1535 }
1536 }
1537 if (extnlength == 6 && strncmp(extn, "win000", 6) != 0) continue;
1538
1539 TWPartition* Part = Find_Partition_By_Path(label);
1540 if (Part == NULL)
1541 {
1542 gui_msg(Msg(msg::kError, "unable_locate_part_backup_name=Unable to locate partition by backup name: '{1}'")(label));
1543 continue;
1544 }
1545
1546 Part->Backup_FileName = de->d_name;
1547 if (strlen(extn) > 3) {
1548 Part->Backup_FileName.resize(Part->Backup_FileName.size() - strlen(extn) + 3);
1549 }
1550
dianlujitaob76a73a2020-04-30 20:33:20 +08001551 if (!Part->Is_SubPartition) {
1552 if (Part->Backup_Path == Get_Android_Root_Path())
1553 Restore_List += "/system;";
1554 else
1555 Restore_List += Part->Backup_Path + ";";
1556 }
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001557 }
1558 closedir(d);
Dees_Troy63c8df72012-09-10 14:02:05 -04001559 }
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04001560
1561 if (adbbackup) {
1562 Restore_List = "ADB_Backup;";
1563 adbbackup = false;
1564 }
Dees_Troy63c8df72012-09-10 14:02:05 -04001565
Dees_Troya13d74f2013-03-24 08:54:55 -05001566 // Set the final value
1567 DataManager::SetValue("tw_restore_list", Restore_List);
1568 DataManager::SetValue("tw_restore_selected", Restore_List);
Dees_Troy51a0e822012-09-05 15:24:24 -04001569 return;
1570}
1571
1572int TWPartitionManager::Wipe_By_Path(string Path) {
Dees_Troy63c8df72012-09-10 14:02:05 -04001573 std::vector<TWPartition*>::iterator iter;
Mohd Farazfdd49bb2020-04-21 18:56:44 +05301574 std::vector < TWPartition * >::iterator iter1;
Dees_Troy63c8df72012-09-10 14:02:05 -04001575 int ret = false;
1576 bool found = false;
Dees_Troy38bd7602012-09-14 13:33:53 -04001577 string Local_Path = TWFunc::Get_Root_Path(Path);
Dees_Troy63c8df72012-09-10 14:02:05 -04001578
dianlujitaob76a73a2020-04-30 20:33:20 +08001579 if (Local_Path == "/system")
1580 Local_Path = Get_Android_Root_Path();
bigbiffaed1bdf2021-08-03 18:21:39 -04001581 if (Path == "/cache") {
1582 TWPartition* cache = Find_Partition_By_Path("/cache");
1583 if (cache == nullptr) {
1584 TWPartition* dat = Find_Partition_By_Path("/data");
1585 if (dat) {
1586 dat->Wipe_Data_Cache();
1587 found = true;
1588 }
1589 }
1590 }
Dees_Troy63c8df72012-09-10 14:02:05 -04001591 // Iterate through all partitions
1592 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Dees_Troy657c3092012-09-10 20:32:10 -04001593 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
Mohd Farazfdd49bb2020-04-21 18:56:44 +05301594 // iterate through all partitions since some legacy devices uses other partitions as vendor causes issues while wiping
1595 (*iter)->Find_Actual_Block_Device();
1596 for (iter1 = Partitions.begin (); iter1 != Partitions.end (); iter1++)
1597 {
1598 (*iter1)->Find_Actual_Block_Device();
1599 if ((*iter)->Actual_Block_Device == (*iter1)->Actual_Block_Device && (*iter)->Mount_Point != (*iter1)->Mount_Point)
1600 (*iter1)->UnMount(false);
1601 }
Dees_Troye58d5262012-09-21 12:27:57 -04001602 if (Path == "/and-sec")
1603 ret = (*iter)->Wipe_AndSec();
1604 else
1605 ret = (*iter)->Wipe();
Dees_Troy63c8df72012-09-10 14:02:05 -04001606 found = true;
1607 } else if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Local_Path) {
1608 (*iter)->Wipe();
1609 }
1610 }
1611 if (found) {
1612 return ret;
1613 } else
Ethan Yonker74db1572015-10-28 12:44:49 -05001614 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Local_Path));
Dees_Troy63c8df72012-09-10 14:02:05 -04001615 return false;
Dees_Troy51a0e822012-09-05 15:24:24 -04001616}
1617
Ethan Yonker87c7bac2014-05-25 21:41:08 -05001618int TWPartitionManager::Wipe_By_Path(string Path, string New_File_System) {
1619 std::vector<TWPartition*>::iterator iter;
1620 int ret = false;
1621 bool found = false;
1622 string Local_Path = TWFunc::Get_Root_Path(Path);
1623
1624 // Iterate through all partitions
1625 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
1626 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
1627 if (Path == "/and-sec")
1628 ret = (*iter)->Wipe_AndSec();
1629 else
1630 ret = (*iter)->Wipe(New_File_System);
1631 found = true;
1632 } else if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Local_Path) {
1633 (*iter)->Wipe(New_File_System);
1634 }
1635 }
1636 if (found) {
1637 return ret;
1638 } else
Ethan Yonker74db1572015-10-28 12:44:49 -05001639 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Local_Path));
Ethan Yonker87c7bac2014-05-25 21:41:08 -05001640 return false;
1641}
1642
Dees_Troy51a0e822012-09-05 15:24:24 -04001643int TWPartitionManager::Factory_Reset(void) {
Dees_Troy63c8df72012-09-10 14:02:05 -04001644 std::vector<TWPartition*>::iterator iter;
1645 int ret = true;
1646
1647 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Dees_Troy38bd7602012-09-14 13:33:53 -04001648 if ((*iter)->Wipe_During_Factory_Reset && (*iter)->Is_Present) {
Ethan Yonker89583ef2015-08-26 09:01:59 -05001649#ifdef TW_OEM_BUILD
1650 if ((*iter)->Mount_Point == "/data") {
1651 if (!(*iter)->Wipe_Encryption())
1652 ret = false;
1653 } else {
1654#endif
1655 if (!(*iter)->Wipe())
1656 ret = false;
1657#ifdef TW_OEM_BUILD
1658 }
1659#endif
Dees_Troy094207a2012-09-26 12:00:39 -04001660 } else if ((*iter)->Has_Android_Secure) {
1661 if (!(*iter)->Wipe_AndSec())
1662 ret = false;
Dees_Troy63c8df72012-09-10 14:02:05 -04001663 }
1664 }
bigbiffad58e1b2020-07-06 20:24:34 -04001665 TWFunc::check_and_run_script("/system/bin/factoryreset.sh", "Factory Reset Script");
Dees_Troy63c8df72012-09-10 14:02:05 -04001666 return ret;
Dees_Troy51a0e822012-09-05 15:24:24 -04001667}
1668
Dees_Troy38bd7602012-09-14 13:33:53 -04001669int TWPartitionManager::Wipe_Dalvik_Cache(void) {
1670 struct stat st;
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001671 vector <string> dir;
Dees_Troy38bd7602012-09-14 13:33:53 -04001672
1673 if (!Mount_By_Path("/data", true))
1674 return false;
1675
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001676 dir.push_back("/data/dalvik-cache");
bigbiff bigbiff19874f12019-01-08 20:06:57 -05001677
bigbiff25d25b92020-06-19 16:07:38 -04001678 std::string cacheDir = TWFunc::get_log_dir();
1679 if (cacheDir == CACHE_LOGS_DIR) {
1680 if (!PartitionManager.Mount_By_Path(CACHE_LOGS_DIR, false)) {
1681 LOGINFO("Unable to mount %s for wiping cache.\n", CACHE_LOGS_DIR);
bigbiff bigbiff19874f12019-01-08 20:06:57 -05001682 }
1683 dir.push_back(cacheDir + "dalvik-cache");
1684 dir.push_back(cacheDir + "/dc");
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001685 }
Ethan Yonkerff2b7882016-12-10 09:04:41 -06001686
Dees_Troy38bd7602012-09-14 13:33:53 -04001687 TWPartition* sdext = Find_Partition_By_Path("/sd-ext");
Vojtech Bocekfafb0c52013-07-25 22:53:02 +02001688 if (sdext && sdext->Is_Present && sdext->Mount(false))
1689 {
1690 if (stat("/sd-ext/dalvik-cache", &st) == 0)
1691 {
Ethan Yonkerff2b7882016-12-10 09:04:41 -06001692 dir.push_back("/sd-ext/dalvik-cache");
1693 }
1694 }
1695
bigbiff25d25b92020-06-19 16:07:38 -04001696 if (cacheDir == CACHE_LOGS_DIR) {
bigbiff bigbiff19874f12019-01-08 20:06:57 -05001697 gui_msg("wiping_cache_dalvik=Wiping Dalvik Cache Directories...");
1698 } else {
1699 gui_msg("wiping_dalvik=Wiping Dalvik Directory...");
1700 }
Ethan Yonkerff2b7882016-12-10 09:04:41 -06001701 for (unsigned i = 0; i < dir.size(); ++i) {
1702 if (stat(dir.at(i).c_str(), &st) == 0) {
1703 TWFunc::removeDir(dir.at(i), false);
1704 gui_msg(Msg("cleaned=Cleaned: {1}...")(dir.at(i)));
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001705 }
Vojtech Bocekfafb0c52013-07-25 22:53:02 +02001706 }
bigbiff bigbiff19874f12019-01-08 20:06:57 -05001707
bigbiff25d25b92020-06-19 16:07:38 -04001708 if (cacheDir == CACHE_LOGS_DIR) {
bigbiff bigbiff19874f12019-01-08 20:06:57 -05001709 gui_msg("cache_dalvik_done=-- Dalvik Cache Directories Wipe Complete!");
1710 } else {
1711 gui_msg("dalvik_done=-- Dalvik Directory Wipe Complete!");
1712 }
1713
Dees_Troy38bd7602012-09-14 13:33:53 -04001714 return true;
1715}
1716
1717int TWPartitionManager::Wipe_Rotate_Data(void) {
1718 if (!Mount_By_Path("/data", true))
1719 return false;
1720
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001721 unlink("/data/misc/akmd*");
1722 unlink("/data/misc/rild*");
Dees_Troy2673cec2013-04-02 20:22:16 +00001723 gui_print("Rotation data wiped.\n");
Dees_Troy38bd7602012-09-14 13:33:53 -04001724 return true;
1725}
1726
1727int TWPartitionManager::Wipe_Battery_Stats(void) {
1728 struct stat st;
1729
1730 if (!Mount_By_Path("/data", true))
1731 return false;
1732
1733 if (0 != stat("/data/system/batterystats.bin", &st)) {
Dees_Troy2673cec2013-04-02 20:22:16 +00001734 gui_print("No Battery Stats Found. No Need To Wipe.\n");
Dees_Troy38bd7602012-09-14 13:33:53 -04001735 } else {
1736 remove("/data/system/batterystats.bin");
Dees_Troy2673cec2013-04-02 20:22:16 +00001737 gui_print("Cleared battery stats.\n");
Dees_Troy38bd7602012-09-14 13:33:53 -04001738 }
1739 return true;
1740}
1741
Dees_Troy2ff5a8d2012-09-26 14:53:02 -04001742int TWPartitionManager::Wipe_Android_Secure(void) {
1743 std::vector<TWPartition*>::iterator iter;
1744 int ret = false;
1745 bool found = false;
1746
1747 // Iterate through all partitions
1748 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
1749 if ((*iter)->Has_Android_Secure) {
1750 ret = (*iter)->Wipe_AndSec();
1751 found = true;
1752 }
1753 }
1754 if (found) {
1755 return ret;
1756 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05001757 gui_err("no_andsec=No android secure partitions found.");
Dees_Troy2ff5a8d2012-09-26 14:53:02 -04001758 }
1759 return false;
1760}
1761
Dees_Troy38bd7602012-09-14 13:33:53 -04001762int TWPartitionManager::Format_Data(void) {
1763 TWPartition* dat = Find_Partition_By_Path("/data");
bigbiffcfa875c2021-06-20 16:20:27 -04001764 TWPartition* metadata = Find_Partition_By_Path("/metadata");
1765 if (metadata != NULL)
1766 metadata->UnMount(false);
Dees_Troy38bd7602012-09-14 13:33:53 -04001767
1768 if (dat != NULL) {
bigbiffab76bd72021-10-11 10:17:48 -04001769 if (android::base::GetBoolProperty("ro.virtual_ab.enabled", false)) {
bigbiffcfa875c2021-06-20 16:20:27 -04001770#ifndef TW_EXCLUDE_APEX
1771 twrpApex apex;
1772 apex.Unmount();
1773#endif
1774 if (metadata != NULL)
1775 metadata->Mount(true);
bigbiffd21252f2021-09-18 15:56:32 -04001776 if (!Check_Pending_Merges())
bigbiffcfa875c2021-06-20 16:20:27 -04001777 return false;
1778 }
Dees_Troy38bd7602012-09-14 13:33:53 -04001779 return dat->Wipe_Encryption();
1780 } else {
Matt Mower3c366972015-12-25 19:28:31 -06001781 gui_msg(Msg(msg::kError, "unable_to_locate=Unable to locate {1}.")("/data"));
Dees_Troy38bd7602012-09-14 13:33:53 -04001782 return false;
1783 }
1784 return false;
1785}
1786
1787int TWPartitionManager::Wipe_Media_From_Data(void) {
1788 TWPartition* dat = Find_Partition_By_Path("/data");
1789
1790 if (dat != NULL) {
1791 if (!dat->Has_Data_Media) {
Dees_Troy2673cec2013-04-02 20:22:16 +00001792 LOGERR("This device does not have /data/media\n");
Dees_Troy38bd7602012-09-14 13:33:53 -04001793 return false;
1794 }
1795 if (!dat->Mount(true))
1796 return false;
1797
Ethan Yonker74db1572015-10-28 12:44:49 -05001798 gui_msg("wiping_datamedia=Wiping internal storage -- /data/media...");
Ethan Yonker726a0202014-12-16 20:01:38 -06001799 Remove_MTP_Storage(dat->MTP_Storage_ID);
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001800 TWFunc::removeDir("/data/media", false);
xiaolu9416f4f2015-06-04 08:22:23 +08001801 dat->Recreate_Media_Folder();
Ethan Yonker726a0202014-12-16 20:01:38 -06001802 Add_MTP_Storage(dat->MTP_Storage_ID);
Dees_Troy38bd7602012-09-14 13:33:53 -04001803 return true;
1804 } else {
Matt Mower3c366972015-12-25 19:28:31 -06001805 gui_msg(Msg(msg::kError, "unable_to_locate=Unable to locate {1}.")("/data"));
Dees_Troy38bd7602012-09-14 13:33:53 -04001806 return false;
1807 }
1808 return false;
1809}
1810
Ethan Yonker87c7bac2014-05-25 21:41:08 -05001811int TWPartitionManager::Repair_By_Path(string Path, bool Display_Error) {
1812 std::vector<TWPartition*>::iterator iter;
1813 int ret = false;
1814 bool found = false;
1815 string Local_Path = TWFunc::Get_Root_Path(Path);
1816
1817 if (Local_Path == "/tmp" || Local_Path == "/")
1818 return true;
1819
1820 // Iterate through all partitions
1821 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
1822 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
1823 ret = (*iter)->Repair();
1824 found = true;
1825 } else if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Local_Path) {
1826 (*iter)->Repair();
1827 }
1828 }
1829 if (found) {
1830 return ret;
1831 } else if (Display_Error) {
Ethan Yonker74db1572015-10-28 12:44:49 -05001832 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Local_Path));
Ethan Yonker87c7bac2014-05-25 21:41:08 -05001833 } else {
1834 LOGINFO("Repair: Unable to find partition for path '%s'\n", Local_Path.c_str());
1835 }
1836 return false;
1837}
1838
Ethan Yonkera2719152015-05-28 09:44:41 -05001839int TWPartitionManager::Resize_By_Path(string Path, bool Display_Error) {
1840 std::vector<TWPartition*>::iterator iter;
1841 int ret = false;
1842 bool found = false;
1843 string Local_Path = TWFunc::Get_Root_Path(Path);
1844
1845 if (Local_Path == "/tmp" || Local_Path == "/")
1846 return true;
1847
1848 // Iterate through all partitions
1849 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
1850 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
1851 ret = (*iter)->Resize();
1852 found = true;
1853 } else if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Local_Path) {
1854 (*iter)->Resize();
1855 }
1856 }
1857 if (found) {
1858 return ret;
1859 } else if (Display_Error) {
Ethan Yonker74db1572015-10-28 12:44:49 -05001860 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Local_Path));
Ethan Yonkera2719152015-05-28 09:44:41 -05001861 } else {
1862 LOGINFO("Resize: Unable to find partition for path '%s'\n", Local_Path.c_str());
1863 }
1864 return false;
1865}
1866
Dees_Troy51a0e822012-09-05 15:24:24 -04001867void TWPartitionManager::Update_System_Details(void) {
Dees_Troy5bf43922012-09-07 16:07:55 -04001868 std::vector<TWPartition*>::iterator iter;
Dees_Troy51127312012-09-08 13:08:49 -04001869 int data_size = 0;
Dees_Troy5bf43922012-09-07 16:07:55 -04001870
Ethan Yonker74db1572015-10-28 12:44:49 -05001871 gui_msg("update_part_details=Updating partition details...");
Dees_Troy5bf43922012-09-07 16:07:55 -04001872 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Ethan Yonker1b190162016-12-05 15:25:19 -06001873 (*iter)->Update_Size(true);
Dees_Troy51127312012-09-08 13:08:49 -04001874 if ((*iter)->Can_Be_Mounted) {
Captain Throwback9d6feb52018-07-27 10:05:24 -04001875 if ((*iter)->Mount_Point == Get_Android_Root_Path()) {
Dees_Troy51127312012-09-08 13:08:49 -04001876 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
1877 DataManager::SetValue(TW_BACKUP_SYSTEM_SIZE, backup_display_size);
Ethan Yonker76bbd3a2019-05-10 10:50:04 -05001878 TWFunc::Is_TWRP_App_In_System();
Dees_Troy51127312012-09-08 13:08:49 -04001879 } else if ((*iter)->Mount_Point == "/data" || (*iter)->Mount_Point == "/datadata") {
1880 data_size += (int)((*iter)->Backup_Size / 1048576LLU);
1881 } else if ((*iter)->Mount_Point == "/cache") {
1882 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
1883 DataManager::SetValue(TW_BACKUP_CACHE_SIZE, backup_display_size);
1884 } else if ((*iter)->Mount_Point == "/sd-ext") {
1885 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
1886 DataManager::SetValue(TW_BACKUP_SDEXT_SIZE, backup_display_size);
1887 if ((*iter)->Backup_Size == 0) {
1888 DataManager::SetValue(TW_HAS_SDEXT_PARTITION, 0);
1889 DataManager::SetValue(TW_BACKUP_SDEXT_VAR, 0);
1890 } else
1891 DataManager::SetValue(TW_HAS_SDEXT_PARTITION, 1);
Dees_Troye58d5262012-09-21 12:27:57 -04001892 } else if ((*iter)->Has_Android_Secure) {
Dees_Troy8170a922012-09-18 15:40:25 -04001893 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
Dees_Troye58d5262012-09-21 12:27:57 -04001894 DataManager::SetValue(TW_BACKUP_ANDSEC_SIZE, backup_display_size);
Dees_Troy8170a922012-09-18 15:40:25 -04001895 if ((*iter)->Backup_Size == 0) {
1896 DataManager::SetValue(TW_HAS_ANDROID_SECURE, 0);
1897 DataManager::SetValue(TW_BACKUP_ANDSEC_VAR, 0);
1898 } else
1899 DataManager::SetValue(TW_HAS_ANDROID_SECURE, 1);
Dees_Troy2c50e182012-09-26 20:05:28 -04001900 } else if ((*iter)->Mount_Point == "/boot") {
1901 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
1902 DataManager::SetValue(TW_BACKUP_BOOT_SIZE, backup_display_size);
1903 if ((*iter)->Backup_Size == 0) {
1904 DataManager::SetValue("tw_has_boot_partition", 0);
1905 DataManager::SetValue(TW_BACKUP_BOOT_VAR, 0);
1906 } else
1907 DataManager::SetValue("tw_has_boot_partition", 1);
Dees_Troy51127312012-09-08 13:08:49 -04001908 }
Dees_Troyaa9cc402012-10-13 12:14:05 -04001909 } else {
1910 // Handle unmountable partitions in case we reset defaults
1911 if ((*iter)->Mount_Point == "/boot") {
1912 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
1913 DataManager::SetValue(TW_BACKUP_BOOT_SIZE, backup_display_size);
1914 if ((*iter)->Backup_Size == 0) {
1915 DataManager::SetValue(TW_HAS_BOOT_PARTITION, 0);
1916 DataManager::SetValue(TW_BACKUP_BOOT_VAR, 0);
1917 } else
1918 DataManager::SetValue(TW_HAS_BOOT_PARTITION, 1);
1919 } else if ((*iter)->Mount_Point == "/recovery") {
1920 int backup_display_size = (int)((*iter)->Backup_Size / 1048576LLU);
1921 DataManager::SetValue(TW_BACKUP_RECOVERY_SIZE, backup_display_size);
1922 if ((*iter)->Backup_Size == 0) {
1923 DataManager::SetValue(TW_HAS_RECOVERY_PARTITION, 0);
1924 DataManager::SetValue(TW_BACKUP_RECOVERY_VAR, 0);
1925 } else
1926 DataManager::SetValue(TW_HAS_RECOVERY_PARTITION, 1);
Gary Peck82599a82012-11-21 16:23:12 -08001927 } else if ((*iter)->Mount_Point == "/data") {
1928 data_size += (int)((*iter)->Backup_Size / 1048576LLU);
Dees_Troyaa9cc402012-10-13 12:14:05 -04001929 }
Dees_Troy51127312012-09-08 13:08:49 -04001930 }
Dees_Troy5bf43922012-09-07 16:07:55 -04001931 }
Ethan Yonker74db1572015-10-28 12:44:49 -05001932 gui_msg("update_part_details_done=...done");
Dees_Troy51127312012-09-08 13:08:49 -04001933 DataManager::SetValue(TW_BACKUP_DATA_SIZE, data_size);
1934 string current_storage_path = DataManager::GetCurrentStoragePath();
1935 TWPartition* FreeStorage = Find_Partition_By_Path(current_storage_path);
Dees_Troy8170a922012-09-18 15:40:25 -04001936 if (FreeStorage != NULL) {
1937 // Attempt to mount storage
bigbiff25d25b92020-06-19 16:07:38 -04001938 if (!FreeStorage->Mount(false)) {
1939 gui_msg(Msg(msg::kWarning, "unable_to_mount_storage=Unable to mount storage"));
1940 DataManager::SetValue(TW_STORAGE_FREE_SIZE, 0);
1941 } else {
1942 DataManager::SetValue(TW_STORAGE_FREE_SIZE, (int)(FreeStorage->Free / 1048576LLU));
Dees_Troy8170a922012-09-18 15:40:25 -04001943 }
1944 } else {
Dees_Troy2673cec2013-04-02 20:22:16 +00001945 LOGINFO("Unable to find storage partition '%s'.\n", current_storage_path.c_str());
Dees_Troy8170a922012-09-18 15:40:25 -04001946 }
Dees_Troy5bf43922012-09-07 16:07:55 -04001947 if (!Write_Fstab())
Dees_Troy2673cec2013-04-02 20:22:16 +00001948 LOGERR("Error creating fstab\n");
Dees_Troy51a0e822012-09-05 15:24:24 -04001949 return;
1950}
1951
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001952void TWPartitionManager::Post_Decrypt(const string& Block_Device) {
1953 TWPartition* dat = Find_Partition_By_Path("/data");
bigbiffc2cb3852020-09-11 14:03:31 -04001954
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001955 if (dat != NULL) {
bigbiffaed1bdf2021-08-03 18:21:39 -04001956 // reparse for /cache/recovery/command
1957 static constexpr const char* COMMAND_FILE = "/data/cache/command";
1958 if (TWFunc::Path_Exists(COMMAND_FILE)) {
1959 startupArgs startup;
1960 std::string content;
1961 TWFunc::read_file(COMMAND_FILE, content);
1962 std::vector<std::string> args = {content};
1963 startup.processRecoveryArgs(args, 0);
1964 }
1965
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001966 DataManager::SetValue(TW_IS_DECRYPTED, 1);
1967 dat->Is_Decrypted = true;
1968 if (!Block_Device.empty()) {
1969 dat->Decrypted_Block_Device = Block_Device;
1970 gui_msg(Msg("decrypt_success_dev=Data successfully decrypted, new block device: '{1}'")(Block_Device));
1971 } else {
1972 gui_msg("decrypt_success_nodev=Data successfully decrypted");
1973 }
Noah Jacobson81d638d2019-04-28 00:10:07 -04001974 property_set("twrp.decrypt.done", "true");
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001975 dat->Setup_File_System(false);
Noah Jacobson81d638d2019-04-28 00:10:07 -04001976 dat->Current_File_System = dat->Fstab_File_System; // Needed if we're ignoring blkid because encrypted devices start out as emmc
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001977
Noah Jacobson81d638d2019-04-28 00:10:07 -04001978 sleep(1); // Sleep for a bit so that the device will be ready
me-cafebabe09649612022-06-10 21:53:31 +08001979
1980 // Mount only /data
1981 dat->Symlink_Path = ""; // Not to let it to bind mount /data/media again
1982 if (!dat->Mount(false)) {
1983 LOGERR("Unable to mount /data after decryption");
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001984 }
me-cafebabe09649612022-06-10 21:53:31 +08001985
1986 if (dat->Has_Data_Media && TWFunc::Path_Exists("/data/media/0")) {
1987 dat->Storage_Path = "/data/media/0";
1988 } else {
1989 dat->Storage_Path = "/data/media";
1990 }
1991 dat->Symlink_Path = dat->Storage_Path;
1992 DataManager::SetValue("tw_storage_path", dat->Symlink_Path);
Mohd Farazf9231102022-06-18 22:51:55 +02001993 DataManager::SetValue("tw_settings_path", TW_STORAGE_PATH);
me-cafebabe09649612022-06-10 21:53:31 +08001994 LOGINFO("New storage path after decryption: %s\n", dat->Storage_Path.c_str());
1995
epicXa721f952021-01-04 13:01:31 +05301996 DataManager::LoadTWRPFolderInfo();
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06001997 Update_System_Details();
nkk71ffb02bd2017-06-04 23:12:16 +03001998 Output_Partition(dat);
bigbiff4fa02b52021-12-30 17:01:44 -05001999 if (!android::base::StartsWith(dat->Actual_Block_Device, "/dev/block/mmcblk")) {
2000 if (!dat->Bind_Mount(false))
2001 LOGERR("Unable to bind mount /sdcard to %s\n", dat->Storage_Path.c_str());
2002 }
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06002003 } else
2004 LOGERR("Unable to locate data partition.\n");
2005}
2006
Noah Jacobson81d638d2019-04-28 00:10:07 -04002007void TWPartitionManager::Parse_Users() {
2008#ifdef TW_INCLUDE_FBE
2009 char user_check_result[PROPERTY_VALUE_MAX];
2010 for (int userId = 0; userId <= 9999; userId++) {
2011 string prop = "twrp.user." + to_string(userId) + ".decrypt";
2012 property_get(prop.c_str(), user_check_result, "-1");
2013 if (strcmp(user_check_result, "-1") != 0) {
2014 if (userId < 0 || userId > 9999) {
2015 LOGINFO("Incorrect user id %d\n", userId);
2016 continue;
2017 }
2018 struct users_struct user;
2019 user.userId = to_string(userId);
2020
2021 // Attempt to get name of user. Fallback to user ID if this fails.
Darth98f775972022-08-05 09:39:03 +01002022 std::string path = "/data/system/users/" + to_string(userId) + ".xml";
2023 if (!TWFunc::Check_Xml_Format(path)) {
2024 string oldpath = path;
2025 if (TWFunc::abx_to_xml(oldpath, path)) {
2026 LOGINFO("Android 12+: '%s' has been converted into plain text xml (for user %s).\n", oldpath.c_str(), user.userId.c_str());
2027 }
2028 }
2029 char* userFile = PageManager::LoadFileToBuffer(path, NULL);
me-cafebabec46981d2022-07-29 01:54:43 +08002030 if (userFile == NULL) {
2031 user.userName = to_string(userId);
bigbiffa957f072021-03-07 18:20:29 -05002032 }
Noah Jacobson81d638d2019-04-28 00:10:07 -04002033 else {
me-cafebabec46981d2022-07-29 01:54:43 +08002034 xml_document<> *userXml = new xml_document<>();
2035 userXml->parse<0>(userFile);
2036 xml_node<>* userNode = userXml->first_node("user");
2037 if (userNode == nullptr) {
Noah Jacobson81d638d2019-04-28 00:10:07 -04002038 user.userName = to_string(userId);
me-cafebabec46981d2022-07-29 01:54:43 +08002039 } else {
2040 xml_node<>* nameNode = userNode->first_node("name");
2041 if (nameNode == nullptr)
Noah Jacobson81d638d2019-04-28 00:10:07 -04002042 user.userName = to_string(userId);
me-cafebabec46981d2022-07-29 01:54:43 +08002043 else {
2044 string userName = nameNode->value();
2045 user.userName = userName + " (" + to_string(userId) + ")";
Noah Jacobson81d638d2019-04-28 00:10:07 -04002046 }
2047 }
2048 }
2049
2050 string filename;
bigbiffdf53b6c2022-01-17 19:31:52 -05002051 user.type = android::keystore::Get_Password_Type(userId, filename);
Noah Jacobson81d638d2019-04-28 00:10:07 -04002052
2053 user.isDecrypted = false;
2054 if (strcmp(user_check_result, "1") == 0)
2055 user.isDecrypted = true;
2056 Users_List.push_back(user);
2057 }
2058 }
2059 Check_Users_Decryption_Status();
2060#endif
2061}
2062
2063std::vector<users_struct>* TWPartitionManager::Get_Users_List() {
2064 return &Users_List;
2065}
2066
2067void TWPartitionManager::Mark_User_Decrypted(int userID) {
2068#ifdef TW_INCLUDE_FBE
2069 std::vector<users_struct>::iterator iter;
2070 for (iter = Users_List.begin(); iter != Users_List.end(); iter++) {
2071 if (atoi((*iter).userId.c_str()) == userID) {
2072 (*iter).isDecrypted = true;
2073 string user_prop_decrypted = "twrp.user." + to_string(userID) + ".decrypt";
2074 property_set(user_prop_decrypted.c_str(), "1");
2075 break;
2076 }
2077 }
2078 Check_Users_Decryption_Status();
2079#endif
2080}
2081
2082void TWPartitionManager::Check_Users_Decryption_Status() {
2083#ifdef TW_INCLUDE_FBE
2084 int all_is_decrypted = 1;
2085 std::vector<users_struct>::iterator iter;
2086 for (iter = Users_List.begin(); iter != Users_List.end(); iter++) {
2087 if (!(*iter).isDecrypted) {
2088 LOGINFO("User %s is not decrypted.\n", (*iter).userId.c_str());
2089 all_is_decrypted = 0;
2090 break;
2091 }
2092 }
2093 if (all_is_decrypted == 1) {
2094 LOGINFO("All found users are decrypted.\n");
2095 DataManager::SetValue("tw_all_users_decrypted", "1");
2096 property_set("twrp.all.users.decrypted", "true");
2097 } else
2098 DataManager::SetValue("tw_all_users_decrypted", "0");
2099#endif
2100}
2101
2102int TWPartitionManager::Decrypt_Device(string Password, int user_id) {
Dees_Troy5bf43922012-09-07 16:07:55 -04002103#ifdef TW_INCLUDE_CRYPTO
Captain Throwback37c3aef2021-10-06 11:38:18 -04002104 char crypto_blkdev[PROPERTY_VALUE_MAX];
Ethan Yonker253368a2014-11-25 15:00:52 -06002105 std::vector<TWPartition*>::iterator iter;
Dees_Troy5bf43922012-09-07 16:07:55 -04002106
Ethan Yonker253368a2014-11-25 15:00:52 -06002107 // Mount any partitions that need to be mounted for decrypt
2108 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2109 if ((*iter)->Mount_To_Decrypt) {
2110 (*iter)->Mount(true);
2111 }
a39552696ff55ce2013-01-08 16:14:56 +00002112 }
oshmouna82a7542018-04-10 17:45:55 +02002113 property_set("twrp.mount_to_decrypt", "1");
a39552696ff55ce2013-01-08 16:14:56 +00002114
Captain Throwback37c3aef2021-10-06 11:38:18 -04002115 Set_Crypto_State();
2116 Set_Crypto_Type("block");
Ethan Yonkera1de1492015-11-04 11:58:27 -06002117
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06002118 if (DataManager::GetIntValue(TW_IS_FBE)) {
2119#ifdef TW_INCLUDE_FBE
2120 if (!Mount_By_Path("/data", true)) // /data has to be mounted for FBE
2121 return -1;
Noah Jacobson81d638d2019-04-28 00:10:07 -04002122
2123 bool user_need_decrypt = false;
2124 std::vector<users_struct>::iterator iter;
2125 for (iter = Users_List.begin(); iter != Users_List.end(); iter++) {
2126 if (atoi((*iter).userId.c_str()) == user_id && !(*iter).isDecrypted) {
2127 user_need_decrypt = true;
2128 }
2129 }
2130 if (!user_need_decrypt) {
2131 LOGINFO("User %d does not require decryption\n", user_id);
2132 return 0;
2133 }
2134
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06002135 int retry_count = 10;
2136 while (!TWFunc::Path_Exists("/data/system/users/gatekeeper.password.key") && --retry_count)
Noah Jacobson81d638d2019-04-28 00:10:07 -04002137 usleep(2000); // A small sleep is needed after mounting /data to ensure reliable decrypt...maybe because of DE?
2138 gui_msg(Msg("decrypting_user_fbe=Attempting to decrypt FBE for user {1}...")(user_id));
bigbiffdf53b6c2022-01-17 19:31:52 -05002139 if (android::keystore::Decrypt_User(user_id, Password)) {
Noah Jacobson81d638d2019-04-28 00:10:07 -04002140 gui_msg(Msg("decrypt_user_success_fbe=User {1} Decrypted Successfully")(user_id));
2141 Mark_User_Decrypted(user_id);
2142 if (user_id == 0) {
2143 // When decrypting user 0 also try all other users
2144 std::vector<users_struct>::iterator iter;
2145 for (iter = Users_List.begin(); iter != Users_List.end(); iter++) {
2146 if ((*iter).userId == "0" || (*iter).isDecrypted)
2147 continue;
2148
2149 int tmp_user_id = atoi((*iter).userId.c_str());
2150 gui_msg(Msg("decrypting_user_fbe=Attempting to decrypt FBE for user {1}...")(tmp_user_id));
bigbiffdf53b6c2022-01-17 19:31:52 -05002151 if (android::keystore::Decrypt_User(tmp_user_id, Password) ||
2152 (Password != "!" && android::keystore::Decrypt_User(tmp_user_id, "!"))) { // "!" means default password
Noah Jacobson81d638d2019-04-28 00:10:07 -04002153 gui_msg(Msg("decrypt_user_success_fbe=User {1} Decrypted Successfully")(tmp_user_id));
2154 Mark_User_Decrypted(tmp_user_id);
2155 } else {
2156 gui_msg(Msg("decrypt_user_fail_fbe=Failed to decrypt user {1}")(tmp_user_id));
2157 }
2158 }
2159 Post_Decrypt("");
2160 }
2161
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06002162 return 0;
Noah Jacobson81d638d2019-04-28 00:10:07 -04002163 } else {
2164 gui_msg(Msg(msg::kError, "decrypt_user_fail_fbe=Failed to decrypt user {1}")(user_id));
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06002165 }
2166#else
2167 LOGERR("FBE support is not present\n");
2168#endif
2169 return -1;
2170 }
2171
Noah Jacobson81d638d2019-04-28 00:10:07 -04002172 char isdecrypteddata[PROPERTY_VALUE_MAX];
2173 property_get("twrp.decrypt.done", isdecrypteddata, "");
2174 if (strcmp(isdecrypteddata, "true") == 0) {
2175 LOGINFO("Data has no decryption required\n");
2176 return 0;
2177 }
2178
Ethan Yonkerddb63e22017-01-19 14:01:57 -06002179 int pwret = -1;
2180 pid_t pid = fork();
2181 if (pid < 0) {
2182 LOGERR("fork failed\n");
2183 return -1;
2184 } else if (pid == 0) {
2185 // Child process
2186 char cPassword[255];
2187 strcpy(cPassword, Password.c_str());
2188 int ret = cryptfs_check_passwd(cPassword);
2189 exit(ret);
2190 } else {
2191 // Parent
2192 int status;
2193 if (TWFunc::Wait_For_Child_Timeout(pid, &status, "Decrypt", 30))
2194 pwret = -1;
2195 else
2196 pwret = WEXITSTATUS(status) ? -1 : 0;
2197 }
a39552696ff55ce2013-01-08 16:14:56 +00002198
Ethan Yonker253368a2014-11-25 15:00:52 -06002199 // Unmount any partitions that were needed for decrypt
2200 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2201 if ((*iter)->Mount_To_Decrypt) {
2202 (*iter)->UnMount(false);
2203 }
2204 }
oshmouna82a7542018-04-10 17:45:55 +02002205 property_set("twrp.mount_to_decrypt", "0");
Ethan Yonker253368a2014-11-25 15:00:52 -06002206
a39552696ff55ce2013-01-08 16:14:56 +00002207 if (pwret != 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002208 gui_err("fail_decrypt=Failed to decrypt data.");
Dees_Troy5bf43922012-09-07 16:07:55 -04002209 return -1;
2210 }
a39552696ff55ce2013-01-08 16:14:56 +00002211
Dees_Troy5bf43922012-09-07 16:07:55 -04002212 property_get("ro.crypto.fs_crypto_blkdev", crypto_blkdev, "error");
2213 if (strcmp(crypto_blkdev, "error") == 0) {
Dees_Troy2673cec2013-04-02 20:22:16 +00002214 LOGERR("Error retrieving decrypted data block device.\n");
Dees_Troy5bf43922012-09-07 16:07:55 -04002215 } else {
Ethan Yonkerbd7492d2016-12-07 13:55:01 -06002216 Post_Decrypt(crypto_blkdev);
Dees_Troy5bf43922012-09-07 16:07:55 -04002217 }
2218 return 0;
2219#else
Ethan Yonker74db1572015-10-28 12:44:49 -05002220 gui_err("no_crypto_support=No crypto support was compiled into this build.");
Dees_Troy5bf43922012-09-07 16:07:55 -04002221 return -1;
2222#endif
Dees_Troy51a0e822012-09-05 15:24:24 -04002223 return 1;
Dees_Troy51127312012-09-08 13:08:49 -04002224}
2225
Ethan Yonkerb5fab762016-01-28 14:03:33 -06002226int TWPartitionManager::Fix_Contexts(void) {
Ethan Yonkerb5fab762016-01-28 14:03:33 -06002227 std::vector<TWPartition*>::iterator iter;
2228 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2229 if ((*iter)->Has_Data_Media) {
2230 if ((*iter)->Mount(true)) {
2231 if (fixContexts::fixDataMediaContexts((*iter)->Mount_Point) != 0)
2232 return -1;
2233 }
2234 }
2235 }
Dees_Troy1a650e62012-10-19 20:54:32 -04002236 UnMount_Main_Partitions();
Ethan Yonker74db1572015-10-28 12:44:49 -05002237 gui_msg("done=Done.");
Ethan Yonkerb5fab762016-01-28 14:03:33 -06002238 return 0;
bigbiff bigbiffa0f8a592012-10-09 21:01:03 -04002239}
2240
Ethan Yonker66a19492015-12-10 10:19:45 -06002241TWPartition* TWPartitionManager::Find_Next_Storage(string Path, bool Exclude_Data_Media) {
Ethan Yonker47360be2014-04-01 10:34:34 -05002242 std::vector<TWPartition*>::iterator iter = Partitions.begin();
2243
2244 if (!Path.empty()) {
2245 string Search_Path = TWFunc::Get_Root_Path(Path);
2246 for (; iter != Partitions.end(); iter++) {
Matt Mower9a561dd2016-02-22 21:25:51 -06002247 if ((*iter)->Mount_Point == Search_Path) {
Ethan Yonker47360be2014-04-01 10:34:34 -05002248 iter++;
2249 break;
2250 }
2251 }
2252 }
2253
2254 for (; iter != Partitions.end(); iter++) {
Ethan Yonker66a19492015-12-10 10:19:45 -06002255 if (Exclude_Data_Media && (*iter)->Has_Data_Media) {
2256 // do nothing, do not return this type of partition
2257 } else if ((*iter)->Is_Storage && (*iter)->Is_Present) {
Ethan Yonker47360be2014-04-01 10:34:34 -05002258 return (*iter);
2259 }
2260 }
2261
2262 return NULL;
2263}
2264
Dees_Troyd21618c2012-10-14 18:48:49 -04002265int TWPartitionManager::Open_Lun_File(string Partition_Path, string Lun_File) {
Dees_Troyd21618c2012-10-14 18:48:49 -04002266 TWPartition* Part = Find_Partition_By_Path(Partition_Path);
2267
2268 if (Part == NULL) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002269 LOGINFO("Unable to locate '%s' for USB storage mode.", Partition_Path.c_str());
2270 gui_msg(Msg(msg::kError, "unable_find_part_path=Unable to find partition for path '{1}'")(Partition_Path));
Dees_Troyd21618c2012-10-14 18:48:49 -04002271 return false;
2272 }
Ethan Yonker47360be2014-04-01 10:34:34 -05002273 LOGINFO("USB mount '%s', '%s' > '%s'\n", Partition_Path.c_str(), Part->Actual_Block_Device.c_str(), Lun_File.c_str());
2274 if (!Part->UnMount(true) || !Part->Is_Present)
Dees_Troyd21618c2012-10-14 18:48:49 -04002275 return false;
2276
bigbiff22851b92021-09-01 16:46:57 -04002277 if (!TWFunc::write_to_file(Lun_File, Part->Actual_Block_Device)) {
Dees_Troy2673cec2013-04-02 20:22:16 +00002278 LOGERR("Unable to write to ums lunfile '%s': (%s)\n", Lun_File.c_str(), strerror(errno));
Dees_Troyd21618c2012-10-14 18:48:49 -04002279 return false;
2280 }
Dees_Troyd21618c2012-10-14 18:48:49 -04002281 return true;
2282}
2283
Dees_Troy8170a922012-09-18 15:40:25 -04002284int TWPartitionManager::usb_storage_enable(void) {
Dees_Troy8170a922012-09-18 15:40:25 -04002285 char lun_file[255];
Dees_Troyd21618c2012-10-14 18:48:49 -04002286 bool has_multiple_lun = false;
Dees_Troy8170a922012-09-18 15:40:25 -04002287
Ethan Yonker47360be2014-04-01 10:34:34 -05002288 string Lun_File_str = CUSTOM_LUN_FILE;
2289 size_t found = Lun_File_str.find("%");
2290 if (found != string::npos) {
2291 sprintf(lun_file, CUSTOM_LUN_FILE, 1);
2292 if (TWFunc::Path_Exists(lun_file))
2293 has_multiple_lun = true;
2294 }
Ethan Yonker726a0202014-12-16 20:01:38 -06002295 mtp_was_enabled = TWFunc::Toggle_MTP(false); // Must disable MTP for USB Storage
Ethan Yonker47360be2014-04-01 10:34:34 -05002296 if (!has_multiple_lun) {
2297 LOGINFO("Device doesn't have multiple lun files, mount current storage\n");
2298 sprintf(lun_file, CUSTOM_LUN_FILE, 0);
2299 if (TWFunc::Get_Root_Path(DataManager::GetCurrentStoragePath()) == "/data") {
Ethan Yonker66a19492015-12-10 10:19:45 -06002300 TWPartition* Mount = Find_Next_Storage("", true);
Ethan Yonker47360be2014-04-01 10:34:34 -05002301 if (Mount) {
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002302 if (!Open_Lun_File(Mount->Mount_Point, lun_file)) {
2303 goto error_handle;
2304 }
Ethan Yonker47360be2014-04-01 10:34:34 -05002305 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05002306 gui_err("unable_locate_storage=Unable to locate storage device.");
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002307 goto error_handle;
Ethan Yonker47360be2014-04-01 10:34:34 -05002308 }
2309 } else if (!Open_Lun_File(DataManager::GetCurrentStoragePath(), lun_file)) {
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002310 goto error_handle;
Dees_Troy8170a922012-09-18 15:40:25 -04002311 }
Dees_Troy8170a922012-09-18 15:40:25 -04002312 } else {
Ethan Yonker47360be2014-04-01 10:34:34 -05002313 LOGINFO("Device has multiple lun files\n");
2314 TWPartition* Mount1;
2315 TWPartition* Mount2;
Dees_Troy8170a922012-09-18 15:40:25 -04002316 sprintf(lun_file, CUSTOM_LUN_FILE, 0);
Ethan Yonker66a19492015-12-10 10:19:45 -06002317 Mount1 = Find_Next_Storage("", true);
Ethan Yonker47360be2014-04-01 10:34:34 -05002318 if (Mount1) {
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002319 if (!Open_Lun_File(Mount1->Mount_Point, lun_file)) {
2320 goto error_handle;
2321 }
Matt Moweree717062014-04-26 01:46:46 -05002322 sprintf(lun_file, CUSTOM_LUN_FILE, 1);
Ethan Yonker66a19492015-12-10 10:19:45 -06002323 Mount2 = Find_Next_Storage(Mount1->Mount_Point, true);
Matt Mower1fdcdb72016-01-25 20:53:47 -06002324 if (Mount2 && Mount2->Mount_Point != Mount1->Mount_Point) {
Matt Moweree717062014-04-26 01:46:46 -05002325 Open_Lun_File(Mount2->Mount_Point, lun_file);
nkk717aa6fc62017-03-24 18:28:03 +02002326 // Mimic single lun code: Mount CurrentStoragePath if it's not /data
2327 } else if (TWFunc::Get_Root_Path(DataManager::GetCurrentStoragePath()) != "/data") {
2328 Open_Lun_File(DataManager::GetCurrentStoragePath(), lun_file);
Ethan Yonker47360be2014-04-01 10:34:34 -05002329 }
nkk717aa6fc62017-03-24 18:28:03 +02002330 // Mimic single lun code: Mount CurrentStoragePath if it's not /data
2331 } else if (TWFunc::Get_Root_Path(DataManager::GetCurrentStoragePath()) != "/data" && !Open_Lun_File(DataManager::GetCurrentStoragePath(), lun_file)) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002332 gui_err("unable_locate_storage=Unable to locate storage device.");
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002333 goto error_handle;
Ethan Yonker47360be2014-04-01 10:34:34 -05002334 }
Dees_Troy8170a922012-09-18 15:40:25 -04002335 }
Matt Mowerb6ef4782014-11-06 02:24:36 -06002336 property_set("sys.storage.ums_enabled", "1");
HandyMenny37d42992014-10-26 22:15:59 +01002337 property_set("sys.usb.config", "mass_storage,adb");
Dees_Troy8170a922012-09-18 15:40:25 -04002338 return true;
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002339error_handle:
2340 if (mtp_was_enabled)
2341 if (!Enable_MTP())
2342 Disable_MTP();
2343 return false;
Dees_Troy8170a922012-09-18 15:40:25 -04002344}
2345
2346int TWPartitionManager::usb_storage_disable(void) {
bigbiff22851b92021-09-01 16:46:57 -04002347 int index, ret = 0;
Dees_Troy2673cec2013-04-02 20:22:16 +00002348 char lun_file[255], ch[2] = {0, 0};
2349 string str = ch;
Dees_Troy8170a922012-09-18 15:40:25 -04002350
2351 for (index=0; index<2; index++) {
2352 sprintf(lun_file, CUSTOM_LUN_FILE, index);
bigbiff22851b92021-09-01 16:46:57 -04002353 if (!TWFunc::write_to_file(lun_file, str)) {
Dees_Troy2673cec2013-04-02 20:22:16 +00002354 break;
bigbiff22851b92021-09-01 16:46:57 -04002355 ret = -1;
Dees_Troy8170a922012-09-18 15:40:25 -04002356 }
Dees_Troy8170a922012-09-18 15:40:25 -04002357 }
Dees_Troye58d5262012-09-21 12:27:57 -04002358 Mount_All_Storage();
2359 Update_System_Details();
Dees_Troycfd73ef2012-10-12 16:52:00 -04002360 UnMount_Main_Partitions();
Matt Mowerd9cb9062013-12-14 20:34:45 -06002361 property_set("sys.storage.ums_enabled", "0");
HandyMenny37d42992014-10-26 22:15:59 +01002362 property_set("sys.usb.config", "adb");
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002363 if (mtp_was_enabled)
2364 if (!Enable_MTP())
2365 Disable_MTP();
Dees_Troy2673cec2013-04-02 20:22:16 +00002366 if (ret < 0 && index == 0) {
2367 LOGERR("Unable to write to ums lunfile '%s'.", lun_file);
2368 return false;
2369 } else {
2370 return true;
2371 }
Dees_Troy8170a922012-09-18 15:40:25 -04002372 return true;
Dees_Troy812660f2012-09-20 09:55:17 -04002373}
2374
2375void TWPartitionManager::Mount_All_Storage(void) {
2376 std::vector<TWPartition*>::iterator iter;
2377
2378 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2379 if ((*iter)->Is_Storage)
2380 (*iter)->Mount(false);
2381 }
Dees_Troy2c50e182012-09-26 20:05:28 -04002382}
Dees_Troy9350b8d2012-09-27 12:38:38 -04002383
Dees_Troyd0384ef2012-10-12 12:15:42 -04002384void TWPartitionManager::UnMount_Main_Partitions(void) {
2385 // Unmounts system and data if data is not data/media
2386 // Also unmounts boot if boot is mountable
Dees_Troy2673cec2013-04-02 20:22:16 +00002387 LOGINFO("Unmounting main partitions...\n");
Dees_Troyd0384ef2012-10-12 12:15:42 -04002388
Mohd Faraze3948ec2020-08-14 01:40:59 +00002389 TWPartition *Partition = Find_Partition_By_Path ("/vendor");
Dees_Troyd0384ef2012-10-12 12:15:42 -04002390
Mohd Faraze3948ec2020-08-14 01:40:59 +00002391 if (Partition != NULL) UnMount_By_Path("/vendor", false);
2392 UnMount_By_Path (Get_Android_Root_Path(), true);
2393 Partition = Find_Partition_By_Path ("/product");
2394 if (Partition != NULL) UnMount_By_Path("/product", false);
Ethan Yonker6277c792014-09-15 14:54:30 -05002395 if (!datamedia)
2396 UnMount_By_Path("/data", true);
2397
Mohd Faraze3948ec2020-08-14 01:40:59 +00002398 Partition = Find_Partition_By_Path ("/boot");
2399 if (Partition != NULL && Partition->Can_Be_Mounted)
2400 Partition->UnMount(true);
Dees_Troyd0384ef2012-10-12 12:15:42 -04002401}
2402
Dees_Troy9350b8d2012-09-27 12:38:38 -04002403int TWPartitionManager::Partition_SDCard(void) {
Matt Mower23d8aae2017-01-06 14:30:33 -06002404 char temp[255];
Ethan Yonker483e9f42016-01-11 22:21:18 -06002405 string Storage_Path, Command, Device, fat_str, ext_str, start_loc, end_loc, ext_format, sd_path, tmpdevice;
Dees_Troy9350b8d2012-09-27 12:38:38 -04002406 int ext, swap, total_size = 0, fat_size;
Dees_Troy9350b8d2012-09-27 12:38:38 -04002407
Ethan Yonker74db1572015-10-28 12:44:49 -05002408 gui_msg("start_partition_sd=Partitioning SD Card...");
Ethan Yonker483e9f42016-01-11 22:21:18 -06002409
2410 // Locate and validate device to partition
2411 TWPartition* SDCard = Find_Partition_By_Path(DataManager::GetCurrentStoragePath());
2412
Ethan Yonker66a19492015-12-10 10:19:45 -06002413 if (SDCard->Is_Adopted_Storage)
2414 SDCard->Revert_Adopted();
2415
Ethan Yonker1eff6cd2014-09-15 13:30:42 -05002416 if (SDCard == NULL || !SDCard->Removable || SDCard->Has_Data_Media) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002417 gui_err("partition_sd_locate=Unable to locate device to partition.");
Dees_Troy9350b8d2012-09-27 12:38:38 -04002418 return false;
2419 }
Ethan Yonker483e9f42016-01-11 22:21:18 -06002420
2421 // Unmount everything
Dees_Troy9350b8d2012-09-27 12:38:38 -04002422 if (!SDCard->UnMount(true))
2423 return false;
2424 TWPartition* SDext = Find_Partition_By_Path("/sd-ext");
2425 if (SDext != NULL) {
2426 if (!SDext->UnMount(true))
2427 return false;
2428 }
Ethan Yonker483e9f42016-01-11 22:21:18 -06002429 char* swappath = getenv("SWAPPATH");
2430 if (swappath != NULL) {
2431 LOGINFO("Unmounting swap at '%s'\n", swappath);
2432 umount(swappath);
2433 }
Vojtech Bocek05534202013-09-11 08:11:56 +02002434
Ethan Yonker483e9f42016-01-11 22:21:18 -06002435 // Determine block device
2436 if (SDCard->Alternate_Block_Device.empty()) {
2437 SDCard->Find_Actual_Block_Device();
2438 Device = SDCard->Actual_Block_Device;
2439 // Just use the root block device
2440 Device.resize(strlen("/dev/block/mmcblkX"));
2441 } else {
2442 Device = SDCard->Alternate_Block_Device;
2443 }
Dees_Troy9350b8d2012-09-27 12:38:38 -04002444
2445 // Find the size of the block device:
Ethan Yonker483e9f42016-01-11 22:21:18 -06002446 total_size = (int)(TWFunc::IOCTL_Get_Block_Size(Device.c_str()) / (1048576));
Dees_Troy9350b8d2012-09-27 12:38:38 -04002447
2448 DataManager::GetValue("tw_sdext_size", ext);
2449 DataManager::GetValue("tw_swap_size", swap);
2450 DataManager::GetValue("tw_sdpart_file_system", ext_format);
2451 fat_size = total_size - ext - swap;
Ethan Yonker483e9f42016-01-11 22:21:18 -06002452 LOGINFO("sd card mount point %s block device is '%s', sdcard size is: %iMB, fat size: %iMB, ext size: %iMB, ext system: '%s', swap size: %iMB\n", DataManager::GetCurrentStoragePath().c_str(), Device.c_str(), total_size, fat_size, ext, ext_format.c_str(), swap);
2453
2454 // Determine partition sizes
2455 if (swap == 0 && ext == 0) {
2456 fat_str = "-0";
2457 } else {
2458 memset(temp, 0, sizeof(temp));
2459 sprintf(temp, "%i", fat_size);
2460 fat_str = temp;
2461 fat_str += "MB";
2462 }
2463 if (swap == 0) {
2464 ext_str = "-0";
2465 } else {
2466 memset(temp, 0, sizeof(temp));
2467 sprintf(temp, "%i", ext);
2468 ext_str = "+";
2469 ext_str += temp;
2470 ext_str += "MB";
2471 }
2472
Dees_Troy9350b8d2012-09-27 12:38:38 -04002473 if (ext + swap > total_size) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002474 gui_err("ext_swap_size=EXT + Swap size is larger than sdcard size.");
Dees_Troy9350b8d2012-09-27 12:38:38 -04002475 return false;
2476 }
Ethan Yonker483e9f42016-01-11 22:21:18 -06002477
Ethan Yonker74db1572015-10-28 12:44:49 -05002478 gui_msg("remove_part_table=Removing partition table...");
Ethan Yonker483e9f42016-01-11 22:21:18 -06002479 Command = "sgdisk --zap-all " + Device;
Dees_Troy2673cec2013-04-02 20:22:16 +00002480 LOGINFO("Command is: '%s'\n", Command.c_str());
Vojtech Bocek05534202013-09-11 08:11:56 +02002481 if (TWFunc::Exec_Cmd(Command) != 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002482 gui_err("unable_rm_part=Unable to remove partition table.");
Dees_Troy9350b8d2012-09-27 12:38:38 -04002483 Update_System_Details();
2484 return false;
2485 }
Ethan Yonker74db1572015-10-28 12:44:49 -05002486 gui_msg(Msg("create_part=Creating {1} partition...")("FAT32"));
Captain Throwback9643a802016-05-27 11:44:51 -04002487 Command = "sgdisk --new=0:0:" + fat_str + " --change-name=0:\"Microsoft basic data\" --typecode=0:EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 " + Device;
Dees_Troy2673cec2013-04-02 20:22:16 +00002488 LOGINFO("Command is: '%s'\n", Command.c_str());
Vojtech Bocek05534202013-09-11 08:11:56 +02002489 if (TWFunc::Exec_Cmd(Command) != 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002490 gui_msg(Msg(msg::kError, "unable_to_create_part=Unable to create {1} partition.")("FAT32"));
Dees_Troy9350b8d2012-09-27 12:38:38 -04002491 return false;
2492 }
2493 if (ext > 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002494 gui_msg(Msg("create_part=Creating {1} partition...")("EXT"));
Ethan Yonker483e9f42016-01-11 22:21:18 -06002495 Command = "sgdisk --new=0:0:" + ext_str + " --change-name=0:\"Linux filesystem\" " + Device;
Dees_Troy2673cec2013-04-02 20:22:16 +00002496 LOGINFO("Command is: '%s'\n", Command.c_str());
Vojtech Bocek05534202013-09-11 08:11:56 +02002497 if (TWFunc::Exec_Cmd(Command) != 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002498 gui_msg(Msg(msg::kError, "unable_to_create_part=Unable to create {1} partition.")("EXT"));
Dees_Troy9350b8d2012-09-27 12:38:38 -04002499 Update_System_Details();
2500 return false;
2501 }
2502 }
2503 if (swap > 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002504 gui_msg(Msg("create_part=Creating {1} partition...")("swap"));
Ethan Yonker483e9f42016-01-11 22:21:18 -06002505 Command = "sgdisk --new=0:0:-0 --change-name=0:\"Linux swap\" --typecode=0:0657FD6D-A4AB-43C4-84E5-0933C84B4F4F " + Device;
Dees_Troy2673cec2013-04-02 20:22:16 +00002506 LOGINFO("Command is: '%s'\n", Command.c_str());
Vojtech Bocek05534202013-09-11 08:11:56 +02002507 if (TWFunc::Exec_Cmd(Command) != 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002508 gui_msg(Msg(msg::kError, "unable_to_create_part=Unable to create {1} partition.")("swap"));
Dees_Troy9350b8d2012-09-27 12:38:38 -04002509 Update_System_Details();
2510 return false;
2511 }
2512 }
Ethan Yonker483e9f42016-01-11 22:21:18 -06002513
2514 // Convert GPT to MBR
2515 Command = "sgdisk --gpttombr " + Device;
2516 if (TWFunc::Exec_Cmd(Command) != 0)
2517 LOGINFO("Failed to covert partition GPT to MBR\n");
2518
2519 // Tell the kernel to rescan the partition table
2520 int fd = open(Device.c_str(), O_RDONLY);
2521 ioctl(fd, BLKRRPART, 0);
2522 close(fd);
2523
2524 string format_device = Device;
2525 if (Device.substr(0, 17) == "/dev/block/mmcblk")
2526 format_device += "p";
2527
2528 // Format new partitions to proper file system
2529 if (fat_size > 0) {
2530 Command = "mkfs.fat " + format_device + "1";
2531 TWFunc::Exec_Cmd(Command);
2532 }
Dees_Troy9350b8d2012-09-27 12:38:38 -04002533 if (ext > 0) {
2534 if (SDext == NULL) {
Ethan Yonker483e9f42016-01-11 22:21:18 -06002535 Command = "mke2fs -t " + ext_format + " -m 0 " + format_device + "2";
2536 gui_msg(Msg("format_sdext_as=Formatting sd-ext as {1}...")(ext_format));
2537 LOGINFO("Formatting sd-ext after partitioning, command: '%s'\n", Command.c_str());
2538 TWFunc::Exec_Cmd(Command);
2539 } else {
2540 SDext->Wipe(ext_format);
Dees_Troy9350b8d2012-09-27 12:38:38 -04002541 }
Ethan Yonker483e9f42016-01-11 22:21:18 -06002542 }
2543 if (swap > 0) {
2544 Command = "mkswap " + format_device;
2545 if (ext > 0)
2546 Command += "3";
2547 else
2548 Command += "2";
Vojtech Bocek05534202013-09-11 08:11:56 +02002549 TWFunc::Exec_Cmd(Command);
Dees_Troy9350b8d2012-09-27 12:38:38 -04002550 }
2551
Ethan Yonker483e9f42016-01-11 22:21:18 -06002552 // recreate TWRP folder and rewrite settings - these will be gone after sdcard is partitioned
2553 if (SDCard->Mount(true)) {
2554 string TWRP_Folder = SDCard->Mount_Point + "/TWRP";
2555 mkdir(TWRP_Folder.c_str(), 0777);
2556 DataManager::Flush();
2557 }
2558
Dees_Troy9350b8d2012-09-27 12:38:38 -04002559 Update_System_Details();
Ethan Yonker74db1572015-10-28 12:44:49 -05002560 gui_msg("part_complete=Partitioning complete.");
Dees_Troy9350b8d2012-09-27 12:38:38 -04002561 return true;
bigbiff bigbiffa0f8a592012-10-09 21:01:03 -04002562}
Dees_Troya13d74f2013-03-24 08:54:55 -05002563
2564void TWPartitionManager::Get_Partition_List(string ListType, std::vector<PartitionList> *Partition_List) {
2565 std::vector<TWPartition*>::iterator iter;
2566 if (ListType == "mount") {
2567 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06002568 if ((*iter)->Can_Be_Mounted) {
Dees_Troya13d74f2013-03-24 08:54:55 -05002569 struct PartitionList part;
2570 part.Display_Name = (*iter)->Display_Name;
2571 part.Mount_Point = (*iter)->Mount_Point;
2572 part.selected = (*iter)->Is_Mounted();
2573 Partition_List->push_back(part);
2574 }
2575 }
2576 } else if (ListType == "storage") {
2577 char free_space[255];
2578 string Current_Storage = DataManager::GetCurrentStoragePath();
2579 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2580 if ((*iter)->Is_Storage) {
2581 struct PartitionList part;
2582 sprintf(free_space, "%llu", (*iter)->Free / 1024 / 1024);
2583 part.Display_Name = (*iter)->Storage_Name + " (";
2584 part.Display_Name += free_space;
2585 part.Display_Name += "MB)";
2586 part.Mount_Point = (*iter)->Storage_Path;
2587 if ((*iter)->Storage_Path == Current_Storage)
2588 part.selected = 1;
2589 else
2590 part.selected = 0;
2591 Partition_List->push_back(part);
2592 }
2593 }
2594 } else if (ListType == "backup") {
2595 char backup_size[255];
Dees_Troy9e0b71c2013-04-08 13:35:37 +00002596 unsigned long long Backup_Size;
Dees_Troya13d74f2013-03-24 08:54:55 -05002597 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
Dees_Troy9e0b71c2013-04-08 13:35:37 +00002598 if ((*iter)->Can_Be_Backed_Up && !(*iter)->Is_SubPartition && (*iter)->Is_Present) {
Dees_Troya13d74f2013-03-24 08:54:55 -05002599 struct PartitionList part;
Dees_Troy9e0b71c2013-04-08 13:35:37 +00002600 Backup_Size = (*iter)->Backup_Size;
2601 if ((*iter)->Has_SubPartition) {
2602 std::vector<TWPartition*>::iterator subpart;
2603
2604 for (subpart = Partitions.begin(); subpart != Partitions.end(); subpart++) {
2605 if ((*subpart)->Is_SubPartition && (*subpart)->Can_Be_Backed_Up && (*subpart)->Is_Present && (*subpart)->SubPartition_Of == (*iter)->Mount_Point)
2606 Backup_Size += (*subpart)->Backup_Size;
2607 }
2608 }
2609 sprintf(backup_size, "%llu", Backup_Size / 1024 / 1024);
Dees_Troya13d74f2013-03-24 08:54:55 -05002610 part.Display_Name = (*iter)->Backup_Display_Name + " (";
2611 part.Display_Name += backup_size;
2612 part.Display_Name += "MB)";
2613 part.Mount_Point = (*iter)->Backup_Path;
2614 part.selected = 0;
2615 Partition_List->push_back(part);
2616 }
2617 }
2618 } else if (ListType == "restore") {
2619 string Restore_List, restore_path;
2620 TWPartition* restore_part = NULL;
2621
2622 DataManager::GetValue("tw_restore_list", Restore_List);
2623 if (!Restore_List.empty()) {
2624 size_t start_pos = 0, end_pos = Restore_List.find(";", start_pos);
2625 while (end_pos != string::npos && start_pos < Restore_List.size()) {
2626 restore_path = Restore_List.substr(start_pos, end_pos - start_pos);
bigbiff bigbiff19fb79c2016-09-05 21:04:51 -04002627 struct PartitionList part;
2628 if (restore_path.compare("ADB_Backup") == 0) {
2629 part.Display_Name = "ADB Backup";
2630 part.Mount_Point = "ADB Backup";
2631 part.selected = 1;
2632 Partition_List->push_back(part);
2633 break;
2634 }
Dees_Troy59df9262013-06-19 14:53:57 -05002635 if ((restore_part = Find_Partition_By_Path(restore_path)) != NULL) {
Dees Troy4159aed2014-02-28 17:24:43 +00002636 if ((restore_part->Backup_Name == "recovery" && !restore_part->Can_Be_Backed_Up) || restore_part->Is_SubPartition) {
Dees_Troya13d74f2013-03-24 08:54:55 -05002637 // Don't allow restore of recovery (causes problems on some devices)
Dees_Troy59df9262013-06-19 14:53:57 -05002638 // Don't add subpartitions to the list of items
Dees_Troya13d74f2013-03-24 08:54:55 -05002639 } else {
Dees_Troya13d74f2013-03-24 08:54:55 -05002640 part.Display_Name = restore_part->Backup_Display_Name;
2641 part.Mount_Point = restore_part->Backup_Path;
2642 part.selected = 1;
2643 Partition_List->push_back(part);
2644 }
2645 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05002646 gui_msg(Msg(msg::kError, "restore_unable_locate=Unable to locate '{1}' partition for restoring.")(restore_path));
Dees_Troya13d74f2013-03-24 08:54:55 -05002647 }
2648 start_pos = end_pos + 1;
2649 end_pos = Restore_List.find(";", start_pos);
2650 }
2651 }
2652 } else if (ListType == "wipe") {
2653 struct PartitionList dalvik;
Ethan Yonker74db1572015-10-28 12:44:49 -05002654 dalvik.Display_Name = gui_parse_text("{@dalvik}");
Dees_Troya13d74f2013-03-24 08:54:55 -05002655 dalvik.Mount_Point = "DALVIK";
2656 dalvik.selected = 0;
2657 Partition_List->push_back(dalvik);
2658 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2659 if ((*iter)->Wipe_Available_in_GUI && !(*iter)->Is_SubPartition) {
2660 struct PartitionList part;
2661 part.Display_Name = (*iter)->Display_Name;
2662 part.Mount_Point = (*iter)->Mount_Point;
2663 part.selected = 0;
2664 Partition_List->push_back(part);
2665 }
2666 if ((*iter)->Has_Android_Secure) {
2667 struct PartitionList part;
2668 part.Display_Name = (*iter)->Backup_Display_Name;
2669 part.Mount_Point = (*iter)->Backup_Path;
2670 part.selected = 0;
2671 Partition_List->push_back(part);
2672 }
Dees_Troy74fb2e92013-04-15 14:35:47 +00002673 if ((*iter)->Has_Data_Media) {
2674 struct PartitionList datamedia;
2675 datamedia.Display_Name = (*iter)->Storage_Name;
2676 datamedia.Mount_Point = "INTERNAL";
2677 datamedia.selected = 0;
2678 Partition_List->push_back(datamedia);
2679 }
Dees_Troya13d74f2013-03-24 08:54:55 -05002680 }
Ethan Yonker96af84a2015-01-05 14:58:36 -06002681 } else if (ListType == "flashimg") {
2682 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2683 if ((*iter)->Can_Flash_Img && (*iter)->Is_Present) {
2684 struct PartitionList part;
2685 part.Display_Name = (*iter)->Backup_Display_Name;
2686 part.Mount_Point = (*iter)->Backup_Path;
2687 part.selected = 0;
2688 Partition_List->push_back(part);
2689 }
2690 }
Ethan Yonker53796e72019-01-11 22:49:52 -06002691 if (DataManager::GetIntValue("tw_has_repack_tools") != 0 && DataManager::GetIntValue("tw_has_boot_slots") != 0) {
2692 TWPartition* boot = Find_Partition_By_Path("/boot");
2693 if (boot) {
2694 // Allow flashing kernels and ramdisks
2695 struct PartitionList repack_ramdisk;
2696 repack_ramdisk.Display_Name = gui_lookup("install_twrp_ramdisk", "Install Recovery Ramdisk");
2697 repack_ramdisk.Mount_Point = "/repack_ramdisk";
2698 repack_ramdisk.selected = 0;
2699 Partition_List->push_back(repack_ramdisk);
2700 /*struct PartitionList repack_kernel; For now let's leave repacking kernels under advanced only
2701 repack_kernel.Display_Name = gui_lookup("install_kernel", "Install Kernel");
2702 repack_kernel.Mount_Point = "/repack_kernel";
2703 repack_kernel.selected = 0;
2704 Partition_List->push_back(repack_kernel);*/
2705 }
2706 }
Dees_Troya13d74f2013-03-24 08:54:55 -05002707 } else {
Dees_Troy2673cec2013-04-02 20:22:16 +00002708 LOGERR("Unknown list type '%s' requested for TWPartitionManager::Get_Partition_List\n", ListType.c_str());
Dees_Troya13d74f2013-03-24 08:54:55 -05002709 }
2710}
2711
2712int TWPartitionManager::Fstab_Processed(void) {
2713 return Partitions.size();
2714}
Dees_Troyd93bda52013-07-03 19:55:19 +00002715
2716void TWPartitionManager::Output_Storage_Fstab(void) {
2717 std::vector<TWPartition*>::iterator iter;
2718 char storage_partition[255];
bigbiff bigbiffe4bdb152019-03-23 18:33:17 -04002719 std::string Temp;
bigbiff25d25b92020-06-19 16:07:38 -04002720 std::string cacheDir = TWFunc::get_log_dir();
bigbiff bigbiffe4bdb152019-03-23 18:33:17 -04002721
2722 if (cacheDir.empty()) {
2723 LOGINFO("Unable to find cache directory\n");
2724 return;
2725 }
bigbiff bigbiff19874f12019-01-08 20:06:57 -05002726
bigbiff25d25b92020-06-19 16:07:38 -04002727 std::string storageFstab = TWFunc::get_log_dir() + "recovery/storage.fstab";
bigbiff bigbiff19874f12019-01-08 20:06:57 -05002728 FILE *fp = fopen(storageFstab.c_str(), "w");
Dees_Troyd93bda52013-07-03 19:55:19 +00002729
2730 if (fp == NULL) {
bigbiff bigbiff19874f12019-01-08 20:06:57 -05002731 gui_msg(Msg(msg::kError, "unable_to_open=Unable to open '{1}'.")(storageFstab));
Dees_Troyd93bda52013-07-03 19:55:19 +00002732 return;
2733 }
2734
2735 // Iterate through all partitions
2736 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2737 if ((*iter)->Is_Storage) {
2738 Temp = (*iter)->Storage_Path + ";" + (*iter)->Storage_Name + ";\n";
2739 strcpy(storage_partition, Temp.c_str());
2740 fwrite(storage_partition, sizeof(storage_partition[0]), strlen(storage_partition) / sizeof(storage_partition[0]), fp);
2741 }
2742 }
2743 fclose(fp);
Vojtech Bocekfafb0c52013-07-25 22:53:02 +02002744}
Vojtech Bocek93cb1ef2014-05-12 15:41:52 +02002745
2746TWPartition *TWPartitionManager::Get_Default_Storage_Partition()
2747{
2748 TWPartition *res = NULL;
2749 for (std::vector<TWPartition*>::iterator iter = Partitions.begin(); iter != Partitions.end(); ++iter) {
Matt Mowera8a89d12016-12-30 18:10:37 -06002750 if (!(*iter)->Is_Storage)
Vojtech Bocek93cb1ef2014-05-12 15:41:52 +02002751 continue;
2752
Matt Mowera8a89d12016-12-30 18:10:37 -06002753 if ((*iter)->Is_Settings_Storage)
Vojtech Bocek93cb1ef2014-05-12 15:41:52 +02002754 return *iter;
2755
Matt Mowera8a89d12016-12-30 18:10:37 -06002756 if (!res)
Vojtech Bocek93cb1ef2014-05-12 15:41:52 +02002757 res = *iter;
2758 }
2759 return res;
2760}
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002761
2762bool TWPartitionManager::Enable_MTP(void) {
2763#ifdef TW_HAS_MTP
Ethan Yonker8dfa7772014-09-04 21:48:41 -05002764 if (mtppid) {
Ethan Yonker74db1572015-10-28 12:44:49 -05002765 gui_err("mtp_already_enabled=MTP already enabled");
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002766 return true;
2767 }
Ethan Yonker726a0202014-12-16 20:01:38 -06002768
2769 int mtppipe[2];
2770
2771 if (pipe(mtppipe) < 0) {
2772 LOGERR("Error creating MTP pipe\n");
2773 return false;
2774 }
2775
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002776 char old_value[PROPERTY_VALUE_MAX];
Matt Mowere07f0102017-02-23 17:40:00 -06002777 property_get("sys.usb.config", old_value, "");
2778 if (strcmp(old_value, "mtp,adb") != 0) {
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002779 char vendor[PROPERTY_VALUE_MAX];
2780 char product[PROPERTY_VALUE_MAX];
2781 property_set("sys.usb.config", "none");
2782 property_get("usb.vendor", vendor, "18D1");
2783 property_get("usb.product.mtpadb", product, "4EE2");
2784 string vendorstr = vendor;
2785 string productstr = product;
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06002786 TWFunc::write_to_file("/sys/class/android_usb/android0/idVendor", vendorstr);
2787 TWFunc::write_to_file("/sys/class/android_usb/android0/idProduct", productstr);
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002788 property_set("sys.usb.config", "mtp,adb");
2789 }
Matt Mower653a1702017-02-16 10:38:52 -06002790 /* To enable MTP debug, use the twrp command line feature:
Ethan Yonker6d154c42014-09-03 14:19:43 -05002791 * twrp set tw_mtp_debug 1
2792 */
2793 twrpMtp *mtp = new twrpMtp(DataManager::GetIntValue("tw_mtp_debug"));
Ethan Yonker1b039202015-01-30 10:08:48 -06002794 mtppid = mtp->forkserver(mtppipe);
2795 if (mtppid) {
2796 close(mtppipe[0]); // Host closes read side
2797 mtp_write_fd = mtppipe[1];
2798 DataManager::SetValue("tw_mtp_enabled", 1);
2799 Add_All_MTP_Storage();
2800 return true;
Ethan Yonker726a0202014-12-16 20:01:38 -06002801 } else {
2802 close(mtppipe[0]);
2803 close(mtppipe[1]);
Ethan Yonker74db1572015-10-28 12:44:49 -05002804 gui_err("mtp_fail=Failed to enable MTP");
Ethan Yonker1b039202015-01-30 10:08:48 -06002805 return false;
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002806 }
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002807#else
Ethan Yonker74db1572015-10-28 12:44:49 -05002808 gui_err("no_mtp=MTP support not included");
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002809#endif
2810 DataManager::SetValue("tw_mtp_enabled", 0);
2811 return false;
2812}
2813
Ethan Yonker1b039202015-01-30 10:08:48 -06002814void TWPartitionManager::Add_All_MTP_Storage(void) {
2815#ifdef TW_HAS_MTP
2816 std::vector<TWPartition*>::iterator iter;
2817
2818 if (!mtppid)
2819 return; // MTP is not enabled
2820
2821 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2822 if ((*iter)->Is_Storage && (*iter)->Is_Present && (*iter)->Mount(false))
2823 Add_Remove_MTP_Storage((*iter), MTP_MESSAGE_ADD_STORAGE);
2824 }
2825#else
2826 return;
2827#endif
2828}
2829
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002830bool TWPartitionManager::Disable_MTP(void) {
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002831 char old_value[PROPERTY_VALUE_MAX];
bigbiff bigbiffaf32bb92018-12-18 18:39:53 -05002832 property_set("sys.usb.ffs.mtp.ready", "0");
Matt Mowere07f0102017-02-23 17:40:00 -06002833 property_get("sys.usb.config", old_value, "");
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002834 if (strcmp(old_value, "adb") != 0) {
2835 char vendor[PROPERTY_VALUE_MAX];
2836 char product[PROPERTY_VALUE_MAX];
2837 property_set("sys.usb.config", "none");
2838 property_get("usb.vendor", vendor, "18D1");
Matt Mowere07f0102017-02-23 17:40:00 -06002839 property_get("usb.product.adb", product, "D001");
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002840 string vendorstr = vendor;
2841 string productstr = product;
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06002842 TWFunc::write_to_file("/sys/class/android_usb/android0/idVendor", vendorstr);
2843 TWFunc::write_to_file("/sys/class/android_usb/android0/idProduct", productstr);
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002844 usleep(2000);
2845 }
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002846#ifdef TW_HAS_MTP
Ethan Yonker8dfa7772014-09-04 21:48:41 -05002847 if (mtppid) {
Ethan Yonker8613dc02014-09-11 09:28:20 -05002848 LOGINFO("Disabling MTP\n");
2849 int status;
2850 kill(mtppid, SIGKILL);
Ethan Yonker8dfa7772014-09-04 21:48:41 -05002851 mtppid = 0;
Ethan Yonker8613dc02014-09-11 09:28:20 -05002852 // We don't care about the exit value, but this prevents a zombie process
2853 waitpid(mtppid, &status, 0);
Ethan Yonker726a0202014-12-16 20:01:38 -06002854 close(mtp_write_fd);
2855 mtp_write_fd = -1;
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002856 }
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002857#endif
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002858 property_set("sys.usb.config", "adb");
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002859#ifdef TW_HAS_MTP
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002860 DataManager::SetValue("tw_mtp_enabled", 0);
2861 return true;
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002862#endif
Ethan Yonkerdf7abac2014-12-29 10:48:17 -06002863 return false;
bigbiff bigbiffc7eee6f2014-09-02 18:59:01 -04002864}
Ethan Yonker726a0202014-12-16 20:01:38 -06002865
2866TWPartition* TWPartitionManager::Find_Partition_By_MTP_Storage_ID(unsigned int Storage_ID) {
2867 std::vector<TWPartition*>::iterator iter;
2868
2869 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
2870 if ((*iter)->MTP_Storage_ID == Storage_ID)
2871 return (*iter);
2872 }
2873 return NULL;
2874}
2875
2876bool TWPartitionManager::Add_Remove_MTP_Storage(TWPartition* Part, int message_type) {
2877#ifdef TW_HAS_MTP
2878 struct mtpmsg mtp_message;
2879
2880 if (!mtppid)
2881 return false; // MTP is disabled
2882
2883 if (mtp_write_fd < 0) {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002884 LOGINFO("MTP: mtp_write_fd is not set\n");
Ethan Yonker726a0202014-12-16 20:01:38 -06002885 return false;
2886 }
2887
2888 if (Part) {
Ethan Yonker4bfabab2014-12-29 09:15:37 -06002889 if (Part->MTP_Storage_ID == 0)
2890 return false;
Ethan Yonker726a0202014-12-16 20:01:38 -06002891 if (message_type == MTP_MESSAGE_REMOVE_STORAGE) {
2892 mtp_message.message_type = MTP_MESSAGE_REMOVE_STORAGE; // Remove
2893 LOGINFO("sending message to remove %i\n", Part->MTP_Storage_ID);
2894 mtp_message.storage_id = Part->MTP_Storage_ID;
2895 if (write(mtp_write_fd, &mtp_message, sizeof(mtp_message)) <= 0) {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002896 LOGINFO("error sending message to remove storage %i\n", Part->MTP_Storage_ID);
Ethan Yonker726a0202014-12-16 20:01:38 -06002897 return false;
2898 } else {
2899 LOGINFO("Message sent, remove storage ID: %i\n", Part->MTP_Storage_ID);
2900 return true;
2901 }
2902 } else if (message_type == MTP_MESSAGE_ADD_STORAGE && Part->Is_Mounted()) {
2903 mtp_message.message_type = MTP_MESSAGE_ADD_STORAGE; // Add
2904 mtp_message.storage_id = Part->MTP_Storage_ID;
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06002905 if (Part->Storage_Path.size() >= sizeof(mtp_message.path)) {
2906 LOGERR("Storage path '%s' too large for mtpmsg\n", Part->Storage_Path.c_str());
2907 return false;
2908 }
2909 strcpy(mtp_message.path, Part->Storage_Path.c_str());
2910 if (Part->Storage_Name.size() >= sizeof(mtp_message.display)) {
2911 LOGERR("Storage name '%s' too large for mtpmsg\n", Part->Storage_Name.c_str());
2912 return false;
2913 }
2914 strcpy(mtp_message.display, Part->Storage_Name.c_str());
Ethan Yonker726a0202014-12-16 20:01:38 -06002915 mtp_message.maxFileSize = Part->Get_Max_FileSize();
Ethan Yonker1b039202015-01-30 10:08:48 -06002916 LOGINFO("sending message to add %i '%s' '%s'\n", mtp_message.storage_id, mtp_message.path, mtp_message.display);
Ethan Yonker726a0202014-12-16 20:01:38 -06002917 if (write(mtp_write_fd, &mtp_message, sizeof(mtp_message)) <= 0) {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002918 LOGINFO("error sending message to add storage %i\n", Part->MTP_Storage_ID);
Ethan Yonker726a0202014-12-16 20:01:38 -06002919 return false;
2920 } else {
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06002921 LOGINFO("Message sent, add storage ID: %i '%s'\n", Part->MTP_Storage_ID, mtp_message.path);
Ethan Yonker726a0202014-12-16 20:01:38 -06002922 return true;
2923 }
2924 } else {
2925 LOGERR("Unknown MTP message type: %i\n", message_type);
2926 }
2927 } else {
2928 // This hopefully never happens as the error handling should
2929 // occur in the calling function.
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002930 LOGINFO("TWPartitionManager::Add_Remove_MTP_Storage NULL partition given\n");
Ethan Yonker726a0202014-12-16 20:01:38 -06002931 }
2932 return true;
2933#else
Ethan Yonker74db1572015-10-28 12:44:49 -05002934 gui_err("no_mtp=MTP support not included");
Ethan Yonker726a0202014-12-16 20:01:38 -06002935 DataManager::SetValue("tw_mtp_enabled", 0);
2936 return false;
2937#endif
2938}
2939
2940bool TWPartitionManager::Add_MTP_Storage(string Mount_Point) {
2941#ifdef TW_HAS_MTP
2942 TWPartition* Part = PartitionManager.Find_Partition_By_Path(Mount_Point);
2943 if (Part) {
2944 return PartitionManager.Add_Remove_MTP_Storage(Part, MTP_MESSAGE_ADD_STORAGE);
2945 } else {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002946 LOGINFO("TWFunc::Add_MTP_Storage unable to locate partition for '%s'\n", Mount_Point.c_str());
Ethan Yonker726a0202014-12-16 20:01:38 -06002947 }
2948#endif
2949 return false;
2950}
2951
2952bool TWPartitionManager::Add_MTP_Storage(unsigned int Storage_ID) {
2953#ifdef TW_HAS_MTP
2954 TWPartition* Part = PartitionManager.Find_Partition_By_MTP_Storage_ID(Storage_ID);
2955 if (Part) {
2956 return PartitionManager.Add_Remove_MTP_Storage(Part, MTP_MESSAGE_ADD_STORAGE);
2957 } else {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002958 LOGINFO("TWFunc::Add_MTP_Storage unable to locate partition for %i\n", Storage_ID);
Ethan Yonker726a0202014-12-16 20:01:38 -06002959 }
2960#endif
2961 return false;
2962}
2963
2964bool TWPartitionManager::Remove_MTP_Storage(string Mount_Point) {
2965#ifdef TW_HAS_MTP
2966 TWPartition* Part = PartitionManager.Find_Partition_By_Path(Mount_Point);
2967 if (Part) {
2968 return PartitionManager.Add_Remove_MTP_Storage(Part, MTP_MESSAGE_REMOVE_STORAGE);
2969 } else {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002970 LOGINFO("TWFunc::Remove_MTP_Storage unable to locate partition for '%s'\n", Mount_Point.c_str());
Ethan Yonker726a0202014-12-16 20:01:38 -06002971 }
2972#endif
2973 return false;
2974}
2975
2976bool TWPartitionManager::Remove_MTP_Storage(unsigned int Storage_ID) {
2977#ifdef TW_HAS_MTP
2978 TWPartition* Part = PartitionManager.Find_Partition_By_MTP_Storage_ID(Storage_ID);
2979 if (Part) {
2980 return PartitionManager.Add_Remove_MTP_Storage(Part, MTP_MESSAGE_REMOVE_STORAGE);
2981 } else {
Ethan Yonkerd9ff3c52015-01-21 21:51:20 -06002982 LOGINFO("TWFunc::Remove_MTP_Storage unable to locate partition for %i\n", Storage_ID);
Ethan Yonker726a0202014-12-16 20:01:38 -06002983 }
2984#endif
2985 return false;
2986}
Ethan Yonker96af84a2015-01-05 14:58:36 -06002987
Ethan Yonkere080c1f2016-09-19 13:50:25 -05002988bool TWPartitionManager::Flash_Image(string& path, string& filename) {
bigbiffad58e1b2020-07-06 20:24:34 -04002989 twrpRepacker repacker;
Matt Mower23d8aae2017-01-06 14:30:33 -06002990 int partition_count = 0;
Ethan Yonker96af84a2015-01-05 14:58:36 -06002991 TWPartition* flash_part = NULL;
bigbiffce8f83c2015-12-12 18:30:21 -05002992 string Flash_List, flash_path, full_filename;
Ethan Yonker96af84a2015-01-05 14:58:36 -06002993 size_t start_pos = 0, end_pos = 0;
2994
Ethan Yonkere080c1f2016-09-19 13:50:25 -05002995 full_filename = path + "/" + filename;
Ethan Yonker96af84a2015-01-05 14:58:36 -06002996
bigbiffce8f83c2015-12-12 18:30:21 -05002997 gui_msg("image_flash_start=[IMAGE FLASH STARTED]");
2998 gui_msg(Msg("img_to_flash=Image to flash: '{1}'")(full_filename));
2999
3000 if (!TWFunc::Path_Exists(full_filename)) {
3001 if (!Mount_By_Path(full_filename, true)) {
Ethan Yonkerb78fbdf2016-01-15 16:46:35 -06003002 return false;
3003 }
bigbiffce8f83c2015-12-12 18:30:21 -05003004 if (!TWFunc::Path_Exists(full_filename)) {
3005 gui_msg(Msg(msg::kError, "unable_to_locate=Unable to locate {1}.")(full_filename));
Ethan Yonkerb78fbdf2016-01-15 16:46:35 -06003006 return false;
3007 }
3008 }
Ethan Yonker96af84a2015-01-05 14:58:36 -06003009
Ethan Yonker53796e72019-01-11 22:49:52 -06003010 DataManager::GetValue("tw_flash_partition", Flash_List);
3011 Repack_Type repack = REPLACE_NONE;
3012 if (Flash_List == "/repack_ramdisk;") {
3013 repack = REPLACE_RAMDISK;
3014 } else if (Flash_List == "/repack_kernel;") {
3015 repack = REPLACE_KERNEL;
3016 }
3017 if (repack != REPLACE_NONE) {
3018 Repack_Options_struct Repack_Options;
3019 Repack_Options.Type = repack;
3020 Repack_Options.Disable_Verity = false;
3021 Repack_Options.Disable_Force_Encrypt = false;
3022 Repack_Options.Backup_First = DataManager::GetIntValue("tw_repack_backup_first") != 0;
bigbiffad58e1b2020-07-06 20:24:34 -04003023 return repacker.Repack_Image_And_Flash(full_filename, Repack_Options);
Ethan Yonker53796e72019-01-11 22:49:52 -06003024 }
Ethan Yonkere080c1f2016-09-19 13:50:25 -05003025 PartitionSettings part_settings;
3026 part_settings.Backup_Folder = path;
3027 unsigned long long total_bytes = TWFunc::Get_File_Size(full_filename);
3028 ProgressTracking progress(total_bytes);
3029 part_settings.progress = &progress;
3030 part_settings.adbbackup = false;
3031 part_settings.PM_Method = PM_RESTORE;
Ethan Yonker74db1572015-10-28 12:44:49 -05003032 gui_msg("calc_restore=Calculating restore details...");
Ethan Yonker96af84a2015-01-05 14:58:36 -06003033 if (!Flash_List.empty()) {
3034 end_pos = Flash_List.find(";", start_pos);
3035 while (end_pos != string::npos && start_pos < Flash_List.size()) {
3036 flash_path = Flash_List.substr(start_pos, end_pos - start_pos);
3037 flash_part = Find_Partition_By_Path(flash_path);
3038 if (flash_part != NULL) {
3039 partition_count++;
3040 if (partition_count > 1) {
Ethan Yonker74db1572015-10-28 12:44:49 -05003041 gui_err("too_many_flash=Too many partitions selected for flashing.");
Ethan Yonker96af84a2015-01-05 14:58:36 -06003042 return false;
3043 }
3044 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05003045 gui_msg(Msg(msg::kError, "flash_unable_locate=Unable to locate '{1}' partition for flashing.")(flash_path));
Ethan Yonker96af84a2015-01-05 14:58:36 -06003046 return false;
3047 }
3048 start_pos = end_pos + 1;
3049 end_pos = Flash_List.find(";", start_pos);
3050 }
3051 }
3052
3053 if (partition_count == 0) {
Ethan Yonker74db1572015-10-28 12:44:49 -05003054 gui_err("no_part_flash=No partitions selected for flashing.");
Ethan Yonker96af84a2015-01-05 14:58:36 -06003055 return false;
3056 }
3057
3058 DataManager::SetProgress(0.0);
3059 if (flash_part) {
Ethan Yonkere080c1f2016-09-19 13:50:25 -05003060 flash_part->Backup_FileName = filename;
3061 if (!flash_part->Flash_Image(&part_settings))
Ethan Yonker96af84a2015-01-05 14:58:36 -06003062 return false;
3063 } else {
Ethan Yonker74db1572015-10-28 12:44:49 -05003064 gui_err("invalid_flash=Invalid flash partition specified.");
Ethan Yonker96af84a2015-01-05 14:58:36 -06003065 return false;
3066 }
Ethan Yonker74db1572015-10-28 12:44:49 -05003067 gui_highlight("flash_done=IMAGE FLASH COMPLETED]");
Ethan Yonker96af84a2015-01-05 14:58:36 -06003068 return true;
3069}
Ethan Yonker74db1572015-10-28 12:44:49 -05003070
3071void TWPartitionManager::Translate_Partition(const char* path, const char* resource_name, const char* default_value) {
3072 TWPartition* part = PartitionManager.Find_Partition_By_Path(path);
3073 if (part) {
Ethan Yonker66a19492015-12-10 10:19:45 -06003074 if (part->Is_Adopted_Storage) {
3075 part->Display_Name = part->Display_Name + " - " + gui_lookup("data", "Data");
3076 part->Backup_Display_Name = part->Display_Name;
3077 part->Storage_Name = part->Storage_Name + " - " + gui_lookup("adopted_storage", "Adopted Storage");
3078 } else {
3079 part->Display_Name = gui_lookup(resource_name, default_value);
3080 part->Backup_Display_Name = part->Display_Name;
3081 }
Ethan Yonker74db1572015-10-28 12:44:49 -05003082 }
3083}
3084
3085void TWPartitionManager::Translate_Partition(const char* path, const char* resource_name, const char* default_value, const char* storage_resource_name, const char* storage_default_value) {
3086 TWPartition* part = PartitionManager.Find_Partition_By_Path(path);
3087 if (part) {
Ethan Yonker66a19492015-12-10 10:19:45 -06003088 if (part->Is_Adopted_Storage) {
Ethan Yonker01f4e032017-02-03 15:30:52 -06003089 part->Backup_Display_Name = part->Display_Name + " - " + gui_lookup("data_backup", "Data (excl. storage)");
Ethan Yonker66a19492015-12-10 10:19:45 -06003090 part->Display_Name = part->Display_Name + " - " + gui_lookup("data", "Data");
Ethan Yonker66a19492015-12-10 10:19:45 -06003091 part->Storage_Name = part->Storage_Name + " - " + gui_lookup("adopted_storage", "Adopted Storage");
3092 } else {
3093 part->Display_Name = gui_lookup(resource_name, default_value);
3094 part->Backup_Display_Name = part->Display_Name;
3095 if (part->Is_Storage)
3096 part->Storage_Name = gui_lookup(storage_resource_name, storage_default_value);
3097 }
Ethan Yonker74db1572015-10-28 12:44:49 -05003098 }
3099}
3100
Ethan Yonker01f4e032017-02-03 15:30:52 -06003101void TWPartitionManager::Translate_Partition(const char* path, const char* resource_name, const char* default_value, const char* storage_resource_name, const char* storage_default_value, const char* backup_name, const char* backup_default) {
3102 TWPartition* part = PartitionManager.Find_Partition_By_Path(path);
3103 if (part) {
3104 if (part->Is_Adopted_Storage) {
3105 part->Backup_Display_Name = part->Display_Name + " - " + gui_lookup(backup_name, backup_default);
3106 part->Display_Name = part->Display_Name + " - " + gui_lookup("data", "Data");
3107 part->Storage_Name = part->Storage_Name + " - " + gui_lookup("adopted_storage", "Adopted Storage");
3108 } else {
3109 part->Display_Name = gui_lookup(resource_name, default_value);
3110 part->Backup_Display_Name = gui_lookup(backup_name, backup_default);
3111 if (part->Is_Storage)
3112 part->Storage_Name = gui_lookup(storage_resource_name, storage_default_value);
3113 }
3114 }
3115}
3116
Ethan Yonker74db1572015-10-28 12:44:49 -05003117void TWPartitionManager::Translate_Partition_Display_Names() {
Ethan Yonker66a19492015-12-10 10:19:45 -06003118 LOGINFO("Translating partition display names\n");
Ethan Yonker74db1572015-10-28 12:44:49 -05003119 Translate_Partition("/system", "system", "System");
3120 Translate_Partition("/system_image", "system_image", "System Image");
3121 Translate_Partition("/vendor", "vendor", "Vendor");
3122 Translate_Partition("/vendor_image", "vendor_image", "Vendor Image");
3123 Translate_Partition("/cache", "cache", "Cache");
Ethan Yonker74db1572015-10-28 12:44:49 -05003124 Translate_Partition("/boot", "boot", "Boot");
3125 Translate_Partition("/recovery", "recovery", "Recovery");
3126 if (!datamedia) {
Ethan Yonker01f4e032017-02-03 15:30:52 -06003127 Translate_Partition("/data", "data", "Data", "internal", "Internal Storage");
Ethan Yonker74db1572015-10-28 12:44:49 -05003128 Translate_Partition("/sdcard", "sdcard", "SDCard", "sdcard", "SDCard");
3129 Translate_Partition("/internal_sd", "sdcard", "SDCard", "sdcard", "SDCard");
3130 Translate_Partition("/internal_sdcard", "sdcard", "SDCard", "sdcard", "SDCard");
3131 Translate_Partition("/emmc", "sdcard", "SDCard", "sdcard", "SDCard");
Ethan Yonker01f4e032017-02-03 15:30:52 -06003132 } else {
3133 Translate_Partition("/data", "data", "Data", "internal", "Internal Storage", "data_backup", "Data (excl. storage)");
Ethan Yonker74db1572015-10-28 12:44:49 -05003134 }
Ethan Yonker01f4e032017-02-03 15:30:52 -06003135 Translate_Partition("/external_sd", "microsd", "Micro SDCard", "microsd", "Micro SDCard", "data_backup", "Data (excl. storage)");
3136 Translate_Partition("/external_sdcard", "microsd", "Micro SDCard", "microsd", "Micro SDCard", "data_backup", "Data (excl. storage)");
Ethan Yonker74db1572015-10-28 12:44:49 -05003137 Translate_Partition("/usb-otg", "usbotg", "USB OTG", "usbotg", "USB OTG");
3138 Translate_Partition("/sd-ext", "sdext", "SD-EXT");
3139
3140 // Android secure is a special case
3141 TWPartition* part = PartitionManager.Find_Partition_By_Path("/and-sec");
3142 if (part)
3143 part->Backup_Display_Name = gui_lookup("android_secure", "Android Secure");
3144
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003145 std::vector<TWPartition*>::iterator sysfs;
3146 for (sysfs = Partitions.begin(); sysfs != Partitions.end(); sysfs++) {
3147 if (!(*sysfs)->Sysfs_Entry.empty()) {
3148 Translate_Partition((*sysfs)->Mount_Point.c_str(), "autostorage", "Storage", "autostorage", "Storage");
3149 }
3150 }
3151
Ethan Yonker74db1572015-10-28 12:44:49 -05003152 // This updates the text on all of the storage selection buttons in the GUI
3153 DataManager::SetBackupFolder();
3154}
Ethan Yonker66a19492015-12-10 10:19:45 -06003155
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003156bool TWPartitionManager::Decrypt_Adopted() {
Ethan Yonker66a19492015-12-10 10:19:45 -06003157#ifdef TW_INCLUDE_CRYPTO
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003158 bool ret = false;
Ethan Yonker66a19492015-12-10 10:19:45 -06003159 if (!Mount_By_Path("/data", false)) {
3160 LOGERR("Cannot decrypt adopted storage because /data will not mount\n");
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003161 return false;
Ethan Yonker66a19492015-12-10 10:19:45 -06003162 }
Darth98f775972022-08-05 09:39:03 +01003163
3164 std::string path = "/data/system/storage.xml";
3165 if (!TWFunc::Check_Xml_Format(path)) {
3166 std::string oldpath = path;
3167 if (TWFunc::abx_to_xml(oldpath, path)) {
3168 LOGINFO("Android 12+: '%s' has been converted into plain text xml (%s).\n", oldpath.c_str(), path.c_str());
3169 }
3170 }
3171
Fernando Oliveira25062d72023-02-01 12:52:32 -03003172 //Devices without encryption do not run the Post_Decrypt function so the "data/recovery" folder was not being created on these devices
3173 DataManager::SetValue("tw_settings_path", TW_STORAGE_PATH);
Ethan Yonker66a19492015-12-10 10:19:45 -06003174 LOGINFO("Decrypt adopted storage starting\n");
Darth98f775972022-08-05 09:39:03 +01003175 char* xmlFile = PageManager::LoadFileToBuffer(path, NULL);
Ethan Yonker66a19492015-12-10 10:19:45 -06003176 xml_document<> *doc = NULL;
3177 xml_node<>* volumes = NULL;
Ethan Yonker66a19492015-12-10 10:19:45 -06003178 string Primary_Storage_UUID = "";
3179 if (xmlFile != NULL) {
3180 LOGINFO("successfully loaded storage.xml\n");
3181 doc = new xml_document<>();
3182 doc->parse<0>(xmlFile);
3183 volumes = doc->first_node("volumes");
3184 if (volumes) {
3185 xml_attribute<>* psuuid = volumes->first_attribute("primaryStorageUuid");
3186 if (psuuid) {
3187 Primary_Storage_UUID = psuuid->value();
3188 }
3189 }
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003190 } else {
3191 LOGINFO("No /data/system/storage.xml for adopted storage\n");
3192 return false;
Ethan Yonker66a19492015-12-10 10:19:45 -06003193 }
3194 std::vector<TWPartition*>::iterator adopt;
3195 for (adopt = Partitions.begin(); adopt != Partitions.end(); adopt++) {
Peter Cai439d60c2019-10-17 08:49:10 +08003196 if ((*adopt)->Removable && !(*adopt)->Is_Present && (*adopt)->Adopted_Mount_Delay > 0) {
3197 // On some devices, the external mmc driver takes some time
3198 // to recognize the card, in which case the "actual block device"
3199 // would not have been found yet. We wait the specified delay
3200 // and then try again.
3201 LOGINFO("Sleeping %d seconds for adopted storage.\n", (*adopt)->Adopted_Mount_Delay);
3202 sleep((*adopt)->Adopted_Mount_Delay);
3203 (*adopt)->Find_Actual_Block_Device();
3204 }
3205
Ethan Yonker66a19492015-12-10 10:19:45 -06003206 if ((*adopt)->Removable && (*adopt)->Is_Present) {
3207 if ((*adopt)->Decrypt_Adopted() == 0) {
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003208 ret = true;
Ethan Yonker66a19492015-12-10 10:19:45 -06003209 if (volumes) {
3210 xml_node<>* volume = volumes->first_node("volume");
3211 while (volume) {
3212 xml_attribute<>* guid = volume->first_attribute("partGuid");
3213 if (guid) {
3214 string GUID = (*adopt)->Adopted_GUID.c_str();
3215 GUID.insert(8, "-");
3216 GUID.insert(13, "-");
3217 GUID.insert(18, "-");
3218 GUID.insert(23, "-");
3219
3220 if (strcasecmp(GUID.c_str(), guid->value()) == 0) {
3221 xml_attribute<>* attr = volume->first_attribute("nickname");
nkk71ffb02bd2017-06-04 23:12:16 +03003222 if (attr && attr->value() && strlen(attr->value()) > 0) {
Ethan Yonker66a19492015-12-10 10:19:45 -06003223 (*adopt)->Storage_Name = attr->value();
3224 (*adopt)->Display_Name = (*adopt)->Storage_Name;
3225 (*adopt)->Backup_Display_Name = (*adopt)->Storage_Name;
3226 LOGINFO("storage name from storage.xml is '%s'\n", attr->value());
3227 }
3228 attr = volume->first_attribute("fsUuid");
3229 if (attr && !Primary_Storage_UUID.empty() && strcmp(Primary_Storage_UUID.c_str(), attr->value()) == 0) {
3230 TWPartition* Dat = Find_Partition_By_Path("/data");
3231 if (Dat) {
3232 LOGINFO("Internal storage is found on adopted storage '%s'\n", (*adopt)->Display_Name.c_str());
3233 LOGINFO("Changing '%s' to point to '%s'\n", Dat->Symlink_Mount_Point.c_str(), (*adopt)->Storage_Path.c_str());
3234 (*adopt)->Symlink_Mount_Point = Dat->Symlink_Mount_Point;
3235 Dat->Symlink_Mount_Point = "";
3236 // Toggle mounts to ensure that the symlink mount point (probably /sdcard) is mounted to the right location
3237 Dat->UnMount(false);
3238 Dat->Mount(false);
3239 (*adopt)->UnMount(false);
3240 (*adopt)->Mount(false);
Ethan Yonker66a19492015-12-10 10:19:45 -06003241 }
3242 }
3243 break;
3244 }
3245 }
3246 volume = volume->next_sibling("volume");
3247 }
3248 }
nkk71ffb02bd2017-06-04 23:12:16 +03003249 Update_System_Details();
3250 Output_Partition((*adopt));
Ethan Yonker66a19492015-12-10 10:19:45 -06003251 }
3252 }
3253 }
3254 if (xmlFile) {
3255 doc->clear();
3256 delete doc;
3257 free(xmlFile);
3258 }
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003259 return ret;
Ethan Yonker66a19492015-12-10 10:19:45 -06003260#else
3261 LOGINFO("Decrypt_Adopted: no crypto support\n");
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003262 return false;
Ethan Yonker66a19492015-12-10 10:19:45 -06003263#endif
3264}
Ethan Yonkerfcf3f242016-02-16 12:30:26 -06003265
3266void TWPartitionManager::Remove_Partition_By_Path(string Path) {
3267 std::vector<TWPartition*>::iterator iter;
3268 string Local_Path = TWFunc::Get_Root_Path(Path);
3269
3270 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
3271 if ((*iter)->Mount_Point == Local_Path || (!(*iter)->Symlink_Mount_Point.empty() && (*iter)->Symlink_Mount_Point == Local_Path)) {
3272 LOGINFO("Found and erasing '%s' from partition list\n", Local_Path.c_str());
3273 Partitions.erase(iter);
3274 return;
3275 }
3276 }
3277}
Ethan Yonker1b190162016-12-05 15:25:19 -06003278
bigbiff74a46272021-07-31 19:02:26 -04003279void TWPartitionManager::Override_Active_Slot(const string& Slot) {
3280 LOGINFO("Overriding slot to '%s'\n", Slot.c_str());
3281 Active_Slot_Display = Slot;
3282 DataManager::SetValue("tw_active_slot", Slot);
nebrassy07c4b902021-11-21 03:32:47 +01003283 PartitionManager.Update_System_Details();
bigbiff74a46272021-07-31 19:02:26 -04003284}
3285
Ethan Yonker1b190162016-12-05 15:25:19 -06003286void TWPartitionManager::Set_Active_Slot(const string& Slot) {
3287 if (Slot != "A" && Slot != "B") {
3288 LOGERR("Set_Active_Slot invalid slot '%s'\n", Slot.c_str());
3289 return;
3290 }
3291 if (Active_Slot_Display == Slot)
3292 return;
3293 LOGINFO("Setting active slot %s\n", Slot.c_str());
3294#ifdef AB_OTA_UPDATER
3295 if (!Active_Slot_Display.empty()) {
dianlujitaoa90dc462021-12-16 16:56:26 +08003296 android::sp<IBootControl> module = IBootControl::getService();
3297 if (module == nullptr) {
Ethan Yonker1b190162016-12-05 15:25:19 -06003298 LOGERR("Error getting bootctrl module.\n");
3299 } else {
dianlujitaoa90dc462021-12-16 16:56:26 +08003300 uint32_t slot_number = 0;
Ethan Yonker1b190162016-12-05 15:25:19 -06003301 if (Slot == "B")
3302 slot_number = 1;
dianlujitaoa90dc462021-12-16 16:56:26 +08003303 CommandResult result;
3304 auto ret = module->setActiveBootSlot(slot_number, [&result]
3305 (const CommandResult &cb_result) { result = cb_result; });
3306 if (!ret.isOk() || !result.success)
Ethan Yonker1b190162016-12-05 15:25:19 -06003307 gui_msg(Msg(msg::kError, "unable_set_boot_slot=Error changing bootloader boot slot to {1}")(Slot));
3308 }
3309 DataManager::SetValue("tw_active_slot", Slot); // Doing this outside of this if block may result in a seg fault because the DataManager may not be ready yet
3310 }
3311#else
3312 LOGERR("Boot slot feature not present\n");
3313#endif
3314 Active_Slot_Display = Slot;
3315 if (Fstab_Processed())
3316 Update_System_Details();
3317}
3318string TWPartitionManager::Get_Active_Slot_Suffix() {
3319 if (Active_Slot_Display == "A")
3320 return "_a";
3321 return "_b";
3322}
3323string TWPartitionManager::Get_Active_Slot_Display() {
3324 return Active_Slot_Display;
3325}
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003326
Captain Throwback9d6feb52018-07-27 10:05:24 -04003327string TWPartitionManager::Get_Android_Root_Path() {
bigbiff8da46fa2020-09-08 16:42:34 -04003328 return "/system_root";
Captain Throwback9d6feb52018-07-27 10:05:24 -04003329}
3330
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003331void TWPartitionManager::Remove_Uevent_Devices(const string& Mount_Point) {
3332 std::vector<TWPartition*>::iterator iter;
3333
3334 for (iter = Partitions.begin(); iter != Partitions.end(); ) {
3335 if ((*iter)->Is_SubPartition && (*iter)->SubPartition_Of == Mount_Point) {
3336 TWPartition *part = *iter;
3337 LOGINFO("%s was removed by uevent data\n", (*iter)->Mount_Point.c_str());
3338 (*iter)->UnMount(false);
3339 rmdir((*iter)->Mount_Point.c_str());
3340 iter = Partitions.erase(iter);
3341 delete part;
3342 } else {
3343 iter++;
3344 }
3345 }
3346}
3347
3348void TWPartitionManager::Handle_Uevent(const Uevent_Block_Data& uevent_data) {
3349 std::vector<TWPartition*>::iterator iter;
3350
3351 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
3352 if (!(*iter)->Sysfs_Entry.empty()) {
3353 string device;
3354 size_t wildcard = (*iter)->Sysfs_Entry.find("*");
3355 if (wildcard != string::npos) {
3356 device = (*iter)->Sysfs_Entry.substr(0, wildcard);
3357 } else {
3358 device = (*iter)->Sysfs_Entry;
3359 }
3360 if (device == uevent_data.sysfs_path.substr(0, device.size())) {
3361 // Found a match
3362 if (uevent_data.action == "add") {
3363 (*iter)->Primary_Block_Device = "/dev/block/" + uevent_data.block_device;
3364 (*iter)->Alternate_Block_Device = (*iter)->Primary_Block_Device;
3365 (*iter)->Is_Present = true;
3366 LOGINFO("Found a match '%s' '%s'\n", uevent_data.block_device.c_str(), device.c_str());
3367 if (!Decrypt_Adopted()) {
3368 LOGINFO("No adopted storage so finding actual block device\n");
3369 (*iter)->Find_Actual_Block_Device();
3370 }
3371 return;
3372 } else if (uevent_data.action == "remove") {
3373 (*iter)->Is_Present = false;
3374 (*iter)->Primary_Block_Device = "";
3375 (*iter)->Actual_Block_Device = "";
3376 Remove_Uevent_Devices((*iter)->Mount_Point);
3377 return;
3378 }
3379 }
3380 }
3381 }
bigbiffee7b7ff2020-03-23 15:08:27 -04003382
3383 if (!PartitionManager.Get_Super_Status())
3384 LOGINFO("Found no matching fstab entry for uevent device '%s' - %s\n", uevent_data.sysfs_path.c_str(), uevent_data.action.c_str());
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003385}
3386
3387void TWPartitionManager::setup_uevent() {
3388 struct sockaddr_nl nls;
3389
3390 if (uevent_pfd.fd >= 0) {
3391 LOGINFO("uevent already set up\n");
3392 return;
3393 }
3394
3395 // Open hotplug event netlink socket
3396 memset(&nls,0,sizeof(struct sockaddr_nl));
3397 nls.nl_family = AF_NETLINK;
3398 nls.nl_pid = getpid();
3399 nls.nl_groups = -1;
3400 uevent_pfd.events = POLLIN;
3401 uevent_pfd.fd = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT);
3402 if (uevent_pfd.fd==-1) {
3403 LOGERR("uevent not root\n");
3404 return;
3405 }
3406
3407 // Listen to netlink socket
3408 if (::bind(uevent_pfd.fd, (struct sockaddr *) &nls, sizeof(struct sockaddr_nl)) < 0) {
3409 LOGERR("Bind failed\n");
3410 return;
3411 }
3412 set_select_fd();
3413 Coldboot();
3414}
3415
3416Uevent_Block_Data TWPartitionManager::get_event_block_values(char *buf, int len) {
3417 Uevent_Block_Data ret;
3418 ret.subsystem = "";
3419 char *ptr = buf;
3420 const char *end = buf + len;
3421
3422 buf[len - 1] = '\0';
3423 while (ptr < end) {
3424 if (strncmp(ptr, "ACTION=", strlen("ACTION=")) == 0) {
3425 ptr += strlen("ACTION=");
3426 ret.action = ptr;
3427 } else if (strncmp(ptr, "SUBSYSTEM=", strlen("SUBSYSTEM=")) == 0) {
3428 ptr += strlen("SUBSYSTEM=");
3429 ret.subsystem = ptr;
3430 } else if (strncmp(ptr, "DEVTYPE=", strlen("DEVTYPE=")) == 0) {
3431 ptr += strlen("DEVTYPE=");
3432 ret.type = ptr;
3433 } else if (strncmp(ptr, "DEVPATH=", strlen("DEVPATH=")) == 0) {
3434 ptr += strlen("DEVPATH=");
3435 ret.sysfs_path += ptr;
3436 } else if (strncmp(ptr, "DEVNAME=", strlen("DEVNAME=")) == 0) {
3437 ptr += strlen("DEVNAME=");
3438 ret.block_device += ptr;
3439 } else if (strncmp(ptr, "MAJOR=", strlen("MAJOR=")) == 0) {
3440 ptr += strlen("MAJOR=");
3441 ret.major = atoi(ptr);
3442 } else if (strncmp(ptr, "MINOR=", strlen("MINOR=")) == 0) {
3443 ptr += strlen("MINOR=");
3444 ret.minor = atoi(ptr);
3445 }
3446 ptr += strlen(ptr) + 1;
3447 }
3448 return ret;
3449}
3450
3451void TWPartitionManager::read_uevent() {
3452 char buf[1024];
3453
3454 int len = recv(uevent_pfd.fd, buf, sizeof(buf), MSG_DONTWAIT);
3455 if (len == -1) {
Mauronofrio Matarresec1bb76e2019-08-04 17:02:41 +01003456 LOGINFO("recv error on uevent\n");
Ethan Yonker6e8c27a2016-12-22 17:55:57 -06003457 return;
3458 }
3459 /*int i = 0; // Print all uevent output for test /debug
3460 while (i<len) {
3461 printf("%s\n", buf+i);
3462 i += strlen(buf+i)+1;
3463 }*/
3464 Uevent_Block_Data uevent_data = get_event_block_values(buf, len);
3465 if (uevent_data.subsystem == "block" && uevent_data.type == "disk") {
3466 PartitionManager.Handle_Uevent(uevent_data);
3467 }
3468}
3469
3470void TWPartitionManager::close_uevent() {
3471 if (uevent_pfd.fd > 0)
3472 close(uevent_pfd.fd);
3473 uevent_pfd.fd = -1;
3474}
3475
3476void TWPartitionManager::Add_Partition(TWPartition* Part) {
3477 Partitions.push_back(Part);
3478}
3479
3480void TWPartitionManager::Coldboot_Scan(std::vector<string> *sysfs_entries, const string& Path, int depth) {
3481 string Real_Path = Path;
3482 char real_path[PATH_MAX];
3483 if (realpath(Path.c_str(), &real_path[0])) {
3484 string Real_Path = real_path;
3485 std::vector<string>::iterator iter;
3486 for (iter = sysfs_entries->begin(); iter != sysfs_entries->end(); iter++) {
3487 if (Real_Path.find((*iter)) != string::npos) {
3488 string Write_Path = Real_Path + "/uevent";
3489 if (TWFunc::Path_Exists(Write_Path)) {
3490 const char* write_val = "add\n";
3491 TWFunc::write_to_file(Write_Path, write_val);
3492 break;
3493 }
3494 }
3495 }
3496 }
3497
3498 DIR* d = opendir(Path.c_str());
3499 if (d != NULL) {
3500 struct dirent* de;
3501 while ((de = readdir(d)) != NULL) {
3502 if (de->d_name[0] == '.' || (de->d_type != DT_DIR && depth > 0))
3503 continue;
3504 if (strlen(de->d_name) >= 4 && (strncmp(de->d_name, "ram", 3) == 0 || strncmp(de->d_name, "loop", 4) == 0))
3505 continue;
3506
3507 string item = Path + "/";
3508 item.append(de->d_name);
3509 Coldboot_Scan(sysfs_entries, item, depth + 1);
3510 }
3511 closedir(d);
3512 }
3513}
3514
3515void TWPartitionManager::Coldboot() {
3516 std::vector<TWPartition*>::iterator iter;
3517 std::vector<string> sysfs_entries;
3518
3519 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
3520 if (!(*iter)->Sysfs_Entry.empty()) {
3521 size_t wildcard_pos = (*iter)->Sysfs_Entry.find("*");
3522 if (wildcard_pos == string::npos)
3523 wildcard_pos = (*iter)->Sysfs_Entry.size();
3524 sysfs_entries.push_back((*iter)->Sysfs_Entry.substr(0, wildcard_pos));
3525 }
3526 }
3527
3528 if (sysfs_entries.size() > 0)
3529 Coldboot_Scan(&sysfs_entries, "/sys/block", 0);
3530}
Ethan Yonker53796e72019-01-11 22:49:52 -06003531
3532bool TWPartitionManager::Prepare_Empty_Folder(const std::string& Folder) {
3533 if (TWFunc::Path_Exists(Folder))
3534 TWFunc::removeDir(Folder, false);
3535 return TWFunc::Recursive_Mkdir(Folder);
3536}
3537
bigbiffcfa875c2021-06-20 16:20:27 -04003538std::string TWPartitionManager::Get_Bare_Partition_Name(std::string Mount_Point) {
3539 if (Mount_Point == "/system_root")
3540 return "system";
3541 else
3542 return TWFunc::Remove_Beginning_Slash(Mount_Point);
3543}
3544
bigbiffee7b7ff2020-03-23 15:08:27 -04003545bool TWPartitionManager::Prepare_Super_Volume(TWPartition* twrpPart) {
3546 Fstab fstab;
bigbiffcfa875c2021-06-20 16:20:27 -04003547 std::string bare_partition_name = Get_Bare_Partition_Name(twrpPart->Get_Mount_Point());
bigbiffee7b7ff2020-03-23 15:08:27 -04003548
bigbiff998f8392021-08-06 19:19:33 -04003549 Super_Partition_List.push_back(bare_partition_name);
bigbiffee7b7ff2020-03-23 15:08:27 -04003550 LOGINFO("Trying to prepare %s from super partition\n", bare_partition_name.c_str());
3551
3552 std::string blk_device_partition;
3553#ifdef AB_OTA_UPDATER
3554 blk_device_partition = bare_partition_name + PartitionManager.Get_Active_Slot_Suffix();
3555#else
3556 blk_device_partition = bare_partition_name;
3557#endif
3558
3559 FstabEntry fstabEntry = {
3560 .blk_device = blk_device_partition,
3561 .mount_point = twrpPart->Get_Mount_Point(),
3562 .fs_type = twrpPart->Current_File_System,
3563 .fs_mgr_flags.logical = twrpPart->Is_Super,
3564 };
3565
3566 fstab.emplace_back(fstabEntry);
3567 if (!fs_mgr_update_logical_partition(&fstabEntry)) {
Captain Throwbackc6939102021-04-06 12:57:30 -04003568 LOGINFO("unable to update logical partition: %s\n", twrpPart->Get_Mount_Point().c_str());
bigbiffee7b7ff2020-03-23 15:08:27 -04003569 return false;
3570 }
3571
bigbiff32cbabe2020-04-12 19:16:19 -04003572 while (access(fstabEntry.blk_device.c_str(), F_OK) != 0) {
3573 usleep(100);
3574 }
3575
bigbiffee7b7ff2020-03-23 15:08:27 -04003576 twrpPart->Set_Block_Device(fstabEntry.blk_device);
3577 twrpPart->Update_Size(true);
bigbiffee7b7ff2020-03-23 15:08:27 -04003578 twrpPart->Set_Can_Be_Backed_Up(false);
3579 twrpPart->Set_Can_Be_Wiped(false);
me-cafebabe928234b2022-07-28 04:07:04 +08003580 if (access(("/dev/block/bootdevice/by-name/" + bare_partition_name).c_str(), F_OK) == -1) {
3581 LOGINFO("Symlinking %s => /dev/block/bootdevice/by-name/%s \n", fstabEntry.blk_device.c_str(), bare_partition_name.c_str());
3582 symlink(fstabEntry.blk_device.c_str(), ("/dev/block/bootdevice/by-name/" + bare_partition_name).c_str());
Captain Throwback88c6e652023-01-16 15:32:26 -05003583 property_set("twrp.super.symlinks_created", "true");
me-cafebabe928234b2022-07-28 04:07:04 +08003584 }
Mohd Faraz7fc70502021-04-22 20:44:11 +02003585
bigbiffee7b7ff2020-03-23 15:08:27 -04003586 return true;
3587}
3588
3589bool TWPartitionManager::Prepare_All_Super_Volumes() {
3590 bool status = true;
3591 std::vector<TWPartition*>::iterator iter;
3592
3593 for (iter = Partitions.begin(); iter != Partitions.end(); iter++) {
3594 if ((*iter)->Is_Super) {
3595 if (!Prepare_Super_Volume(*iter)) {
3596 status = false;
Mohd Faraz787cc612023-01-02 22:47:51 +01003597 Partitions.erase(iter--);
bigbiffee7b7ff2020-03-23 15:08:27 -04003598 }
3599 PartitionManager.Output_Partition(*iter);
3600 }
3601 }
3602 Update_System_Details();
3603 return status;
3604}
3605
bigbiffee7b7ff2020-03-23 15:08:27 -04003606std::string TWPartitionManager::Get_Super_Partition() {
3607 int slot_number = Get_Active_Slot_Display() == "A" ? 0 : 1;
bigbiff998f8392021-08-06 19:19:33 -04003608 std::string super_device = fs_mgr_get_super_partition_name(slot_number);
bigbiffee7b7ff2020-03-23 15:08:27 -04003609 return "/dev/block/by-name/" + super_device;
3610}
3611
3612void TWPartitionManager::Setup_Super_Devices() {
3613 std::string superPart = Get_Super_Partition();
3614 android::fs_mgr::CreateLogicalPartitions(superPart);
bigbiff7ba75002020-04-11 20:47:09 -04003615}
3616
3617void TWPartitionManager::Setup_Super_Partition() {
bigbiffee7b7ff2020-03-23 15:08:27 -04003618 TWPartition* superPartition = new TWPartition();
bigbiff7ba75002020-04-11 20:47:09 -04003619 std::string superPart = Get_Super_Partition();
3620
3621 superPartition->Backup_Path = "/super";
3622 superPartition->Mount_Point = "/super";
bigbiffee7b7ff2020-03-23 15:08:27 -04003623 superPartition->Actual_Block_Device = superPart;
3624 superPartition->Alternate_Block_Device = superPart;
bigbiff998f8392021-08-06 19:19:33 -04003625 superPartition->Backup_Display_Name = "Super (";
3626 // Add first 4 items to fstab as logical that you would like to display in Backup_Display_Name
3627 // for the Super partition
3628 int list_size = Super_Partition_List.size();
3629 int orig_list_size = list_size;
3630 int max_display_size = 3; // total of 4 items since we start at 0
3631
3632 for (auto partition: Super_Partition_List) {
3633 superPartition->Backup_Display_Name = superPartition->Backup_Display_Name + partition;
3634 if ((orig_list_size - list_size) == max_display_size) {
3635 break;
3636 }
3637 if (list_size != 1)
3638 superPartition->Backup_Display_Name = superPartition->Backup_Display_Name + " ";
3639 list_size--;
3640 }
3641 superPartition->Backup_Display_Name += ")";
bigbiffee7b7ff2020-03-23 15:08:27 -04003642 superPartition->Can_Flash_Img = true;
bigbiffee7b7ff2020-03-23 15:08:27 -04003643 superPartition->Current_File_System = "emmc";
3644 superPartition->Can_Be_Backed_Up = true;
3645 superPartition->Is_Present = true;
3646 superPartition->Is_SubPartition = false;
bigbiff7ba75002020-04-11 20:47:09 -04003647 superPartition->Setup_Image();
bigbiffee7b7ff2020-03-23 15:08:27 -04003648 Add_Partition(superPartition);
3649 PartitionManager.Output_Partition(superPartition);
bigbiffee7b7ff2020-03-23 15:08:27 -04003650}
3651
3652bool TWPartitionManager::Get_Super_Status() {
Mohd Faraz88b4bab2023-01-01 02:43:01 +05303653 return access(Get_Super_Partition().c_str(), F_OK) == 0;
bigbiffee7b7ff2020-03-23 15:08:27 -04003654}
bigbiff25d25b92020-06-19 16:07:38 -04003655
3656bool TWPartitionManager::Recreate_Logs_Dir() {
3657#ifdef TW_INCLUDE_FBE
3658 struct passwd pd;
3659 struct passwd *pwdptr = &pd;
3660 struct passwd *tempPd;
3661 char pwdBuf[512];
3662 int uid = 0, gid = 0;
3663
3664 if ((getpwnam_r("system", pwdptr, pwdBuf, sizeof(pwdBuf), &tempPd)) != 0) {
3665 LOGERR("unable to get system user id\n");
3666 return false;
3667 } else {
3668 struct group grp;
3669 struct group *grpptr = &grp;
3670 struct group *tempGrp;
3671 char grpBuf[512];
3672
3673 if ((getgrnam_r("cache", grpptr, grpBuf, sizeof(grpBuf), &tempGrp)) != 0) {
3674 LOGERR("unable to get cache group id\n");
3675 return false;
3676 } else {
3677 uid = pd.pw_uid;
3678 gid = grp.gr_gid;
3679 std::string abLogsRecoveryDir(DATA_LOGS_DIR);
3680 abLogsRecoveryDir += "/recovery/";
3681
3682 if (!TWFunc::Create_Dir_Recursive(abLogsRecoveryDir, S_IRWXU | S_IRWXG | S_IWGRP | S_IXGRP, uid, gid)) {
3683 LOGERR("Unable to recreate %s\n", abLogsRecoveryDir.c_str());
3684 return false;
3685 }
3686 if (setfilecon(abLogsRecoveryDir.c_str(), "u:object_r:cache_file:s0") != 0) {
3687 LOGERR("Unable to set contexts for %s\n", abLogsRecoveryDir.c_str());
3688 return false;
3689 }
3690 }
3691 }
3692#endif
3693 return true;
3694}
bigbiff1f9e4842020-10-31 11:33:15 -04003695
3696void TWPartitionManager::Unlock_Block_Partitions() {
3697 int fd, OFF = 0;
3698
3699 const std::string block_path = "/dev/block/";
3700 DIR* d = opendir(block_path.c_str());
3701 if (d != NULL) {
3702 struct dirent* de;
3703 while ((de = readdir(d)) != NULL) {
3704 if (de->d_type == DT_BLK) {
3705 std::string block_device = block_path + de->d_name;
bigbiff1f9e4842020-10-31 11:33:15 -04003706 if ((fd = open(block_device.c_str(), O_RDONLY | O_CLOEXEC)) < 0) {
3707 LOGERR("unable to open block device %s: %s\n", block_device.c_str(), strerror(errno));
3708 continue;
3709 }
3710 if (ioctl(fd, BLKROSET, &OFF) == -1) {
me-cafebabed63fcaa2022-07-28 03:19:20 +08003711 LOGERR("Unable to unlock %s: %s\n", block_device.c_str());
bigbiff1f9e4842020-10-31 11:33:15 -04003712 continue;
3713 }
3714 close(fd);
3715 }
3716 }
3717 closedir(d);
3718 }
bigbiffaf253cd2020-12-06 16:50:55 -05003719}
bigbiffcfa875c2021-06-20 16:20:27 -04003720
3721bool TWPartitionManager::Unmap_Super_Devices() {
3722 bool destroyed = false;
3723#ifndef TW_EXCLUDE_APEX
3724 twrpApex apex;
3725 apex.Unmount();
3726#endif
3727 for (auto iter = Partitions.begin(); iter != Partitions.end();) {
3728 LOGINFO("Checking partition: %s\n", (*iter)->Get_Mount_Point().c_str());
3729 if ((*iter)->Is_Super) {
3730 TWPartition *part = *iter;
3731 std::string bare_partition_name = Get_Bare_Partition_Name((*iter)->Get_Mount_Point());
me-cafebabe2136fc52022-07-20 06:42:18 +08003732 std::string blk_device_partition = bare_partition_name;
3733 if (DataManager::GetStrValue(TW_VIRTUAL_AB_ENABLED) == "1")
3734 blk_device_partition.append(PartitionManager.Get_Active_Slot_Suffix());
bigbiffcfa875c2021-06-20 16:20:27 -04003735 (*iter)->UnMount(false);
3736 LOGINFO("removing dynamic partition: %s\n", blk_device_partition.c_str());
3737 destroyed = DestroyLogicalPartition(blk_device_partition);
3738 std::string cow_partition = blk_device_partition + "-cow";
3739 std::string cow_partition_path = "/dev/block/mapper/" + cow_partition;
3740 struct stat st;
3741 if (lstat(cow_partition_path.c_str(), &st) == 0) {
3742 LOGINFO("removing cow partition: %s\n", cow_partition.c_str());
3743 destroyed = DestroyLogicalPartition(cow_partition);
3744 }
bigbiffcfa875c2021-06-20 16:20:27 -04003745 iter = Partitions.erase(iter);
3746 delete part;
3747 if (!destroyed) {
3748 return false;
3749 }
3750 } else {
3751 ++iter;
3752 }
3753 }
3754 return true;
3755}
bigbiffd21252f2021-09-18 15:56:32 -04003756
3757
3758bool TWPartitionManager::Check_Pending_Merges() {
3759 auto sm = android::snapshot::SnapshotManager::NewForFirstStageMount();
3760 if (!sm) {
3761 LOGERR("Unable to call snapshot manager\n");
3762 return false;
3763 }
3764
3765 if (!Unmap_Super_Devices()) {
3766 LOGERR("Unable to unmap dynamic partitions.\n");
3767 return false;
3768 }
3769
3770 auto callback = [&]() -> void {
3771 double progress;
3772 sm->GetUpdateState(&progress);
3773 LOGINFO("waiting for merge to complete: %.2f\n", progress);
3774 };
3775
3776 LOGINFO("checking for merges\n");
3777 if (!sm->HandleImminentDataWipe(callback)) {
3778 LOGERR("Unable to check merge status\n");
3779 return false;
3780 }
3781 return true;
Darth98f775972022-08-05 09:39:03 +01003782}