Tampilkan postingan dengan label Custom Recovery. Tampilkan semua postingan
Tampilkan postingan dengan label Custom Recovery. Tampilkan semua postingan

Jumat, 19 Februari 2016

TWRP Recovery for ASUS ZenFone 2 Laser (ZE551KL/ZE600KL)


Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Changelogs:
Completely new theme - Much more modern and much nicer looking (by z31s1g)
True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
SuperSU prompt will no longer display if a Marshmallow ROM is installed
Update exfat, exfat fuse, dosfstools (by mdmower)
Update AOSP base to 6.0
A huge laundry list of other minor fixes and tweaks

Compatibel Device:
  • ZenFone 2 Laser ZE551KL/Z00T
  • ZenFone 2 Laser Z600KL/Z00L
  • ZenFone Selfie ZD551KL
Downloads:

How to Install:
  1. Install ADB on your Computer (download)
  2. Enable USB Debugging on Your ZenFone 2 Laser (Settings>Developer Options)
  3. Copy and Install Unlock Bootloader apk on Your Zenfone and run it
  4. Copy TWRP recovery.img based on your device
  5. Connect your ZenFone 2 Laser with your computer
  6. At TWRP recovery img folder Press shift+right click>open command here
  7. Check if device connected properly type on command prompt (will show serial number if connected properly) :
  8. adb devices
  9. If connected properly type these command in sequence (enter after each line):
  10. adb reboot bootloader
    fastboot flash recovery recovery.img
    fastboot oem reboot -recovery
  11. Wait for the device restart and entered the recovery 
  12. Done

Screenshot:

DWYOR, This Tutorial will void your warranty
Credit to luca020400 on XDA  


Minggu, 17 Januari 2016

TWRP Recovery for ASUS ZenFone Selfie ZD551KL


Team Win Recovery Project (TWRP), is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface which allows users to install third-party firmware and backup the current system, which are often unsupported by stock recovery images. Today Asus zenfone blog will teach you How to Install TWRP recovery for ASUS Zenfone Selfie ZD551KL. To install TWRP recovery you need unlock bootloader your zenfone selfie, and this action will void your warranty. DWYOR (Do it with your own risks).

Tools and Files:
  1. ADB Installer (Download)
  2. ZenFone Selfie Unlock Booloader APK (Download)
  3. TWRP Recovery img for ZenFone Selfie CN/WW (Download)
Steps How to Install TWRP for ASUS ZenFone Selfie:
  1. Install ADB on your Computer
  2. Enable USB Debugging on Your ZenFone Selfie (Settings>Developer Options)
  3. Copy and Install Unlock Bootloader apk on Your Zenfone Selfie and Run it.
  4. Extract TWRP.zip and copy TWRP recovery based on your firmware WW/CN
  5. Connect your ZenFone Selfie with your computer
  6. At TWRP recovery img folder Press shift+right click>open command here
  7. Check if device connected properly type on command prompt (will show serial number if connected properly) :
  8. adb devices
  9. If connected properly type these command in sequence (enter after each line):
  10. adb reboot bootloader
    fastboot flash recovery recoveryZD551KL.img
    fastboot oem reboot -recovery
  11. Wait for the device restart and entered the recovery 
  12. Done
If you want to Root via TWRP:

  1. Download SuperSU (Download)
  2. Place to SDCard
  3. Enter TWRP Recovery and Install
Credit to zezinhocrack at XDA 

Selasa, 23 Juni 2015

[Recovery] TWRP for ASUS Zenfone 2


TWRP-TeamWin Recovery for ASUS Zenfone 2
Credit and Thanks to TheSSJ  from XDA-developer
Original Post Here 




Features:

- Compiled with CM12 sources
- Optimized for x86 (smooth UI now)
- internal and external storages are mounted correctly
- Backup of boot, system, cache and data possible
- Full Crypto and SELINUX support
- kernel compiled dynamically (thanks to @crpalmer and @jrior001 and all involved for their fantastic work) with permissive Selinux
- Splashscreen can be backed up (to fiddle around and create your own)

Bugs:

- ADB works only with system mounted (no root at the moment). As soon as /sbin folder is writeable I will re-patch adbd binary
- /sbin is not accessible (maybe just some wrong Selinux context, culprit can't be the kernel anymore :P )
- MTP doesn't work


Download: 

http://forum.xda-developers.com/devdb/project/dl/?id=13164
Download TWRP.zip (xda)
https://www.asuswebstorage.com/navigate/s/9931A3FE4C0B4109BCCAD2173D00CFBAY
Download TWRP.zip - Mirror Link (asuswebstorage)

How to Use:

  1. Download TWRP.zip for Zenfone 2 above
  2. Place it to ADB Folder (Download Here if you don't have it)
  3. Unlock Zenfone 2 Bootloader (Tutorial here)
  4. Turn off Zenfone 2 
  5. Boot into Bootloader (by pressing Power button + Volume up)
  6. When you see fastboot GUI, connect Zenfone 2 to PC/laptop
  7. at ADB+TWRP folder open CMD (Hold Shift+RightClick > Open command Here)
  8. At Command Promt Type:
  9. fastboot flash recovery twrp.img
  10. Then press vol down 2 times until "Reboot recovery" shows up and press power 1 time to boot into recovery