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 <[email protected]> wrote:
> On Tue, Jul 26, 2011 at 10:46 AM, Srinidhi K V <[email protected]> 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: [email protected]
>> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to