linux


  1. maksz

    Resolved Linux install script fastboot executable permission

    [ ! -x $fastboot ] && ! chmod -x $fastboot Should add execute permission, not remove chmod +x $fastboot
  2. C

    How to solve error in SP Flash Tool?

    My operating system: Artix Linux My image fastboot: XIAOMI REDMI NOTE 9 (MERLIN) MIUI V13.0.2.0 ANDROID 12.0 (merlin_global_images_V13.0.2.0.SJOMIXM_20221013.0000.00_12.0_global) Phone: Xiaomi Redmi Note 9 Go to folder bypass. And run command: sudo python main.py Output: [2023-06-17...
  3. _jay27

    [spesn] Linux Script not detecting the device

    Hello I am trying to install the ROM on my Redmi Note 11 NFC, but on Linux, the script is stuck on "Waiting for device...", Fastboot tells me the device has been recognized, and the getvar also returns the correct model number, should I remove the checking part of the script?