Re: [android-kernel] android device not detecting with adb devices after connected and disconnected to ethernet dock

2016-04-05 Thread Durgadoss Ramanathan
What does your /default.prop say ? Usually, the usb.config property will be configured to something like below: persist.sys.usb.config=adb,mtp Thanks, Durga On Wed, Apr 6, 2016 at 4:42 AM, wrote: > we are doing stability test for android device. It means we are just > pinging device ip address

[android-kernel] android device not detecting with adb devices after connected and disconnected to ethernet dock

2016-04-05 Thread biksik7
we are doing stability test for android device. It means we are just pinging device ip address. After test has passed, when we connected device with usb to the host "adb devices" not working. When I checked the logs,I found below lines [161528.696960, 1] android_usb: Cannot enable 'none' [1615

[android-kernel] arm-eabi-gcc: cannot execute binary file: Exec format error

2016-04-05 Thread Rob Patershuk
You are using a toolchain built for a linux machine, it will not work with cygwin for linux. Though there have been rare cases where toolchains built for cygwin/arm cross compilation, it is very difficult, time-consuming, and unnecessary to attempt kernel building with cygwin. If you must buil