Hi,
In an ADB shell I started a root user session ("su"). I switched to the /data/system folder and listed the files there (ls). I want to pull a file from that directory, but I cannot get the pull syntax correct and I don't know where I am going wrong.
Sometimes ADB says "file not found". Other times (trying a different syntax) the prompt just goes to a ">" and does nothing.
The file I want to copy is packages.xml. I have tried numerous variations of this command:
pull packages.xml c:\users\administrator\documents\android\
Any suggestions?
Thanks!
In an ADB shell I started a root user session ("su"). I switched to the /data/system folder and listed the files there (ls). I want to pull a file from that directory, but I cannot get the pull syntax correct and I don't know where I am going wrong.
Sometimes ADB says "file not found". Other times (trying a different syntax) the prompt just goes to a ">" and does nothing.
The file I want to copy is packages.xml. I have tried numerous variations of this command:
pull packages.xml c:\users\administrator\documents\android\
Any suggestions?
Thanks!
