[android-porting] Some problems about building OpenCore outside of Android ......

2010-03-31 Thread yjshi
Hi all, I am a freshman to OpenCore. I have met some problems when I built OpenCORE outside of Android. source setup.sh make -j At the end of the message is a warning. /usr/bin/ld: warning: libopencore_net_support_debug.so, needed by / home/yjshi/android-donut/external/opencore/build_config/ o

[android-porting] Re: Media Framework

2010-03-31 Thread André Barbosa
thanks Praj ;) On 30 Mar, 18:15, praj wrote: > A brief answer: > > Grep for this UUID in opencore dir "0x1d4769f0,0xca0c,0x11dc,0x95,0xff, > 0x08,0x00,0x20,0x0c,0x9a,0x66" > Eg in pvplayer.cfg (libopencore_rtspreg.so <- opencore/modules/ > linux_rtsp/node_registry) > Also grep this "PVMF_MIME_DAT

[android-porting] Unit-testing framework snippet

2010-03-31 Thread rcande
Hello All. Currently, I've been adding some snippet in framework. Ensuring nothing has been going wrong, I'd like to add some unit-tests which should access the package-private members in framework sources. I have found that /frameworks/base/tests/framework-tests/ seems to be the right place afte

Re: [android-porting] wpa_driver_priv_driver_cmd failed

2010-03-31 Thread Peter Fortuin
Hi Dmitry, Thanks for the response. I found the wpa_driver_priv_driver_cmd function inside the driver_wext.c, but I have no idea what this function should do exactly or why it fails in my case. I'm going to add some debug statements in it to see where it exacly fails. Can you explain in a little

[android-porting] Video telephony

2010-03-31 Thread Bells
Hello, I would like to develop Video telephony feature for Android using IP. Is there any support on android for this ? Can I reuse any of the module from the PV2way videotelephone engine ? Thanks, Bells. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

[android-porting] Touchscreen support for 7 Inch LCD panel

2010-03-31 Thread Gokul Nagarajan
Hello all, We are working in OMAP3530 processor. We have changed the LCD size from 480 x 272 to 800 x 480 . We have changed the front panel parameters accordingly and we are able to get Android screen properly. Currently we are working in touchscreen . We are using ads7846 touch screen controller.

Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-03-31 Thread Ashwin Bihari
Sending to list as well.. -- Ashwin -- Forwarded message -- From: Ashwin Bihari Date: Wed, Mar 31, 2010 at 9:33 AM Subject: Re: [android-porting] Touchscreen support for 7 Inch LCD panel To: nagarajan1...@gmail.com Gokul, You need to take those TSLIB generated calibration i

Re: [android-porting] wpa_driver_priv_driver_cmd failed

2010-03-31 Thread Dmitry Shmidt
Hi Peter, Most important driver control functions: - RSSI -- get current Rssi value (used only for signal icon strength) - Responce: SSID rssi value - LINKSPEED -- get current Linkspeed value (can be ignored) - Responce: LinkSpeed value - MACADDR

[android-porting] Re: Getting error while integrating h264 mp profile

2010-03-31 Thread RaviY
It won't be automatically registered. What steps did you take to get the codec registered? -Ravi On Mar 30, 1:03 am, Nitin wrote: > Hi all, > > I am trying to  integrate H264 MP Hardware accelerated Decoder on > zoom2 board in TI OMX core. > I  found that h264 mp decoder  is not registered. PV L

[android-porting] Re: Some problems about building OpenCore outside of Android ......

2010-03-31 Thread RaviY
On Mar 31, 4:47 am, yjshi wrote: > Hi all, > > I am a freshman to OpenCore. > I have met some problems when I built OpenCORE outside of Android. > > source setup.sh > make -j > > At the end of the message is a warning. > > /usr/bin/ld: warning: libopencore_net_support_debug.so, needed by / > ho

[android-porting] Re: Video telephony

2010-03-31 Thread RaviY
On Mar 31, 7:02 am, Bells wrote: > Hello, > > I would like to develop Video telephony feature for Android using IP. Great ! > Is there any support on android for this ? Not explicitly. For video telephony, you need a second camera. I am not familiar with any changes/work being done in that area

[android-porting] How to disable Android screen locking

2010-03-31 Thread Максим Андрущенко
Hi. I have no Android power driver. I applied a patch: http://gitorious.org/flow-g1-5/platform_frameworks_base/commit/4bc6cd6aecc7330cdcadf2d5168bb3dfa08b6732 to make for ANDROID fake battery. It works. But after 5 minutes working ANDROID locks screen, on the screen i see message: charging(96%).

[android-porting] Invitation to connect on LinkedIn

2010-03-31 Thread Tao Zhang
LinkedIn Tao Zhang requested to add you as a connection on LinkedIn: -- pradeep, I'd like to add you to my professional network on LinkedIn. - Tao Accept invitation from Tao Zhang http://www.linkedin.com/e/ExcNQnwkUSsfOFnn3wcPx7ZotTj4okbvixGjb

[android-porting] Re: ALSA: Waiting for sevice media.audio_policy...

2010-03-31 Thread ani
/system/media/audio/ringtones check here...if your files are present or not. If present then it should be listed in your settings as well. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me"

[android-porting] Re: ALSA: Waiting for sevice media.audio_policy...

2010-03-31 Thread ani
/system/media/audio/ringtones check here...if your files are present or not. If present then it should be listed in your settings as well. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] no ringtones show at Phone ringtones list

2010-03-31 Thread abukustfan
Hi, The sound files are there but none of them show at Phone ringtones list. On Apr 1, 11:13 am, ani wrote: > /system/media/audio/ringtones check here...if your files are present > or not. > > If present then it should be listed in your settings as well. -- unsubscribe: android-porting+unsubsc

[android-porting] Re: Search Manager and Search Dialog tightly coupled...

2010-03-31 Thread Karthik P
Any help or pointers on this? On Tue, Mar 30, 2010 at 2:55 PM, Karthik P wrote: > Any idea why Search Manager and Search Dialog is tightly coupled? In case I > would like to have my own UI for local search how can I achieve it? Any > thoughts on this?? > > Karthik > -- unsubscribe: android-por

[android-porting] Re: ALSA: Waiting for sevice media.audio_policy...

2010-03-31 Thread Srikant
Hi, The error "aplay: main:590: audio open error: Device or resource busy" is because the alsa is being used by media server, hence you need to stop it using #stop media Then run #alsa_aplay On Mar 31, 5:37 am, abukustfan wrote: > Thanks ani! > > I can get my sound when playing video now,

[android-porting] Re: ALSA: Waiting for sevice media.audio_policy...

2010-03-31 Thread abukustfan
Hi Srikant, Yes, I tried it yesterday and it works! Thanks On Apr 1, 12:57 pm, Srikant wrote: > Hi, > > The error >  "aplay: main:590: audio open error: Device or resource busy" >  is because the alsa is being used by media server, hence you need to > stop it using > > #stop media > > Then run >

Re: [android-porting] Re: Android hangs on execution init from initramfs with "Kernel panic - not syncing: Attempted to kill init!"

2010-03-31 Thread vishal bhoj
I am trying to boot android with 2.6.32 kernel.My system is crashing at the same place. My crash log_ [ 31.218688] WARNING: at kernel/workqueue.c:485 flush_cpu_workqueue+0x30/0xb0() [ 31.225982] Modules linked in: [ 31.229125] [] (unwind_backtrace+0x0/0xdc) from [] (warn_slowpath_common+0x4

[android-porting] Multiple BT headset connection

2010-03-31 Thread Bheemsen
Hi All, Is any one tried in android connecting two Bluetooth headset? Is this possible in Android? -- Regards Bheemsen -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.

Re: [android-porting] How to replace JPEG codec with our own hw codec?

2010-03-31 Thread Gary Wang
Dear all, Any advice on following this question? I also have the same question: how the TI own hw jpeg codec (i.e. libskiahw.so) be resisted when using following SkImageDecoder* decoder = SkImageDecoder::Factory(stream); I can't found any part related to its codec registration. static SkTRegis

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-03-31 Thread Fasil
Hi Ashwin, Thanks for your suggestion, Could you help me in adding these files to Android source. I have added the TSLIB to the external folder of Android Source and Framework related files to the framework/base folder of Android source. Now do we need to have any changes in Makefile to include