fastboot devices problem

Search This thread

hamza19r

New member
Mar 28, 2023
4
1
Hello everyone, I had a problem with the command fastboot devices, didnt display the serial nimber of the device, but adb devices works fine. where is the problem please
adb.png
 

hamza19r

New member
Mar 28, 2023
4
1
You have to boot to bootloader to use fastboot commands.
Thanks a lot for your help, I have boot it to bootloader the fastboot works fine now and I could transfer the patched image but the smartphonne not rooted yet after checking with root checker app. I have used the latest image redfine. What should I do?
Thanks a lot
 

swangjang

Senior Member
Sep 12, 2018
226
158
Google Pixel 5
Thanks a lot for your help, I have boot it to bootloader the fastboot works fine now and I could transfer the patched image but the smartphonne not rooted yet after checking with root checker app. I have used the latest image redfine. What should I do?
Thanks a lot
When you open the Magisk app, does it show up like this?

Installed 25.2 (25200)
Zygisk Yes
Ramdisk Yes

If so, then your phone is definitely rooted. At the bottom of the app, go to the "Superuser" tab with the shield icon. Make sure that the app you want to grant superuser has the slider set to the 'on' position.
 
  • Like
Reactions: hamza19r

hamza19r

New member
Mar 28, 2023
4
1
When you open the Magisk app, does it show up like this?

Installed 25.2 (25200)
Zygisk Yes
Ramdisk Yes

If so, then your phone is definitely rooted. At the bottom of the app, go to the "Superuser" tab with the shield icon. Make sure that the app you want to grant superuser has the slider set to the 'on' position.
Zygisk No, what should I do please
 

swangjang

Senior Member
Sep 12, 2018
226
158
Google Pixel 5
Zygisk No, what should I do please
Actually, if it just says "Installed 25.2 (25200)", your device should be rooted.
Zygisk can be turned on or off in the settings (top right gear icon from the home screen).

One thing you can do to really check root access is:
  1. Download Termux and open the app. At the bottom, you will see a $ dollar sign on the left.
  2. Type in:
    su
    then press the enter key
  3. There will be a popup asking if you grant superuser access to Termux. Tap yes.
  4. The $ sign will change to
    :/data/data/com.termux/files/home #
  5. If this happens, you definitely have root.
  6. If this doesn't happen, open the Magisk app, go to the Superuser tab at the bottom, find Termux and turn the slider to the "on" position and try again at step 2.
 

hamza19r

New member
Mar 28, 2023
4
1
Actually, if it just says "Installed 25.2 (25200)", your device should be rooted.
Zygisk can be turned on or off in the settings (top right gear icon from the home screen).

One thing you can do to really check root access is:
  1. Download Termux and open the app. At the bottom, you will see a $ dollar sign on the left.
  2. Type in:
    su
    then press the enter key
  3. There will be a popup asking if you grant superuser access to Termux. Tap yes.
  4. The $ sign will change to
    :/data/data/com.termux/files/home #
  5. If this happens, you definitely have root.
  6. If this doesn't happen, open the Magisk app, go to the Superuser tab at the bottom, find Termux and turn the slider to the "on" position and try again at step 2.
I have rooted it, thanks a lot
 
  • Like
Reactions: swangjang

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hello everyone, I had a problem with the command fastboot devices, didnt display the serial nimber of the device, but adb devices works fine. where is the problem please View attachment 5874893
    You have to boot to bootloader to use fastboot commands.
    1
    Thanks a lot for your help, I have boot it to bootloader the fastboot works fine now and I could transfer the patched image but the smartphonne not rooted yet after checking with root checker app. I have used the latest image redfine. What should I do?
    Thanks a lot
    When you open the Magisk app, does it show up like this?

    Installed 25.2 (25200)
    Zygisk Yes
    Ramdisk Yes

    If so, then your phone is definitely rooted. At the bottom of the app, go to the "Superuser" tab with the shield icon. Make sure that the app you want to grant superuser has the slider set to the 'on' position.
    1
    Actually, if it just says "Installed 25.2 (25200)", your device should be rooted.
    Zygisk can be turned on or off in the settings (top right gear icon from the home screen).

    One thing you can do to really check root access is:
    1. Download Termux and open the app. At the bottom, you will see a $ dollar sign on the left.
    2. Type in:
      su
      then press the enter key
    3. There will be a popup asking if you grant superuser access to Termux. Tap yes.
    4. The $ sign will change to
      :/data/data/com.termux/files/home #
    5. If this happens, you definitely have root.
    6. If this doesn't happen, open the Magisk app, go to the Superuser tab at the bottom, find Termux and turn the slider to the "on" position and try again at step 2.
    I have rooted it, thanks a lot