[android-kernel] Re: Nexus S kernel not booting after compile

2011-03-08 Thread sinatosk
I didn't modify anything from what I got from the git repositories because I want to see things work by default before modifying. I didn't modify the ramfs I just discovered an error in one of my scripts "build_kernel", fixed it and boom it's booted :) always the simple problems :p On Mar 8, 11:

Re: [android-kernel] Re: Android Kernel with NFC

2011-03-08 Thread Pavan Savoy
On Tue, Mar 8, 2011 at 8:41 PM, Sarbojit Ganguly wrote: > Hello, > > This is not related to Android Linux Kernel development or problem. > Please post it in proper forums or IRC or search on the net. Kind of related, Because in kernel.org linux kernel apart from nokia's driver @ drivers/nfc/, I c

[android-kernel] Re: rt_sigprocmask() fails with error EINVAL

2011-03-08 Thread Chuck Fry
This still appears to be broken in android-9 at least. -- Chuck -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Nexus S kernel not booting after compile

2011-03-08 Thread Steve Modica
On Mar 8, 2011, at 1:12 PM, sinatosk wrote: > after compiling the kernel... > > at the end I used the command > > "fastboot boot boot.img" > > and it sits there at the google logo, padlock unlocked bewlow with a > message overlapping it saying "FASTBOOT STATUS - OKAY" and thats it... > nothing

[android-kernel] Nexus S kernel not booting after compile

2011-03-08 Thread sinatosk
after compiling the kernel... at the end I used the command "fastboot boot boot.img" and it sits there at the google logo, padlock unlocked bewlow with a message overlapping it saying "FASTBOOT STATUS - OKAY" and thats it... nothing happens after that. If I use "fastboot boot ./kernel ./initram

[android-kernel] Re: Ping Bluetooth Device

2011-03-08 Thread Mehmet Yildirim
As you recommended, hcitools may fit more to my needs, however, neither "l2ping" and "hcitools" nor "grep" functionalities are available on my device (HTC Desire). I found hcitools from web. Since I dont have write access, I cannot "push" hcitools to the device. On 8 Mrz., 18:41, "Arun K. Singh"

[android-kernel] Re: Is the boot.img contains Apps bootloader?

2011-03-08 Thread Earlence
there is NO thing called appsboot.mbn AFAIK On Mar 7, 11:13 am, Murali Krishna Palnati wrote: > > > boot.img typically contains kernel and ramdisk. You can see the format > > > in split_bootimg.pl. I am not sure what appsboot.mbn is. > > The image appsboot.mbn is the apps bootloader that Jagan is

Re: [android-kernel] Android voice change pitch settings and key

2011-03-08 Thread Jon Pry
You can try setting the sample rate to the wrong setting, this would allow power of 2 pitch changes. Other than that you are stuck with resampling the audio, or maybe some kind of FFT/IFFT or even quadrature modulation. These are not built in features or anything though. On Tue, Mar 8, 2011 at 6:3

[android-kernel] Re: Android Kernel with NFC

2011-03-08 Thread Sarbojit Ganguly
Hello, This is not related to Android Linux Kernel development or problem. Please post it in proper forums or IRC or search on the net. Thank you. On Mar 8, 5:01 am, spurwa wrote: > Dear all, > > Where can i get android kernel that support NFC (Near Field > Communication) , please help me how t

[android-kernel] Android voice change pitch settings and key

2011-03-08 Thread Rahul Patil
Is there any way that we change voice of recorded audio and video in android. As there is a soundpool method in android , there we change voice deep voice and chipmunk.. What if I want change recorded voice to male computer voice and female computer voice. Is there any way to implement pitch , key

Re: [android-kernel] Re: Ping Bluetooth Device

2011-03-08 Thread Arun K. Singh
On Tue, Mar 8, 2011 at 10:21 PM, Mehmet Yildirim wrote: > Hi, > > I am trying to ping from my android phone to another bt device, which > is a bt headset. I want to ping continuosly the known mac addresses of > several headsets, after that I want to create events within my > application, when some

[android-kernel] Re: Ping Bluetooth Device

2011-03-08 Thread Mehmet Yildirim
Hi, I am trying to ping from my android phone to another bt device, which is a bt headset. I want to ping continuosly the known mac addresses of several headsets, after that I want to create events within my application, when some of the headsets are in range. Under system/bin I cannot find any l

Re: [android-kernel] Re: Ping Bluetooth Device

2011-03-08 Thread Arun K. Singh
> "l2ping: permission denied" it says > > What should I do to get permission? can you elaborate your end use-case here ...? are you trying to ping from bt enabled android phone to another bt device? l2ping would only ping another bt enabled device over bt transport if that is your real intent. fo

[android-kernel] Re: Build iptables for android

2011-03-08 Thread Earlence
iptables is already available on the system. $ adb shell $ su # iptables -L should give you an output. Cheers, Earlence On Mar 8, 5:21 pm, solene_lj wrote: > Hello, everyone~ > > Is there anyone can explain how to compile and build iptables for > android with the sources of iptables? I download

[android-kernel] Build iptables for android

2011-03-08 Thread solene_lj
Hello, everyone~ Is there anyone can explain how to compile and build iptables for android with the sources of iptables? I downloaded the compiler cross for arm, I don't know how to build iptables with it. Thanks a lot for your help!!! jie -- unsubscribe: android-kernel+unsubscr...@googlegroup

[android-kernel] Re: Ping Bluetooth Device

2011-03-08 Thread Mehmet Yildirim
"l2ping: permission denied" it says What should I do to get permission? On Mar 8, 12:58 pm, Pavan Savoy wrote: > there is l2ping > > On 3/8/11, Mehmet Yildirim wrote: > > > Hi, > > > Is it possible to ping a bluetooth device by using adb? Or by any > > other tool available? > > > Regards > > >

Re: [android-kernel] Ping Bluetooth Device

2011-03-08 Thread Pavan Savoy
there is l2ping On 3/8/11, Mehmet Yildirim wrote: > Hi, > > Is it possible to ping a bluetooth device by using adb? Or by any > other tool available? > > Regards > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel -- --Pava

[android-kernel] Ping Bluetooth Device

2011-03-08 Thread Mehmet Yildirim
Hi, Is it possible to ping a bluetooth device by using adb? Or by any other tool available? Regards -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel