[android-porting] Re: bluetooth debug

2010-10-20 Thread guru
Hi All Please let me know how to debug at lower level. While transferring file some times progress bar stops and does not move and hci dump does not showing any traffic below is hcidump. > HCI Event: Number of Completed Packets (0x13) plen 5 > ACL data: handle 1 flags 0x02 dlen 688 > ACL data: h

[android-porting] GPS on Android

2010-10-20 Thread Ne0
Hi guys, Im trying to interface a USB based GPS device on Beagleboard running Android eclair. I have connected the GPS device through a USB hub. Everytime I connect the GPS device, i get the following msg on the console: usb 1-2.4: new full speed USB device using ehci-omap and address 5 My goal

[android-porting] froyo build error

2010-10-20 Thread zhuyang220
Hi, I just started to build the aosp, I got the error below: #make -j4 PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=dkb TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm

[android-porting] How to connect to a binder c++ service?

2010-10-20 Thread Samuel Skånberg
Hello, I want to create a binder service in C++ and be able to bind to that service from java. My question is how? I have mimicked the implementation in frameworks/base/camera/tests/CameraServiceTest/ CameraServiceTest.cpp. It compiles nicely without any warnings and I can run it. But how do I con

Re: [android-porting] GPS on Android

2010-10-20 Thread Hamilton Vera
When you hook this GPS In a linux machine does it binds to a /dev/ttyACMx? On Wed, Oct 20, 2010 at 4:56 AM, Ne0 wrote: > Hi guys, > Im trying to interface a USB based GPS device on Beagleboard running > Android eclair. I have connected the GPS device through a USB hub. > > Everytime I connect th

Re: [android-porting] GPS on Android

2010-10-20 Thread Ashwin Bihari
I've interfaced a UART based GPS device within Android and for that I wrote a driver that opened up the UART, grab the NMEA strings and parsed. I use the freerunner's GPS file as a starting point, especially for the NMEA parsing stuff. You can do the same, the only difference being that instead of

Re: [android-porting] GPS on Android

2010-10-20 Thread Hamilton Vera
In fact is the USB Modem (CDC ACM) support │ Symbol: USB_ACM [=y] │ │ Prompt: USB Modem (CDC ACM) support │ │ Defined at drivers/usb/class/Kconfig:7 │ │ Depends on: USB_SUPPORT && USB │ │ Location: │ │ ->

Re: [android-porting] How to connect to a binder c++ service?

2010-10-20 Thread Hamilton Vera
Maybe you can find some information here: http://www.google.com.br/url?sa=t&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fandroid.wooyd.org%2FJNIExample%2Ffiles%2FJNIExample.pdf&ei=DQW_TMPxBcP98Ab06bC8Bg&usg=AFQjCNHwjbm09fLt2PAgFYDRjSKlL3mQTA&sig2=Emm3Swbis3Dsiwr0UEC8QA http://davanum.wordpress

Re: [android-porting] froyo build error

2010-10-20 Thread Hamilton Vera
Check if you are using the proper CROSS_COMPILE settings. []'s Hamilton Vera On Wed, Oct 20, 2010 at 9:16 AM, zhuyang220 wrote: > Hi, > >     I just started to build the aosp, I got the error below: > >  #make -j4 > > PLATFORM_VERSION_CODENAME=AOSP >

[android-porting] Re: bluetooth debug

2010-10-20 Thread Ash
Do you have a Bluetooth Air sniffer with you by any chance??? -- Ash On Oct 20, 1:48 pm, guru wrote: > Hi All > > Please let me know how to debug at lower level. While transferring > file some times progress bar stops and does not move and hci dump does > not showing any traffic > > below is hci

[android-porting] Audio Issue

2010-10-20 Thread Sayiram K N
Hi i am tryinbg to enable the audio on PXA320 processor.but couldn't able to play the sound. can any one tried on PXA320?? br sayiram K N -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: LCD can not work

2010-10-20 Thread Brad Davis
Sorry, I was looking at your first post, not the latest boot dump. Also verify that the color bits are the the right locations for the userland libraries. I haven't been looking at the current sources for a while but a when I last worked on my AT91SAM9263-EK I had to add support for rgb:5:5:5 (An

[android-porting] libaudiofinger error when building froyo for Samsung Captivate

2010-10-20 Thread gda...@gmail.com
I pulled all the sources down as described in all the HOWTOs and I'm able to build generic. Armed that that power, I set up the vendor- specific files for the Captivate, pulled all the hardware-specific files down and whatnot, and everything is moving along, but towards the end the build dies on li

Re: [android-porting] Re: Error at Boot up. Hangs at splash screen

2010-10-20 Thread Alan Carvalho de Assis
Hi Vinay, On 10/18/10, Vinay wrote: > Hi Alan, > > I'm actaully trying to replace the application Launcher with my custom > HOME application. With the following setting in the manifest file of > my application: "android.intent.category.HOME">, I did get the option to select > between Launcher an

Re: [android-porting] libaudiofinger error when building froyo for Samsung Captivate

2010-10-20 Thread praneeth juturu
I was facing a similar issue. This problem arises because the library is not linked properly. I tried many possibilities but couldnt fix it yet. The below link might help your case atleast, http://groups.google.co.in/group/android-platform/browse_thread/thread/bd739c001ed7df84/4d0d35b7e0c33c61?hl=

[android-porting] Re: GPS on Android

2010-10-20 Thread Mikkel Christensen
Hello, When you have finished your initial connectivity problem there is a good thread on porting a GPS module to Android here: http://groups.google.com/group/android-porting/browse_thread/thread/c67550378823a0d4/693b60380dfd6538#693b60380dfd6538 Best regards, Mikkel Christensen Chief Software