-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fire TV Stick] Any 'adb' command returns 'Illegal instruction' #4
Comments
@randomt4sk Okay, my telepathic abilities say that you came here from XDA 😁 |
@MasterDevX haha, your telepathic abilities are right, but why don't they tell you what 'arch' is returning? ;) 'adb arch' & 'adb sh arch' are also saying that it's not a valid command. |
@randomt4sk Hmm, looks like you just don't have this binary. Let's find another way. Do you have dpkg installed there? |
@MasterDevX Yes, dpkg is in place. |
@randomt4sk Then try to execute this: |
@MasterDevX This only shows 'arm' (i guess 32 bit).
Edit: Hmm, sorry, somehow table layout isn't working. |
@randomt4sk Most likely that's because of armv7l, I have one device with the same CPU architecture, so I'm gonna check if ADB works there. |
@randomt4sk Hmm, worked pretty well on my armv7l. |
Unfortunately this shows 'Illegal instruction'. |
Currently I have no idea, why are you getting this error, sorry. |
Well, thanks for your efforts. |
Pls why is it asking me for username and password for github.com |
Show the screenshot of message you're getting. |
adb command runs on pydroid but failed on termux |
I tried both scripts and also added 'apt -y upgrade', without success.
Installation seems to succeed, since it returns:
'Tools were successfully installed!'
When running an adb command (eg. 'adb devices') it returns:$dir/adb.bin "$ @"'
'/data/data/com.termux/files/usr/bin/adb: line 7 9976 Illegal instruction
The seconds number '9976' changes from time to time (or on reinstall), but it's always referring to line 7.
Any ideas, if it's an device specific issue or my fault?
Edit:
The issue occurs on an Fire TV Stick (gen. 1).
However, it's working fine on my phone.
The text was updated successfully, but these errors were encountered: