مجموعه اوامر مفيده جاهزه للـ ADB
مجموعه اوامر مهمه جدا لمستخدمي
ADB Shell
او اختصارا لـ
Android Debug Bridge
يمكنك الاستفاده منها في تحليل التطبيفات علي هاتفك وتثبيت او الغاء تثبيتها
ايضا وكذلك استخراج المعلومات التي تفيد في الفحص وتحليل الترافيك عبر الشبكه
او اوفلاين وكذلك عرض معلومات الحزم بالتفصيل ومعرفه معلومات حول هاتفك
والمزيد..
ADB Debugging
adb help >>
List of all commands
adb devices
adb forward
adb kill-server
Wireless
adb connect
adb usb
Package Manager
adb install
adb uninstall
adb shell pm list packages
adb shell pm path
adb shell pm clear
File Manager
adb pull
adb push
adb shell ls
adb shell cd
adb shell rm
adb shell mkdir
adb shell touch
adb shell pwd
adb shell cp
adb shell mv
Network
adb shell netstat
adb shell ping
adb shell netcfg
adb shell ip
System Log
adb logcat
adb shell dumpsys
adb shell dumpstate
ScreenShot-Rec
adb shell screencap
adb shell screenrecord [4.4+]
System
adb root
adb sideload
adb shell ps
adb shell top
adb shell getprop
adb shell setprop
adb shell getprop ro.build.version.release
Get device android version
Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
adb root
restarts adb with root permissions
Emulate device
adb shell wm size 2048x1536
adb shell wm density 288
And reset to default
adb shell wm size reset
adb shell wm density reset
ِ Another Commands
adb shell dumpsys
To dump all services
adb shell dumpsys -l
Only list services, do not dump them
adb shell dumpsys battery
Get Android device battery info