Huawei MediaPad T3 10 (AGS-W09 & AGS-L09)

On Huawei website: http://consumer.huawei.com/en/tablets/mediapad-t3-10/
ROM stock:
- AGS-W09: AGS-W09_AGSW09C233B215
- AGS-L09: AGS-L09_AGSL09C233B216
Custom Recovery:
- In English: TWRP 3.2.1-0_14.01.2018 (from: Post #17)
- In Russian: TWRP_3.1.1_T3_10_Wi-Fi_by_nemo-nemo.img (from http://4pda.ru/forum/index.php?showtopic=840379&st=60#entry65549433)
Kernel sources:
- AGS-W09: AGS-W09_NG_EMUI5.1_opensource.tar.gz
- AGS-L09: AGS-L09_NG_EMUI5.1_opensource.tar.gz
- AGS-W09 on GitHub: https://github.com/secuflag/manifest_huawei_AGS-W09 (thx to @secuflag)
How to enter in recovery mode:
- Poweroff the device
- Press and keep the Volume up button pressed then press the power button.
How to enter in fastboot mode:
- Poweroff the device
- Press and keep the Volume down button pressed then plug the USB cable.
How to enable the OEM unlock setting:
- Go to Settings -> About tablet and tap 7 times on Build number, this will enable the Developer options menu.
- In the Developer options menu enable OEM unlocking option.
How to unlock the bootloader:
- No more official unlock, see https://forum.xda-developers.com/showpost.php?p=76721737&postcount=83
Compile kernel sources:
Download and extract GCC: https://android.googlesource.com/pl...ch64-linux-android-4.9/+archive/master.tar.gz
Code:
$ mkdir huawei_AGS-W09
$ cd huawei_AGS-W09
$ repo init -u https://github.com/secuflag/manifest_huawei_AGS-W09.git
$ repo sync -j12
$ cd kernel
$ export ARCH=arm64
$ export CROSS_COMPILE=aarch64-linux-android-
$ export PATH=$PATH:/path/to/aarch64-linux-android-4.9/bin
$ make merge_msm8937_64_defconfig
$ make Image.gz-dtb
Last edited: