adb (Android Debug Bridge) cheatsheet - Devhints

文章推薦指數: 80 %
投票人數:10人

Command, Description. adb devices, Lists connected devices. adb devices -l, Lists connected devices and kind. adb root, Restarts adbd with root permissions. Devhints.io Edit DeviceBasics Command Description adbdevices Listsconnecteddevices adbdevices-l Listsconnecteddevicesandkind adbroot Restartsadbdwithrootpermissions adbstart-server Startstheadbserver adbkill-server Killstheadbserver adbremount Remountsfilesystemwithread/writeaccess adbreboot Rebootsthedevice adbrebootbootloader Rebootsthedeviceintofastboot adbdisable-verity Rebootsthedeviceintofastboot wait-for-devicecanbespecifiedafteradbtoensurethatthecommandwillrunoncethedeviceisconnected. -scanbeusedtosendthecommandstoaspecificdevicewhenmultipleareconnected. Examples $adbwait-for-devicedevices Listofdevicesattached somedevice-1234device someotherdevice-1234device $adb-ssomedevice-1234root Logcat Command Description adblogcat Startsprintinglogmessagestostdout adblogcat-g Displayscurrentlogbuffersizes adblogcat-G Setsthebuffersize(KorM) adblogcat-c Clearsthelogbuffers adblogcat*:V EnablesALLlogmessages(verbose) adblogcat-f Dumpstospecifiedfile Examples $adblogcat-G16M $adblogcat*:V>output.log FileManagement Command Description adbpush Copiesthelocaltothedeviceatremote adbpull Copiestheremotefromthedevicetolocal Examples $echo"Thisisatest">test.txt $adbpushtest.txt/sdcard/test.txt $adbpull/sdcard/test.txtpulledTest.txt RemoteShell Command Description adbshell Runsthespecifiedcommandondevice(mostunixcommandsworkhere) adbshellwmsize Displaysthecurrentscreenresolution adbshellwmsizeWxH SetstheresolutiontoWxH adbshellpmlistpackages Listsallinstalledpackages adbshellpmlistpackages-3 Listsallinstalled3rd-partypackages adbshellmonkey-papp.package.name Startsthespecifiedpackage 0Comments forthischeatsheet. Writeyours!



請為這篇文章評分?