Swap Internal To External SD CM 11 ( New Maclaw )

Search This thread

rozyid

Senior Member
Dec 31, 2010
269
43
moxer
Redmi Note 9 Pro Max
This Kernel and script for Swap storage for CM 11 by New Maclaw

many thanks to @Rox to build kernel and fixed this script

this Swap Memory CM11 build 20131216

For All version ( Via Script Manager )

Swap storages :
Code:
1. Download [URL="http://xdaforums.com/devdb/project/dl/?id=2647"]StoragesSwap.sh[/URL] from Download section and move it to /data
2. Download [URL="https://play.google.com/store/apps/details?id=os.tools.scriptmanager"]ScriptManager[/URL]
3. Open StoragesSwap.sh with Script manager and set SU and Boot icon
4. Reboot!

All version ( Flash via CWM )
Recomended baseband XXMG2

Thanks to @crashdjent to build it


Sent from my GT-I8160 using xda premium
 
Last edited:

tofueatsbread

Senior Member
Mar 7, 2013
4,004
1,286
[Request] Swap Internal To External SD CM 11 ( New Maclaw )



---------- Post added at 07:42 PM ---------- Previous post was at 07:40 PM ----------

I tried creating a script(dk if it works tho)
zy7utyry.jpg
bu7ybary.jpg
hy3asu8a.jpg

What happened to my storage


Sent from my iPhone
 

mischa_martin

Senior Member
Apr 12, 2011
312
115
Frankfurt
Here you are, optimized for our device. :)
I am at CM10.1 and don´t want to switch over to CM11 because it seems a little bit buggy and laggy.
Please try it :silly:

Code:
#!/system/bin/sh
umount /storage/sdcard0
umount /storage/sdcard1
mount -t vfat -o umask=0000,uid=1000,gid=1015 /dev/block/vold/179:97 /storage/sdcard0
mount -t vfat -o umask=0000,uid=1000,gid=1015 /dev/block/vold/179:8 /storage/sdcard1
 
  • Like
Reactions: tofueatsbread

Top Liked Posts

  • There are no posts matching your filters.
  • 8
    That wont be necessary in next release because it will be possible to swap using build.prop lines. I already implemented in my cm 11 + in advanced settings

    Sent from my GT-I8160
    5
    Rox maybe your script/zip/whatever for swap storages should be in first post? Here and in dev topic are lot of spam... I think ONE file should be in ONE place.
    3
    This Kernel and script for Swap storage for CM 11 by New Maclaw

    many thanks to @Rox to build kernel and fixed this script

    this Swap Memory CM11 build 20131216

    For All version ( Via Script Manager )

    Swap storages :
    Code:
    1. Download [URL="http://xdaforums.com/devdb/project/dl/?id=2647"]StoragesSwap.sh[/URL] from Download section and move it to /data
    2. Download [URL="https://play.google.com/store/apps/details?id=os.tools.scriptmanager"]ScriptManager[/URL]
    3. Open StoragesSwap.sh with Script manager and set SU and Boot icon
    4. Reboot!

    All version ( Flash via CWM )
    Recomended baseband XXMG2

    Thanks to @crashdjent to build it


    Sent from my GT-I8160 using xda premium
    2
    Nice, we solved 1 problem :)

    Edit. I checked script and it is done wrong way again, with wrong permissionwy not natively to support kitkat unfortunately. I will try to correct it

    Sent from my GT-I8160