Nexus 4 does not show the RSA dialog when connecting USB in debug mode

大憨熊 提交于 2019-12-04 16:45:17

Using terminal (cmd in windows), go into sdk/platform-tools folder.

Then launch adb devices command.

You should see "Starting daemon" and then the Fingerprint popup will appear on your device.

If does not, unplug usb cable, restart pc, plug the cable to phone and try again launching adb command.

user3117202

For Linux adb kill-server or if adb is running in sudo sudo adb kill-server

On android device Settings > Developer options > Revoke USB debug authorizations USB Debug option is still Enabled

Connect the device to linux mach. sudo adb devices

check RSA Fingerprint popup is seen

Make sure you have the Android SDK Platform-tools updated to 16.0.1. I ran into this problem after update to 4.2.2 and updating adb and platform-tools solved the problem. The steps are neatly explained here -> http://www.thekirankumar.com/blog/2013/02/17/how-to-fix-adb-device-offline-issue-after-android-4-2-2-upgrade/

I just had the same issue on my mac book and solved it by quitting out of Parallels desktop.

The problem manifested for both a Motorola Atrix and brand new 11/14/2014 Galaxy S5.

The issue seemed to be that the sequence

  1. Connect USB Mac to Phone
  2. Get challenged to use this phone for USB debugging
  3. Confirm the RSA key

Was being interrupted at the device recognition level.

For me, the issue was Parallels Desktop stopping the handshake to ask if I wanted to connect this device to my Mac or Windows instance.

If you have android studio on your computer, you can see RSA dialog via android studio.

  1. Open Android Studio
  2. Run a project
  3. Select the device you want

then RSA diolog screen appears on your device.

You need to enable the Developer Option by going to Settings-->About Phone --> Tap 7 Times on Build Number Option.

Then open command prompt - Check the adb version by typing "adb version" if it shows 1.0.31 then you are good to go else update your adt version to 1.0.31 or higher.

After doing the above step-- type adb devices - It will show device offline and on you phone the RSA Key Dialog will open up . Mark always option and then you can see the device online.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!