Re: [android-porting] Hi,all:Service restart problem

2009-12-22 Thread Dennis.Yxun
can you make it more verbose? Raise the debug level and use logcat dump the error message I suspect that zygote was crashed On Tue, Dec 22, 2009 at 1:00 PM, wang jintong helen@gmail.com wrote: Hi,all: When I run android on my board, system can go .But zygote always restart . help me .

[android-porting] Touch Calibration problem in the latest codebase

2009-12-22 Thread John Cola
Dear All In the latest open source, the InputDevice.java has been modified a lot. And I cannot have a touch calibration successfully after ts_calibrate. Following is the formula if (device.tInfo != null){ //system/etc/pointercal exist!! reportData[j + MotionEvent.SAMPLE_X] =

Re: [android-porting] Touch Calibration problem in the latest codebase

2009-12-22 Thread Michael Trimarchi
Hi, John Cola wrote: Dear All In the latest open source, the InputDevice.java has been modified a lot. And I cannot have a touch calibration successfully after ts_calibrate. Following is the formula if (device.tInfo != null){ //system/etc/pointercal exist!! reportData[j +

[android-porting] simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
Hi, I created an application with videoview and mediarecorder from camera on omap3 platform. The hardware codecs work fine for seperate video playback and recording. Is there any restriction inside opencore causing a blocking when I try to run both simultaneously . Through command prompt the

[android-porting] Re: Touch Calibration problem in the latest codebase

2009-12-22 Thread John Cola
Dear Michael Thank you so much!!! BR John On 12月22日, 下午5時16分, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Hi, John Cola wrote: Dear All In the latest open source, the InputDevice.java has been modified a lot. And I cannot have a touch calibration successfully after

[android-porting] Re: simultaneous video playback and camera record

2009-12-22 Thread vishal bhoj
*Sorry Folks Its working fine. It works fine . The problem was in the application Implementation .* On Tue, Dec 22, 2009 at 6:32 PM, vishal bhoj vishalb...@gmail.com wrote: these are the xecution logs when I start the playback. ideoMIO( 1021): processWriteResponseQueue: queued = 2,

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2009-12-22 Thread kobashin
Hi piapia. I have totally same problem, too! But, I have no idea for this problem. I want to share information for it. If I get some answer, I will write in a information. Thanks! On 12月21日, 午後11:28, piapia paj...@163.com wrote: Hi all, I'm porting the android AOSP(master branch) to my

[android-porting] Re: Forever ANDROID animation loop

2009-12-22 Thread Alok
Hi Nero Did you get the solution for this ? Even I am also facing the similar problem and log is also similar: I/ActivityThread( 4569): Publishing provider settings: com.android.providers.settings.SettingsProvider I/SystemServer( 4569): Battery Service W/dalvikvm( 4569): No implementation found

RE: [android-porting] Adding different locales to an image

2009-12-22 Thread Ryan Beesley
I finally got around to looking at this, and it was just what I needed. I don't know how, but I didn't know of the pdk.android.com site. Searching for PRODUCT_LOCALES brought me straight there. It doesn't have all the answers, but the info there about the build system is certainly improved

Re: [android-porting] Android port to MIPS arch

2009-12-22 Thread hedwin
Yes, added the board specific drivers. Also use the kernel provided framebuffer handlers. In android 1.6 I use aosp-eu but did not observe that the OpenGL stuff was used hence no crash seen. Hedwin. On Mon, Dec 21, 2009 at 12:58 PM, Dennis.Yxun dennis.y...@gmail.com wrote: Do you made any

Re: [android-porting] Re: Kernel Panic - booting

2009-12-22 Thread linux newbie
Hi, Can anyone let me know the issue in my target system, based on the logcat info below? Giving me hard time though :( I extracted the root file system from sdk, images folder (using unyaffs2) into my USB(2GB, ext2) and gave chroot /mnt /init command. D/AndroidRuntime( 1882): AndroidRuntime

[android-porting] Re: [0xlab-devel] about android wifi dhcp

2009-12-22 Thread Jim Huang
2009/12/23 tommy tommy hongjiuj...@gmail.com: hi,all! hi Tommy, I use rt3070 in android-cupcake ,ARM11,wifi obtain address failed(DHCP),but if use wpa_supplicant to connect server mannual,it is successfull connected,and dhcpcd wlan0 mannual ,also successful,but use wifi plugin to connnect

Re: [android-porting] Re: application can't full screen on 1.62.0

2009-12-22 Thread Dianne Hackborn
That is not a solution. You are turning off compatibility code and thus breaking apps. If an application is not running full screen, that is because it has not been updated to be full screen, and you should not be forcing it to run fullscreen like this. This option is purely there for debugging

[android-porting] Re: Ubuntu Karmic 64-bit build notes

2009-12-22 Thread Zia
I'm getting the following error when trying to compile cupcake on Karmic 64bit. I've downgraded my gcc and g++ from 4.4 to 4.3 (linking gcc to gcc-4.3 and g++ to g++-4.3) and updated findleaves.sh. Any ideas? Thanks, Zia host Executable: aidl (out/host/linux-x86/obj/EXECUTABLES/

[android-porting] Re: Ubuntu Karmic 64-bit build notes

2009-12-22 Thread Zia
Ryan, Can you share the exact changes you made in the dmtrace.cpp and freerunner-ril.c? Thanks, -Z. On Dec 22, 6:59 pm, Zia zia.cha...@gmail.com wrote: I'm getting the following error when trying to compile cupcake on Karmic 64bit. I've downgraded my gcc and g++ from 4.4 to 4.3 (linking gcc

Re: [android-porting] Re: [0xlab-devel] about android wifi dhcp

2009-12-22 Thread tommy tommy
Ok 2009/12/23 Jim Huang js...@0xlab.org 2009/12/23 tommy tommy hongjiuj...@gmail.com: hi,all! hi Tommy, I use rt3070 in android-cupcake ,ARM11,wifi obtain address failed(DHCP),but if use wpa_supplicant to connect server mannual,it is successfull connected,and dhcpcd wlan0 mannual

[android-porting] about android_power

2009-12-22 Thread nathan kuo
When I compiled the android source code after porting to 6410 board will always be an infinite cycle of this message, no way to enter into the sleep state I ask where should I start with to solve [CMM_Open] instanceNo : 0 * s3c_g2d_open() NEW DRIVER

Re: [android-porting] about android_power

2009-12-22 Thread tommy tommy
i think you get samsung android-cupcake package! if you didn't want deep/early sleep ,please disable kernel request_suspend code, if you want ,please add key map to enable WAKE 2009/12/23 nathan kuo nathan.kuo0...@gmail.com When I compiled the android source code after porting to 6410 board

[android-porting] Re: about android_power

2009-12-22 Thread nathan kuo
Yes, I was using samsung android-cupcake package, will always be there android_power: wakeup this message, no way to enter into the android screen, so I should go to modify the kernel code you mentioned the part? On 12月23日, 上午11時51分, tommy tommy hongjiuj...@gmail.com wrote: i think you get

[android-porting] libwebcore - Broken Pipe

2009-12-22 Thread linux newbie
Hi, I downloaded the android source and gave make command (didnt modify any thing) and libwebcore is not building. Below is the part of make log. Can anyone let me know the root cause for this issue and the way to solve it? target Prelink: libwbxml_jni

Re: [android-porting] Re: about android_power

2009-12-22 Thread tommy tommy
just add keypad wake support 2009/12/23 nathan kuo nathan.kuo0...@gmail.com Yes, I was using samsung android-cupcake package, will always be there android_power: wakeup this message, no way to enter into the android screen, so I should go to modify the kernel code you mentioned the part?

[android-porting] how to configure asound.conf for usb mic

2009-12-22 Thread vishal bhoj
Since there is a fault on my beagleboard I am unable to capture from the onboard mic in. I am trying to use a usb camera on android.video capture is working.I want to use the uac input as mic on android. I am able to record from the usb mic by using alsa_arecord . I am trying to configure