Quote:
Originally Posted by smw6180
Works fine coming from 2.5 on dc 2.0.7.2
Suggestion:
/system/bin/a2sd version
It's getting confusing with all the a2sd's out there. Even I get lost sometimes trying to remember what version of a2sd I have on my phone lately.
Notes:
First boot takes forever. I already had dalvik on the SD card...does it move it back to internal and then delete/re-create it on SD or something?
Code:
ls -l /data
lrwxrwxrwx root root 2010-04-25 08:41 dalvik-cache -> /system/sd/dalvik-cache
lrwxrwxrwx root root 2010-04-24 08:36 app-private -> /system/sd/app-private
lrwxrwxrwx root root 2010-04-24 08:36 app -> /system/sd/app
As you can see it looks like the dalvik-cache directory was completely recreated (based on timestamps).
It's not a big deal, just thought I'd bring it up.
|
Probably had something to do with the flags. I'll check it out.
It appears to be doing that each reboot.
Found the issue. It would reset if the symlinks were active and the flag file was not present. That should be if the symlinks were not active and the flag file was not present. Fixed it.
New file uploaded.
As for a2sd version, I decided to utilize code I already have.
The version number will show up when you start up a2sd.
But, if you type a2sd help, it will display the version number at the top of the help list.
Hopefully, that should help you keep track of the different versions.
|