Skip to main content

Posts

Showing posts with the label command

Adb Command for Asus zenfone

Adb Command for Asus zenfone Zenfone Flashing Command I create a Hows to use ADB and fastboot command for flashing firmware, factory reset or reboot for zenfone ADB command for android zenfone        ADB reboot  -> This command will reboot you device       ADB reboot bootloader -> This command will reboot you device to boot loader       ADB sideload firmware.zip -> This command will flash a firmware in recovery via ADB sideload fastboot command for android zen fone       fastboot reboot -> This command apply on bootloader will reboot again in bootloader       fastboot flash boot boot.img -> This command will flash boot.img kernel you need to unlock bootloader first before using       fastboot flash fastboot fastboot.img -> This command will flash fasboot or bootloader for update or replace your bootloader       fastboot flash system system.img -> Th...