Home > Net >  All adb commands
All adb commands

Time:02-10

What is the best way to learn to use ADB?

How can I see the list of all commands that ever existed in ADB For example a backup command is not listed on this page but I use https://web.archive.org/ I can see that once the command was written on the page but today it no longer exists

Is there a place where you can see all the commands? Even those who removed them from the page?

CodePudding user response:

What you are looking for is adb man page. You can find that here or by also typing in terminal:

adb --help
  •  Tags:  
  • Related