I want to update my unrooted optimus pro with an a magisk module that @iscle created to update ambient time every 60 instead of 180 seconds. I’ve never done anything like this before and the information for it is very disjointed so I’m making a plan. I’d really appreciate if someone could take a look to make sure I’m doing this right
Install root checker (done - not currently rooted)
2.Install adb on pc. Where is the best place to download this? Download site I’ve looked at seem like they could be malicious
You could download adb from here
Copy the magisk zip to your watch before installing twrp, then you only have to flash it
I don’t know if iscle made a magisk module or just an APK file, but either way you can use magisk to proceed
Let me know if you need help
Oh and if you have the latest Optimus pro firmware (v3.0) then replace the boot.img in the patcher.zip with the latest one from the official firmware
Have you downloaded the latest firmware, or should I send it?
Then you should replace the boot.img in the patcher with the one in the firmware folder you downloaded… The patcher bricked my watch when I first flashed it (I think the boot.img is for v2.7 in the patcher)
there’s several possibilities for what you are doing wrong:
you followed the instructions and it booted into twrp once, but you can’t get into twrp by using the adb-command: the problem is that twrp is overwritten by the stock recovery unless you install magisk or use a “self”-patched boot image. you can install magisk directly after TWRP_patcher.zip
you didn’t follow the instructions and flashed twrp only to the recovery partition: you have to flash the boot partition as well, either with twrp as the instructions say or with a patched boot image(it can be patched by magisk or by someone who knows what they’re doing)