ZTE Blade V9 (zte-p450f10)
ZTE Blade V9 P450F10 | |
Manufacturer | ZTE |
---|---|
Name | Blade V9 |
Codename | zte-p450f10 |
Released | 2018 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon 450 (SDM450) |
CPU | Octa-core 1.8 GHz Cortex-A53 |
GPU | Adreno 506 |
Display | 1080 x 2160 S-IPS LCD |
Storage | 32GB/64GB |
Memory | 3G/4G |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version | 8.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
postmarketOS kernel | 3.18.71 |
Flashing | |
---|---|
USB Networking |
Works |
Internal storage | |
SD card | |
Battery | |
Screen |
Broken |
Touchscreen | |
Multimedia | |
3D Acceleration | |
Audio | |
Camera | |
Camera Flash | |
Connectivity | |
WiFi | |
Bluetooth | |
GPS | |
NFC | |
Modem | |
Calls | |
SMS | |
Mobile data | |
Miscellaneous | |
FDE | |
USB OTG | |
HDMI/DP | |
Sensors | |
Accelerometer | |
Magnetometer | |
Ambient Light | |
Proximity | |
Hall Effect | |
Haptics | |
Barometer | |
Contributors
Installation
First of all need to unlock bootloader
Instruction how to do this is here
pmbootstrap build --strict --force --arch aarch64 linux-zte-p450f10 device-zte-p450f10 && pmbootstrap install && pmbootstrap export
via edl download boot.img and rootfs
Docker support
edit kernel config:
CONFIG_CGROUP_DEVICE=y CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y CONFIG_MEMCG_SWAP_ENABLED=y CONFIG_MEMCG_KMEM=y CONFIG_CGROUP_PERF=y CONFIG_OVERLAY_FS=y
ssh to device
git clone https://github.com/tianon/cgroupfs-mount cd cgroupfs-mount && ./cgroupfs-mount
edit /etc/docker/daemon.json
{ "storage-driver": "overlay" }
sudo dockerd --iptables=false
Users owning this device
See also
- pmaports!2550 Initial merge request