[android-kernel] Re: Android kernel2.6.32 source code

2011-04-14 Thread Dark Knight
Hi Sowmya, Have to tried checking the available branches in repository?? Clone the entire repository and then issue a GIT BRANCH -a command and see the available branches and then checkout the correspoding one On Apr 14, 5:33 pm, sowmya l s wrote: > Hi, >    I tried to do the following using rep

Re: [android-kernel] Android kernel2.6.32 source code

2011-04-14 Thread sowmya l s
Hi Hedwin, Sorry i dint understand,Try without the menuconfig in the command line mean. Regards, Sowmya On Thu, Apr 14, 2011 at 7:27 PM, hedwin wrote: > Try without the menuconfig in the command line. > > On Thu, Apr 14, 2011 at 2:33 PM, sowmya l s wrote: > >> Hi, >> I tried to do the f

[android-kernel] kernel porting procedure feedback

2011-04-14 Thread Allen Curtis
Hello, I am in the process of creating a Samsung S3C6410 Android kernel that is compatible with Gingerbread. The procedure that I am using seems to be working but there must be something more efficient given the power of GIT. Goal: Create a S3C6410 Gingerbread kernel Resources: 1. android/kern

[android-kernel] MMC Driver : Lock/Unlock Feature

2011-04-14 Thread Vivek.Y
Hi Linux kernel supports mmc lock/unlock features. Why is google not porting these drivers or features to android. symbian already did this. I think it is possible to just include them in the src and compile them. Even if i could port is there anyway i can use this feature. Thank You -- unsubscr

[android-kernel] adding USB Gadget HID function on Nexus S

2011-04-14 Thread David Mu
Hi all, I would like to add an HID function to the USB gadget driver to make my Nexus S act like an USB keyboard when connected to a PC. After reading a lot of the gadget source code, I still have no clue on how to do it. Is there a way to use f_hid.c? If so, how can I add it to the driver? Thank

[android-kernel] WHY Gingerbread out init: critical process 'servicemanager' exited 4 times in 4 minutes;

2011-04-14 Thread AlanLance
Hello I use kernel 2.6.39 to boot Gingerbread, but got below message and reboot, I don't know WHY? Have any suggest? Thanks. init: process 'installd', pid 571 exited init: process 'installd' killing any children in process group init: Created socket '/dev/socket/keystore' with mode '666', user

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread AlanLance
I can booting Gingerbread with kernel 2.6.39, but got below message and reboot. init: starting 'debuggerd' init: starting 'ril-daemon' init: starting 'zygote' init: starting 'media' init: waitpid returned pid 573, status = 000b init: process 'servicemanager', pid 573 exited init: process 'serv

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread AlanLance
Maybe u need compile the Android again Or checking the booting parameter I had running Gingerbread with the kernel 2.6.39 (download form android source code website) but got below error message and reboot. init: starting 'debuggerd' init: starting 'ril-daemon' init: starting 'zygote' init: starti

Re: [android-kernel] Re: USB cdc_acm was not recognized by host

2011-04-14 Thread jagan
Thanks Squall. Could you tell me what is the significance of specifying particular USB function in first order like static char *usb_functions[] = { #ifdef CONFIG_USB_ANDROID_RMNET "rmnet", #endif #ifdef CONFIG_USB_ANDROID_RNDIS "rndis", #endif "usb_mass_storage", "adb", //#

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread Mario
Yes, I used exactly the same compiler On 14 Apr, 16:25, hedwin wrote: > Did you use the same compiler version for both kernel and android? > > > > > > > > On Thu, Apr 14, 2011 at 4:01 PM, Mario wrote: > > Hedwin > > Networking support is on. > > init doesn't execute anything at all, and so do al

Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread hedwin
Did you use the same compiler version for both kernel and android? On Thu, Apr 14, 2011 at 4:01 PM, Mario wrote: > Hedwin > Networking support is on. > init doesn't execute anything at all, and so do all other android > binaries. I can only run the binaries which were generated by another > com

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread Mario
Hedwin Networking support is on. init doesn't execute anything at all, and so do all other android binaries. I can only run the binaries which were generated by another compiler against a regular linux distribution (poky) On 14 Apr, 15:53, hedwin wrote: > The only reason for init to exit is not b

Re: [android-kernel] Android kernel2.6.32 source code

2011-04-14 Thread hedwin
Try without the menuconfig in the command line. On Thu, Apr 14, 2011 at 2:33 PM, sowmya l s wrote: > Hi, > I tried to do the following using repo command to get the android- > kernel2.6.32, i got the following error: > error: revision android-2.6.32 in kernel/common not found >then ho

Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread hedwin
The only reason for init to exit is not being able to open sockets. You should see a message like "init startup failure" Did you enable network support in 2.6.39? On Thu, Apr 14, 2011 at 3:49 PM, Mario wrote: > They are both statically linked > > With objdump -x I've seen this difference: > bus

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread Mario
They are both statically linked With objdump -x I've seen this difference: busybox (Working): Version4 EABI init (non working): Version5 EABI Another difference is that busybox has been compiled for a linux distribution, while init has been compiled for Android (so against bionic) On 14 Apr, 15

Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread Jon Pry
Is the difference between working and nonworking executables static vs dynamic linking? On Thu, Apr 14, 2011 at 5:46 AM, Mario wrote: > They are. That same filesystem works with another kernel I have. > Besides, the files are executed but, before doing anything in main, > they crash with either

[android-kernel] Android kernel2.6.32 source code

2011-04-14 Thread sowmya l s
Hi, I tried to do the following using repo command to get the android- kernel2.6.32, i got the following error: error: revision android-2.6.32 in kernel/common not found then how to get android kernel of particular version2.6.32. Even i tried using git, git checkout --track -b

Re: [android-kernel] Re: Android Kernel source code

2011-04-14 Thread sowmya l s
Hi, I tried the following using repo command for the android-kernel2.6.32, i got the following error: error: revision android-2.6.32 in kernel/common not found then how to get android kernel of particular version2.6.32. Even i tried using git, git checkout --track -b android-2

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread Mario
They are. That same filesystem works with another kernel I have. Besides, the files are executed but, before doing anything in main, they crash with either seg fault or illegal instruction On 14 Apr, 10:50, hedwin wrote: > Check if the exectables in your android rootfilesystem are marked as > exe

Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread hedwin
Check if the exectables in your android rootfilesystem are marked as executable. On Thu, Apr 14, 2011 at 9:50 AM, Mario wrote: > Hi Ravi > Yes, it does, it's an OMAP3530 and CONFIG_ARM_THUMB is on. > > On 13 Apr, 21:05, Ravi Chemudugunta wrote: > > does your target support thumb? > > > > > > >

[android-kernel] Re: Booting 2.6.39 kernel

2011-04-14 Thread Mario
Hi Ravi Yes, it does, it's an OMAP3530 and CONFIG_ARM_THUMB is on. On 13 Apr, 21:05, Ravi Chemudugunta wrote: > does your target support thumb? > > > > > > > > > > On Thu, Apr 14, 2011 at 3:42 AM, Mario wrote: > > Hello > > I'm trying to boot my board with linux kernel 2.6.39 but I'm getting > >