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

APK Help

Rooted_

Lurker
Hey guys. I'm not sure where to post this so a mod can move it if you need to.

Ok so I'm not new to the whole rooting and apk editing but I got a new phone about a month ago and I don't have internet to download the files to root it so I can't root it but I need to know how to pull a apps apk files off the phone to edit certain things or I need a file viewer such as root explorer but without root needed. Basically I'm trying to pull the data from the /data/data/ folders but I need root access to do so. is there an app or a way to do this without having to root?
 
WiFi is freely available at libraries, coffee shops etc.

You can work the phone using adb from your pc, e.g.:

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
...
 
Back
Top Bottom