Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/system/bin/sh
- #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
- #All credits to Mattiadj of xda forum for the idea and script and to mike1986 for the cmw zip.
- #xda thread url at
- sleep 8
- mount -o remount,rw /
- mount -t vfat -o umask=0000 /dev/block/vold/179:49 /mnt/sdcard
- sleep 8
- mount -o bind /data/media /mnt/extSdCard
- chmod 777 /mnt/extSdCard
Advertisement
Add Comment
Please, Sign In to add comment