Flash Tutorial via ADB sideload

Flash Tutorial via ADB sideload Based on experience with zen 6 bootloop ( stuck at asus logo ) because editing build.prop Preparing tools : Intel USB Driver for Android ( Download Here ) ADB Fastboot Tool ( Download Here ) Asus Zenfone Firmware (Download From Asus Website, and Put it in the same folder with adb fastboot tools) Zenfone 5 Zenfone 6 (Select OS Android and Choose Your zenfone Model) Steps: Turn off your zenfone Go to recovery mode by pressing power + volume down, android logo appears press volume up + down and then release volume up (still hold the volume down until recovery) then apply update from ADB option Connect your Zenfone with USB Cable to your PC/laptop Open command prompt in Windows (in the same folder where ADB is located) Check connection by type adb devices if connection successful will be a list of zenfone device Type adb sideload file.zip (file.zip=adjust the filename, asus zenfone firmware that you download earlier) Wait until the process is comp...