I know this thread is old, but I just wanted to thank Ytai for doing this magic tool, now I can show my app with ioio in real time , so my university graduation is going to be awesome!
El jueves, 30 de agosto de 2012 02:56:38 UTC-4, Ytai escribió: > > This just keeps getting better and better :) > Now that you can use IOIO with your PC (over Bluetooth, soon over USB), > why not bridge it to the Android emulator (which has been asked for several > times in the past)? > > *Here's how to do that:* > > 1. Download the IOIO emulator bridge JAR from here: > https://github.com/ytai/ioio/raw/otg-beta/release/apps/bridge.jar > 2. Start your Android emulator. > 3. Open a shell and run adb -e forward tcp:4545 tcp:4545 > 4. Make sure your IOIO is paired to the PC and find out its port name > (on Windows 7, open "devices and printers" and note the COM port, on OSX / > Linux, run ls /dev/tty*). > 5. From where you downloaded the jar, run java -jar bridge.jar > *<your_serial_port>* > 6. Enjoy! > 7. When you're done, simply ctrl-C the bridge to exit. > > *What's going on here?* > The bridge.jar waits for the serial port, then opens a TCP socket to > localhost port 4545 and bridges the serial port to the socket. ADB then > forwards the incoming connection to port 4545 of your emulator, where > IOIOLib is listening for an incoming connection from the IOIO. > > Hope it will be useful for some of you (it will for me, for sure, when I > want to present something to a large audience). > Let me know if you're having any problems. Note that I didn't make any > effort in making this bullet-and-fool-proof as I normally try to do with > the IOIO software. This tool is currently on a nice-to-have level :) > > Ytai > > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
