commit | 209c96357521c9e1ef44f2264e1cd3ff537f4915 | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Wed Jan 20 12:08:35 2016 -0600 |
committer | Ethan Yonker <dees_troy@teamw.in> | Fri Feb 05 11:47:56 2016 -0600 |
tree | cc13e91215ee51cefc0407e1ee98b2deff5f527b | |
parent | 6168f0c9c3af41d4df4278500d3bc949e43060c4 [diff] |
partitions: Mount storage for MTP after wipe Conditionally run Add_MTP_Storage() after wipe if: 1) is wiped successfully 2) is storage (already implemented) 3) mount succeeds Previous to this commit, Add_MTP_Storage() was called before mounting storage, which fails. Mounting storage right after wipe should not be a problem since Update_System_Details() does it anyways (and doesn't complain if already mounted). Change-Id: I8a5a78d5ac9181f3a9464dfe6b77284458f9868b
Team Win Recovery Project (TWRP)
You can find a compiling guide here.