Thursday, July 28, 2016

[HowTo] Activate Adoptable Storage on Marshmallow (with Xposed Framework)

Hey Guys,
in this Tutorial I will show you how to activate the Adoptable Storage function on the M4 Aqua with the help of the Xposed Framework.

Attention: Me or not anyone else is responsible if you proceed with this. We do not take any responsibility for any bricked phones, dead sd cards, void warranties or anything else.

At first let's talk about what we need:
- Android 6.0.1 (I used the Customized FR version. (Build R5C))
- Xposed Framework Installer: Download
- Xposed SDK23 ZIP File (I used v86): Download
- (Minimal) ADB: Download
- Unlocked Bootloader, ROOT and TWRP

So let's go:
1. Unlock your Bootloader and install TWRP like described here. (It may works also like described here without unlock your Bootloader but I didn`t test this.)
2. Install Root like described here.
3. Install the Xposed Framework Installer.
4. Boot into your TWRP. (Press PowerButton + Vol- Button to start your Phone into TWRP)
5. Connect your Phone with USB on your PC. (Make sure you've got all Drivers installed. You will find them in the Flashtool install location.)
6. Move the Downloaded Xposed ZIP to the install location of your (Minimal) ADB
7. Open an Shell were you've installed your (Minimal) ADB
8. Type the following:
Code:

adb devices
If your Phone is now listed you can continue
Code:

adb shell
Now you should see a command line like this: ~#
Then Type:
Code:

mount -w /dev/block/platform/soc.0/7824900.sdhci/by-name/system  /system
mount -w /dev/block/platform/soc.0/7824900.sdhci/by-name/userdata /data
mount -w /dev/block/platform/soc.0/7824900.sdhci/by-name/cache /cache

If you become an response that your Resource is busy don't wory. This means it's already mounted.
Now type this:
Code:

twrp sideload

adb sideload xposed-v*-sdk23-arm64.zip

For the * use the version number of your Downloaded Xposed ZIP.

If this is complete type:
Code:

adb reboot
Now it may takes up to 10-20 Minutes until your Phone is booted the first time with Xposed.

9. Download the SystemUI Patcher for Lollipop+
10. Acitvate it in Xposed App, open the SystemUI Patcher App, scroll down, select "Enable adoptable storage" and restart your phone.
11. Insert your SD-Card and select "use it as internal storage".
12. Congratulations you've got successfully enabled adoptable storage on your M4 Aqua


I tested it with the E2303. But it should work with any Version. :)


Special thanks to @depressed_ for the tipp with the SystemUI Patcher in this post.
And to @alby_var for the Tutorial how to install Xposed on Android 5, because I used this for orientation.


from xda-developers http://ift.tt/2ahfBnY
via IFTTT

No comments:

Post a Comment