I am having problems trying to flash my device with 1.2 in order for me to start using the device for dev.
I have Android SDK installed.
When I run the following command in Terminal -
./flash_mac.sh
I get this message back -
adb server is out of date. killing...
* daemon started successfully *
error: device not found
If I run this command -
adb devices
I get the following back -
List of devices attached
full_keon device
Can anyone help me sort this?
Thnaks Rory
I have managed to flash the device, I simply re-connected the USB cable while Daemon was being started again.
Obviously anyone else finding this issue, I imagine they will need to update ADB Server.
Not sure how to. As I literally just installed it via Android SDK.
Thanks Rory