Asus Zenfone 2 Laser/Selfie (1080p) (asus-z00t): Difference between revisions
Appearance
PureTryOut (talk | contribs) No edit summary |
m Add type |
||
(13 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{Note|Not to be confused with the Asus Zenfone 2 ZE551ML which is based on an [[Intel MID]] series SoC}} | |||
{{Infobox device | {{Infobox device | ||
| manufacturer = | | manufacturer = Asus | ||
| name = Zenfone 2 Laser / Zenfone 2 Selfie (1080p variant) | | name = Zenfone 2 Laser / Zenfone 2 Selfie (1080p variant) | ||
| codename = | | codename = asus-z00t | ||
| image = File: | | image = File:ZD551KL.jpg | ||
| imagecaption = | | imagecaption = postmarketOS running on Zenfone 2 Selfie | ||
| releaseyear = 2015 | | releaseyear = 2015 | ||
| originalsoftware = Android 5.0 | | originalsoftware = Android | ||
| chipset = Qualcomm MSM8939 | | originalversion = 5.0 | ||
| cpu = | | chipset = Qualcomm Snapdragon 615 (MSM8939) | ||
| cpu = 4 + 4 cores (1.5 GHz + 1.0 GHz Cortex-A53) | |||
| gpu = Adreno 405 | | gpu = Adreno 405 | ||
| storage = 16 / 32 GB | | storage = 16 / 32 GB | ||
Line 14: | Line 16: | ||
| memory = 3 GB | | memory = 3 GB | ||
| architecture = aarch64 | | architecture = aarch64 | ||
| type = handset | |||
| status_usbnet = Y | | status_usbnet = Y | ||
| status_flashing = Y | | status_flashing = Y | ||
Line 33: | Line 36: | ||
| status_calls = | | status_calls = | ||
| booting = yes | | booting = yes | ||
}} | }}{{Based on SoC|Qualcomm_Snapdragon_615/616_(MSM8939)|Snapdragon 615}} | ||
== Contributors == | == Contributors == | ||
Line 42: | Line 45: | ||
<!-- This person needs to be willing to answer questions from users of this device --> | <!-- This person needs to be willing to answer questions from users of this device --> | ||
== Device owners == | |||
{{Device owners}} | |||
== How to enter flash mode == | == How to enter flash mode == | ||
Line 58: | Line 55: | ||
== Installation == | == Installation == | ||
Flash via TWRP recovery. | |||
pip3 install --user pmbootstrap | |||
source ~/.profile | |||
sudo apt install python3-argcomplete | |||
echo 'eval "$(register-python-argcomplete3 pmbootstrap)"' > ~/.bashrc | |||
pmbootstrap init | |||
Work path: default | |||
Channel: edge | |||
Vendor: asus | |||
Device codename: z00t | |||
Username: user | |||
User Interface: xfce4 | |||
pmbootstrap install --android-recovery-zip | |||
pmbootstrap shutdown | |||
== See also == | == See also == | ||
* {{Device package|asus-z00t}} | |||
* {{ | * {{Kernel package|asus-z00t}} | ||
* {{MR|1552}} MR pull request |
Latest revision as of 15:51, 11 September 2024
Not to be confused with the Asus Zenfone 2 ZE551ML which is based on an Intel MID series SoC |
![]() postmarketOS running on Zenfone 2 Selfie | |
Manufacturer | Asus |
---|---|
Name |
Zenfone 2 Laser / Zenfone 2 Selfie (1080p variant) |
Codename | asus-z00t |
Released | 2015 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon 615 (MSM8939) |
CPU | 4 + 4 cores (1.5 GHz + 1.0 GHz Cortex-A53) |
GPU | Adreno 405 |
Display | 1080x1920 5.5" |
Storage | 16 / 32 GB |
Memory | 3 GB |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version | 5.0 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
Works |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
This device is based on the Snapdragon 615. See the SoC page for common tips, guides and troubleshooting steps |
Contributors
- samueldr
Maintainer(s)
Device owners
- Konradybcio (Notes: Z00T, I mainlined the thing! But it's not on the lists yet..)
How to enter flash mode
Volume up + power
adb wait-for-device && adb reboot bootloader
Installation
Flash via TWRP recovery.
pip3 install --user pmbootstrap source ~/.profile sudo apt install python3-argcomplete echo 'eval "$(register-python-argcomplete3 pmbootstrap)"' > ~/.bashrc pmbootstrap init Work path: default Channel: edge Vendor: asus Device codename: z00t Username: user User Interface: xfce4 pmbootstrap install --android-recovery-zip pmbootstrap shutdown
See also
- Device package
- Kernel package
- !1552 MR pull request