Coder Social home page Coder Social logo

rowboat's People

Contributors

bhat10000 avatar bpankajl avatar khasim avatar manul7 avatar

Stargazers

 avatar

Watchers

 avatar

rowboat's Issues

Build fails due to omx_ti folders not found

What steps will reproduce the problem?
1. Make a new, clear directory
2. Follow instructions at http://code.google.com/p/rowboat/wiki/DSP
3. Install also the DVSDK packages according to instructions.
4. Build according to instructions

What is the expected output? What do you see instead?

Build fails on IGEPv2 board because there is no omx_ti folder under 
external/ti-dsp/.

What version of the product are you using? On what operating system?

Clean folder, repo init + sync latest on 2010-10-16 with:
    * codec_engine_2_25_05_16.tar.gz
    * dvsdk_setuplinux_3_01_00_10.bin
    * cs1omap3530_setupLinux_1_01_00-prebuilt-dvsdk3.01.00.10.bin
    * ti_cgt_c6000_6.1.12_setup_linux_x86.bin
    * codec_engine_2_25_05_16.tar.gz 
per instructions.

Operating system is not the issue.

Please provide any additional information below.

The OMX audio and video codecs, interface and overlay code does not exist when 
the source and packages are fetched according to instructions. The omx_ti does 
not come from any of the listed TI packages, and there is no instruction where 
to get that.

I guess something is missing in the instructions or some package has changed to 
not include omx_ti, or there's problems with my reading comprehension :)

Original issue reported on code.google.com by [email protected] on 17 Oct 2010 at 10:12

pre-built images result in "Kernel panic - not syncing: No init found. Try passing init= option to "

What steps will reproduce the problem?

1. sudo ./mkmmc-reflash.sh /dev/mmcblk0p beagleboard
2. sudo ./mkmmc-android.sh /dev/mmcblk0p beagleboard
~/rowboat-prebuilt/uImage
~/rowboat-prebuilt/beagleboard-donut-rootfs-2009-12-22.tar.bz2
3.power on board

What is the expected output? What do you see instead?

Expected it would work. Instead, get a kernal panic while trying to open
the console. 

Here is what I see 
VFS: Mounted root (ext3 filesystem) on device 179:2.
Freeing init memory: 168K
Warning: unable to open an initial console.
Failed to execute /init.  Attempting defaults...
Kernel panic - not syncing: No init found.  Try passing init= option to kernel.

What version of the product are you using? On what operating system?

Tried builds from both 2009-12-22 & 2009-11-03. 

Get same result. 


Please provide any additional information below.

Tried changing the bootargs. Nothing helps. As best I can tell, the
pre-built kernal is not built with the right options for the BeagleBoard. 

Has anyone gotten the pre-built image to work? 


Original issue reported on code.google.com by [email protected] on 29 Jan 2010 at 7:21

Unable to compile the android+dsp build

What steps will reproduce the problem?
1. Followed the guidelines from code.google.com/rowboat DSP integration
2.
3.

What is the expected output? What do you see instead?
It should build the Android File system. But, it reports errors in dvsdk.

What version of the product are you using? On what operating system?


Please provide any additional information below.
gmake[2]: Entering directory
`/home/harishkumar/Projects/android/platform/rowboat-android/external/ti-dsp/dvs
dk_3_00_02_44/cs1omap3530_1_00_01'
/home/harishkumar/Projects/android/platform/rowboat-android/external/ti-dsp/dvsd
k_3_00_02_44/xdctools_3_15_01_59/xdc
-PR packages 
making all: Thu Mar 4 22:46:36 IST 2010 ...
======== .interfaces [packages/ti/sdo/codecs/aachedec] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/aachedec/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/g711dec] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/g711dec/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/g711enc] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/g711enc/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/h264dec] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/h264dec/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/h264enc] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/h264enc/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/jpegdec] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/jpegdec/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/jpegenc] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/jpegenc/ce] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/mp3dec] ========
gmake[1]: `.interfaces' is up to date.
======== .interfaces [packages/ti/sdo/codecs/mp3dec/ce] ========
package.mak:17: *** target pattern contains no `%'.  Stop.
gmake: *** [packages/ti/sdo/codecs/mp3dec/ce,.interfaces] Error 2
gmake[2]: *** [.all-packages] Error 2
gmake[2]: Leaving directory
`/home/harishkumar/Projects/android/platform/rowboat-android/external/ti-dsp/dvs
dk_3_00_02_44/cs1omap3530_1_00_01'
make[1]: *** [cs_build] Error 2
make[1]: Leaving directory
`/home/harishkumar/Projects/android/platform/rowboat-android/external/ti-dsp'
make: *** [dvsdk] Error 2
harishkumar@prosperous:~/Projects/android/platform/rowboat-android$ vi
external/ti-dsp/get_tids

Original issue reported on code.google.com by [email protected] on 4 Mar 2010 at 5:28

DSP-side configuration mismatch/failure

What steps will reproduce the problem?
1.
checkout rowboat-eclair-dsp
comment out the patch files related mp3
compile the code following the instruction on wiki
copy messagegpp and message.out and linuxlib/lib to sdcard
2.
3.

What is the expected output? What do you see instead?

Wait: not found
# export GST_DEBUG=1
export CE_DEBUG=1
export DMAI_DEBUG=1# # 
# ./messagegpp ./message.out 10
========== Sample Application : MESSAGE ==========
Entered MESSAGE_Create ()
LDRV_DRV Ctrl GPP address [0xd5b00000]
LDRV_DRV Ctrl DSP address [0x87f05000]
LDRV_DRV Ctrl size        [0x100]
SHMDRV Ctrl GPP address [0xd5b00100]
SHMDRV Ctrl DSP address [0x87f05100]
SHMDRV Ctrl size [0x80]
LDRV_IPS Ctrl GPP address [0xd5b00180]
LDRV_IPS Ctrl DSP address [0x87f05180]
LDRV_IPS Ctrl size        [0x80]
IPS Ctrl GPP address [0xd5af0000]
IPS Ctrl DSP address [0x87f00000]
IPS Ctrl size        [0x2380]
LDRV_POOL Ctrl GPP address [0xd5b00200]
LDRV_POOL Ctrl DSP address [0x87f05200]
LDRV_POOL Ctrl size        [0x80]
SMAPOOL shared memory GPP address      [0xd5b00280]
SMAPOOL shared memory DSP address      [0x87f05280]
SMAPOOL shared memory physical address [0x87f05280]
SMAPOOL shared memory size             [0xa80]
SMAPOOL Ctrl GPP address               [0xd5b00480]
MPCS Ctrl GPP address      [0xd5b00d00]
MPCS Ctrl DSP address      [0x87f05d00]
MPCS Ctrl physical address [0x87f05d00]
MPCS Ctrl size             [0x8200]
MPLIST Ctrl GPP address      [0xd5b08f00]
MPLIST Ctrl DSP address      [0x87f0df00]
MPLIST Ctrl physical address [0x87f0df00]
MPLIST Ctrl size             [0x2200]
LDRV_MQT Ctrl GPP address [0xd5b0b100]
LDRV_MQT Ctrl DSP address [0x87f10100]
LDRV_MQT Ctrl size        [0x80]
ZCPYMQT Ctrl GPP address [0xd5b0b180]
ZCPYMQT Ctrl DSP address [0x87f10180]
ZCPYMQT Ctrl size [0x480]
LDRV_DATA Ctrl GPP address [0xd5b0b600]
LDRV_DATA Ctrl DSP address [0x87f10600]
LDRV_DATA Ctrl size        [0x80]
ZCPYDATA Ctrl GPP address [0xd5b0b680]
ZCPYDATA Ctrl DSP address [0x87f10680]
ZCPYDATA Ctrl size        [0x2e00]
ZCPYDATA freeChirps address [0xd5b0dc80]
RINGIO Ctrl GPP address      [0xd5af2380]
RINGIO Ctrl DSP address      [0x87f02380]
RINGIO Ctrl physical address [0x87f02380]
RINGIO Ctrl size             [0x2200]
SMAPOOL buffers start GPP address      [0xd5e00000]
SMAPOOL buffers start DSP address      [0x87f30000]
DRV shared memory base symbol DSP address [0x87e2b280]n<1>Expected DSP 
handshake value: [0xbaba01ff]<1>    Driver handshake with DSP failed 
[0x80008017]:
DSP-side configuration mismatch/failure
0              -> success
Positive value -> DSP-side failure code.
(Uint32) -1    -> DSP-side component was not initialized.

    ProcId received : 0, Expected : 0
    DRV configuration status    [0x0]
    IPS configuration status    [0x0]
    POOL configuration status   [0x0]
    MPCS configuration status   [0x0]
    MPLIST configuration status [0x0]
    MQT configuration status    [0x0]
    DATA configuration status   [0xffffffff]
    RINGIO configuration status [0x0]
PROC_start () failed. Status = [0x80008052]
Leaving MESSAGE_Create ()
Entered MESSAGE_Delete ()
Assertion failed (IS_VALID_MSGQ (msgqQueue)). File : msgq.c Line : 484
MSGQ_release () failed. Status = [0x8000800b]
Leaving MESSAGE_Delete ()
====================================================

What version of the product are you using? On what operating system?

rowboat-eclair-dsp

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jun 2010 at 3:12

Cannot get DVI signal

I have a BeagleBoard C4 and followed the build and setup instructions using the 
manifest rowboat-eclair.xml. Everything compiled just fine, Graphics SGX SDK 
installation went OK, sdcard with kernel and system image created successfully. 
When starting from sdcard:

Kernel is up and running, Android boots up but I cannot get any DVI ouput. In 
the kernel log I see this:

---------------------------------------------------------
[...]
<6>VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
<6>fbcvt: 1280x1024@60: CVT Name - 1.310M4-R
<4>regulator_init_complete: incomplete constraints, leaving VDVI on
<4>regulator_init_complete: incomplete constraints, leaving VDAC on
<4>drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
<3>omapdss DPI error: display already enabled
<4>omap_vout omap_vout: 'dvi' Display already enabled
<3>omapdss DPI error: display already enabled
<4>omap_vout omap_vout: 'dvi' Display already enabled
<6>omap_vout omap_vout: Buffer Size = 3686400
<6>omap_vout omap_vout: : registered and initialized video device 0
<6>omap_vout omap_vout: Buffer Size = 3686400
<6>omap_vout omap_vout: : registered and initialized video device 1
[...]
---------------------------------------------------------

I tried all the boot args below with no success.

---------------------------------------------------------
setenv bootargs 'mem=128M androidboot.console=ttyS2 console=tty0 
console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw init=/init rootwait 
omap-dss.def_disp=dvi omapfb.video_mode=720x480MR-16@60'

setenv bootargs 'mem=128M androidboot.console=ttyS2 console=tty0 
console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw init=/init rootwait 
omapfb.mode=dvi:1024x768MR-24@60 omapfb.vram=0:2M,1:4M'

setenv bootargs 'mem=128M androidboot.console=ttyS2 console=tty0 
console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw init=/init rootwait 
omapdss.def_disp=dvi omapfb.mode=dvi:1280x1024MR-16@60 vram=12M 
omapfb.vram=0:4M,1:4M,2:4M'
---------------------------------------------------------

The thing is that when in U-Boot mode, I can see the orange background (DVI) 
and the color bars in S-Video output but as soon as the kernel starts the DVI 
output goes black.

Have I missed anything? Is there any problem with the kernel or the DVI 
drivers? 

Original issue reported on code.google.com by [email protected] on 14 Oct 2010 at 7:52

android jni on Beagleboard

What steps will reproduce the problem?
1.Can android jni use open,ioctl,close to control hardware? I try to do so,but 
failed. When I open a device in a jni,it always return -1.if I use chmod to 
change the permission of the device node(for example chmod 777 /dev/hidraw0),it 
successed in open the device.Are there some solutions not to use chmod。  
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 19 Aug 2010 at 8:50

Touchscreen calibration

What steps will reproduce the problem?
1. There is no built-in touchscreen calibration method in Android.

What is the expected output? What do you see instead?
1. Provide simple app for this purpose.

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 8:26

How to Flash Linux on OMAP3 EVM2 which is running on Windows CE now

we have OMAp3 EVM board.we could able to do Flashing TIEVM3530-nand.raw on 
OMAP35xEVM board using EVM flash utility. This works. What we want now is to 
flash uboot.bin. I guess the EVM Flash Utility does not understand the 
uboot.bin format, so is there any other utility to flash uboot.bin onto the 
OMAP35x EVM board. Please note that the board contains eboot currently in flash 
and not uboot.

Original issue reported on code.google.com by [email protected] on 25 Aug 2010 at 1:36

Failed to build Android with TI DSP stack

What steps will reproduce the problem?
1.make TARGET_PRODUCT=beagleboard BUILD_WITH_GST=true dvsdk
2.
3.

What is the expected output? What do you see instead?

Build should be finished successfully. But it failed with an error message
"..../external/ti-dsp/dvsdk_3_00_02_44/cg6x/bin/cl6x: not found" while
compiling the failure.c file.




What version of the product are you using? On what operating system?

I'm using beagleboard C3 and compiling the suit on ubuntu 8.04.




Please provide any additional information below.

I have tried two ways to compile the suit but each way failed at the same
place:

1): Put pre-downloaded DVSDK under the external/ti-dsp folder. And check
out the TIGStreamerPlugins using the command line:

# svn checkout -r 506 --username anonymous --password "" -q
https://gstreamer.ti.com/svn/gstreamer_ti/trunk/gstreamer_ti

The DVSDK includes dvsdk_setuplinux_3_00_02_44.bin,
cs1omap3530_setuplinux_1_00_01-44.bin, xdctools_setuplinux_3_15_01_59.bin,
bios_setuplinux_5_33_06.bin, TI-C6x-CGT-v6.0.16.1.bin

Then use the following command to build the suit:

make TARGET_PRODUCT=[omap3evm | beagleboard] BUILD_WITH_GST=true dvsdk

2): Remove the above DVSDK files from the external/ti-dsp folder and
directly type the following command:

make TARGET_PRODUCT=[omap3evm | beagleboard] BUILD_WITH_GST=true dvsdk

It does automatically download DVSDK and TIGStremear Plugins then start
building, but fails when while compiling the failure.c file.

Original issue reported on code.google.com by [email protected] on 20 Dec 2009 at 7:58

Alarm app. Can't set alarm clock

What steps will reproduce the problem?
1. Set alarm clock

What is the expected output? What do you see instead?
Alarm clock icon appears on status bar but no reactions at setted time.
If you go to Alarm App settings you will see what nothing is changed (there
are no you settings).

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:42

Resolution for video and apps

What steps will reproduce the problem?
1. Some sample apps (such as the LunarLander app) show missing text. This is 
also seen in the FingerPaint app which doesn't allow drawing outside of HVGA 
despite the app appearing as VGA.

What is the expected output? What do you see instead?
1. Need documentation on how to change resolution (i.e. how to change Android 
API app to display HVGA vs VGA on Mistral EVM)
2. Need method to use full touchscreen area in apps on OMAP3EVM LCD

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 8:24

DSS error messages during boot

What steps will reproduce the problem?
1. Boot the board
2. See output

What is the expected output? What do you see instead?
...
<3>omap-dss DISPC error: Requested pixel clock not possible with the
current OMAP2_DSS_MIN_FCK_PER_PCK setting. Turning the constraint off.
<3>omap-dss DISPC error: Requested pixel clock not possible with the
current OMAP2_DSS_MIN_FCK_PER_PCK setting. Turning the constraint off.
omap-dss DISPC error: Requested pixel clock not possible with the current
OMAP2_DSS_MIN_FCK_PER_PCK setting. Turning the constraint off.
<4>omap-dss: Could not find exact pixel clock. Requested 25190 kHz, got
25189 kHz
<4>omap-dss: Could not find exact pixel clock. Requested 25190 kHz, got
25189 kHz
omap-dss: Could not find exact pixel clock. Requested 25190 kHz, got 25189 kHz
...

Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:56

Mouse pointer become visible during video playback start (w/o mouse attached)

What steps will reproduce the problem?
1. Build rootfs & kernel with DSP support (git tree from 07.02.2010)
2. Upload test video to SD Card
3. Launch Android
4. Go to the Gallery and open any file
5. In the moment then player starts to play video you can see mouse cursor 

What is the expected output? What do you see instead?
No mouse pointer must be hidden from user if no mouse attached and mouse 
feature activated.

Original issue reported on code.google.com by [email protected] on 10 Feb 2010 at 11:11

Enable Recording functionality by default on OMAP3EVM

What steps will reproduce the problem?
1. building rowboat for OMAP3EVM
2.
3.

What is the expected output? What do you see instead?
Expect to be able to capture raw PCM without having to enable the capture 
devices using alsa_amixer. Currently need to enable capture devices using 
alsa_amixer command.


What version of the product are you using? On what operating system?
Non-DSP Android Eclair version of Rowboat


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 9:05

Need to highlight error during DSP variant compilation

What steps will reproduce the problem?
1.Configure build for building with DSP support (but w/o putting codec
engine archive to external/ti-dsp folder)
2.Run build
3.Then build failed see last 20 lines of the output for 
"Please put codec_engine_2_24_01.tar.gz under the external/ti-dsp folder
and then restart build"

What is the expected output? What do you see instead?
Error with _Please put codec_engine_2_24_01.tar.gz under the
external/ti-dsp folder and then restart build_

Original issue reported on code.google.com by [email protected] on 10 Dec 2009 at 2:09

USB keyboard with USB HUB on beagleboard

What steps will reproduce the problem?
1.Enabled all USB stuff and input devices in menuconfig
2.compiled rootfs
3.compiled uImage

What is the expected output? What do you see instead?
I was expecting to be able to use mouse and keyboard with USB hub on
beagleboard and to use it with regular monitor. I can't see mouse cursor
and keyboard is not responding to keypresses. When Android boots up it
recognized the USB keyboard and USB HUB and enumerates them.

What version of the product are you using? On what operating system?


Please provide any additional information below.
I'm using beagleboard C3, USB HUB, USB keyboard and USB mouse and regular
monitor.

Original issue reported on code.google.com by [email protected] on 7 Mar 2010 at 4:01

USB Network bring up

Hi guys,

I need your valuable inputs to resolve the networking bring up issue. Is
there any way to hard code the DNS/ENABLE DHCP during the compile time
itself so that I need not have to do any manual entries after android has
come up. 

Your help is highly appreciated. Thanks in advance for the help...

regards,
Shiva

Original issue reported on code.google.com by [email protected] on 22 Feb 2010 at 12:03

cross compile

i have a question regarding android build, i know that android runs on
omap3, which is ARM base microprocessor. it make perfect sense to get a
cross compile tool to compile Linux kernel for arm

however why don't i need cross compiler to compile rest of the android???

any info would be great

sg

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 6:22

Alarm app. Dismiss button malfunction.

What steps will reproduce the problem?
1. Set alarm
2. Wait until alarm starts and press "dismiss" button

What is the expected output? What do you see instead?
The expected action is disabling the alarm, but App prints "Snoozing 10
min..." and after 10 mins it starts again. 

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:38

gdbserver crash

What steps will reproduce the problem?
1.$adb shell
2.$gdbserver


What is the expected output? What do you see instead?
Output
[1]   Segmentation fault      gdbserver

What version of the product are you using? On what operating system?
 rowboat-eclair-dsp.xml and rowboat-donut-dsp.xml 


Original issue reported on code.google.com by [email protected] on 16 Jun 2010 at 5:41

Seek in H.264 video files make playback crash requiring reboot.

What steps will reproduce the problem?
1. Start playing a H.264 video file drag the seekbar or use the seekTo(int ms) 
from your video application.

What is the expected output? What do you see instead?
The video should continue playing at the new position but instead the video 
freezes and the mediaserver crashes.


What version of the product are you using? On what operating system?
Eclair 2.1, Beagleboard.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 Oct 2010 at 12:00

http proxy setting ignored

What steps will reproduce the problem?
This doesn't work anymore: 
{{{
$adb shell
#sqlite3
/data/data/com.google.android.providers.settings/databases/settings.db
”INSERT INTO system VALUES(99,’http_proxy’,’ [host_or_IP]:[port]’);"
}}}
Possible reason - new API in Donut. 
I've tried set `http_proxy` in `secure` table as in `system` but no effect. 

What is the expected output? What do you see instead?
Android must switch to proxy server instead direct connection to Internet,
but it ignores `http_proxy` setting.

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:32

Many useless and duplicated notifications during system boot

What steps will reproduce the problem?
1. Boot the board
2. See the output

What is the expected output? What do you see instead?
...
Disabling unused clock "gpt2_fck"
<6>Disabling unused clock "gpt12_ick"
<6>Disabling unused clock "gpt12_ick"
...


Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:51

touch and keypad does not work

What steps will reproduce the problem?
1.enable or disable power management in kernel.
2.
3.

What is the expected output? What do you see instead?
touchscreen and keypad must work.
Where-ever i touch on the screen it gives me same co-ordinates(top of the 
screen,i.e status bar in android).
keypad events are working fine, but no response from android.

What version of the product are you using? On what operating system?
using rowboat-2.6.32 kernel and google android eclair(generic build).

Please provide any additional information below.
please suggest any solution for this issue, I am stuck for a week.

Original issue reported on code.google.com by [email protected] on 17 Sep 2010 at 11:24

Not Understanding to port Android Eclair onto Devkit8000

Hi all, I followed the steps mentioned on
"http://labs.embinux.org/index.php/Android-Eclair_porting_guide_to_BeagleBoard"

When I came to 
$make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage
I got an error "arm-none-linux-gnueabi: command not found", how can I fix it?

Last,
After compiling Kernel, what should I put into the first and second
partition of the SD Card?
Thanks you very much

Original issue reported on code.google.com by [email protected] on 21 Dec 2009 at 5:57

Android cofiguring problem

Hi,all
We are tring to port USB wifi vt6656 to rowboat Android,we can use 
wireless tools(which contain iwconfig,iwlist,etc.) configuring wifi 
successfully,by using this way we can connect the internet 
successfully.However,when we tried to use Android UI(wifi setting) to 
configure it,it can find ap signal,but just a second later,the system 
crashed,the logcat message shows below:


com.android.settings/com.android.settings.WirelessSettings paused=false}
I/ActivityManager(  771): Starting activity: Intent { 
act=android.intent.action.MAIN 
cmp=com.android.settings/.wifi.WifiSettings }
I/ActivityManager(  771): Displayed activity 
com.android.settings/.wifi.WifiSettings: 327 ms (total 327 ms)
I/WindowManager(  771): Checking dispatch to: Window{49ca9e40 StatusBar 
paused=false}
I/WindowManager(  771): Checking dispatch to: Window{49cdd180 
StatusBarExpanded paused=false}
I/WindowManager(  771): Not visible!
I/WindowManager(  771): Checking dispatch to: Window{49cc8180 TrackingView 
paused=false}
I/WindowManager(  771): Not visible!
I/WindowManager(  771): Checking dispatch to: Window{49c59978 
com.android.settings/com.android.settings.wifi.WifiSettings paused=false}
D/SettingsWifiEnabler(  893): Received wifi state changed from Disabled to 
Enabling
VIA Networking Wireless LAN USB Driver Ver. 1.20.03
VIA Networking Wireless LAN USB Driver Ver. 1.20.03
Copyright (c) 2004 VIA Networking Technologies, Inc.
eth1 (vntwusb): not using net_device_ops yet
vntwpa (vntwusb): not using net_device_ops yet
usb 1-1.1: reset high speed USB device using musb_hdrc and address 3
usbcore: registered new interface driver vntwusb
E/WifiHW  (  771): Wi-Fi has be loaded...
init: no such service 'ifcfg_vt6656'
D/dalvikvm(  771): GC freed 9820 objects / 470256 bytes in 156ms
Config_FileOperation file Not exist
Zone=[2][E][U]!!
Antenna AUX&MAIN all available!
E/WifiHW  (  771): Unable to open connection to supplicant 
on "/data/system/wpa_supplicant/eth1": Connection refused
I/wpa_supplicant(  907): CTRL-EVENT-STATE-CHANGE id=-1 state=2
W/wpa_supplicant(  907): Failed to initiate AP scan.
D/WifiService(  771): ACTION_BATTERY_CHANGED pluggedType: 1
V/WifiHW  (  771): Not connected to wpa_supplicant - "LIST_NETWORKS" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "AP_SCAN 2" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-ACTIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "SCAN" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-PASSIVE" 
command dropped.
D/SettingsWifiEnabler(  893): Received wifi state changed from Enabling to 
Enabled
V/WifiHW  (  771): Not connected to wpa_supplicant - "LIST_NETWORKS" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "BLACKLIST clear" 
command dropped.
I/wpa_supplicant(  907): CTRL-EVENT-SCAN-RESULTS  Ready
I/wpa_supplicant(  907): Trying to assoAP(BSS) finding:Found a AP(BSS)..
ciate with 00:0a:eb:d0:e8:52 (SSID='TP-LINK' freq=2437 MHz)
I/wpa_supplicant(  907): CTRL-EVENT-STATE-CHANGE id=-1 state=3
802.11 Authen (OPEN) Successful.
Association Successful, AID=4.
Link with AP(SSID): TP-LINK
I/wpa_supplicant(  907): CTRL-EVENT-STATE-CHANGE id=0 state=4
I/wpa_supplicant(  907): Associated with 00:0a:eb:d0:e8:52
I/wpa_supplicant(  907): CTRL-EVENT-STATE-CHANGE id=0 state=7
I/wpa_supplicant(  907): CTRL-EVENT-CONNECTED - Connection to 
00:0a:eb:d0:e8:52 completed (auth) [id=0 id_str=]
V/WifiHW  (  771): Not connected to wpa_supplicant - "AP_SCAN 2" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-ACTIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "SCAN" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-PASSIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "AP_SCAN 2" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-ACTIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "SCAN" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-PASSIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "AP_SCAN 2" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-ACTIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "SCAN" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-PASSIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "AP_SCAN 2" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-ACTIVE" 
command dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "SCAN" command 
dropped.
V/WifiHW  (  771): Not connected to wpa_supplicant - "DRIVER SCAN-PASSIVE" 
command dropped.
E/SettingsWifiLayer(  893): Unable to scan for networks
I/NotificationService(  771): enqueueToast pkg=com.android.settings 
callback=android.app.ITransientNotification$Stub$Proxy@49cf4e20 duration=1
W/ActivityManager(  771): Unable to start service Intent { 
act=android.bluetooth.IBluetoothHeadset }: not found
E/BluetoothHeadset(  771): Could not bind to Bluetooth Headset Service
V/WifiStateTracker(  771): Connection to supplicant established, 
state=COMPLETED
W/BluetoothHeadset(  771): Proxy not attached to service
D/WifiStateTracker(  771): DhcpHandler: DHCP request started
D/dalvikvm(  893): GC freed 3909 objects / 219888 bytes in 261ms
I/ARMAssembler(  771): generated 
scanline__00000077:03515104_00001A01_00000000 [ 46 ipp] (68 ins) at 
[0x25e4a8:0x25e5b8] in 427246 ns
I/wpa_supplicant(  907): CTRL-EVENT-SCAN-RESULTS  Ready
I/WindowManager(  771): Checking dispatch to: Window{49ca9e40 StatusBar 
paused=false}
I/WindowManager(  771): Checking dispatch to: Window{49cdd180 
StatusBarExpanded paused=false}
I/WindowManager(  771): Not visible!
I/WindowManager(  771): Checking dispatch to: Window{49cc8180 TrackingView 
paused=false}
I/WindowManager(  771): Not visible!
I/WindowManager(  771): Checking dispatch to: Window{49c59978 
com.android.settings/com.android.settings.wifi.WifiSettings paused=false}
D/dalvikvm(  893): Trying to load lib /system/lib/libcerttool_jni.so 0x0
D/dalvikvm(  893): Added shared lib /system/lib/libcerttool_jni.so 0x0
I/ARMAssembler(  771): generated 
scanline__00000077:03515104_00000000_00000000 [ 27 ipp] (41 ins) at 
[0x262a70:0x262b14] in 305175 ns
I/ARMAssembler(  771): generated 
scanline__00000077:03515104_00001001_00000000 [ 64 ipp] (84 ins) at 
[0x263298:0x2633e8] in 427246 ns
I/WindowManager(  771): Checking dispatch to: Window{49ca9e40 StatusBar 
paused=false}
I/WindowManager(  771): Checking dispatch to: Window{49cdd180 
StatusBarExpanded paused=false}
I/WindowManager(  771): Not visible!
I/WindowManager(  771): Checking dispatch to: Window{49cc8180 TrackingView 
paused=false}
I/WindowManager(  771): Not visible!
I/WindowManager(  771): Checking dispatch to: Window{49d2b8e0 Connect to 
TP-LINK paused=false}
I/wpa_supplicant(  907): CTRL-EVENT-STATE-CHANGE id=0 state=0
V/WifiMonitor(  771): Event [CTRL-EVENT-STATE-CHANGE id=0 state=0]
V/WifiStateTracker(  771): ChangUnable to handle kernel NULL pointer 
dereference at virtual address 00000001
ing supplicant state: COMPLETED pgd = c73cc000
==> DISCONNECTED
D/WifiStateTra[00000001] *pgd=87096031cker(  771): Deconfiguring inter, 
*pte=00000000face and stopping DHCP
, *ppte=00000000
Internal error: Oops: 17 [#1]
Modules linked in: vntwusb
CPU: 0    Not tainted  (2.6.29-rc3-omap1 #23)
PC is at tcp_v4_nuke_addr+0x80/0xb8
LR is at tcp_v4_nuke_addr+0x2c/0xb8
pc : [<c02e09b4>]    lr : [<c02e0960>]    psr: 20000013
sp : c5c83e18  ip : c5c83e18  fp : c5c83e44
r10: 0000006e  r9 : c04d1c30  r8 : c04d0efc
r7 : 00000000  r6 : 00000000  r5 : 00000001  r4 : 00000001
r3 : c7120000  r2 : c5c82000  r1 : 00000023  r0 : 00000000
Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
Control: 10c5387d  Table: 873cc019  DAC: 00000015
Process ConnectivityThr (pid: 801, stack limit = 0xc5c822e0)
Stack: (0xc5c83e18 to 0xc5c84000)
3e00:                                                       c5c83e44 
00008939 
3e20: 00000000 00000001 c5fa70a0 c5c83e68 c5dbf400 c5fa70ac c5c83eb4 
c5c83e48 
3e40: c02ec550 c02e0940 00000008 c057fac0 52707d54 00000000 31687465 
00000000 
3e60: 00000000 00000000 00000002 00000000 00000000 00000000 00000002 
00000000 
3e80: 00000000 00000000 c5c83eb4 52707d54 00008939 52707d54 c7313f20 
52707d54 
3ea0: c5c82000 44105ea8 c5c83ecc c5c83eb8 c02ed58c c02ebe04 00000002 
c7313f20 
3ec0: c5c83eec c5c83ed0 c029f9f0 c02ed4b8 00000000 c7313f20 00008939 
52707d54 
3ee0: c5c83f0c c5c83ef0 c00b633c c029f808 c5c83fac 00000043 c7313f20 
00008939 
3f00: c5c83f7c c5c83f10 c00b6858 c00b6310 c5c83f5c c5c83f20 c02a003c 
00000018 
3f20: 00000000 00000000 fffffffe 00000000 c5c83f64 c5c83f40 c00731a0 
c004f2c4 
3f40: c729e01c c7132040 00000015 c70d4c00 c04583c0 00000043 52707d54 
00008939 
3f60: c7313f20 c0034044 c5c82000 44105ea8 c5c83fa4 c5c83f80 c00b68fc 
c00b63b8 
3f80: c02a0d20 00000001 adb040c8 52707d64 52707d54 00000036 00000000 
c5c83fa8 
3fa0: c0033ec0 c00b68c8 adb040c8 52707d64 00000043 00008939 52707d54 
00000002 
3fc0: adb040c8 52707d64 52707d54 00000036 52707da8 44105eb8 44105ea8 
ad040101 
3fe0: adb040dc 52707d38 afe1fbc5 afe0c71c 00000010 00000043 ff0020ff 
ff0100ff 
Backtrace: 
[<c02e0934>] (tcp_v4_nuke_addr+0x0/0xb8) from [<c02ec550>] 
(devinet_ioctl+0x758/0x7cc)
[<c02ebdf8>] (devinet_ioctl+0x0/0x7cc) from [<c02ed58c>] 
(inet_ioctl+0xe0/0x110)
[<c02ed4ac>] (inet_ioctl+0x0/0x110) from [<c029f9f0>] 
(sock_ioctl+0x1f4/0x24c)
 r4:c7313f20
[<c029f7fc>] (sock_ioctl+0x0/0x24c) from [<c00b633c>] (vfs_ioctl+0x38/0x7c)
 r6:52707d54 r5:00008939 r4:c7313f20
[<c00b6304>] (vfs_ioctl+0x0/0x7c) from [<c00b6858>] 
(do_vfs_ioctl+0x4ac/0x510)
 r6:00008939 r5:c7313f20 r4:00000043
[<c00b63ac>] (do_vfs_ioctl+0x0/0x510) from [<c00b68fc>] 
(sys_ioctl+0x40/0x64)
[<c00b68bc>] (sys_ioctl+0x0/0x64) from [<c0033ec0>] 
(ret_fast_syscall+0x0/0x2c)
 r7:00000036 r6:52707d54 r5:52707d64 r4:adb040c8
Code: ebffbdd8 e5955000 e2554000 0a000005 (e4143008) 
Kernel panic - not syncing: Fatal exception in interrupt


Original issue reported on code.google.com by [email protected] on 16 May 2010 at 2:33

Benchmark app doesn't work in fullscreen mode

What steps will reproduce the problem?
1. Download benchmark app
2. Install it to device
3. Run benchmark app 

What is the expected output? What do you see instead?
The application window must cover all display but it work in window mode.

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 2:29

wakeup wake lock: mmc_delayed_work

Hi,

I am trying to run rowboat on beagleboard rev C3 and am getting the
following error. It is due to mmc late response as I am using the image
from mmc. Since I did not connect the touchscreen, I could not set any
wakeup or sleep. Please help and let me know if more details are needed.
The error as reported on the console is as below:

/////////////////////////////////////////////////////////////////////
Powerdomain (core_pwrdm) didn't enter target state 1

Powerdomain (per_pwrdm) didn't enter target state 1

Powerdomain (usbhost_pwrdm) didn't enter target state 1

Could not enter target state in pm_suspend

wakeup wake lock: mmc_delayed_work

Restarting tasks ... done.

suspend: exit suspend, ret = 0 (2000-01-01 01:17:59.541076658 UTC)

PM: Syncing filesystems ... done.

Freezing user space processes ... (elapsed 0.00 seconds) done.

Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.

Suspending console(s) (use no_console_suspend to debug)

Powerdomain (core_pwrdm) didn't enter target state 1

Powerdomain (per_pwrdm) didn't enter target state 1

Powerdomain (usbhost_pwrdm) didn't enter target state 1

Could not enter target state in pm_suspend

wakeup wake lock: mmc_delayed_work

Restarting tasks ... done.

suspend: exit suspend, ret = 0 (2000-01-01 01:24:24.563415526 UTC)

PM: Syncing filesystems ... done.

Freezing user space processes ... (elapsed 0.00 seconds) done.

Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.

Suspending console(s) (use no_console_suspend to debug)
/////////////////////////////////////////////////////////////////////////

Original issue reported on code.google.com by [email protected] on 5 Feb 2010 at 11:42

froyo browser crashes out of the box

What steps will reproduce the problem?
1. repo sync on rowboat-froyo
2. normal build for omap3evm
3. dhcp is working now, thanks!
4. browser crashes immediately on start (network is running fine via dhcp, 
checked with ping, dns ok too)


What is the expected output? What do you see instead?
browser comes up for about 1 second then disappears

What version of the product are you using? On what operating system?
3530 omap3evm, froyo, default build as doc on this site

Please provide any additional information below.

logcat output of browser dying:
I/ActivityManager(  863): Starting activity: Intent { 
act=android.intent.action.MAIN flg=0x10000000 
cmp=com.android.browser/.BrowserActivity }
I/ActivityManager(  863): Start proc com.android.browser for activity 
com.android.browser/.BrowserActivity: pid=1341 uid=10014 gids={3003, 1015}
I/ActivityThread( 1341): Publishing provider browser: 
com.android.browser.BrowserProvider
I/ActivityManager(  863): Displayed activity 
com.android.browser/.BrowserActivity: 1525 ms (total 1525 ms)
D/dalvikvm( 1341): GC_FOR_MALLOC freed 3858 objects / 224504 bytes in 122ms
W/dalvikvm( 1341): JNI WARNING: JNI method called with exception raised
W/dalvikvm( 1341):              in 
Landroid/webkit/JWebCoreJavaBridge;.sharedTimerFired ()V (NewLocalRef)
W/dalvikvm( 1341): Pending exception is:
I/dalvikvm( 1341): Ljava/lang/IllegalArgumentException;: provider=gps
I/dalvikvm( 1341):  at android.os.Parcel.readException(Parcel.java:1251)
I/dalvikvm( 1341):  at android.os.Parcel.readException(Parcel.java:1235)
I/dalvikvm( 1341):  at 
android.location.ILocationManager$Stub$Proxy.requestLocationUpdates(ILocationMan
ager.java:516)
I/dalvikvm( 1341):  at 
android.location.LocationManager._requestLocationUpdates(LocationManager.java:71
1)
I/dalvikvm( 1341):  at 
android.location.LocationManager.requestLocationUpdates(LocationManager.java:630
)
I/dalvikvm( 1341):  at 
android.webkit.GeolocationService.registerForLocationUpdates(GeolocationService.
java:162)
I/dalvikvm( 1341):  at 
android.webkit.GeolocationService.start(GeolocationService.java:66)
I/dalvikvm( 1341):  at 
android.webkit.JWebCoreJavaBridge.sharedTimerFired(Native Method)
I/dalvikvm( 1341):  at 
android.webkit.JWebCoreJavaBridge.fireSharedTimer(JWebCoreJavaBridge.java:88)
I/dalvikvm( 1341):  at 
android.webkit.JWebCoreJavaBridge.handleMessage(JWebCoreJavaBridge.java:105)
I/dalvikvm( 1341):  at android.os.Handler.dispatchMessage(Handler.java:99)
I/dalvikvm( 1341):  at android.os.Looper.loop(Looper.java:123)
I/dalvikvm( 1341):  at 
android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:621)
I/dalvikvm( 1341):  at java.lang.Thread.run(Thread.java:1096)
I/dalvikvm( 1341): "WebViewCoreThread" prio=5 tid=11 NATIVE
I/dalvikvm( 1341):   | group="main" sCount=0 dsCount=0 s=N obj=0x4402d3e8 
self=0x254b78
I/dalvikvm( 1341):   | sysTid=1354 nice=0 sched=0/0 cgrp=unknown handle=2444472
I/dalvikvm( 1341):   at 
android.webkit.JWebCoreJavaBridge.sharedTimerFired(Native Method)
I/dalvikvm( 1341):   at 
android.webkit.JWebCoreJavaBridge.fireSharedTimer(JWebCoreJavaBridge.java:88)
I/dalvikvm( 1341):   at 
android.webkit.JWebCoreJavaBridge.handleMessage(JWebCoreJavaBridge.java:105)
I/dalvikvm( 1341):   at android.os.Handler.dispatchMessage(Handler.java:99)
I/dalvikvm( 1341):   at android.os.Looper.loop(Looper.java:123)
I/dalvikvm( 1341):   at 
android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:621)
I/dalvikvm( 1341):   at java.lang.Thread.run(Thread.java:1096)
I/dalvikvm( 1341): 
E/dalvikvm( 1341): VM aborting
I/DEBUG   ( 1335): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 
***
I/DEBUG   ( 1335): Build fingerprint: 
'TI/omap3evm/omap3evm/omap3evm:2.2/MASTER/eng.cjohnson.20100910.124511:tests/tes
t-keys'
I/DEBUG   ( 1335): pid: 1341, tid: 1354  >>> com.android.browser <<<
I/DEBUG   ( 1335): signal 11 (SIGSEGV), fault addr deadd00d
I/DEBUG   ( 1335):  r0 00000026  r1 afd14629  r2 afd14629  r3 00000000
I/DEBUG   ( 1335):  r4 802a13f4  r5 802a13f4  r6 00000000  r7 00000000
I/DEBUG   ( 1335):  r8 45945b68  r9 428c8f1c  10 428c8f04  fp 45945ed8
I/DEBUG   ( 1335):  ip deadd00d  sp 45945a68  lr afd15673  pc 80242078  cpsr 
20000030
I/DEBUG   ( 1335):  d0  74726f6261204d69  d1  437765695662656e
I/DEBUG   ( 1335):  d2  4362655724657267  d3  616572685465720a
I/DEBUG   ( 1335):  d4  0000000000000000  d5  4010000000000000
I/DEBUG   ( 1335):  d6  c010000000000000  d7  000ae8983f800000
I/DEBUG   ( 1335):  d8  ffffffffffffff25  d9  41cc36a518bf62fa
I/DEBUG   ( 1335):  d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 1335):  d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 1335):  d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 1335):  d16 ffffffffffffff25  d17 3fe6e07e5a78f25a
I/DEBUG   ( 1335):  d18 4125d13000000000  d19 c010000000000000
I/DEBUG   ( 1335):  d20 0000000000000000  d21 0000000000000000
I/DEBUG   ( 1335):  d22 0000000000000000  d23 4014000000000000
I/DEBUG   ( 1335):  d24 c014000000000000  d25 0000000000000000
I/DEBUG   ( 1335):  d26 3ff0000000000000  d27 0000000000000000
I/DEBUG   ( 1335):  d28 0000000000000000  d29 4010000000000000
I/DEBUG   ( 1335):  d30 0000000000000000  d31 0000000000000000
I/DEBUG   ( 1335):  scr 80000013
I/DEBUG   ( 1335): 
I/DEBUG   ( 1335):          #00  pc 00042078  /system/lib/libdvm.so
I/DEBUG   ( 1335):          #01  pc 0003360c  /system/lib/libdvm.so
I/DEBUG   ( 1335):          #02  pc 00033736  /system/lib/libdvm.so
I/DEBUG   ( 1335):          #03  pc 00035070  /system/lib/libdvm.so
I/DEBUG   ( 1335):          #04  pc 0019a61a  /system/lib/libwebcore.so
I/DEBUG   ( 1335):          #05  pc 00197070  /system/lib/libwebcore.so
I/DEBUG   ( 1335): 
I/DEBUG   ( 1335): code around pc:
I/DEBUG   ( 1335): 80242058 20061861 f7d418a2 2000eb8e ece6f7d4 
I/DEBUG   ( 1335): 80242068 58234808 b1036bdb f8df4798 2026c01c 
I/DEBUG   ( 1335): 80242078 0000f88c ed4cf7d4 0005f3a0 fffe3014 
I/DEBUG   ( 1335): 80242088 fffe6288 0000039c deadd00d f8dfb40e 
I/DEBUG   ( 1335): 80242098 b503c02c bf00490a 188ba200 f853aa03 
I/DEBUG   ( 1335): 
I/DEBUG   ( 1335): code around lr:
I/DEBUG   ( 1335): afd15650 b5f74b0d 490da200 2600189b 585c4602 
I/DEBUG   ( 1335): afd15660 686768a5 f9b5e008 b120000c 46289201 
I/DEBUG   ( 1335): afd15670 9a014790 35544306 37fff117 6824d5f3 
I/DEBUG   ( 1335): afd15680 d1ed2c00 bdfe4630 0002ccd0 000000d4 
I/DEBUG   ( 1335): afd15690 b086b570 f602fb01 9004460c a804a901 
I/DEBUG   ( 1335): 
I/DEBUG   ( 1335): stack:
I/DEBUG   ( 1335):     45945a28  00000015  
I/DEBUG   ( 1335):     45945a2c  afd14659  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a30  afd425a0  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a34  afd4254c  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a38  00000000  
I/DEBUG   ( 1335):     45945a3c  afd15673  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a40  afd14629  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a44  afd14629  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a48  afd14680  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a4c  802a13f4  /system/lib/libdvm.so
I/DEBUG   ( 1335):     45945a50  802a13f4  /system/lib/libdvm.so
I/DEBUG   ( 1335):     45945a54  00000000  
I/DEBUG   ( 1335):     45945a58  00000000  
I/DEBUG   ( 1335):     45945a5c  afd1468d  /system/lib/libc.so
I/DEBUG   ( 1335):     45945a60  df002777  
I/DEBUG   ( 1335):     45945a64  e3a070ad  
I/DEBUG   ( 1335): #00 45945a68  00000001  
I/DEBUG   ( 1335):     45945a6c  80233611  /system/lib/libdvm.so
I/DEBUG   ( 1335): #01 45945a70  00000001  
I/DEBUG   ( 1335):     45945a74  8023373b  /system/lib/libdvm.so
I/DEBUG   ( 1335): debuggerd committing suicide to free the zombie!
I/DEBUG   ( 1375): debuggerd: Sep 10 2010 12:53:40
D/Zygote  (  806): Process 1341 terminated by signal (11)
I/ActivityManager(  863): Process com.android.browser (pid 1341) has died.
I/WindowManager(  863): WIN DEATH: Window{44375cf0 
com.android.browser/com.android.browser.BrowserActivity paused=false}
I/WindowManager(  863): WIN DEATH: Window{440b3e88 
com.android.browser/com.android.browser.BrowserActivity paused=false}
W/InputManagerService(  863): Got RemoteException sending setActive(false) 
notification to pid 1341 uid 10014
I/UsageStats(  863): Unexpected resume of com.android.launcher while already 
resumed in com.android.browser

Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 6:44

TRENDnet 802.11n USB adapter

What steps will reproduce the problem?
1. Installed a Trendnet USB 802.11n (TEW-644UB)
2.
3.

What is the expected output? What do you see instead?
The USB adaptor is not found? not that I could see?

What version of the product are you using? On what operating system?
TEW-644UB, Beagleboard Rev. C through a powered USB hub of course. 


Please provide any additional information below.

Using image downloaded: beagleboard-donut-2009-10-20.tar.bz2 

The device functions Ok with a USB keyboard and mouse. I cannot get the 
Ethernet adapter to get recognized. Any special tricks? USB adapter works 
great in XP and Win7.

let me know if you need anything else.


Original issue reported on code.google.com by [email protected] on 26 Oct 2009 at 2:59

config.bld' is not a valid build configuration file

What steps will reproduce the problem?
1. make TARGET_PRODUCT=omap3evm BUILD_WITH_GST=true dvsdk

/media/500_p1/Android/omap3evm/rowboat-android/eclair/external/ti-dsp/dvsdk_3_01
_00_10/xdctools_3_16_01_27/packages/xdc/bld/xdc_rules.mak:307: *** Error: 
'/media/500_p1/Android/omap3evm/rowboat-android/eclair/external/ti-dsp/dvsdk_3_0
1_00_10/codec_engine_2_25_05_16/config.bld' is not a valid build configuration 
file.  Stop.
gmake: *** 
[/media/500_p1/Android/omap3evm/rowboat-android/eclair/external/ti-dsp/dvsdk_3_0
1_00_10/codec_engine_2_25_05_16/packages/ti/dsplink/utils/lad,.interfaces] 
Error 2
make[1]: *** [ce_build] Error 2
make[1]: Leaving directory 
`/media/500_p1/Android/omap3evm/rowboat-android/eclair/external/ti-dsp'
make: *** [dvsdk] Error 2


What is the expected output? What do you see instead?
Searching for config.bld should be available in codec_engine_2_25_05_16 (file 
is missing).

What version of the product are you using? On what operating system?
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.1-update1
TARGET_PRODUCT=omap3evm
TARGET_BUILD_VARIANT=tests
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=ECLAIR
============================================
ubuntu - 9.10 host development computer

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 10:01

ADB fails after sometime while running CTS

What steps will reproduce the problem?
1. start adb server (i.e. adb start-server)
2. start cts 
3. run cts (i.e. start --plan CTS)

What is the expected output? What do you see instead?
After some tests have been run successfully, CTS lost connectivity
to the target. (see below)
android.view.cts.WindowTest#testSetWindowAnimations....(pass)
android.view.cts.WindowTest#testFinalMethod....(pass)

CTS_INFO >>> Max ADB operations reached. Restarting ADB...

CTS_INFO >>> Restarting device ...

CTS_INFO >>> Restart complete.

CTS_ERROR >>> Installing met timeout due to Unknown reason.

CTS_INFO >>> Max ADB operations reached. Restarting ADB...

CTS_INFO >>> Restarting device ...

CTS_INFO >>> Restart complete.

CTS_ERROR >>> Installing met timeout due to Unknown reason.

CTS_INFO >>> Max ADB operations reached. Restarting ADB...

CTS_INFO >>> Restarting device ...

CTS_INFO >>> Restart complete.

CTS_ERROR >>> Installing met timeout due to Unknown reason.

CTS_INFO >>> Max ADB operations reached. Restarting ADB...

CTS_INFO >>> Restarting device ...

CTS_INFO >>> Restart complete.


What version of the product are you using? On what operating system?
Using Android 2.1 on AM37x EVM


Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 3:34

Radio Interface Layer implementation for Rowboat

Hello,

I've ported Rowboat Android Root file-system on the Beagleboard C4 board. Can 
anyone please jolt down the steps for implementing the RIL for the Beagleboard.


Regards,
Ankit

Original issue reported on code.google.com by ankith.pisces on 21 Jun 2010 at 4:39

Sound Recorder does not work

What steps will reproduce the problem?
1. Click sound recorder application.
2. Click record.
3. Click  stop.
4. The application is terminated.

What is the expected output? What do you see instead?
This application should start to record the sound from MIC and transfer
data to *.3gp when clicking stop. However, the application is terminated
when clicking stop. logcat shows:

E/ALSALib (  799): external/alsa-lib/src/pcm/pcm.c:7231:(snd_pcm_recover)
underrun occured
I/dalvikvm(  819): DexOpt: mismatch dep signature for
'/data/dalvik-cache/system@[email protected]@classes.dex'
D/installd(  802): DexInv: --- BEGIN '/system/app/SoundRecorder.apk' ---
D/dalvikvm( 1113): DexOpt: load 40ms, verify 105ms, opt 0ms
D/installd(  802): DexInv: --- END '/system/app/SoundRecorder.apk'
(success) ---
I/ActivityManager(  819): Displayed activity
com.android.soundrecorder/.SoundRecorder: 1249 ms (total 1249 ms)
I/WindowManager(  819): Checking dispatch to: Window{43a70508 Keyguard
paused=false}
I/WindowManager(  819): Not visible!
I/WindowManager(  819): Checking dispatch to: Window{43a6cdb8 StatusBar
paused=false}
I/WindowManager(  819): Checking dispatch to: Window{43ac7db8
StatusBarExpanded paused=false}
I/WindowManager(  819): Not visible!
I/WindowManager(  819): Checking dispatch to: Window{43abce90 TrackingView
paused=false}
I/WindowManager(  819): Not visible!
I/WindowManager(  819): Checking dispatch to: Window{43b26f20
com.android.soundrecorder/com.android.soundrecorder.SoundRecorder paused=false}
E/ALSALib (  799): external/alsa-lib/src/pcm/pcm.c:7231:(snd_pcm_recover)
underrun occured
E/ALSALib (  799):
external/alsa-lib/src/pcm/pcm.c:2201:(snd_pcm_open_noupdate) Unknown PCM
AndroidRecord_Speaker_normal
E/ALSALib (  799):
external/alsa-lib/src/pcm/pcm.c:2201:(snd_pcm_open_noupdate) Unknown PCM
AndroidRecord_Speaker
E/ALSALib (  799):
external/alsa-lib/src/pcm/pcm.c:2201:(snd_pcm_open_noupdate) Unknown PCM
AndroidRecord
I/AudioHardwareALSA(  799): Initialized ALSA CAPTURE device default
D/AudioHardwareALSA(  799): Set CAPTURE PCM format to S16_LE (Signed 16 bit
Little Endian)
D/AudioHardwareALSA(  799): Using 1 channel for CAPTURE.
D/AudioHardwareALSA(  799): Set CAPTURE sample rate to 8000 HZ
D/AudioHardwareALSA(  799): Buffer size: 2048
D/AudioHardwareALSA(  799): Latency: 256000
D/AudioHardwareALSA(  799): Acoustics set_acoustics stub called with 7.
W/AudioFlinger(  799): AudioRecordThread: buffer overflow
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
I/WindowManager(  819): Checking dispatch to: Window{43a70508 Keyguard
paused=false}
I/WindowManager(  819): Not visible!
I/WindowManager(  819): Checking dispatch to: Window{43a6cdb8 StatusBar
paused=false}
I/WindowManager(  819): Checking dispatch to: Window{43ac7db8
StatusBarExpanded paused=false}
I/WindowManager(  819): Not visible!
I/WindowManager(  819): Checking dispatch to: Window{43abce90 TrackingView
paused=false}
I/WindowManager(  819): Not visible!
I/WindowManager(  819): Checking dispatch to: Window{43b26f20
com.android.soundrecorder/com.android.soundrecorder.SoundRecorder paused=false}
E/ALSALib (  799): external/alsa-lib/src/pcm/pcm.c:7231:(snd_pcm_recover)
underrun occured
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
D/dalvikvm(  819): GC freed 37178 objects / 1769480 bytes in 111ms
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
D/dalvikvm( 1058): GC freed 200 objects / 9832 bytes in 70ms
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000
W/AudioRecord(  799): obtainBuffer timed out (is the CPU pegged?)
user=00000000, server=00000000

What version of the product are you using? On what operating system?
Android 1.6 by rowboat for OMAP3EVM

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 1:49

Music exception in eclair

What steps will reproduce the problem?
1.Click Music application.
2.Music is terminated.

What is the expected output? What do you see instead?
D/installd(  755): DexInv: --- BEGIN '/system/app/Music.apk' ---
D/dalvikvm(  970): DexOpt: load 127ms, verify 211ms, opt 7ms
D/installd(  755): DexInv: --- END '/system/app/Music.apk' (success) ---
I/ActivityManager(  768): Starting activity: Intent {
act=android.intent.action.PICK dat= typ=vnd.android.cursor.dir/artistalbum
flg=0x4000000 cmp=com.android.music/.ArtistAlbumBrowserActivity (has extras) }
W/ResourceType(  963): Failure getting entry for 0x7f030008 (t=2 e=8) in
package 0: 0xffffffb5
D/AndroidRuntime(  963): Shutting down VM
W/dalvikvm(  963): threadid=3: thread exiting with uncaught exception
(group=0x4001b190)
E/AndroidRuntime(  963): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime(  963): java.lang.RuntimeException: Unable to start
activity
ComponentInfo{com.android.music/com.android.music.ArtistAlbumBrowserActivity}:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030008
E/AndroidRuntime(  963):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime(  963):        at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
E/AndroidRuntime(  963):        at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  963):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime(  963):        at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  963):        at
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  963):        at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(  963):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime(  963):        at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime(  963): Caused by:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030008
E/AndroidRuntime(  963):        at
android.content.res.Resources.getValue(Resources.java:891)
E/AndroidRuntime(  963):        at
android.content.res.Resources.loadXmlResourceParser(Resources.java:1865)
E/AndroidRuntime(  963):        at
android.content.res.Resources.getLayout(Resources.java:730)
E/AndroidRuntime(  963):        at
android.view.LayoutInflater.inflate(LayoutInflater.java:318)
E/AndroidRuntime(  963):        at
android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime(  963):        at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198
)
E/AndroidRuntime(  963):        at
android.app.Activity.setContentView(Activity.java:1622)
E/AndroidRuntime(  963):        at
com.android.music.ArtistAlbumBrowserActivity.onCreate(ArtistAlbumBrowserActivity
.java:104)
E/AndroidRuntime(  963):        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
E/AndroidRuntime(  963):        ... 11 more
I/Process (  768): Sending signal. PID: 963 SIG: 3
I/dalvikvm(  963): threadid=7: reacting to signal 3
I/dalvikvm(  963): Wrote stack trace to '/data/anr/traces.txt'
E/ActivityThread(  768): Failed to find provider info for
android.server.checkin
E/Checkin (  768): Error reporting crash:
java.lang.IllegalArgumentException: Unknown URL
content://android.server.checkin/crashes
I/Process (  963): Sending signal. PID: 963 SIG: 9
I/ActivityManager(  768): Process com.android.music (pid 963) has died.

What version of the product are you using? On what operating system?
Android eclair by rowboat for beagleboard



Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 8:26

omx-dsp.h header file missing in the repo

What steps will reproduce the problem?
1. Building the source file hardware/ti/omap3/libopencoredmai/surface-dmai.cpp 
will need for omx-dsp.h header file, which is not available in the repo.

What is the expected output? What do you see instead?
Need to compile surface-dmai.cpp, but i saw errors when compiling the file.

What version of the product are you using? On what operating system?
And 2.1-update-1 is the version, ubuntu 9.0 as by operating system. 

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 9:45

Useless file in rootfs

What steps will reproduce the problem?
1. Look at root directory on SD Card (linux partition)
2. There is file named `init.goldfish.rc'. 
3. Answer the question "What is it doing here?"

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 12:54

Java 1.5 and Java 1.6

i am running ubuntu 9.10, it comes with default java 1.6. 

how do i switch to java 1.5, i tried sudo apt-get install java-sun** stuff, 
it did not work, please help 

sg

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 5:14

DSP: omapfb omapfb: display not found

What steps will reproduce the problem?
1. Compile and install rowboat-eclair-dsp
2. run "gst-launch-0.10 videotestsrc num-buffers=10 ! TIDmaiVideoSink"
3.

What is the expected output? What do you see instead?
The first time I run the command, I see a color map and the error message 
"omapfb omapfb: display not found".

The second time I run the command, the monitor becomes black, and the error 
message become
 "
omapfb omapfb: display not found
omapfb omapfb: display not found"


What version of the product are you using? On what operating system?
Beagleboard C4 + Rowboat-Eclair-DSP

Please provide any additional information below.
The full output:

# gst-launch-0.10 videotestsrc num-buffers=10 ! TIDmaiVideoSink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
omapfb omapfb: display not found
Got EOS from element "pipeline0".
Execution ended after 371765136 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
# gst-launch-0.10 videotestsrc num-buffers=10 ! TIDmaiVideoSink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
omapfb omapfb: display not found
omapfb omapfb: display not found
Unable to apply changes
Got EOS from element "pipeline0".
Execution ended after 32806399 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

Original issue reported on code.google.com by [email protected] on 10 Jun 2010 at 10:13

My layout wont fill up the OMAP35x screen

What steps will reproduce the problem?
1. running the project

What is the expected output? What do you see instead?
Whenever I run my project, the display only fills up about 2/3 of the screen on 
my OMAP. It is supposed to fill the entire screen as it does on my computer.

What version of the product are you using? On what operating system?
I am running android level 8 and on my windows computer, it works fine, but 
when i run it on the OMAP with an Unbuntu computer, the display is too small.

Please provide any additional information below.
I have both the layout and view's layout_width and layout_height set to 
"parent_fill", but it does not fill the display

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 3:13

git hungs while downloading the repo from gitourious

What steps will reproduce the problem?
1.repo sync
fatal: The remote end hung up unexpectedlyMiB | 3 KiB/s      
fatal: early EOF
fatal: index-pack failed
error: Cannot fetch external-tesseract

What is the expected output? What do you see instead?
It should download the repo complete and establish a development environment. 
Only .repo folder available and no other folder available.

What version of the product are you using? On what operating system?
eclair for omapevm and host operating system is ubuntu 9.0


Original issue reported on code.google.com by [email protected] on 20 Aug 2010 at 8:56

AM3517 problem w/ java version building rootfs

What steps will reproduce the problem?
1. followed all installation steps per instructions.  Run $ make 
TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests -j8
2.Get 'You are attempting to build with the incorrect version of Java', Your 
version is: /bin/bash: java: command not found.
The correct version is: 1.5.

What is the expected output? What do you see instead?
* want successful build of omap3530 rootfs to use on AM3517 EVM.
* I get : Your version is: /bin/bash: java: command not found.
The correct version is: 1.5.


What version of the product are you using? On what operating system?
* I am using latest rowboat install for AM3517 and OMAP3530.
* Using 'omap3evm' option since AM3517 make rule not there.
* Using eclair non-DSP.
* OS is UBUNUTU LSP 10.04

Please provide any additional information below.
I tried searching online on how to get older java 1.5 but it says its not 
available.  I've tried apt-get install sun-java5-jdk and sun-java5-jre, no 
luck.  I was able to uninstall the java6 that got installed during some 
previous steps.

Original issue reported on code.google.com by [email protected] on 17 Aug 2010 at 1:50

Useless menu items

What steps will reproduce the problem?
1. Boot the board
2. Go to "Settings" 

What is the expected output? What do you see instead?
In Settings menu Bluetooth and WiFi items are available, but Beagleboard
(rev.C3)& OMAP3EVM (rev.D) don't have this features on board by default.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 29 Oct 2009 at 1:17

USB gadget not working

What steps will reproduce the problem?
1. Program and run one of the prebuilt binaries
2. Connect to PC e.g. Windows

What is the expected output? What do you see instead?

Expected it to enumerate and being able to forward it to vmware. However 
windows claims it to malfunction. 

What version of the product are you using? On what operating system?

Happened with the binary beagleboard-donut-2009-12-22 and beagleboard-
donut-2009-11-03.

Please provide any additional information below.

Is there something which must be started additionally/am I missing 
something?

Regards,

Ulrich

Original issue reported on code.google.com by [email protected] on 12 Mar 2010 at 4:02

repo sync errror

the problem is self explanatory:

sandesh@sandesh-desktop:~/workspace/mydroid$ repo sync
Fetching projects:  63% (89/141)  fatal: The remote end hung up unexpectedly
error: Cannot fetch repo/kernel

Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 5:00

Music execption in eclair

When I run music in eclair, music except and log as the followed:

D/installd(  755): DexInv: --- BEGIN '/system/app/Music.apk' ---
D/dalvikvm(  970): DexOpt: load 127ms, verify 211ms, opt 7ms
D/installd(  755): DexInv: --- END '/system/app/Music.apk' (success) ---
I/ActivityManager(  768): Starting activity: Intent {
act=android.intent.action.PICK dat= typ=vnd.android.cursor.dir/artistalbum
flg=0x4000000 cmp=com.android.music/.ArtistAlbumBrowserActivity (has extras) }
W/ResourceType(  963): Failure getting entry for 0x7f030008 (t=2 e=8) in
package 0: 0xffffffb5
D/AndroidRuntime(  963): Shutting down VM
W/dalvikvm(  963): threadid=3: thread exiting with uncaught exception
(group=0x4001b190)
E/AndroidRuntime(  963): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime(  963): java.lang.RuntimeException: Unable to start
activity
ComponentInfo{com.android.music/com.android.music.ArtistAlbumBrowserActivity}:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030008
E/AndroidRuntime(  963):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime(  963):        at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
E/AndroidRuntime(  963):        at
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  963):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime(  963):        at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  963):        at
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  963):        at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(  963):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime(  963):        at dalvik.system.NativeStart.main(Native
Method)
E/AndroidRuntime(  963): Caused by:
android.content.res.Resources$NotFoundException: Resource ID #0x7f030008
E/AndroidRuntime(  963):        at
android.content.res.Resources.getValue(Resources.java:891)
E/AndroidRuntime(  963):        at
android.content.res.Resources.loadXmlResourceParser(Resources.java:1865)
E/AndroidRuntime(  963):        at
android.content.res.Resources.getLayout(Resources.java:730)
E/AndroidRuntime(  963):        at
android.view.LayoutInflater.inflate(LayoutInflater.java:318)
E/AndroidRuntime(  963):        at
android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime(  963):        at
com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198
)
E/AndroidRuntime(  963):        at
android.app.Activity.setContentView(Activity.java:1622)
E/AndroidRuntime(  963):        at
com.android.music.ArtistAlbumBrowserActivity.onCreate(ArtistAlbumBrowserActivity
.java:104)
E/AndroidRuntime(  963):        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime(  963):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2459)
E/AndroidRuntime(  963):        ... 11 more
I/Process (  768): Sending signal. PID: 963 SIG: 3
I/dalvikvm(  963): threadid=7: reacting to signal 3
I/dalvikvm(  963): Wrote stack trace to '/data/anr/traces.txt'
E/ActivityThread(  768): Failed to find provider info for
android.server.checkin
E/Checkin (  768): Error reporting crash:
java.lang.IllegalArgumentException: Unknown URL
content://android.server.checkin/crashes
I/Process (  963): Sending signal. PID: 963 SIG: 9
I/ActivityManager(  768): Process com.android.music (pid 963) has died.

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 8:18

Video width or height handled incorrectly

What steps will reproduce the problem?
1. download the video clip 
http://www.archive.org/download/ElephantsDream/ed_1024_512kb.mp4 or 
http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4 
and copy it the SD card
2. play the video clip in Gallery

What is the expected output? What do you see instead?
The video frames should be display correctly on the on-board LCD panel; but for 
the first clip (which resolution is 426x240), it all messed up, looks like the 
display stride is not 426 pixels; for the second clip (which resolution is 
320x180), it is watchable, but the bottom of the frames has a greenish garbage 
strip, and it looks like the buffer is bigger than 180 lines in height.

What version of the product are you using? On what operating system?
Rowboat Android, rowboat-eclair-dsp branch, gst, dvsdk, and gfx sdk built in, 
on OMAP37x revG EVM

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Aug 2010 at 3:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.