[android-porting] Re: libusb-1.0.8 on Android 2.3.5

2012-03-27 Thread Martial Britto
Dear all, i am trying to port the Libusb to android 2.3.5 too following the below documents. On building the android source through mmm -j4 external/libusb-1.0.3 i get the following error arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory Kindly help Regards, Britto

Re: [android-porting] How to get android update adb to see my USB vendor id?

2012-03-27 Thread Matt Reimer
On Monday, March 26, 2012 2:21:33 AM UTC-4, ramya mohan wrote: Hi, The following information is based on my understanding. Usually android update adb won't do that. It actually updates the adb to the latest adb version. This comment in ~/.android/adb_usb.ini suggests otherwise: # ANDROID

[android-porting] How To Save The Content To Internal Memory.

2012-03-27 Thread Ranganath TM
Hi All, I want to save some musical contents or images to internal memory, And my *internal memory size is 8 GB, * But the android does not provide any api's to save the contents to internal memory, please help to solve the issue. Thanks, Ranga -- unsubscribe:

Re: [android-porting] camera application on a new platform

2012-03-27 Thread Guennadi Liakhovetski
Hi Ramyan On Tue, 27 Mar 2012, Ramya Mohan wrote: Hi, D/Camera ( 1033): app passed NULL surface is the error log from the Camera client (frameworks/base/libs/camera/)which will communicate with the Camera Service. This is message will ususally appear after some instance of time , the

Re: [android-porting] incaming SMS notification

2012-03-27 Thread Prabhakar Lad
Amit, ERROR 303 means Operation not supported, Can try AT + CMGL and see weather you can read messages. Regards, --Prabhakar Lad On Thu, Mar 22, 2012 at 5:38 PM, Amit kumar Bag amitkumar...@gmail.com wrote: Hi, I am trying to get the incoming SMS in my Android device, but I am not getting

[android-porting] vold ---map_mount

2012-03-27 Thread WuPublic
did anybody know about map_mount in system/vold/main.cpp ? what gg want to write in the type map_mount? could somebody give some help ? if (!strcmp(type, dev_mount)) { . } else if (!strcmp(type, map_mount)) { } else { SLOGE(Unknown type '%s', type); goto

Re: [android-porting] Porting FM In Android Along With The Application

2012-03-27 Thread Ranganath TM
Hi Manjunatha, Thanks for your support, My FM driver is V4L2 complaint driver, can you please explain me where to modify, how can I proceed further. Thanks, Ranganath On Wed, Mar 21, 2012 at 9:12 PM, halli manjunatha hallima...@gmail.comwrote: Hi Ranganath, I dont know about the AW chip

Re: [android-porting] usb hub not working on gingerbread kernel-2.6.32

2012-03-27 Thread mike
Vencat, You said it the problem you encountered the USB init issues was a hardware problem. I'm running into the same issue - can you tell me what the HW issue was and how you fixed it? THANKS mike On Friday, September 23, 2011 10:24:40 AM UTC-5, venkat k raju wrote: Hi hedwin,

Re: Re: [android-porting] How to get android update adb to see my USB vendor id?

2012-03-27 Thread Matt Reimer
Thanks, but what I want to do is to figure out how to have the USB driver package put the vendor id into adb_usb.ini so my users don't have to. Matt On Monday, March 26, 2012 9:00:00 PM UTC-4, bardshen wrote: Hi sir, I suggest this website will solve your problem.

Re: Re: [android-porting] How to get android update adb to see my USB vendor id?

2012-03-27 Thread bard.s...@gmail.com
Hi Sir, You can download the adb driver on that web page, and compare to the standard adb driver. Then you know how to add your vendor id into adb_usb.ini file. May this will help you. bard.s...@gmail.com From: Matt Reimer Date: 2012-03-28 05:42 To: android-porting CC: jiram57; bard.shen