Little script, which will root your ASUS Zenfone 5.
- ASUS Zenfone 5 (T00F/T00J) with official WW-2.22.40.54 firmware
This script will not overwrite any of your data (files, photos, music, settings etc). It's totally safe.
Script will overwrite:
- dnx
- ifwi
- fastboot
- recovery
- adb
- fastboot
If you're on linux, run root.sh
script in terminal and follow instructions. Make sure that you have enabled USB debugging mode in your phone.
./root.sh
I don't have time for develop scripts for other systems, but you can root your phone manually. Your device will be rebooted a few times in whole process.
-
Download the rooting script (about 53.4MiB).
-
Extract downloaded package.
-
Enable USB debugging mode in your phone.
-
Connect your phone with computer.
-
Open terminal in extracted
asus-zenfone-5-root
directory (you don't need reboot your phone manually, just execute following commands). -
Reboot to bootloader.
adb reboot bootloader
-
Unlock fastboot.
fastboot flash fastboot files/root/fastboot.img fastboot reboot-bootloader
-
Unlock bootloader (this can take up to 3 minutes, please be patient).
fastboot flash dnx files/vanilla/dnx_fwr_ctp_a500cg.bin fastboot flash ifwi files/root/ifwi_ctp_a500cg.bin fastboot reboot-bootloader
-
Root phone (an error during this part is normal - just ignore it).
fastboot flash recovery files/root/recovery.img fastboot flash update files/root/dummy.zip adb reboot bootloader
-
Restore vanilla files.
fastboot flash fastboot files/vanilla/fastboot.img fastboot flash recovery files/vanilla/recovery.img fastboot flash dnx files/vanilla/dnx_fwr_ctp_a500cg.bin fastboot flash ifwi files/vanilla/ifwi_ctp_a500cg.bin fastboot reboot
All done, enjoy your rooted phone.
- Go to system settings.
- Click about.
- Open software information.
- Tap build number 7 times - until a pop-up hint informs you that you've entered the developer mode.
- Return to settings.
- Find and open developer options.
- Select USB debugging and click ok.
- Mateusz Jagiełło (http://sigo.pl)
- Vipin Arumugham (http://www.facebook.com/zenfoneindia)
- shakalaca (http://23pin.logdown.com/)