Description | Unlock Device App: Unlock boot loader Notice: 1. Please notice this unlock tool support Kitkat only. Please update your software image to latest Kitkat versoin 2. Before you download, install, and use the Unlock Device App you acknowledge and assume complete risk to the quality and performance of this App, including but not limited to the following: once you activate the App you will not be able to recover your ASUS product (“Original Product”) back to original locked conditions;the Original Product with the activated App will not be deemed the Original Product; the Revised Product will no longer be covered under the warranty of the Original Product; the software of Revised Product will no longer be deemed the software of the Original Product and can no longer receive ASUS software updates; your purchased digital content may also be affected. You also acknowledge ASUS does not guarantee service satisfaction to any Revised Product, including events involving paid service requested by you to be performed to the Revised Product. Furthermore, such repaired Revised Product will not be covered under the warranty of the Original Product; the software of the repaired Revised Product will not be deemed the software of the Original Product and will not receive ASUS software updates. It is strongly advised that you avoid activating this App unless you fully understand and accept the risks that may arise. |
---|---|
File Size | 460.62 KBytesupdate 2015/10/19 |
Download from | Global |
ASUS Announces ZenFone AR ZS571
ZenFone AR features a powerful Qualcomm® Snapdragon™ 821 processor that is optimized for Tango, and is the world's first smartphone with 8GB of RAM. ZenFone AR's powerful performance and innovative camera work in conjunction with Tango to enable smooth and compelling smartphone AR experiences.

Zennovation CES 2017
ASUS Chairman Jonney Shih unveiled the ASUS ZenFone AR and ZenFone 3 Zoom smartphones during the Zennovation press event at Caesars Palace in Las Vegas. ZenFone AR will be the world's first smartphone that is both Tango enabled and Daydream-ready

Asus announces the ZenFone 3 Zoom
ASUS ZenFone 3 Zoom is a 5.5-inch smartphone designed to excel at photography with a dual-camera system that captures gorgeous photos and videos. It is also the world’s slimmest smartphone with a high-capacity, 5000mAh battery, giving users extended usage times without compromising style and portability.

Asus ZenFone 4, ZenFone 5 and ZenFone 6 launching on April 11
Asus will launch its new range of ZenFone smartphones in China on 11 April 2014. The company for now hasn't detailed global availability for the ZenFone 4, ZenFone 5 and ZenFone 6, which were announced by the company in January during CES.

ASUS Zenfone 5 LTE A500KL Unlock Bootloader Tool
How to Fix "Unfortunately, Camera Not Found" On ASUS Zenfone
How to Fix "No camera is Found" on ASUS Zenfone 5:
- Download Fix File (Here)
- Download Zenfone 5 Firmware (Here)
- Download ADB Tools (Here)
- Extract ADB Tools and Place extracted fix file and Firmware to ADB Tools Folder
- Turn Off Zenfone 5 and Enter Fastboot/droidboot Mode (Press Power + Volume up at the same time until droidboot apear)
- Connect to PC/Laptop
- Open ADB Folder, Press Shift + Right Click > Open Command Here
- At CMD Type adb devices (then press enter) and see your device is connected or not, if it shows your device you can proceed to step 9. If doesn't show try another port or make sure you place at adb folder.
- Type this following commands (Press enter after each line) : fastboot flash fastboot fastboot.img
- On Fastboot mode now choose "Recovery"
- Choose "Wipe Data" then "Wipe Cache"
- Select "update from adb"
- at cmd type this command and press enter: adb sideload UL-ASUS_T00F-WW-2.21.40.30-user.zip
- Reboot
- Done
fastboot flash boot boot.img
fastboot flash recovery recovery.img
How to Fix "No camera is Found" on ASUS Zenfone 2:
- On your computer open your web browser app. Then navigate here and download the root exploit.
- Place the file on desktop and unzip it on your computer.
- Connect your Asus Zenfone 2 with your computer by using your phone’s USB cable.
- Now, access the root exploit folder from your computer and from there open a command prompt window: press and hold Shift keyboard key while right clicking on any blank space.
- Reboot your smartphone into fastboot mode by entering in the cmd window: adb reboot bootloader.
- Next, type the following commands – press enter after each line: fastboot flash fastboot files/root/fastboot.img
- Wait a few moments and then execute the following commands one by one – the bootloader will be unlocked: fastboot flash dnx files/vanilla/dnx_fwr_ctp_a500cg.bin
- After doing so you can root your Zenfone 2 by entering in the same cmd window: fastboot flash recovery files/root/recovery.img
- In the end, make sure that the “Camera not found” bug is addressed by entering these commands: fastboot flash fastboot files/vanilla/fastboot.img
- That’s it; unplug the USB cable and enjoy.
fastboot reboot bootloader
fastboot flash ifwi files/root/ifwi_ctp_a500cg.bin
fastboot reboot-bootloader
fastboot flash update files/root/dummy.zip
adb reboot bootloader
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
ASUS Zenfone 2 Running Windows 7
![]() |
In what can only be deemed a project deep into the extreme end of the modding spectrum, XDA Senior Member ycavan took to the forums earlier today to show off a full-blown Windows 7 installation running on his Intel-powered Zenfone 2. The nature of the Intel Atom’s architecture ensures that the OS runs at near native speeds, and despite the installation
procedure being relatively complex, the end almost justifies the means for enthusiasts longing for a desktop OS on a handheld device. In his post, ycavan outlines every step required for the installation, the gist of which is that interested Zenfone 2 users must unlock their bootloader, flash a specific kernel, partition their SD card and run a host of terminal commands, upon completion of which, the Windows installation will begin in a virtual machine.
ASUS Zenfone 2 Unlock Bootloader
Think of the bootloader as a security checkpoint for all those partitions. Because if you're able to swap out what's on those partitions, you're able to break things if you don't know what you're doing. Or, with a little hackery, you're able to run custom ROMs.
Notes:
- Work for ZE551ML (Z00A) and ZE550ML (Z008)
- Update firmware first to 2.19.40.12(ZE550ML) and 2.19.40.18 (ZE551ML)
- Make sure ADB Working properly
How to Unlock Zenfone 2 Bootloader:
- Root your Zenfone 2 (Root)
- Make sure ADB is Working (Download Here if you don't have it)
- Connect Zenfone 2 to PC and open cmd at ADB path
- at Command Prompt Type (press enter after type each line): adb shell
- Phone will restart in recovery, after updating itself phone will restart and ASUS splash screen will be white.
- Download Black Splash screen (Download)
- navigate to adb folder opened cmd and type the following command:
- Done
su
getprop ro.isn > /factory/asuskey
reboot bootloader
adb reboot bootloader (pressed enter)
fastboot devices (pressed enter)
see if device is listed, write following
fastboot flash splashscreen splashscreen.img (pressed enter)
restart your phone and Now black splash screen is back. Congrats your bootloader is now unlocked
How to Root ASUS Zenfone 4 Lollipop (Android 5.0)
Files to Download :
Instructions :
- Download Files above and Install intel usb driver (if you don't have it)
- Extract CWM to folder
- Copy SuperSU to Zenfone 4 SDCard
- Turn off Zenfone 4
- Go to Droidboot (Power+Volume up)
- Connect Zenfone 4 to PC
- At CWM Folder open cmd (Shift+Right Click > Open Command Here)
- See device connected properly or not by typing: adb devices if the device listed proceed to next step.
- Flash cwm, type at cmd: fastboot flash update update.zip
- Enter CWM choose update from sdcard
- choose supersu and flash it
- wait until finish
- reboot and device rooted
Thanks to:
X-Team ->CWM
chainfire->SuperSU
How to fix Zenfone 5 "no sound" when calling after update 2.22.40.53
- Turn on Dial pad touch tones (settings>sound) if doesnt work,
- When accept incoming call press "hold" button once (upper right of 9 buttons)
- Then immediatelly press it again, and then you can successfully talk on your phone
This issue only happens on the incoming call
How to Change Zenfone 2 Firmware from CN/TW to WW
Files to Download:
- Asus Zenfone 2 Recovery Images ZE550ML=Z008, ZE551ML=Z00A (DOWNLOAD)
- Asus Zenfone 2 Firmware (Download for ZE550ML, Download For ZE551ML)-> Choose Android then Firmware and choose WW version
- Intel USB Driver (Download)
- ADB (Download)
Instructions:
- Download all files above (Note: choose same recovery and firmware ex: download Z00A 2.17.40.12 and download 2.17.40.12 firmware)
- Install Intel USB Driver
- Open Downloaded ADB then extract it
- Place recovery, firmware to ADB Folder
- Enable USB Debugging (Settings>About>Software Information>Tap Build Number 7 times then in settings developer option menu tick usb debugging)
- Connect Zenfone 2 with PC/Laptop
- in ADB Folder press shift+right click > open command here
- Check Zenfone 2 connected properly or not (Type in cmd: adb devices) "press allow and remember your choice" on zenfone 2 screen
- You will see your Zenfone 2 on cmd list
- Type in cmd: adb reboot bootloader
- Zenfone 2 will reboot to bootloader
- Type This at CMD:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash fastboot droidboot.img - Reboot Phone
- Copy Zenfone 2 firmware to Phone Storage and wait for notification and wait until finish or you can flash via ADB Sideload
ASUS Zenfone 2 Disassembly
Like any hotly anticipated phone, someone was bound to take it apart. This time, we turn to Zentalk Taiwan forum for our teardown needs.
As you can see from the pics below, the ASUS Zenfone 2 isn’t easily disassembled. More to the point, don’t try this at home.
Motherboard Parts List :
2) BROADCOM BCM4339XKUBG (WiFi)
3) Intel P10 H1448 F4486902 PMB6830 (PM IC)
4) SK hynix H9CKNNNCPTMR PRNUH 501A
5) Winbond W978H6KBVX2E 6) SKY77597-11 ( TxRx FEM)
How to Downgrade ASUS Zenfone 5 LTE A500KL Lollipop (Android 5.0) to Kitkat (4.4)
Asus already gave an update Android 5.0 Lollipop For ASUS Zenfone 5 LTE A500KL or Asus Zenfone 5 LTE. Today Asus Zenfone Blog will teach you How to Downgrade ASUS Zenfone 5 LTE A500KL from Android 5.0 Lollipop to KitKat 4.4.
Notes:
- This method will downgrade Android 5.0 (Lollipop) to Android 4.4 (KitKat) TW_11.4.6.94 or WW_11.4.6.94; software can not be converted back into the other version version.
- The system version will revert back to the board to default values and cause data loss; you need to take to back up important data before back version.
- Make sure Zenfone Battery above 20%
- Please go to [Settings] -> [storage space], and select the USB connection mode to " media device (MTP) . "
- Please go to the following URL to download descending brush tool:http://www.asus.com/tw/Phones/ZenFone_5_A500KL/HelpDesk_Download/
- Select Android
- Choose Firmware
- Download file ( TW_A500KL_11_4_6_94.zip for TW version and WW_A500KL_11_4_6_94.zip for WW version) decompression, renamethe following file " TW_A500KL-11.4.6.94-20141218_M3.5.22-ota-user.zip " or " WW_A500KL-11.4.6.94-20141218_M3.5.22-ota-user.zip "
- Connect your phone and computer using Micro USB, and copy TW_A500KL-11.4.6.94-20141218_M3.5.22-ota-user.zip/WW_A500KL-11.4.6.94-20141218_M3.5.22-ota-user.zip to the root directory of the phone's internal storage space.
- Turn the phone off, then hold down the "power button" and "volume down key" hold to enter Recovery Mode.
- see the following screen, press the volume keys to select " 1. Enter SD download mode ", then press the power button to perform to confirm the action.
- Press the Volume button to select " Apply Update from Internal Storage ", then press the power button to confirm.
- Press the Volume button to select " 0 / "and then press the power button to confirm.
- Press the volume keys to select " TW_A500KL-11.4.6.94-20141218_M3.5.22-ota-user.zip " / WW_A500KL-11.4.6.94-20141218_M3.5.22-ota-user.zip , then press the power button to confirm.
- After the update is complete, press the volume button to select " Wipe Data / Factory RESET ", then press the power button to confirm.
- Press the volume keys to select " Yes - delete user All Data ", then press the power button to confirm.
- press the volume keys to select " reboot system now ", and then press the power button to confirm.
- Downgrade version is complete, up to [Settings] -> [about] -> [Software Information] to check the version number is a V11.4.6.94 .
[Zenfone 2] Install Android 5.0 Xposed Framework
Download Xposed Framework For ASUS Zenfone 2
![]() |
Old Version |
DWYOR
Source
How To Downgrade From Lollipop Beta to Kitkat
Files to Download:
- Asus Zenfone 5 4.4.2 System img (Download Here/MIRROR)
- Boot.img recovery.img fastboot.img (Download Here)
Instructions:
- Download Files Above and Extract
- Activate USB Debugging (Go to Developer Options>USB Debugging)
- Connect Zenfone 5 Lollipop to PC/Laptop
- Open WW Folder and Open CMD (Shift+Right Click > Open Command Here)
- Check if your Zenfone Connected or Not. Type: ADB devices and you will see your device connected or not (Don't forget to click authorize on Zenfone 5 screen)
- Now Reboot to Bootloader by Typing: adb reboot bootloader
- After Entering bootloader then flash boot.img, fastboot.img, and recovery.img. type: fastboot flash boot boot.img then wait until finished type: fastboot flash recovery recovery.img then wait until finished, type: fastboot flash fastboot fastboot.img
- Go to System Image Folder and Open CMD (Shift+Right Click>Open Command Here)
- Type: fastboot flash system system.img and wait until compete
- Go to Droidboot and Choose Factory Reset
- Reboot and Your Zenfone will be back to KitKat
How to Enter Asus Zenfone Lollipop Recovery
What is recovery? In Android, recovery refers to the dedicated, bootable partition that has the recovery console installed. A combination of key presses (or instructions from a command line) will boot your phone to recovery, where you can find tools to help repair (recover) your installation as well as install official OS updates.
Entering Recovery Mode
- Turn off your Zenfone
- Hold Power button + Volume up
- When the phone is vibrating release power button
- Then the display change like this:
- You can select Normal Boot or recovery Boot by pressing Volume up/volume down. To enter recovery choose recovery mode
- Then You will see sleep android robot, Press Power button + Volume up and release the buttons
- The you will see Asus Zenfone Lollipop Recovery Mode
How to Root Zenfone 5 Lollipop
Download Root-recovery Files:
How to Root Asus Zenfone 5 (T00F/T00J) Lollipop version (For Kitkat and Jellybean see here)
- Install TWRP/Philz (Tutorial Here)
- place SuperSU-autoroot.zip on /sdcard or /microSD, but I recommend u place on both
- Go to recovery mode:
on fastboot: choose "recovery", then wait.
or from power off: hold power+vol down. - ON RECOVERY: choose install, choose where u place SuperSU-autoroot.zip and wait till success.
- reboot system
Video Tutorial:
TWRP - Philz Recovery Zenfone 5 (Kitkat/Lollipop)

Download TWRP-Philz AutoInstaller :
flashing the TWRP Recovery Zenfone 5 (Work at Kitkat/Lollipop)
- Download File Above
- Enable USB Debugging (Tutorial Here)
- Connect Zenfone 5 With PC/Laptop
- Double click TWRPRecovery-install.bat
flashing the PhilZ Touch Recovery Zenfone 5 (Work at Kitkat/Lollipop)
- Download File Above
- Enable USB Debugging (Tutorial Here)
- Connect Zenfone 5 With PC/Laptop
- Double click PhilZTouchRecovery-installer.bat
To Apply OTA Update, you must back to Original Recovery:
- Download File Above
- Enable USB Debugging (Tutorial Here)
- Connect Zenfone 5 With PC/Laptop
- Double click lockbootloader-forOTA.bat
Video Tutorial:
Philz Touch Recovery Zenfone 5 Kitkat
Instruction for install Philz Touch Recovery
- make sure usb debug is enable
- plug your phone while open
- double click PhilZTouchRecovery-installer.bat and your done you have PhilZ Touch Recovery
- Download file
- zenfone kitkat auto installer Philz touch recovery -> download
Be Inform
if you stock at usb logo after using PhilZ Touch Recovery
hold power + volume up youneed to go to droidboot and then process to reboot
this is not for newbie thanks
Thanks to Zenfone.ph
[How to fix] Rooted Zenfone 2 Can't Boot After Update
- Double wipe your Zenfone 2 (Wipe Cache and Wipe Data, Tutorial Here)
- Download your zenfone 2 pre-root system.img Here and Extract it
- Flash system.img droidboot.img boot.img and recovery.img using Fastboot command
Asus Zenfone 4 IMEI Recovery (Null IMEI)
![]() |
Null Imei Problem on Zenfone | www.asus-zenfone.com |
![]() |
Null Imei Problem on Zenfone | www.asus-zenfone.com |
Today I will post how to restore IMEI on Asus Zenfone 4. When your zenfone got null IMEI you can't call/text/data because your zenfone will not recognize simcard.
IMEI RECOVERY METHOD 1
- First root your device
- download and install terminal emulator
- download this and copy it to internal sd card
- open terminal emulator and type su
- grant superuser access
- type dd if=/sdcard/mmcblk0p3.img of=/dev/block/mmcblk0p3
- and enter
- after success restart ur phone and pray.
TWRP Recovery for ASUS Padfone S T00N PF500KL
DWYOR (Do it With your Own Risk)
Requirements:
- Rooted Padfone S
- Terminal Manager (Download from Playstore)
- Backup your data first before perform this action.
Download TWRP Recovery img:
Instructions:
- Download file above and place it to internal memory
- Open Terminal Manager and Type:
dd if=asus_t00n_twrp_2_7_1_1.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
- Then re-opened to recovery, after the reboot, when the ASUS logo disappears about 60 seconds and so on, press power button, you can see the TWRP menu Hello. I have not verified all the features, free to try again, please remember to interested backup your mobile phone data.