Hello, all
I do have a question in using ADB command in console. I know that user doesn't have a permission to access /system in shell without root permission as a default. But when I execute "adb pull /system/app /myApps" in a window console, not shell mode, it works properly. I mean, all apk files is copied into my desktop location without any problem.
Is it normal case? I got a root permission using exploit before. So, I'm not sure that 'pull' command is always able to copy system files with normal permission.
I'm thinking about to make ADB GUI application to be supportable for every android user. I need to know If it's possible without rooting! Please help me!
Thank you in advance!