Open GoogleCodeExporter opened 9 years ago
Not enough information. Please verify that
a) the LG has working adb (i.e. verify that 'adb shell ls' works)
b) your hardware setup works (i.e. verify that 'adb shell ls' works with some
other device when executed using MicroBridge)
c) if a and b work, verify that 'adb shell ls' does not work with the LG, when
executed using MicroBridge
In other words, please verify that the unique combination of MicroBridge and
your LG phone are causing a problem for you.
Also, when submitting a bug like this, logs would be helpful.
Original comment by inopia.s...@gmail.com
on 19 Jan 2012 at 9:49
Hi All,
I am using Arduino Uno with the Sparkfun host Shield and Arduino 1.0.1 IDE and
when I compile the ADB Demo or Shell iI get this error:
In file included from Basic_Communication.cpp:15:
C:\arduino-1.0.1\libraries\ArduinoADB/Adb.h:20:20: error: wiring.h: No such
file or directory
Where do I find this file wiring.h ?
//regards, Jay
Original comment by jay.subr...@gmail.com
on 20 Nov 2012 at 2:04
It is an error in the library files. You have to change all occurancies of
wiring.h in Adb.h to arduino.h (or maybe Arduino.h, don't remember)
Original comment by bo.peter...@gmail.com
on 20 Nov 2012 at 2:10
Original issue reported on code.google.com by
bo.peter...@gmail.com
on 23 Sep 2011 at 4:12