From ab3a01698de652756a6ae6fb7609786ef5618c99 Mon Sep 17 00:00:00 2001 From: coloredmarble <165123146+coloredmarble@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:13:00 +0700 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..494276b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +extracted files + +### install usb drivers https://mtkdriver.com/ + +### first install python3 (plenty of vids) + +### install git + +commands to run: + +``` +git clone https://github.com/bkerler/mtkclient +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 +py mtk da seccfg unlock --preload preloader_k62v1_64_bsp.bin --loader n.bin +``` + +for me it took like 5 hours to figure this shit out. worth it