[android-porting] Re: Settings - Display - Animations

2011-12-20 Thread Deva R (TI)
Hi, are hw accelerated graphics binaries are present in system? (if not refer http://code.google.com/p/rowboat/ instructions) if its accelerated by android s/w egl libraries, transition might be so slow that we see a single frame of transitiion., Regards, Deva On Dec 19, 2:50 pm, Arun Joseph

[android-porting] Re: I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-15 Thread Deva R (TI)
Hi Ron, my suggestion: pandaboard android4.0 have default support for panda.. see http://source.android.com/source/building-devices.html it meets all the requirements, with good community support. touch screen might be a issue here since its low cost board, but one can always use hdmi tv + usb

[android-porting] Re: I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android b

2011-11-15 Thread Deva R (TI)
just got update from http://pandaboard.org/irc for LCD+touch prototype on panda = lot of options and prototypes are available reference - http://groups.google.com/group/pandaboard/browse_thread/thread/6b6c214b6d224fb3/2c0d7cf1b96b98e9 On Nov 15, 6:17 pm, Deva R (TI) r.deva...@gmail.com wrote

[android-porting] Re: What does the channel number mean here?

2011-11-10 Thread Deva R (TI)
hi, fyi - syntax of launching service in init.rc is service name pathname [ argument ]* option option ... its an argument used inside sdptool of bluetooth., u can refer external/bluetooth/bluez/tools/sdptool.c = for channel option usage regards, deva On Nov 9, 6:34 pm, Vishwanath

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

2011-11-10 Thread Deva R (TI)
can u disable ccache and try?? from logs shared, it doesnt make sense for g++ trying to generate libwebcore.so prebuilt/linux-x86/ccache/ccache prebuilt/linux-x86/toolchain/ mips-4.4.3/bin/mips-linux-gnu-g++ -o out/target/product/generic/obj/

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

2011-11-10 Thread Deva R (TI)
Let me just answer this part The only problem worries us though, is the Compatibility Test will be affected with the last solution? Though a quick search, I see compatibility tests are written in Java. Our solution won't change the APIs, so to my guess, compatibility won't be compromised,

[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,