....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
adb rootthenadb shelland your commands?sugives "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).