Re: [android-kernel] ADB

2011-02-28 Thread mike digioia
ok thanks Steve and Hamilton. I will setup adb over tcp. But what breaks in adb when using fastboot? and why can't i just fix it? kind of like using the usb interface with adb and fastboot. i should be able to reload the adb daemon and server onto my snapdragon to see it work again. it worked fine

Re: [android-kernel] Android vs Linux (Network Stack)

2011-02-28 Thread Hamilton Vera
"how much Android kernel is different from Linux kernel with respect to its network stack" and "not coding level" Paradox :) ! On Mon, Feb 28, 2011 at 6:45 PM, Ehtasham wrote: > hi everybody, > Im working on Android wifi security. I want to know how much Aandroid > kernel is different from

Re: [android-kernel] ADB

2011-02-28 Thread Hamilton Vera
As Steve said, here is a howto to use adb over TCP http://hvera.wordpress.com/2010/02/01/adb-on-imx51/ []'s Hamilton Vera On Tue, Mar 1, 2011 at 12:10 AM, Steve Modica wrote: > yeah.  I believe fastboot breaks ADB.  (you also break it if you replace the > android gadget) > You can use adb conn

[android-kernel] Re: Android camera device drivers available on Éclair 2.1

2011-02-28 Thread Srikant
You might need to call notification function (like kill_fasync) from your driver ISR/Work Queue. Also you have to pass the FASYNC flag from your application. - On Feb 25, 9:24 pm, Durgadoss R wrote: > Hi All, > > I am writing a Thermal Sensor Driver for Android-Froyo. > The hardware supports pr

Re: [android-kernel] ADB

2011-02-28 Thread Steve Modica
yeah. I believe fastboot breaks ADB. (you also break it if you replace the android gadget) You can use adb connect IP over TCP or use SSH or something. On Feb 28, 2011, at 9:06 PM, mike digioia wrote: > Hi > > I have been successful using adb to debug my kernel work on a new driver, > howeve

[android-kernel] ADB

2011-02-28 Thread mike digioia
Hi I have been successful using adb to debug my kernel work on a new driver, however, adb server and daemon seem to have some problems where they don't detect the device connect with the USB cable anymore. I can fastboot boot my kernel to this device but can't do "adb devices" and get a valid devi

[android-kernel] Re: Android on PB11MPCORE

2011-02-28 Thread Rahul
hey thanks... i have got it to boot now On Feb 27, 8:53 pm, Peter Teoh wrote: > not sure if the following helps: > > http://scottshulinux.blogspot.com/2008/08/arm-realview-pb11mpcore-2-i... > > On Feb 22, 4:30 am, Rahul wrote:> Hi guys > > I am a bit new to this so pardon me if this is a naive q

[android-kernel] Android vs Linux (Network Stack)

2011-02-28 Thread Ehtasham
hi everybody, Im working on Android wifi security. I want to know how much Aandroid kernel is different from Linux kernel with respect to its network stack. please reply in detail and if possible suggest me some specific resources (not coding level). -- unsubscribe: android-kernel+unsubscr...@goo

[android-kernel] using the headset jack to control an external device

2011-02-28 Thread Earlence
Hi, I have seen from this app (http://www.squareup.com) that they are driving an external device thru the headset jack with just a userspace app. I have checked the kernel sources and seen htc_35mm_headset.c and htc_headset.c which contains driver code for the HTC 2 Wire protocol. Its my understan

Re: [android-kernel] Android camera device drivers available on Éclair 2.1

2011-02-28 Thread Durgadoss R
Hi All, I am writing a Thermal Sensor Driver for Android-Froyo. The hardware supports programming two temperature thresholds. When the platform temperature crosses any of these thresholds, the hardware generates an interrupt. The driver receives these interrupts. Is there anyway to notify a User

[android-kernel] how to find clean kernel source code for Droid1 2.2.1 FRG83D?

2011-02-28 Thread George Nychis
Hi all, I can't seem to find what git commit corresponds to this release. It seems as though changes to the android kernel are on-going, and then manufacturers take a snapshot at some point but this is not well documented. I found the motorola opensource page for the droid, but the last git link

[android-kernel] Re: Forward porting USB OTG capability on Dell Streak

2011-02-28 Thread Colin
I am also very interested in getting USB OTG (or other USB host functionality) to work on the Dell Streak. Has anyone had any success? I am open to unorthodox solutions (I'm not afraid to take the device apart, for example), and I'm not entirely opposed to the idea of writing a new driver, but if