U2FsdGVkX18W+ue4gPK2VCDbLT+SZqKqNVZ/kzsgDX9iBQAFgMIGka7rEOsfr8q1YvBGTqfdWwtKkjG/nbcbTA==

here are some of the latest adb commands that can be used

List Adb Command 2024-2025
adb command update

here are some of the latest adb commands that can be used

List Adb Command 2024-2025
adb command update



#Adb command list

adb reboot to normal
adb reboot recovery to recovery or twrp
adb reboot-bootloader to fastboot
adb reboot edl to edl qualcomm 9008
adb reboot download (ODIN MODE)
adb shell reboot -p (POWER OF)

adb shell "service call iphonesubinfo 1 | toybox cut -d \"'\" -f2 | toybox grep -Eo '[0-9]' | toybox xargs | toybox sed 's/\ //g'" check imei

adb devices (CHECK DEVICE)
adb shell ... (YOUR COMMAND)
adb connect ip_address_of_device
adb shell getprop ro.build.version.release (GET ANDROID VERSION)

adb push [source] [destination]    // Copy files from your computer to your phone.
adb pull [device file location] [local file location] // Copy files from your phone to your computer.

adb -e install path/to/app.apk

adb uninstall com.myAppPackage
adb uninstall <app .apk name>
adb uninstall -k <app .apk name> -> "Uninstall .apk withour deleting data"
adb shell pm uninstall com.example.MyApp 

adb shell ls /dev/block/bootdevice/by-name check name partition only
adb shell ls -l /dev/block/bootdevice/by-name/ check full info partition
adb shell su -c dd if=/dev/block/bootdevice/by-name/namepart> namepart.img adb backup to komputer

Get Link
#Fastboot command list

fastboot reboot reboot to normal
fastboot reboot-bootloader reboot to fastboot(bootloader)
fastboot oem reboot-recovery reboot to recovery/TWRP
fastboot oem edl reboot to edl qualcomm 9008
fastboot reboot-edl reboot to edl qualcomm 9008
fastboot oem efl reboot to edl qualcomm 9008
fastboot oem edl reboot to edl qualcomm 9008
fastboot reboot edl reboot to edl qualcomm 9008

fastboot oem unlock-go unlock bootloader infinix,xiaomi.oppo.realme.asus old
fastboot oem unlock unlockbootloader infinix,xiaomi.oppo.realme.asus old
fastboot oem lock unlock bootloader infinix,xiaomi.oppo.realme.asus old
fastboot flashing unlock unlockbootloader infinix,xiaomi.oppo.realme.asus new
fastboot flashing lock unlockbootloader infinix,xiaomi.oppo.realme.asus new

fastboot erase frp bypass google account(remove)
fastboot erase persist bypass xiaomi account
fastboot getvar current-slot check slot partition
fastboot set_active a sett slot to a
fastboot set_active b sett slot to b
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img fix dm verity
fastboot oem cdms fix repair dm verity xiaomi poco  etc
fastboot oem cdms reapir dm verity xiaomi poco  etc


#HUAWEI

fastboot oem get-product-model check model
fastboot oem get-build-number check build number
fastboot getvar devicemodel check model

#VIVO

fastboot oem product-model checkmodel
fastboot oem device-name checkname
fastboot oem device-id checkid
fastboot oem optr-flag
fastboot -i 0x1949 getvar product checkproduct
fastboot oem device-info checkbootloader

Linknya Ditengah Iklan Gan :)

RECENT POST