2.ADB Tutorial

 

ADB Tutorial
View the current number of devices connected to the pc adb devices
 adb devices connected android  adb connect  [192.168.3.113]
 Disconnect  adb disconnect  [192.168.3.113]
 Install / Uninstall Android applications  adb install/uninstall [packageName]
 View installation package name  adb shell pm list  [packageName]
 To see where the path of a apk  adb shell pm path  [packageName]
 Copy the file to the phone side end pc  adb   push    c:\temp.txt    /system/app/
 Copy the phone-side data to the pc  adb   pull      /system/app    c:\data\
 Get phone's serial number  adb get-serialno
 View all apk installer  adb shell pm list packages
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

 

 

 

 

 

 

 

 

 




Guess you like

Origin www.cnblogs.com/cyqx/p/10926911.html