Dear all,
I am currently doing experiments with the Android Accessory Kit. I am using
- Linara 13.10 for Pandaboard
- Arduino Duo
- Arduino IDE 1.5 Beta
On the Arduino and the Android side I run a very simple test scenario, which can be found on
https://sites.google.com/site/arduinosite/exercise/androidadkled. It basicly contains an App, with two radio buttons to toggle between the states of LED 13 on the Arduino.
Inside the loop function I added some lines of code for debugging:
...
if (adk.isReady()){
Serial.println("is ready");
...
} else
Serial.println("is not ready");
After I connect the Due to the Pandaboard and restart the Due by pressing the reset button
- the Pandaboard shows a message in the upper bar of the display telling me that it is connected to an accessory.
- however the Due diplays 'is not ready' on the terminal.
- If the 'on' radio button in the Android app is pressed nothing happens.
Everything runs fine as soon as a exchange my pandaoboard with a Nexus S or a Nexus 4.
Since I desperately tired several attempts over the last weeks I would be more than happy if somebody could give have any piece of advice.
Kind regards
Lothar
Good and bad news here:
I've finally managed to run 4.4 (with our patches) on the new Nexus 7.
The bad news: I've had to use their toolchain to do it.
With our toolchain, Galaxy Nexus and old Nexus 7 are fine, so chances are
the Qualcomm kernel and our compiler don't like each other too much.
I'm currently running another build with our 4.7 toolchain, let's see if
it's something we did or something gcc 4.8 did...
ttyl
bero
Good news -- 4.4 with all our modifications is running on Galaxy Nexus.
Will commit everything and trigger a build.
We've also made a quick video that will be ready shortly.
ttyl
bero
Hello
I'm trying to build Android on vexpress versatile (TC2)
when I created media
davies@davies-Ubuntu:~/android/out/target$ cd product/
davies@davies-Ubuntu:~/android/out/target/product$
sudo linaro-android-media-create --mmc /dev/sdc --dev vexpress --boot
boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2 sudo:
unable to resolve host davies-Ubuntu sudo: linaro-android-media-create:
command not found
is there something I miss??
Thanks !
Hi
i'm new to android so if the question is dump please forgive me !
i'm trying to build Android 13.09 for TC2
but when i ran the
linaro_android_build_cmds.sh<http://releases.linaro.org/13.09/android/vexpress-lsk/linaro_android_build_…>
it shows me that
repo has been initialized in /home/davies/android
cp: missing destination file operand after `.repo/manifest.xml'
and stop there
how can i fix this situation?
thank you
Hi,
I am trying to build AOSP 4.3 in jenkins.
For this I hava copied AOSP code in my "jenkins home/customworkspace" and I have given this path in Advanced tab as custom workspace.
For build step, I have selected 'execute shell' and I wrote following commands
source build/envsetup.sh; lunch full_grouper-userdebug; make -j2
But this didn't helped me adn showed me the following message.
Then , I added 'android build files' in build step and fired build.
This build got completed but I am not able to recover files required for flash..
Please tell me the correct way to build AOSP through jenkins. And the steps I am following are right or wrong????
Started by user anonymous Building in workspace /var/lib/jenkins/customworkspace/AOSP4.3
[AOSP4.3] $ /bin/sh -xe /tmp/hudson7101215273969361498.sh
+ source build/envsetup.sh
/tmp/hudson7101215273969361498.sh: 2: /tmp/hudson7101215273969361498.sh: source: Permission denied
Build step 'Execute shell' marked build as failure
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Finished: FAILURE
Please tell me how to configure jenkins for this build....I am new to build process.
Regards,
Sagar.