[android-kernel] Re: Help about android source code

2011-03-01 Thread perumal316
Is yours a developer phone? If you have rooted the phone yourself, the bootloader may have additional restrictions that can prevent you from flashing in the images. Just a guess. You may want to Google for more info. Regards, Perumal On Feb 23, 4:14 pm, Soumen Debnath wrote: > Hello, everone, >

[android-kernel] Re: Content-based SMS filtering

2011-03-01 Thread perumal316
I believe you can do this at the application level. Just create a application with broadcast receiver as mentioned by Earlence then once registered, inspect all incoming SMSes. Need not do this at kernel or framework level. Regards, Perumal On Feb 15, 3:31 pm, Aldrin Montana wrote: > Thank you

Re: [android-kernel] ADB

2011-03-01 Thread mike digioia
Hi, Did some more work on this problem since my device is not accessable since the adb line malfunctioned. That make it hard to do anything with it except use fastboot. Qualcomm has indicated that this is indeed broken. Not because of fastboot but from loading a new kernel on the device. The new

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

2011-03-01 Thread Earlence
but playing sound is different from controlling a device right? or they just send data bytes which are control signals for the external device :) (instead of sending pcm data) Cheers, Earlence On Mar 1, 12:38 pm, Stefan Schake wrote: > Hey, > > because user space apps are allowed to play sound?

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

2011-03-01 Thread Greg KH
On Tue, Mar 1, 2011 at 6:44 AM, Muhammad Ehtasham-ul-Haq wrote: > i need to know the difference between "Android kernel Network stack" and > "Linux kernel Network Stack". I found that they have changed some files in > the Android kernel related to "Management of TCP Network" but no more detail > i

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

2011-03-01 Thread Muhammad Ehtasham-ul-Haq
i need to know the difference between "Android kernel Network stack" and "Linux kernel Network Stack". I found that they have changed some files in the Android kernel related to "Management of TCP Network" but no more detail is provided. so, please tell me what exactly they have changed and refer m

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

2011-03-01 Thread Stefan Schake
Hey, because user space apps are allowed to play sound? You certainly don't get a perfect digital signal but its apparently good enough. Greetings 2011/2/28 Earlence : > Hi, > > I have seen from this app (http://www.squareup.com) that they are > driving an external device thru the headset jack w

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

2011-03-01 Thread Steve Modica
On Feb 28, 2011, at 11:09 AM, Colin wrote: > 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 entirel

Re: [android-kernel] ADB

2011-03-01 Thread Steve Modica
On Mar 1, 2011, at 2:28 AM, mike digioia wrote: > 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 f