You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the script only shows the udev permissions script if fastboot shows no permissions. But it's possible that adb itself doesn't have the right USB permissions too, so we need to show the udev permissions script in this case too.
We can check for this right at the beginning and prompt the user to run the wget script,
The text was updated successfully, but these errors were encountered:
@utzcoz I think the installers only show the script if fastboot shows a permission error but we need to check adb too since we use adb reboot bootloader.
I actually have fixed this in the new go installers on branch go-installers which fetch the releases directly from GitHub. Since we are shipping the update zips directly for users to install with TWRP I haven't prioritized them very much though. I think I can extend them to flash the images directly like these scripts too.
Right now, the script only shows the udev permissions script if fastboot shows no permissions. But it's possible that adb itself doesn't have the right USB permissions too, so we need to show the udev permissions script in this case too.
We can check for this right at the beginning and prompt the user to run the wget script,
The text was updated successfully, but these errors were encountered: