You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to Nexus style data layout and allow exporting data components to external sdcard
Use internal data as in Nexus devices (sdcard0 is emulated).
External sdcard now called sdcard1.
Optional second partition of external sdcard (data1) can be used to store selected data components such as:
app, data, media and dalvik-cache. To do so, one must create a folder with a name of the component/s on data1.
We register sdcard1 as secondary storage allowing built-in asec mechanism to be used to move apps to it.
We also add misc recovery related settings and coresponding changes to TWRP in order to support above and backup of emulated internal sdcard
and apps in asac container.
To summarize, this patch allows user to encrypt device including sdcard0 and place selected data components on external sdcard.
Change-Id: Ib52086347eb1f8fc9fd11031428f2c49bdda9afb
0 commit comments