So here's a curious issue I'm having today. I flashed Euroskank's latest Jellybro build, based on CM10.2. Clearly, I expected issues. However, I'm having the most curious problem connecting over ADB now!
Overview of my setup:
This isn't surprising. Factory settings and all. But I seem to remember previously, the authorization dialog popped up on my phone at this step. Not today.
This is the obvious result on that side. However, the confirmation dialog is not present at all on the device.
Anyone else have issues authorizing a computer for ADB? If you're working fine, any tips?
Overview of my setup:
- OS: Linux Mint 15 x86-64
- Updated Platform Tools (ADB Version is strangely the same as it was before though: 1.0.31)
- Enabled Developer Settings and ADB on Device
Code:
~ $ adb devices
List of devices attached
00310d2453155029 unauthorized
Code:
~ $ adb shell
error: device unauthorized. Please check the confirmation dialog on your device.
Anyone else have issues authorizing a computer for ADB? If you're working fine, any tips?