Angry Birds Rio runs on the first 11.10 Panda staging build!
For these instructions, you need a PC running Ubuntu 11.04 or later. You also need to get the Android SDK from http://developer.android.com/sdk/ and install it. Also download the apk package file for the Angry Birds game (Angry_Birds_1.3.2.apk).
- Insert an SD card in a reader connected to your PC running Ubuntu 11.04 or later.
- In a console type
dmesgand note which/devnode the SD card was installed at. Let’s assume that this is/dev/sdc - Install a few Ubuntu packages if needed:
sudo apt-get install linaro-image-tools bzr
- Run these commands:
wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_staging-panda-11.10-release/1/artifact/build/out/target/product/pandaboard/boot.tar.bz2 wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_staging-panda-11.10-release/1/artifact/build/out/target/product/pandaboard/system.tar.bz2 wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_staging-panda-11.10-release/1/artifact/build/out/target/product/pandaboard/userdata.tar.bz2 bzr branch lp:linaro-image-tools ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdc --dev beagle --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
- Install the file over ADB:
adb install -r Angry_Birds_1.3.2.apk
- Save the birds!
- Install the file over ADB:



Hi Zach,
I fellowed the procedures and finished making a SD card with the image. After booting up, I get a black screen and the console messages output is:
here
My pandaboard is rev A2. Is there a possibility of hardware issue ?
Thanks.
First off, thanks for trying the build!
Hmmm, it could be. Would you try: https://android-build.linaro.org/builds/~linaro-android/staging-panda-11.10-release/ and if it doesn’t work file a bug at: https://bugs.launchpad.net/linaro-android/+filebug?
Thanks Zach, it works!
Now I’m running Angry Birds now.
Be careful that when we do not use adb to install the apk, there will be library missing ( libangrybirds.so) and Angry Birds crashes.
And I find my webcam is working on this release. I tried Pandroid L27.10.2 and L27.8.2 , my webcam was not working on both of them.