Skip to content
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

unauthorized device #192

Closed
randomdudeee opened this issue May 26, 2019 · 4 comments
Closed

unauthorized device #192

randomdudeee opened this issue May 26, 2019 · 4 comments

Comments

@randomdudeee
Copy link

randomdudeee commented May 26, 2019

C:\Users\ShatterDome\Desktop\gnirehtet>gnirehtet install
2019-05-26 14:21:36.768 INFO Main: Installing gnirehtet client...
* daemon not running; starting now at tcp:5037
* daemon started successfully
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Performing Streamed Install
adb: connect error for write: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
2019-05-26 14:21:41.400 ERROR Main: Execution error: Command adb ["install", "-r", "gnirehtet.apk"] returned with value 1

plz help me with this error

@rom1v rom1v added the adb label May 27, 2019
@rom1v
Copy link
Collaborator

rom1v commented May 27, 2019

You need to authorize your computer on the device. Do you have a confirmation dialog?

Check:

adb devices

(it's related to adb, independant of gnirehtet)

@randomdudeee
Copy link
Author

how do i authorize. normally when i install gnirehtet the authorize screen pops up. but this device don't show any pop ups

@rom1v
Copy link
Collaborator

rom1v commented Jun 6, 2019

how do i authorize. normally when i install gnirehtet the authorize screen pops up. but this device don't show any pop ups

This is a problem different from "unauthorized device" on adb.

IIUC, you don't get this popup:
popup

Unfortunately, this is a recurrent problem. Some devices require to "authorize" the app manually, but each in different ways. See for example: #161 (comment) and #150 (comment).

I need to do something to avoid this problem…

@rom1v rom1v added the nodialog label Jun 6, 2019
@rom1v
Copy link
Collaborator

rom1v commented Sep 7, 2019

Should be fixed by f868180.

@rom1v rom1v closed this as completed Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants