Asus Zenfone 5 (asus-t00f)

From postmarketOS
(Redirected from Asus Zenfone 5 (t00f,t00j))
Asus Zenfone 5
Asus Zenfone 5 running mate-terminal
Asus Zenfone 5 running mate-terminal
Manufacturer Asus
Name Zenfone 5
Codename asus-t00f
Released 2014
Category testing
Pre-built images no
Original software Android
Original version 4.3
Extended version 5.0.2
postmarketOS kernel 3.10.107
Hardware
Chipset Intel Cloverview Z2580 / Z2560
CPU Intel Atom Z2580 /Z2560 @ 2.0 GHz / 1.6 GHz (Dual-Core)
GPU PowerVR SGX544MP2
Display 720x1280 5" IPS
Storage 8/16/32 GB
Memory 2 GB
Architecture x86
Features
USB Networking
Works
Flashing
Touchscreen
Works
Display
Works
WiFi
FDE
Works
Mainline
Battery
3D Acceleration
Audio
Bluetooth
Camera
GPS
Mobile data
Internal storage
SMS
Calls
USB OTG
NFC
Sensors
Accelerometer
Magnetometer
Ambient Light
Proximity
Hall Effect
Barometer
Power Sensor
Misc
Built-in DVB
Camera Flash
Keyboard
Touchpad
USB-A
HDMI/DP
Ir TX
Ir RX
Stylus
Memory Card
Haptics
Ethernet
FOSS bootloader


Contributors

yxist

Device owners

  • DragonX256 (Notes: Cracked glass on screen, buggy Android phone)
  • Hiddener (Notes: LineageOS 14.1, boards replaced)


How to enter flash mode

Hold power button and volume up while device is turned off

Installation

Zenfone 5 uses non-standard bootimg format, so we'll need to create it manually. You'll need a working Zenfone 5 boot.img to proceed.

$ pmbootstrap install --sdcard=/dev/sd?
$ pmbootstrap export
$ git clone https://github.com/shakalaca/ZenFone-boot-tools
$ cd ZenFone-boot-tools
$ make
$ ./pack_intel ./path/to/original/boot.img /tmp/postmarketOS-export/vmlinuz-asus-t00f /tmp/postmarketOS-export/initramfs-asus-t00f output_boot.img

Then you can flash output_boot.img as you normally would using fastboot.

$ sudo fastboot flash boot output_boot.img

See also