adb connection to Beaglebone

Hi;

I would like to ask something about connection to beaglebone from my computer via adb.

Android is running my beaglebone and my aim is to send project files (.apk , .so , .xml, .ini) to beaglebone and run via adb

How can I run an android project consisting of .so files .xml files .apk on my beaglebone and where do I have to place these files in beaglebone file system.

Is there any suggestion for this problem?

Hi,

This is really an Android related question:

I would like to ask something about connection to beaglebone from my
computer via adb.

not beaglebone specific read but

It *should* be very simple on the bone as the hub in the bone is also
connected to the SoC's usb port.
Perhaps look at "developer options -> enable adb"

Android is running my beaglebone and my aim is to send project files (.apk ,
.so , .xml, .ini) to beaglebone and run via adb

This is supported by adb just make sure you are connected either via
usb if that works of worst case over tcpip.

How can I run an android project consisting of .so files .xml files .apk on
my beaglebone and where do I have to place these files in beaglebone file
system.

Really just create an APK in eclipse and run your code. If you have
native code use the android-ndk
to compile them (You will need to write a little java code or
implement a native activity)

Is there any suggestion for this problem?

You are better to start of developing using the standard Android tools
(eclipse,adb, and the emulator) . once that works
you can move to the beaglebone.

Greetings

Thank you so much for suggestions i will do that

27 Tem 2012 10:23 tarihinde “Kees Jongenburger” <kees.jongenburger@gmail.com> yazdı: