Just had a half a day to pull, is not pull,
See where the problem is?
The problem is I shouldn't run adb pull! in the shell.
The right approach:
Open a command-line ratio at any point in the desktop,
ADB pull/sdcard/getroot //This will pull Getroot to the desktop adb pull/sdcard/getroot e:/ //This will pull the getroot to the E-drive, try the e-back left slash right slash can be, After the 2nd pull in the figure, the E is written as a semicolon, so the error
The ADB push method is also available in the diagram.
Note that/system/app apk pull to the PC is possible, but the APK push to/system/app is not possible and will prompt for Read only:
This is the time to mount read-write (requires root access).
However, push-to-/data/local/tmp is possible. This is also the source of Saferoot use, first copy to TMP, find the loopholes and then use temporary permissions to the SU to XBin.
In addition, the day before the test seemed to find that if two phones are plugged in at the same time, a root is not root, then no root that can be used su. Without careful study, I put it first.
So much for this.
June 26, 2014