How to Change the IMEI Number on Your BraX3

Wasn’t so simple to remove the watermark. I definitely needed the help of ChatGPT. Here were my steps:

  1. Fresh LunarOS factory reset
  2. Download Magisk .apk on PC
  3. Use “adb” interface to copy Magisk .apk from PC to LunarOS Downloads (“adb push Magisk.apk /storage/emulated/0/Downloads”)
  4. Click on the file on the phone files app to install the APK.
  5. Copy “init-boot.img” from the LunarOS installation package to LunarOS Downloads
  6. In Magisk install using a file and point to the copied “init-boot.img”. This creates a “magisk-patched.img”. This image will “root” your phone. Copy it back to pc with “adb pull /storage/emulated/0/Downloads/<file_name> .”
  7. Reboot phone to fastboot “adb reboot bootloader”
  8. (Forgot to mention make sure OEM unlocking is on) Run “fastboot flashing unlock” and if it’s not locked run “fastboot flashing lock_critical”. One of these 2 commands might re-factory reset your phone so you may need to repeat all steps again to here.
  9. Root your phone with the command “fastboot init_boot_a magisk_patched.img”
  10. reboot with “fastboot reboot”
  11. Now again you have a factory reset OS but it’s “rooted”. Copy over and install the Magisk apk
  12. Magisk should be up and running now. On your PC get the zip file from here: Releases · Magisk-Modules-Repo/MagiskHidePropsConf · GitHub and copy it over to your Downloads on LunarOS
  13. In Magisk click Module and add from files, select the zip file you just transfered over
  14. Now back on the PC start a adb shell. Run: “adb shell” then “su”
  15. Now this is the step where you actually remove the “userdebug” watermark: run “props”, then “5”, “n”, “ro.build.type”, “y”, “user”, “y” and reboot
  16. Done
3 Likes