Guest User

memory swap script

a guest
Dec 3rd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #!/system/bin/sh
  2. #extsd2internalsd is a modification that allows to switch internal sd to external sd and viceversa. With this you can use default internal sd only for app storage #and the external sd to store all apps resource and all others stuff. The resut is a very big increase of installable apps on gs3
  3. #All credits to Mattiadj of xda forum for the idea and script and to mike1986 for the cmw zip.
  4. #xda thread url at
  5.  
  6. sleep 8
  7. mount -o remount,rw /
  8. mount -t vfat -o umask=0000 /dev/block/vold/179:49 /mnt/sdcard
  9. sleep 8
  10. mount -o bind /data/media /mnt/extSdCard
  11. chmod 777 /mnt/extSdCard
Advertisement
Add Comment
Please, Sign In to add comment