What's new

How to access Android/Data or Android/Obb using ADB Method

Pettitoes

Eternal Poster
Joined
Sep 26, 2016
Posts
600
Reaction
299
Points
308
Can't Install games with OBB? Need to access Android Data/ Android/OBB?

How to Import files to Android/Data or Android/Obb using ADB Method on Restricted Accessed File managers sa device mo
Prerequisites :
-Phone(w/ Wireless Debugging)
-Desktop
-cmd(with adb)
-> to test if adb is installed just type adb if ''adb' is not recognized'' then install adb else you're good to go.

Let's Start
1.Enable Developer mode
1710118172877.jpeg

2.Go to Wireless Debugging Mode
1710118222507.jpeg


3.Turn On Wireless Debugging ( Copy the details from your device )
1710118305820.png

4. Open your Desktop CMD :

Type : adb connect [ipaddress: port]

Explanation for image below :
So ang goal ko here is ipasok or Icopy si "game" folder na nasa sdcard/Download
Papunta sa loob ni sdcard/Android/data/[AppFolder]/files

as you can see sa line ng adb shell ls
nandun na si game sa loob ng Android/Data
1710118643561.png


CLI-Commands:
ls => view list
cp => copy file/folder
cp -r => Recursive cp ( to copy file/folder and laman nito )
cp -r [File to copy location] [File to paste location]

Please leave a react and feedback if it works! maraming salamat !
 

Attachments

Last edited:
Back
Top