From 84f99faad3c00cabca655eed1de906e8bd34aa2c Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 15 May 2025 21:36:27 +0100 Subject: [PATCH 1/3] more unlocking details --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1779420..a2dddd2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ cd mtkclient pip -r install requirements.txt git clone https://github.com/coloredmarble/redmi_9a_mtkclient cp redmi_9a_mtkclient/* . -# power off phone. press volump up and volume down at same time. connect phone to usb cable +# power off phone. press vol+ and vol- at same time and usb cable +# i did it with test point, but its not required python mtk.py da seccfg unlock --preload preloader_k62v1_64_bsp.bin --loader n.bin ``` From 43e87a9c5cb67bf6245f22c713bf2796d4feb4c9 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 15 May 2025 21:53:00 +0100 Subject: [PATCH 2/3] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2dddd2..b5dc75d 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ cd mtkclient pip -r install requirements.txt git clone https://github.com/coloredmarble/redmi_9a_mtkclient cp redmi_9a_mtkclient/* . -# power off phone. press vol+ and vol- at same time and usb cable -# i did it with test point, but its not required python mtk.py da seccfg unlock --preload preloader_k62v1_64_bsp.bin --loader n.bin +# power off phone, hold vol+ and vol- at same time and connect usb cable +# i did it with test point, but it isnt required ``` Found here: [coloredmarble/redmi_blossom](https://github.com/coloredmarble/redmi_blossom) From 2856326710547ccca23a8a901f71268fe1d0bca6 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 15 May 2025 22:30:35 +0100 Subject: [PATCH 3/3] fix install guide --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5dc75d..832e847 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ This port also might work on angelica (without NFC) and other phones on MT6765 p ```bash PMAPORTS=~/.local/var/pmbootstrap/cache_git/pmaports git clone https://github.com/MeexReay/pmos-xiaomi-angelican.git /tmp/pmosxan -mv -r /tmp/pmosxan/linux-xiaomi-angelican $PMAPORTS/device/testing -mv -r /tmp/pmosxan/device-xiaomi-angelican $PMAPORTS/device/testing -rm -r /tmp/pmosxan +mv /tmp/pmosxan/linux-xiaomi-angelican $PMAPORTS/device/testing +mv /tmp/pmosxan/device-xiaomi-angelican $PMAPORTS/device/testing +rm -rf /tmp/pmosxan ``` ## How to flash