Hello All,
              I am trying to add PhoNet support in android gadget
driver. Does anyone has done this before? Any pointers on how to get
started would be of great help.
Thanks,
Srinidhi KV


---------- Forwarded message ----------
From: Srinidhi K V <srinidh...@yahoo.co.in>
Date: Tue, Jul 26, 2011 at 3:46 PM
Subject: Re: [android-porting] Info required regarding Android Gadget Driver
To: Amit Pundir <pundira...@gmail.com>
Cc: android-porting <android-porting@googlegroups.com>


Hello Amit,
                 Thanks for your reply. Its working great on Linux
Machine, by the way I am using Google Vendor ID and product ID. By
when I plug into Windows XP sp3 , my device doesnt enumerate as ADB
device.
On the windows side I have installed Google's USB driver which are
meant for developer phones. Is there something I am missing out?


Thanks in Advance,
Srinidhi KV

On Tue, Jul 26, 2011 at 11:28 AM, Amit Pundir <pundira...@gmail.com> wrote:
> On Tue, Jul 26, 2011 at 10:46 AM, Srinidhi K V <srinidh...@yahoo.co.in> wrote:
>>
>> Hello All,
>>              I have a custom hardware on which Android 2.3.4 is
>> running. I want to enable ADB support for this device. Can anyone
>> please give me some pointers to get started on this.
>>
>
> Enable following Kernel Config options:
>
> CONFIG_USB_ANDROID=y
> CONFIG_USB_ANDROID_ADB=y
>
> And Register ADB service in /init.rc:
>
> # adbd is controlled by the persist.service.adb.enable system property
> service adbd /sbin/adbd
>     disabled
>
> # adbd on at boot in emulator
> on property:ro.kernel.qemu=1
>     start adbd
>
> on property:persist.service.adb.enable=1
>     start adbd
>
> on property:persist.service.adb.enable=0
>     stop adbd
>
>
> Regards,
> Amit Pundir
> http://arowboat.org
>
>
>>
>> Thanks in Advance,
>> Srinidhi KV
>>
>> --
>> unsubscribe: android-porting+unsubscr...@googlegroups.com
>> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to