kumaranil13k
Well-Known Member
Question : How to create Mount script as/ or Link2sd symbolic link in adoptable storage (format microsdcard as internal memory) in Android 6.0.1 marshmallow any help
I have an old mobile with upgrade of Android 6.0.1 marshemellow with 16gb internal memory(11gb reserved for system and only 5 GB free space for user apps and files). I want to make 128gb or 64 GB microsdcard as internal memory.
I had changed many apps manifest through apkeditor and changed their default install location. To external still some files are moved and many apps cAnt change the manifest.
So to add at least 60gb I decided to move apps and folder redirect dcim download whatsapp Facebook to external micro SD card so that at least 2gb space is always free in internal memory.
Now the question and problem is that can I cheat or mislead the Android 6.0.1 marshmallow (without root or with root) throughs
I have an old mobile with upgrade of Android 6.0.1 marshemellow with 16gb internal memory(11gb reserved for system and only 5 GB free space for user apps and files). I want to make 128gb or 64 GB microsdcard as internal memory.
I had changed many apps manifest through apkeditor and changed their default install location. To external still some files are moved and many apps cAnt change the manifest.
So to add at least 60gb I decided to move apps and folder redirect dcim download whatsapp Facebook to external micro SD card so that at least 2gb space is always free in internal memory.
Now the question and problem is that can I cheat or mislead the Android 6.0.1 marshmallow (without root or with root) throughs
- Using apps like link2sd or app2sd or folder redirection appps or
- Through SM PM command.
Code:adb shell sm list-disks adoptable sm partition disk:179:160 mixed 25 adb shell sm format private:179,3 adb shell sm mount private:179,3 adb shell pm set-install-location 2 adb shell pm get-install-location
- Through creating own symbolic link boot.init script to decieve Android 6.0.1 is and move or link apk files like data lib hex off apk to.memory card
- Can both adoptable storage (format as sd as internal and the link2sd symbolic link mount scripts) work together as after formatting as card as internal Android assumes no external card and the how will be it work from redirecting or symbolic link to internal folder. I tried Inc it gave "Mount script error"