Re: [android-porting] Re: Error in native compiled opencore pv2way_omx_engine_test

2009-11-12 Thread John Lee
Hi Ravi, The same problem happens in several places. I also have to fix H223LogicalChannel::~H223LogicalChannel() PVCommsIONodePort::~PVCommsIONodePort() I have tried a similar method to fix this before, but pv2way_omx_engine_test will hang after some more tests, and I'm not sure if it's related

[android-porting] "init" fail to start several services

2009-11-12 Thread Dennis.Yxun
HI Folks: I'm trying to bring up android at my own platform. And find that program init fail to start several services, linke zygote, media, servicemanager... which will be killed. My platform only have 32M Bytes memory, not sure whether it's the problem of OOM. Attached files is the lo

[android-porting] Re: how to start pppd in Donut?

2009-11-12 Thread kkw
Hi Jesse, i also start the pppd in requestSetupDataCall in RIL. On Nov 12, 2:21 pm, "hongxue.ren" wrote: > I do it in function requestSetupDataCall of RIL daemon. > I think difference between Donut and Cupcake is Donut keep dialup process > according with Qualcomm platform. > > > > On Thu, Nov 1

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Ash
Hi Mike, Yes, you need to increase the baud rate, chanding bit pool value will not help you definately. Ideally high quality A2DP audio data needs 320-350Kbps of band width. For running this you would need baud-rate of 460.8Kbps which will run basic audio(80% audio data) for you, but i would sugge

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Ash
One more thing about: "If yes please let me know how can I do that since hciconfig hci0 up is not working with baud rate more than 115200." To resolve this erify that you platform specific code in hciattch has required code to do the baudrate change. On Nov 12, 8:42 pm, Ash wrote: > Hi Mike, >

Re: [android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-12 Thread sreedhar b
Hi Srikant, In my system, i have something like this, # ls -l /sys/class/mmc_host/mmc1/ lrwxrwxrwx1 00 0 Jan 1 00:00 device -> ../../../MMC drwxr-xr-x4 00 0 Jan 1 00:00 mmc1:bf0a drwxr-xr-x2 00 0 Jan 1 00:00 power lr

Re: [android-porting] Re: Cannot start volume '/sdcard' (volume is not bound) error using vold

2009-11-12 Thread sreedhar b
Hi All, I have generated a detailed log on my sdcard mount issue with vold and is given below. Please let me know how to overcome this issue. # I/vold( 621): Android Volume Daemon version 2.0 D/vold( 621): volmgr_configure_volume(volume_sdcard): D/vold( 621): volmgr_add_mediapath_t

[android-porting] How to integrate 3rd party buildsystem into Android BuidSystem

2009-11-12 Thread Neeraj Agrawal
Hi, On some search, all the info gathered is about integrating source code and writting Android.mk for it. We already have huge source code and well working buildsystem, which works on Linux and Windows both. Tried calling our top-level makefile from a Android.mk, but that doesn't work. For the

[android-porting] Re: Error in native compiled opencore pv2way_omx_engine_test

2009-11-12 Thread uday kiran
Hi John.. Im trying to build OpenCORE outside of Android(Ubuntu-9.04) I followed the instructions given in quich_start.txt.. I want to knwo some details regarding this. 1) Is thr any memory constraints related to this build? 2) How much time it will take to build ? Because after giving "make -j

[android-porting] Android 1.6 running on kernel 2.6.28

2009-11-12 Thread Vivek
Hi, I have kernel version 2.6.28 running on OMAP 3430. I would like to know whether we can run Android 1.6 & 2.0 (later when it is released) on 2.6.28 as long as the android specific patches are applied to it. Is there any Android 1.6 feature dependent on 2.6.29 ?. br, vivek. -- unsubscribe:

[android-porting] How to integrate 3rd party buildsystem into Android BuidSystem

2009-11-12 Thread Neeraj Agrawal
Hi, On some search, all the info gathered is about integrating source code and writting Android.mk for it. We already have huge source code and well working buildsystem, which works on Linux and Windows both. Tried calling our top-level makefile from a Android.mk, but that doesn't work. For the i

[android-porting] Re: Building opencore 2 outside android

2009-11-12 Thread uday kiran
Hi.. Im trying to build OpenCORE (2.05) on ubuntu-9.04.. After giving "make -j" command the build process is started.. but after some time my system got hanged..i want to know how much time it will take to build this process.. Any help great appreciated. On Sep 23, 6:50 am, Hyeong-Ho Yoo wrote:

[android-porting] Android Sensors

2009-11-12 Thread cpnkng
Where can I find information on linux sensor integration and how do the sensor integrate into the android framework ? Greatly appreciate your help. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: android - making basic linux 2.6.27 up - IMX27ads based platform - hanging at Freeing init memory - please help me

2009-11-12 Thread Hamilton Vera
Hi Vels, here are the downloads, sorry about the delay Android kernels: http://download.theforce.com.br/linux-2.6.22.android.tar.gz http://download.theforce.com.br/linux-2.6.23-android-m3-rc20.tar.gz http://download.theforce.com.br/linux-2.6.23-android-m5-rc14.tar.gz Patches from freescale to ker

[android-porting] L2 Cache driver

2009-11-12 Thread altanbileg
I want to know that where is the L2 cache driver in android kernel? In ARM core there is event counter that count cache hit and miss count. Is the any implementation about this event counter in android kernel? Altanbileg -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http:

[android-porting] Re: I am getting a2dp_write failed err: -110 when I play media on the headset

2009-11-12 Thread Mike
Hi Ash, Thanks for the reply. Yeah I checked the hciattch.c file, there is baud rate change code for 460800 as well as 921600. And I am able to do hciattach with the above configurations but the hciconfig hci0 up is not working. Please lemme know ... On Nov 12, 8:46 pm, Ash wrote: > One more thin

[android-porting] Re: L2 Cache driver

2009-11-12 Thread jack
Hi, Which arm version are you using(armv6, armv7 etc)? ARM event monitor Driver can be found under the arch/arm/oprofile/ op_model_.c regards, Jack On Nov 13, 6:19 am, altanbileg wrote: > I want to know that where is the L2 cache driver in android kernel? > In ARM core there is event counter th

[android-porting] Re: L2 Cache driver

2009-11-12 Thread altanbileg
Great. Thank u. I am using v7. On 11月13日, 午後12:16, jack wrote: > Hi, > Which arm version are you using(armv6, armv7 etc)? > ARM event monitor Driver can be found under the arch/arm/oprofile/ > op_model_.c > > regards, > Jack > > On Nov 13, 6:19 am, altanbileg wrote: > > > > > I want to know tha

[android-porting] Re: Error in native compiled opencore pv2way_omx_engine_test

2009-11-12 Thread John Lee
On Thu, Nov 12, 2009 at 03:40:46AM -0800, uday kiran wrote: > Hi John.. > > Im trying to build OpenCORE outside of Android(Ubuntu-9.04) > > I followed the instructions given in quich_start.txt.. I want to knwo > some details regarding this. > > 1) Is thr any memory constraints related to this bu

Re: [android-porting] Re: Error in native compiled opencore pv2way_omx_engine_test

2009-11-12 Thread udaykiran pichika
John, Thanks for ur quick reply..I solved the issue. Actuallly the problem is with my RAM configuration. I think it needs atleast 1GB RAM to build the opencore outside Android. Thanks for the information.. uday kiran On Fri, Nov 13, 2009 at 9:16 AM, John Lee wrote: > On Thu, Nov 12, 2009 at 03:

[android-porting] Re: PPP problem on Android

2009-11-12 Thread HermanMao
Hi, I change some parameters of PPPD and get another situation. It failed on IPCP step. Latest log is showed below. PPPD ran by manual. Does anyone have any idea or tell me what parameter should I set or remove? Thanks. pppd options in effect:pppd options in effect: debug # (from comma

[android-porting] Support of JKS Keystore in Android

2009-11-12 Thread swapnil kamble
Hi, I am having Java SSL based server and I want to connect android SSL supported client to it. My keystore in Java is JKS, but android says no JKS implementation found. It supports BKS. Is there any way to have JKS support for android ? If not then how can use BKS in Java. I am trying using P