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

Root need info on a2ext script

nitramus

Well-Known Member
I am trying to find info on a2ext specifically and maybe other scripts also but Besides those explained by cronmod I know there are others but would be really good to have a list and description of all those kind of scripts.
I was told that a2ext is faster then int2ext.......

Need more info
Please help.
 
The speed thing is easy: internal storage is faster than sd (even a class 6 card, which is the fastest the Desire can handle), so moving all of your internal data to sd is slower than just moving apks or apk+dalvik.

Most custom ROMs for the Desire come with an a2sd script in them. For those that don't (such as cyanogenmod) you can add your own - I used to add the DarkTremor script back when I used CM7, for example.

Some ROMs' scripts just move whatever they are designed to move (either apks or apk+dalvik) without any action on the user's part. DarkTremor, and some scripts derived from it, can be configured using command line instructions from a terminal emulator ("a2sd <command>").

What most of them do is create directories on the sd-ext (e.g. app or dalvik-cache directories), move the corresponding elements of the apps from internal to the sd-ext, and then replace the directories in internal storage with links to the directories on sd-ext. To the phone it looks as if everything is still on the phone, but in reality a lot of stuff is on the card - moving an app "to the phone" via the phone menu actually moves it to sd-ext. The upshot is that as you install apps, most of the app is on the card, and so your internal space goes down much more slowly.
 
Typical a2sd, as I said, moves the apk and dalvik files, nothing else. Some just move apk.

Most of those options are moving a lot more stuff - the entire data area (apps and app data). I've never felt the need myself, and it will be slower, but if you want to try it feel free. ;)

It says you need 100MB internal for every 500MB sd-ext. I've no idea why, but unless you are using a custom HBOOT as well that will limit you to about 750MB sd-ext. TBH that should be enough though.

Personally I'd just use whatever a2sd comes with the ROM. My current ROM doesn't even include an a2sd script - it takes the other approach of a very small ROM and a custom hboot to gain more internal space.
 
Back
Top Bottom