nkk71andbigbiff 3c1e35f51c Adopted Storage: Add support for mixed mode sdcards
* Adds support for mixed adopted storage + removable
  storage partitioned sdcards.

* Also symlinks Adopted Storage datamedia folder to an
  available /sdcardN (N being 2 through 9) folder.

* Requires a suitable entry in fstab, for example:

    # Removable Storage
    /sd_ext ext4 /dev/block/mmcblk1p2 /dev/block/mmcblk1
        flags=storage;wipeingui;removable;encryptable=footer
    /external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
        flags=storage;wipeingui;removable;encryptable=footer

  /sd_ext will be the mountpoint for adopted storage, and /sdcardN
  will become symlinked to /sd_ext/data/media[/0]

* Fix adopted storage nickname being ""

* Output adopted partition info after successful decrypt

* Mimic single lun code for multi lun devices:
  "Mount CurrentStoragePath if it's not /data"

Change-Id: I3874c09f1a1c3a81f04277e17f17cc03ecb4184a
2021-11-18 19:47:13 +00:00
2020-12-02 18:47:28 +00:00
2018-08-24 11:17:39 -05:00
2019-03-19 18:05:40 +01:00
2021-07-31 18:52:01 +02:00
2013-09-17 20:06:14 +00:00
2017-06-17 07:05:45 -05:00
2020-05-07 19:25:26 -07:00
2016-08-24 15:32:18 -05:00
2017-01-18 17:41:17 +01:00
2015-12-19 08:31:01 -06:00
2016-03-31 15:43:53 +01:00
2016-03-31 15:43:53 +01:00
2012-09-05 15:24:31 -04:00
2016-03-17 16:00:20 -05:00
2020-01-07 11:35:06 -08:00
2012-09-05 15:24:31 -04:00
2017-01-18 20:02:43 +01:00
2017-01-18 17:41:17 +01:00
2018-08-24 11:17:39 -05:00
2021-11-13 17:33:19 -05:00

Team Win Recovery Project (TWRP)

You can find a compiling guide here.

S
Description
No description provided
Readme
102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%