[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread Erin Yueh
Hi Pavan, On Aug 27, 3:05 pm, pavan savoy pavan.sa...@gmail.com wrote: well what if the FM core now understands that the hci-vs commands ? There was bsp interface [i2c complaint] earlier - now if suppose the firmware is able to interpret hci-vs commands ? and my application would then do

[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread Erin Yueh
Hi Pavan, On Aug 28, 2:28 pm, pavan savoy pavan.sa...@gmail.com wrote: Yes, thank you -- You have mentioned you are not using native blueZ and using blueZ from broadcom, where can I get that ? You are welcome! All stuff are from Broadcom and we are using their solution. If you are their

[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread pavan savoy
should I have to be a client to use some modified version of bluez ? isn't that supposed to be open-source ? [really don't want to kick up an license issue here] On Fri, Aug 28, 2009 at 12:46 PM, Erin Yueh e...@0xlab.org wrote: Hi Pavan, On Aug 28, 2:28 pm, pavan savoy pavan.sa...@gmail.com

[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread pavan savoy
Yes, thank you -- You have mentioned you are not using native blueZ and using blueZ from broadcom, where can I get that ? HCI-VS -- I meant as vendor specific commands, whose data is i2c register addresses. Thanks, Pavan On Fri, Aug 28, 2009 at 9:20 AM, Erin Yueh eriny...@gmail.com wrote: Hi

[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread Jim Huang
2009/8/28 pavan savoy pavan.sa...@gmail.com: should I have to be a client to use some modified version of bluez ? isn't that supposed to be open-source ? hi Pavan, Erin and I are making use of the materials from Broadcom. Broadcom attempts to provide its own enhanced Bluetooth stack along

[android-porting] Reject an incoming call in RIL

2009-08-28 Thread Erin Yueh
Hi, I met a problem on RIL and it would reject an incoming call from sending AT command 'AT+CHLD=0' to modem automatically. I did repo sync and retrieved master tree from android git server last week. My platform version name is Donut. The scenario is like this: I run two Android emulators in

[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread pavan savoy
On Fri, Aug 28, 2009 at 1:56 PM, Jim Huangjserv...@gmail.com wrote: 2009/8/28 pavan savoy pavan.sa...@gmail.com: should I have to be a client to use some modified version of bluez ? isn't that supposed to be open-source ? hi Pavan, Erin and I are making use of the materials from

[android-porting] Thinking about adding UBIFS utilities into platform/external/

2009-08-28 Thread Xinyu Chen
Hi All I'm thinking about pushing UBIFS utilities into platform/external/, named ubi-utils.git, just like e2fsprogs for EXT2/3. These utilities can help to make raw image on host and do control on target, when android system using UBIFS on MTD devices. How about creating a new project under

[android-porting] Re: Creating a client application of my library in Eclipse

2009-08-28 Thread Tejas
In order to use your javalibrary in sdk for app development, you need to include the same in your eclipse project. On Aug 27, 6:25 pm, nino4ka nina.sverdle...@gmail.com wrote: MyJavaLibrary was created based on development/sample/PlatformLibrary example. Library is builded using platform build

[android-porting] How to build custom kernel for gphone(g1)?

2009-08-28 Thread quill
I have followed this to BUILT THE ANDROID EMULATOR-SPECIFIC KERNEL: http://android.git.kernel.org/?p=platform/external/qemu.git;a=blob;f=docs/KERNEL.TXT;h=7387e55d5362be8e2dc00e634277a9fdbdd66db6;hb=ceb00f8c44e26d948e28b7a3ccef8fd2068589d9 . I modified some source files and It was built

[android-porting] how to intergrate t-dmb mpeg2 ts player, ravy, could you point one way? (

2009-08-28 Thread alvin
how to intergrate t-dmb mpeg2 ts player, ravy, could you point one way? if want to support dvb-t /h, pls give me the way --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Does Android OpenCore framework contain OpenMAX IL Bellagio ?

2009-08-28 Thread tapas kundu
Hi ALL, I want to compare performance of Bellagio framework performance between android and linux os. At present , OpenCore, the multimedia framework used by the Android platform, includes an open source implementation of OpenMAX IL. But , they didn't mention whether Bellagio openmax

[android-porting] Need to unload driver and restart wpa_supplicant on wakeup from suspend.

2009-08-28 Thread Ben Friedberg
All, Due to a hardware deficiency, whenever I wake up my device from suspend, my wifi connection status changes to 'disconnected'. My team and I have ported several other platforms before to this device and, for each one, we had to unload my device driver and restart any services that were

[android-porting] Re: ping works but browser failed in cupcake

2009-08-28 Thread edwardlee lee
Some new updates. There is Failed to find provider info for com.google.settings in logcat. Why Failed to find provider info for com.google.settings? Please help me. Thanks in advance! I/ActivityManager( 825): Starting activity: Intent { action=android.intent.action.MAIN

[android-porting] Re: Thinking about adding UBIFS utilities into platform/external/

2009-08-28 Thread RaviY
You might want to ask Shawn Pearce or JBQ in http://groups.google.com/group/repo-discuss. I tried to do a quick search but could not find the answer. -Ravi On Aug 28, 10:13 am, Xinyu Chen muddo...@gmail.com wrote: Hi All I'm thinking about pushing UBIFS utilities into platform/external/,