I want to update my nexus 6p to Nougat (manually OTA), so I went to settings to activate dev options and checked debbuging mode. When my phone is full booted and I run this command on terminal adb devices it list my device, but when I run adb reboot recovery and I get into recovery mode if try to run adb devices adb doesn't show my device and if I try to apply update from adb it says:
MYs-MacBook-Pro:Android etomas$ adb sideload angler-ota-mtc20f-5a1e93e9.zip loading: 'angler-ota-mtc20f-5a1e93e9.zip' error: no devices/emulators found
So far I've tried:
- oem unlocking;
- when in recovery mode run adb kill-server disconnect and connect my usb cable and then run adb devices;
- force to add my device to adb_usb.ini sudo echo 0x18d1 >> /Users/etomas/Library/Android/adb_usb.ini;
- to unload this sudo kextunload /System/Library/Extensions/EasyTetherUSBEthernet.kext;
- reboot my phone my laptop;
- updating my sdk platform to the latest version 24.0.2;
MacBook Pro (Retina, 13-inch, Mid 2014) OS X El Capitan 10.11.6 I'm already running android studio on my laptop;
My nexus 6p Android Version:6.0.1 Android Security Patch Level: August 5, 2016; BaseBand Version: angler-03.61; Kernel Version: 3.10.73-g909746b Build number: mtc20f
Thank you in advance