How to Understand Basic List of ADB Commands: Difference between revisions

From wizarPOS
(Created page with "* adb devices List of devices attached * adb install ''path_to_apk'' * adb pull ''remote'' ''local'' To copy a file or directory and its sub-directories from the POS terminal....")
 
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/learn-adb-commands}}")
Tag: Replaced
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
* adb devices
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/learn-adb-commands}}
List of devices attached
* adb install ''path_to_apk''
* adb pull ''remote'' ''local''
To copy a file or directory and its sub-directories from the POS terminal.
 
remote: paths to the target files/directory on '''POS terminal'''
 
local: paths to the target files/directory on '''PC'''
 
For example:
  '''adb pull sdcard/wpmonitor/logcat/ ./'''
  copy files from sdcard/wpmonitor/logcat/ on POS termial to current folder of PC
 
* adb push ''local'' ''remote''
To copy a file or directory and its sub-directories to the POS terminal.
 
remote: paths to the target files/directory on '''POS terminal'''
 
local: paths to the target files/directory on '''PC'''

Latest revision as of 03:20, 8 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/learn-adb-commands

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!