hi All,
getting weird error while flashing SD card for pandaboard.
pandaboard$ sudo linaro-android-media-create --mmc /dev/mmcblk0 --dev
pandaboard --boot boot.tar.bz2 --system system.tar.bz2 --userdata
userdata.tar.bz2
Traceback (most recent call last):
File "/usr/bin/linaro-android-media-create", line 28, in <module>
from linaro_image_tools.media_create.android_boards import (
File
"/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/__init__.py",
line 25, in <module>
from linaro_image_tools.media_create.boards import board_configs
File
"/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/boards.py",
line 28, in <module>
from parted import Device
File "/usr/lib/python2.7/dist-packages/parted/__init__.py", line 60, in
<module>
from partition import Partition
File "/usr/lib/python2.7/dist-packages/parted/partition.py", line 260, in
<module>
partitionFlag[__flag] = _ped.partition_flag_get_name(__flag)
ValueError: Invalid flag provided.
Host: ubuntu 12.04
please help/guide.
br,
kdj
+ linaro-android list
- linaro-android-builders list
---------- Forwarded message ----------
From: Chase Qi <chase.qi(a)linaro.org>
Date: 19 August 2014 20:57
Subject: [linaro-android-builders] Panda Android Build Failure
To: linaro-android-builder-notifications(a)linaro.org
Cc: Milosz Wasilewski <milosz.wasilewski(a)linaro.org>, Amit Khare
<amit.khare(a)linaro.org>, Botao Sun <Botao.Sun(a)linaro.org>, Naresh
Kamboju <naresh.kamboju(a)linaro.org>
Hi,
This is Chase from QA team. This week is full test week, but android
build for panda has failed from SUN 17, and there is no running build
now. I would like to know what is the plan for panda android build.
https://android-build.linaro.org/builds/~linaro-android-member-ti/panda-lin…
Thanks,
Chase
Hi,
Recently I'm looking at the keycode page provided by Google:
http://developer.android.com/reference/android/view/KeyEvent.html
As we know after screen unlocked, there is a white circle with six dots
above the HOME key, which can be clicked to enter the APPS tab. However
after tried around, I can't find which key is handling it. I
tried KEYCODE_BUTTON_MODE, KEYCODE_APP_SWITCH, KEYCODE_MENU, KEYCODE_HOME
and some others, none of them works.
Is that icon an actual key? Or it's just a pixel area on the screen?
Thanks.
Botao