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

Accessing the System folder

Grayrage

Newbie
Heyas guys. I was trying to access my system/lib/modules/ folder but do not see the system folder when exploring the folders on the phone. My phone is rooted I am just not how to view and access the system folders.

Thanks!
 
Run su in the shell to get root first. Then, unless pwd is already /, it's /system, not system.
 
Hi Grayrage, I moved your thread to the Android Lounge which is for discussing Android related topics:)

If you prefer, you can reply with your phone model and I can move this to a forum dedicated to your phone for a more focused response.
 
What file explorer are you using mate?
I recommend ES File Explorer.
If you use ES, hit the icon at the top left of the screen then hit "tools" and turn on root explorer and grant SU when prompted :thumbup:
 
Thanks that's what I needed. ES File Explorer works great. Any idea on how to access the system files when connected to the PC though?
 
Thanks that's what I needed. ES File Explorer works great. Any idea on how to access the system files when connected to the PC though?

The only way to do it would be through using adb. You can use adb shell to access the filesystem, change permissions, move files, etc; use adb push/pull to transfer files to/from the device.
 
Back
Top Bottom