• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Merit] Script to change storage

fryguy2

Member
I was looking at some android game devices yesterday. They were talking about this script, that changes the device storage path. I wonder if something like this could be ported to the phone? Would be nice to install apps to memory card, instead of taking up the phones internal memory. The does need to be rooted.

What the say is below:


http://www.willgoo.com/jxd-s5300-retro-console-capacitive-multigaming-rooted-4g-p-308.html

- Change system partitions, so that intermal memory will be /mnt/ext_sd and micro sd will be /mnt/sdcard, that is the opposite to how it is by default. The reason is because most android games with huge data look for /sdcard/ to storage data, so we are not limited to use the limitation of the small internal memory, and no need to use apps like Directory bind or Gl2SD for instance.
 
My ROM/AreaRom has no init.d script. I don't believe in them. The "magic" happens LONG before the init.d script would kick in, too.

Combined with the v6 CWM, there is no limitation on the sd-ext size, either. Make it as big as you want (But, anything over 2GB is a real waste of time. I have over 250 apps installed, and use <500mb of /data)
 
My ROM/AreaRom has no init.d script. I don't believe in them. The "magic" happens LONG before the init.d script would kick in, too.

Combined with the v6 CWM, there is no limitation on the sd-ext size, either. Make it as big as you want (But, anything over 2GB is a real waste of time. I have over 250 apps installed, and use <500mb of /data)

my init.d script to relocate /data/dalvik-cache to /dev makes quite a noticeable improvement in stock storage space as well as after many apps are installed.

if one wanted to get technical though they could edit the init.rc in the ramdisk of the boot.img and make the system store whatever, wherever. the only problem with this is that the linux-based system "prefers" certain setups over others to operate correctly. i've actually tried make such types of modifications and they work but are usually rife with bugs and errors.

just my $.02
 
Back
Top Bottom