I purchased a used Win10 laptop to use for running SP Flash Tool and SN Writer. But in Windows (grrr) files are missing when downloading the tool, so I gave up and went back to my Linux laptop (running Pop!OS, based on Ubuntu/Deb) for the SP Flash at least.
SP Flash Tool would not run. I searched (Qwant). Special instructions for Ubuntu suggested this command:
SP_Flash_Tool_v6.2228_Linux$ chmod +x SPFlashToolV6
SP Flash Tool now opens, but will not begin the download after plugging in my turned off BraX3. It either throws an unidentified error or just sits there doing nothing. More searching…a command to install this file that is left out of Linux in the latest releases and required by SP Flash, so:
sudo apt-get update
sudo apt install libusb-dev
Still doesn’t run. I went back to something I didn’t use because it was now opening, just not running the download and tried these:
sudo adduser username dialout
newgrp dialout
./SPFlashToolV6.sh
No Luck. Next suggestion was USB driver (the driver on MT website says “for Windows” so I didn’t do anything with it). Tried:
sudo dmesg | grep usb
Then told… look for your MediaTek device entry, and copy the idProduct string…idProduct=2046
Now in the terminal, type…
sudo gedit/etc/udev/rules.d/80-persistent-usb.rules Result: command not found
If that had succeeded, then add the following line (replacing the idProduct with yours) to the file, and save.
SUBSYSTEM==”usb”, ACTION==”add”, ATTR{idVendor}==”0e8d”, ATTR{idProduct}==” ***** “
??? I am not finding a tutorial to understand this. I really need help so I can hopefully proceed with flashing…Lunar, then IMEI, & last iode, per: How to manually install or update your OS on your BraX3 & How to Change the IMEI Number on Your BraX3