[android-porting] Re: am3703 wifi(tiwlan_drv.ko) integration with mmc1

2011-11-08 Thread Deva R (TI)
Hi Venkat, It should be configured in kernel, and steps are detailed in this wiki section http://omappedia.org/wiki/Porting_WLAN_to_Android#To_Enable_WLAN_on_Linux_Kernel Regards, Deva On Nov 8, 10:21 am, venkat k raju kvraju@gmail.com wrote: Hi all, i have been working on the ti (am3703)

[android-porting] Re: where can i download new android-kernel?

2011-11-08 Thread Deva R (TI)
Hi, git.omapzoom.org got mirrors for few android.git.kernel.org kernel projects can see if this helps you till android kernel git is up. Regards, Deva On Nov 8, 12:47 pm, Srinidhi K V srinidh...@yahoo.co.in wrote: Hi,      I don't think Kernel repositories are up yet on android server.

[android-porting] Re: Android2.1 ethernet patch question

2011-11-08 Thread Deva R (TI)
in general, we'll hit ANR when activity manager detects longer inactivity of an app, and this may be due to One of the callback wouldnt have come from a lower layer or another component., hence activity-manager detected upper layer time-out. One need to analyse log for the scenario and see what

[android-porting] Re: Porting FLV in stagefright

2011-11-08 Thread Deva R (TI)
Can you share log and error details? probably codec is not comfortable with the bit stream pattern parser returned.. On Nov 2, 11:08 pm, Mark Liu mark.liu.ch...@gmail.com wrote: Hi Guys: I am working on porting flv in stagefright. audio is aac, video is h264 codec. Now the streaming is okay,

[android-porting] Android Customized Lock Screen

2011-11-08 Thread Patrick
Hi everyone, I have a problem, that i want to create an app, in which i want to customized my lock screen, and i want to put some listview, widget and text over lock screen. if anyone have a solutions then please share. thanks in advance. -- unsubscribe:

[android-porting] Run muliple Application on same screen.

2011-11-08 Thread Pawan Singh Rathore
Hi All, I want to run multiple application on same screen. For eg. 50% of screen can be used by web browser and another 50% by any other app, like sms, youtube etc. Can anyone please give me initial idea that, from where can I start. Thanks BR, Pawan Rathore -- unsubscribe:

Re: [android-porting] Re: where can i download new android-kernel?

2011-11-08 Thread venkat k raju
hi Srinidhi K V,snda android-2.6.35 kernel we can download from this link https://github.com/android/kernel_common/downloads On Tue, Nov 8, 2011 at 2:39 PM, Deva R (TI) r.deva...@gmail.com wrote: Hi, git.omapzoom.org got mirrors for few android.git.kernel.org kernel projects can see if

[android-porting] Implementing a new player to replace Awesomeplayer, will it affect Compatibility Test?

2011-11-08 Thread einmus
My company is assessing various hardware video decoding and rendering path on Android. We come up with below solutions: 1. The perfect solution: comply to OpenMAX IL standards and write OMX components including OMX core and other components. The only modification made to Android would be placing

[android-porting] Run muliple Application on same screen.

2011-11-08 Thread Pawan
Hi All, I want to run multiple application on same screen. For eg. 50% of screen can be used by web browser and another 50% by any other app, like sms, youtube etc. Can anyone please give me initial idea that, from where can I start. Till yet I have download source code , build it and port it on

[android-porting] Scrollview

2011-11-08 Thread Naveen
Dear all, Please help me i have a two listview listview1 and listview2 , i want scroll listview2 after finishing the listview one like seperate list selector, how to manage these think, Regards, AD -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Run muliple Application on same screen.

2011-11-08 Thread Pawan Singh Rathore
Is there no one how can help me, till yet I have download source code , build it and port it on EVM board. Now I have to customize it, but don't know from where I should start ? Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 12:12 PM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote:

[android-porting] ld error when compile the libwebcore.so

2011-11-08 Thread 李晖
hi all, I am porting android to loongson based on the mips android, and the android version is froyo_r8, which can be download from http://developer.mips.com/android/android-source-code/, my workstation is ubuntu 9.10 in the vmware, the memory is 512M, free space of hardware is 20G, after some

[android-porting] User-mode kernel (x86): waitForCondition(LockCondition) timed out

2011-11-08 Thread Dimitry Golubovsky
Hi, This was posted to android-platform couple days ago, no response. Reposting to android-kernel and android-porting, maybe it is more on-topic for these groups. I am trying to adopt the User-Mode Linux kernel [1] to boot a live ISO of Android-x86 [2]. In particular, this is a eeepc-flavored

Re: [android-porting] User-mode kernel (x86): waitForCondition(LockCondition) timed out

2011-11-08 Thread Karim Yaghmour
Hi Dimitry, I'm actually curious. I might want to give this a try. Could you tell me the exact kernel version you're trying to use and send the corresponding .config? -- Karim Yaghmour CEO - Opersys inc. / www.opersys.com http://twitter.com/karimyaghmour On 11-11-08 09:38 AM, Dimitry

[android-porting] Re: .NET web Services on android

2011-11-08 Thread Ronnyek
You're much more likely to get a response form android-dev mailing list... this list is more for porting of android to new hardware etc. On Nov 6, 4:04 pm, Phyllipy Chagas phyll.cha...@gmail.com wrote: Hi, I'm just starting with android development, and I'm trying to access a .NET web service

[android-porting] Re: Set os screen orientation from code

2011-11-08 Thread Ronnyek
I appreciate the response. As best I can tell, this doesn't really solve my problem. I understand the article, but it seems like its talking about using the translation stuff for offsetting. I'm aware of android:screenOrientation, however IIRC, it cant handle the native orientations + 180 (upside

[android-porting] External uvc camera (v4l2) interface to android(ginger bread 2.3)

2011-11-08 Thread Softy
Hi I am trying to interface the external camera with the android. I have edited the vendor's HAL code and changed the /dev/video to / dev/video1 as the external camera is hooked as /dev/video1 .This is I believe will be touched by the Camera.apk file , I have following questions before i delve too