Showing posts with label Zenfone 5 Custom ROM. Show all posts
Showing posts with label Zenfone 5 Custom ROM. Show all posts
Sunday, April 03, 2016

CyanogenMod 13 For ASUS ZenFone 5 (Android 6.0)


Asus ZenFone 5 will not upgrade-able to Android Marshmallow based on ASUS Android 6.0 Update plan, but there are a lot of developer out there still try to support this device. A couple days ago dgadelha, senior member xda developer create an experimental build CyanogenMod 13 for ASUS ZenFone 5. This ROM is experimental build so there are a lot of bugs, but it's a huge step for ZenFone 5 development. The original thread is Here


Bugs:


  • Camera
  • No sound when calling
  • etc (more)

Files to Download:

How to Install CyanogenMod 13 on Asus ZenFone 5:

  1. Download system img and extract, boot.img, Gapps and ADB Tool
  2. Install ADB Tool
  3. Copy GApps to your SD-Card and insert to ZenFone 5.
  4. Create New folder and Place CyanogenMod 13 ROM and Boot img there (systemCM-13.0-20160403-EXPERIMENTAL.img and bootCM-13.0-20160403.img)
  5. Turn Off your device.
  6. Reboot into bootloder using Power + Volume UP button.
  7. Once device in bootloder mode, Connect device with PC using data cable.
  8. In the ROM folder, Open Windows Commend by Pressing Shift key + right click of the mouse and select the open command here.
  9. Type at CMD (hit enter after each line):
  10. fastboot flash boot bootCM-13.0-20160403.img
    fastboot flash system systemCM-13.0-20160403-EXPERIMENTAL.img
    faceboot erase data
    fastboot erase cache
  11. Once it finished, Open device in recovery mode by type: adb reboot recovery.
  12. Select install zip and browse the GApps zip file that you copied and flash it.
  13. Once it flashed, you should format ( NOT WIPE ) and cache data in TWRP.
  14. Restart the device and enjoy CM13 on your Zenfone.

Screenshots:






Source: XDA by dgadelha


Monday, October 05, 2015

[ROM] Resurrection Remix V5.5.6 for ASUS Zenfone 5


Resurrection Remix by quanganh2627 original post on XDA: here

Today Asus Zenfone blog will post about Resurrection Remix V5.5.6 for ASUS Zenfone 5 by quanganh262. This ROM is based on CyanogenMod with ROM OS Version: 5.1.x Lollipop and ROM Kernel: Linux 3.10.. You need Unlock Bootloader your Zenfone 5 to Flash this ROM. 

Bugs : What is NOT working: GPS & OTG

What is working: Other like Wi-Fi, baseband and etc.


Resurrection Remix V5.5.6 Resources :

  1. Download RR ROM : Download
  2. Download GAPPS : Download  
  3. Download adb v1.0.32 : Download
  4. Download TWRP : Download 

How to Install Resurrection Remix V5.5.6 :

  1. Download all files above
  2. Extract folder ADB
  3. Place TWRP to ADB Folder
  4. Copy RR ROM to Internal/External Memory
  5. Copy GAPPS to Internal/External Memory
  6. Turn Off your Device
  7. Go to Fastboot Mode (Power + Volume up)
  8. Connect Zenfone 5 to PC/Laptop
  9. Open CMD on ADB Folder (Open ADB Folder Press Shift+Right Click > Open Command Here)
  10. Flash TWRP by type this command at CMD:
  11. fastboot flash recovery new-twrp-z5-sbinsh-2508-1608.img
  12. Then you should reboot your phone in the recovery mode. (turn off you gadget then press Turn off button and volume down button)
  13. Then you phone will reboot in the recovery. In the recovery you should install two packages: RResurrection-Remix-LP-v5.5.6-20151003-a500cg.zip and gapps-L-x86-20150816-signed.zip 
  14. NOTE: Flash Resurrection-Remix-LP-v5.5.6-20151003-a500cg.zip file first.
  15. After flashing, you should format (not wipe) data and cache in the TWRP. Then you should reboot to system.

Screenshoots:













Monday, August 24, 2015

[ROM] Resurrection Remix V5.5.4 for Zenfone 5 by quanganh2627



Quickly, in this article, you are going to efficiently learn how to install Resurrection Remix V5.5.4 for Zenfone 5The entire process should work like a charm for you if you follow the procedure correctly. But DWYOR (Do it with your own Risk) I'm not responsible if you damaged your phone :) 

What is NOT working: GPS 
What is working: Other like Wi-Fi, baseband and etc.

How To Install Resurrection Remix V5.5.4 for Zenfone 5:


2. Then download three files (Resurrection-Remix-LP-v5.5.4-20150823-a500cg.zip, gapps-L-x86-20150816-signed.zip and Bản sao của twrp-z5-sbinsh.img) from here:
https://drive.google.com/folderview?id=0BwEWY6gMvYOefktnR1Z3OHNDUi02ZkZxdnR4Q2ltTEt3QzA4Vno5RHZtQnpVZHozbGc1X00&usp=sharing

And put this files in the ADB folder. Then you should reboot your phone in the droidboot mode. (turn off you gadget then press Turn off button and volume + button)

3. Go to the ADB folder and hold Shift + Right Mouse button and right this command:

fastboot flash recovery Bản sao của twrp-z5-sbinsh.img
fastboot reboot
4. Then wait while phone is boot. Then you should turn on USB debugging. Then go to the ADB folder and hold Shift + Right Mouse button and right this commands:
adb root
adb push Resurrection-Remix-LP-v5.5.4-20150823-a500cg.zip/data/local/tmp/update.zip
adb shell "su -c 'cp -pf /data/local/tmp/update.zip /cache/'"
adb shell "su -c 'mkdir -p /cache/recovery'"
adb shell "su -c 'echo "--update_package=/cache/update.zip" > /cache/recovery/command'"
adb reboot recovery
5. Then your phone will reboot in the recovery and rom will be installed. When you see Resurrection Remix bootanimation you should manually Turn off your phone and press Turn off button and volume - button.Then your phone reboot in the recovery. You should wipe cache and userdata and then reboot to system.

**How to install GAPPS on the RR
Note: do this ONLY AFTER RR booting.
1) Go to the ADB folder and hold Shift + Right Mouse button and right this commands: 
adb root
adb push gapps-L-x86-20150816-signed.zip /data/local/tmp/update.zip
adb shell "su -c 'cp -pf /data/local/tmp/update.zip /cache/'"
adb shell "su -c 'mkdir -p /cache/recovery'"
adb shell "su -c 'echo "--update_package=/cache/update.zip" > /cache/recovery/command'"
adb reboot recovery

Screenshoots: 






 Credit to quanganh2627 , Source: http://forum.xda-developers.com/android/development/resurrection-remix-zenfone-5-t3185403
 


Tuesday, August 04, 2015

[ROM] [CM 12.1] CyanogenMod for Zenfone 5 T00F/T00J with Double-Tap to Wake


Credit to KnoneNull XDA



New Cm 12,1 Build support Double-Tap to Wake Zenfone 5
Tested by asus-zenfone.com

Download:
https://drive.google.com/file/d/0B05UM2q8MdJFNmpWZm1TTl9qSEE/view?usp=sharing

How To Install:
  1. Unlock Bootloader your Zenfone 5 First : Tutorial Here for Kitkat / Tutorial Here for Lollipop
  2. Extract .zip above and place to ADB Folder
  3. Enable Zenfone 5 USB Debugging
  4. Connect to PC/Laptop
  5. At ADB Folder Press Shift+Right Click > Open Command Here
  6. Type adb reboot bootloader and press Enter
  7. At Zenfone 5 Fastboot Type (at cmd):
  8. fastboot flash boot boot-newDTW.img and press enter (wait until finish)
    fastboot flash system system-DTW.img and press enter (wait until finish)
  9. Factory Reset
  10. Done

FIX
Double tap to wake  -> ok
video thumb -> ok
video play -> ok
video streaming -> ok
auto brightness -> ok

rild is now build from source
build without breaking domain
signal strength for our device -> invalid the LTE we don't use it
fix serial number
USB OTG -> ok
and ETC


Bugs
Mass Storage Full in notfication

Screenshots:






Tuesday, July 07, 2015

[ROM] [CM 12.1] CyanogenMod for Zenfone 5 T00F/T00J



Quickly, in this article, you are going to efficiently learn how to install cyanogenmod 12.1 Android Lollipop on  ASUS Zenfone 5.

The entire process should work like a charm for you if you follow the procedure correctly. But DWYOR (Do it with your own Risk) I'm not responsible if you damaged your phone :) But don't worry i've tested this before. Backup your data before perform this tutorial.

Changelogs (10/July/2015):


Install Cyanogenmod 12.1 Android Lollipop On Zenfone 5

Warning: When you install a custom ROM on your android device, it voids your warranty.


Method 1 :

  1. Unlock Bootloader your Zenfone 5 First : Tutorial Here for Kitkat / Tutorial Here for Lollipop
  2. Download CyanogenMod 12.1 ROM (Download only the new one):
  3. -New System.img and boot.img (Download Here)
    -System.img (Download Here) <old>
    -boot.img (Download Here) <old>
    -sdcard fix boot.img (Download Here) <old>
  4. Copy all to ADB Folder (Download Here if you don't have it)
  5. Turn off device
  6. Go to fastboot by perssing power + volume up
  7. at ADB Folder open cmd by pressing Shift+Right Click > Open command here
  8. at fastboot flash boot.img by type: fastboot flash boot boot.img
  9. then fastboot flash system system.img
  10. then fastboot flash boot fixSdcard-boot.img (Not required if using new system.img and boot.img)
  11. factory reset your device
  12. Done

Method 2 (New system.img & Boot.img):

  1. Download CM 12.1 Zenfone 5 Auto Installer by tank0312 (Download Here|Mirror)
  2. Turn Off Device and Enter Fastboot Mode (Power+Volume up)
  3. Connect Zenfone 5 to PC/Laptop
  4. Extract CM 12.1 Zenfone 5 Auto Installer
  5. Double Click cm12-1-installer.bat
  6. Wait Until Finish
  7. Factory Reset / Wipe data

Method 2 (old system.img):

  1. Download CM 12.1 Zenfone 5 Auto Installer by tank0312 (Download Here|Mirror )
  2. Double Click cm12-1-installer.bat

Bugs for Old system.img:

  • Gps (But sometimes working by setting to High Accuracy+wifi)
  • Always showing memory full, but not affect the internal storage and sd card. download big apps from PS is working fine (Hold on
    "Storage space running out" notifications and disable it )
  • Vibrate not working 
  • Wifi tethering error not working 
  • Can't save wifi password (must enter password again after disconnect->try WiFi connection manager app from play store, it solves WiFi bug !)
  • Failed to Install BBM/Line via Playstore/APK (Fix: Push APK to system/app then Download and open Link2SD convert app to user app)
  • So far good for daily use, battery review on progress :)

Screenshots Zenfone 5 with CyanogenMod CM 12.1:








 Credit to Tran Huu Tin

How to Root:

  1. Go to Settings>About Phone > tap build number 7 times
  2. Go to developer Options
  3. Root Enable Device+ADB
  4. Install superSU from Playstore 
  5. If Doesn't work. Root with ZenfoneRootKit (Download Here

How to Fix Install Theme CM 12.1 Failed (on New system.img):

  1. Download SDcard-fix boot (Download Here) and place it to ADB Folder
  2. Enter Fastboot (Turn Off then Power+volume up)
  3. Connect Zenfone 5 to PC/Laptop
  4. At ADB Open Command and Type: fastboot flash boot fixSdcard-boot.img
  5. Reboot, Done Now can Install Theme

Battery Performance (High Usage):

High Usage: screen almost always on from 100% to 5%. Bluetooth always on and Listening to music with bluetooth headphone from 100% to 5%, dual sim activated, sometime wifi browsing, and gaming around 30 minutes.


Battery Performance (Normal Usage):

Normal Usage: Trying this ROM for daily use, dual sim on, texting, browsing via wifi. Screen on time around 2:50 Hours and 16Hours From 100% to 5% (There is a litle bit usb charging on history when copying my data from computer). There was no restart/unstable issue.



For Questions and Troubleshooting, Fell free to ask Write at Comment Below



Monday, March 09, 2015

[ROM] CyanogenMod 11 for Zenfone 5


Credit to Pinaslang Zenfone
DWYOR
(Do it with your own risks)
Need Unlocked bootloader device
=================================================

Download ROM:

ROM Link: https://drive.google.com/folderview?id=0B05UM2q8MdJFTG5DcWxyZlkxRkk#

Instructions:

  1. Download ADB
  2. Download ROM
  3. Go to Fastboot
  4. Extract ROM at ADB Folder
  5. Connect Zenfone to PC/Laptop, at ADB Folder Press shift+right click then select open command here
  6. type this at cmd: fastboot flash system system.img
  7. type this at cmd: fastboot flash boot boot.img
  8. wait until finish and reboot
  9. done
  10. after flashing enable the developer option and CHECK the DISABLE HW OVERLAY to fix color glitch

 What is working:


wifi
lights
vibrate
sensor

other is dead need to fix

Screenshots:













Thursday, January 15, 2015

[ROM] Zenfone 5 PinasLang BazzROM


Credit to knoneNull on XDA





ROM Feature

Fully Deodex
Superuser integrated(rooted)
Busybox System integrated
Built in XPOSED installer
Built in Greenify modules
Port Google Keyboard arm7 to x86
Remove Asus Log Sender (why we need to send a lot of logs battery eater logs they need to debug there release product in there team)
Remove Bloatware
Tweak included in system and framework res
Update all file latest application
Theme are welcome to Theme dev
Modify SystemUI and Framework Transparency
Fully System.img flashable via fastboot command

How to install

Download Pinaslang.rar
and Extract bazzrom.bat for windows auto install
Do not turm off you phone let my bat file do that for you
just double click for bazzrom.bat and wait for 2 to 3 min
note: this rom include busybox superuser xposed install and greenify this process willl wipe your data and cache so make a back up before doing, and enjoy


Download



Q&A





Credit to knoneNull on XDA


Sunday, August 03, 2014

[ROM] SpihnX for Zenfone 5


Credit to mobilecity.vn
====================================================================
Do it With Your Own Risks
SpihnX for Zenfone 5 v1.0

Changelogs:
  • Build on the WW
  • Optimize system with integrated tweaks
  • Removing unnecessary apps
  • Optional speed switching network
  • Asked toggle switch Option at startup data
  • Options toggle drag the lock screen status bar
  • Function toggle options open screen by Volume
  • Any option to disable click to lock screen clock
  • RootExpoler
  • Facebook  
  • Add Laban key keyboard to type Vietnamese 
====================================================================
Download: SphinX-V1.0-ZenfoneA501.rar
====================================================================

Installation Instructions :
  1. Zenfone 5 with WW/CN/TW t00f/tooj
  2. Root
  3. Download ROM above and extract to a folder
  4. Turn On USB Debugging (Settings>About>Software Information, Tap 7 times and go to settings > developer options> check USB debugging)
  5. Connect Zenfone 5 to Computer/Laptop
  6. Copy unzipped/downloaded SphinX ROM to phone memory (internal)
  7. On the computer (extracted ROM Folder SphinX-V1.0-ZenfoneA501) run Flash_Sphinx.bat)
  8. Grant SuperSU, click allow
  9. Wait, about 5-10 minutes until complete
  10. Go to Recovery (Power + Volume up)
  11. Wipe Factorey data, Wipe Cache, Reboot System
  12. Done
Screenshoots :












Twitter Delicious Facebook Digg Stumbleupon Favorites More

asus-zenfone.com Android App

 
Design by asus-zenfone blog | Created by Asus Zenfone Blog - Email Us: info.zenfone[at]gmail.com | Facebook page | Ponselkita.com