0

....I am working on a project where I need to copy some files of an app that is present in the rooted folder of android. I need to write a python script that can help to get the required files from root folder of android to p. The dives I am using is already rooted.

I try to do it by adb but android not grant SU premmsions to aenter image description here

3
  • Have you ever tried using adb root then adb shell and your commands? Commented Sep 7, 2023 at 15:54
  • if su gives "permission denied" you have not granted superuser permissions in the root management app to shell/adb (e.g. magisk app). Note that on modern devices with root partition (not a system permission) it is no longer possible to modify this partition, even with root permissions). Commented Sep 7, 2023 at 16:02
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Sep 7, 2023 at 18:43

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.