I have Tecno WX3P phone. I would like to change the font of my phone but it just won't do so. I'm told that for me to be able to change its font I should root it. But I don't know how to root my phone.
How to root Tecno WX3P?
I have Tecno WX3P phone. I would like to change the font of my phone but it just won't do so. I'm told that for me to be able to change its font I should root it. But I don't know how to root my phone.
How to root Tecno WX3P?
The following description is rather generic. It should just give you the right key words to use a search engine to find the matching information. This link using the MediaTek specific SP flash tool looks promising: wx3 (The SP tool is a MediaTek world specific way to flash images to a phone)
adb
cmd line tool is includedadb reboot fastboot
fastboot oem unlock ...
(Here there might be some other steps necessary like entering some special code e.g. some kind of fastbooet oem <oem specific command>
-> entering it to the OEM web page -> fastboot flash <some binary>
)/system
has changed.fastboot boot twrp <device specific name>.img
to use it for installing the Magisk zip.fastboot
, sometimes a "build image patching" is required (e.g. under Android 10)