DoctorWho8 / microbridge

Automatically exported from code.google.com/p/microbridge
0 stars 0 forks source link

Does not work with LG Optimus 2X P990 #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Connecting a LG Optimus 2X P990 phone with Android 2.2 to Arduino running ADB

What is the expected output? What do you see instead?
Expected: communication between phone and arduino, but nothing sent from phone.

What version of the product are you using? On what operating system?
Android 2.2 + sparkfun usb shield + arduion uno.

Please provide any additional information below.
I guess this is 100% an issue with the phone and not with the Adb. I have tried 
exactly the same sketches and android programs on HTC, ZTE, SonyEricsson, 
Samsung, with various Android 2.x versions, and all are working expect the LG. 

Original issue reported on code.google.com by bo.peter...@gmail.com on 23 Sep 2011 at 4:12

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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