Huawei Mediapad T1 8.0 Pro (huawei-t18p0)
Manufacturer | Huawei |
---|---|
Name | Mediapad T1 8.0 Pro |
Codename | CHANGE_ME |
Released | 2015 |
Category | testing |
Original software | Android 4.4.4 (EmotionUI 2.3) |
Hardware | |
Chipset | Qualcomm Snapdragon 410 (MSM8916) |
CPU | Quad-core Cortex-A53 1.2 GHz |
GPU | Adreno 306 |
Display | 800x1280 IPS TFT |
Storage | 16 GB |
Memory | 1/2 GB |
Architecture | aarch64 |
USB Networking | |
---|---|
Flashing | |
Touchscreen | |
Display | |
WiFi | |
FDE | |
Mainline | |
Battery | |
3D Acceleration | |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
NFC | |
Accelerometer | |
---|---|
Magnetometer | |
Ambient Light | |
Proximity | |
Hall Effect | |
Barometer | |
Power Sensor | |
Keyboard | |
---|---|
Touchpad | |
USB-A | |
HDMI/DP | |
Ir TX | |
FOSS bootloader | |
Contributors
- Roboe: collecting scarce available information and sources before trying to port pmOS. Currently brute-forcing the bootloader unlock.
Users owning this device
- Roboe (Notes: (second hand) T1-821W; running stock Android until I manage to unlock its bootloader)
Models
There seems to be three different models: one wifi-only with 1 GB of RAM, and two others with a LTE modem and 1 GB/2 GB of RAM.
Model | LTE modem | RAM |
---|---|---|
T1-821W | No | 1 GB |
T1-821L | Yes | 1 GB |
T1-823L | Yes | 2 GB |
Anyway, I (Roboe) have the wifi-only model and its stock Android's ro.product.device
is hwt1821l
and its ro.product.name
is t1_8p0lte
.
How to enter flash mode
Using ADB from stock Android:
- Recovery:
adb reboot recovery
- Fastboot:
adb reboot bootloader
With hardware buttons:
- Recovery: Power on the device with both
Power
andVolume Up
buttons. - Fastboot: Unknown.
Unlock bootloader
Unfortunately, official unlock method was shut down by Huawei on May 24th, 2018.[1][2]
Fortunately, the open source community is awesome and there are a number of brute-force alternatives:
- https://github.com/B83C/huawei_bootloader_unlocker (testing for some hours... nothing yet)
- https://github.com/haexhub/huaweiBootloaderHack
- etc.
Stock images
Huawei seems to have removed any references to these tablets from their websites, but searching in the Spanish Support page you can still get your hands in the T1-821W's firmware for Spain:
Title | Description | Download |
---|---|---|
T1 WIFI_Open Market_Spain_B003 | December 29, 2015|1G | https://consumer-tkb.huawei.com/weknow/servlet/download/public?contextNo=S1600350740 |
This contains a PDF file with instructions (in English) to sideload the update from the SD card using the stock recovery, and the UPDATE.APP
file containing the actual OS. There's a number of projects to extract flashable images from UPDATE.APP
:
- https://github.com/rogarb/huextract/ (tested, working)
- https://github.com/superr/splituapp
- https://github.com/cskau/update_app.py
- etc.
Installation
Not yet.
See also
- Huawei Mediapad T1 8.0 WiFi T1-821W Detailed Tech Specs - PhoneDB
- Kernel DTS (from the Mediapad T1 10 source): T1-821W, T1-821L, T1-823L
- Unofficial TWRP device tree
- Custom recovery build (TWRP-based?)
- A wild
t18p0_junda_fw.img
firmware blob appeared in an unrelated codebase! - A wild
t18p0_ofilm_fw.img
firmware blob appeared in an unrelated codebase!