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

Root Official Root Thread

Status
Not open for further replies.
Successfully rooted my Desire today and have done a full backup.
I think maybe a silly question.... but how do i know if my apps are installing to the sd card other than taking the sdcard out and seeing if any apps work?
 
Successfully rooted my Desire today and have done a full backup.
I think maybe a silly question.... but how do i know if my apps are installing to the sd card other than taking the sdcard out and seeing if any apps work?

i had about 130mb on internal memory with about 10 apps installed. instead of before i was down to about 10mb
 
you can run the command
ls -l /data
from an adb shell or from a terminal on the phone to check the symbolic links are present

after running the command, you should see a list, the items you are interested should have at the end:
dalvik-cache -> /system/sd/dalvik-cache
app-private -> /system/sd/app-private
app -> /system/sd/app

notice the -> indicating symlinks and the 'sd'

you can also run: busybox df -h
to check the /system/sd folder is being used
 
Im so confused as to all this?
Why will it be beneficial to be able to root you phone and have control over it?

Whats exactly is apps2sd?

Im scared of trying this incase it messes up completely!
 
Status
Not open for further replies.
Back
Top Bottom