ZTE Blade V9 (zte-p450f10)
Appearance
| This device has been archived. This means that it no longer appears in pmbootstrap and is likely broken. It can still be selected in pmbootstrap init by typing in the vendor and codename, but you will have to build the kernel package manually. |
|
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 The software and version the device was shipped with. |
Android 8.1 |
Extended version The most recent supported version from the manufacturer. |
Android |
| postmarketOS | |
| Category | archived |
Mainline Instead of a Linux kernel fork, it is possible to run (Close to) Mainline. |
no |
pmOS kernel The kernel version that runs on the device's port. |
3.18.71 |
| Device package |
|
| Kernel package |
|
Flashing Whether it is possible to flash the device with pmbootstrap flasher. |
Untested
|
|---|---|
USB Networking After connecting the device with USB to your PC, you can connect to it via telnet (initramfs) or SSH (booted system). |
Works
|
Battery Whether charging and battery level reporting work. |
Untested
|
Screen Whether the display works; ideally with sleep mode and brightness control. |
Broken
|
Touchscreen |
Untested
|
| Multimedia | |
3D Acceleration |
Untested
|
Audio Audio playback, microphone, headset and buttons. |
Untested
|
Camera |
Untested
|
| Connectivity | |
WiFi |
Untested
|
Bluetooth |
Untested
|
GPS |
Untested
|
NFC Near Field Communication |
Untested
|
| Modem | |
Calls |
Untested
|
SMS |
Untested
|
Mobile data |
Untested
|
| Miscellaneous | |
FDE Full disk encryption and unlocking with unl0kr. |
Untested
|
USB OTG USB On-The-Go or USB-C Role switching. |
Untested
|
| Sensors | |
Accelerometer Handles automatic screen rotation in many interfaces. |
Untested
|
Contributors
Installation
First of all you need to unlock the bootloader.
Instruction how to do this is are here.
pmbootstrap build --strict --force --arch aarch64 linux-zte-p450f10 device-zte-p450f10 && pmbootstrap install && pmbootstrap export
Via EDL mode, download boot.img and rootfs.
Docker support
Edit the 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
Connect to device via ssh:
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
- SL-TX (Notes: Msm 8953)
See also
- pmaports!2550 Initial merge request