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

Help Reading the /Root Directory -- Help !

justjimjpc

Premium Member
Ok I have rooted my phone ...

I have telnet and terminal apps installed ... I am trying to get into the root directory/sub-directories and can not figure out how to do it ...
 
Which directory are you trying to get into or find?

I am trying to get into /root/???? subdirectories ...

or where paid apps are stored ... and where the default apps are stored ...

I was able to run your backupapps.sh .... so root cmd sh does work
 
Code:
[B]Normal apps[/B]
cd /data/app

[B]Paid apps[/B]
cd /data/app-private

Thanks ...

so if I run terminal ...

su
# cp -R /data/app /sdcard/DL_Apps

and...

# cp -R /data/app-private /sdcard/DL_Apps

should give me all the downloaded apps in the "/sdcard/sdcard/DL_Apps directory ?

BTW: Is there a file manager that takes advantage of rooted_OS ?
 
Back
Top Bottom