[android-kernel] Re: Linux commands not found in init.rc scripts

2010-09-19 Thread riccati
Hello, Yes it is possible but I do not know how. I think what you are trying to do is to run shell commands during startup? You can probably create something like a myscript.sh and have it somewhat called in the init.rc. I am also trying to do this but no luck. I tried to make an automount script

Re: [android-kernel] Re: Linux commands not found in init.rc scripts

2010-09-19 Thread Vishnu Pratap Singh
Dear Reccati, can we add some additional commands in Android init language ? On Mon, Sep 20, 2010 at 10:26 AM, riccati wrote: The only accepted commands are those in Android init language. Refer > to this website: > http://source.android.com/porting/bring_up.html > > On Sep 20, 12:39 pm, vish

[android-kernel] Re: Linux commands not found in init.rc scripts

2010-09-19 Thread riccati
The only accepted commands are those in Android init language. Refer to this website: http://source.android.com/porting/bring_up.html On Sep 20, 12:39 pm, vishnu wrote: > Hi All, > > I am trying to create some soft links by init.rc script, but the "ln" > command is not recognized by the init.rc s

[android-kernel] Linux commands not found in init.rc scripts

2010-09-19 Thread vishnu
Hi All, I am trying to create some soft links by init.rc script, but the "ln" command is not recognized by the init.rc script. But same command, i am able to run from the adb shell. Can someone let me know why it's not happening. Thanks, Vishu -- unsubscribe: android-kernel+unsubscr...@googlegr

[android-kernel] Re: Problem figuring out how USB mass storage works in Android

2010-09-19 Thread riccati
Hi, I have already done this, except for the automount because currently my init.rc script is not working, so I currenly do manual mount. First you have to recompile your kernel to enable the block devices, scsi, filesystem supports (like vfat), then usb mass storage configurations. Do 'make menuc

答复: [android-kernel] Android Linux kernel

2010-09-19 Thread Dallas Lee
Actually bionic is not a part of Android Linux Kernel, but a replacement of glic which is used in normal Linux. The differences between Android Kernel and mainstream kernel are: 1. binder: used for IPC 2. Ashmem: Anonymous shared memory, used for inter-process communication 3. pmem: used for shared

[android-kernel] BUG on file drivers/power/max17040_battery.c, reset on probe affects initial soc

2010-09-19 Thread riccati
Hi everyone, I have tested this on an odroid-T device. I think a an #ifdef CONFIG_HARDWARE-something should be added around line 232 wherein max17040_reset() was called. For more information regarding this issue, please refer to the forums link below (my nickname was riccati on that forums) where

Re: [android-kernel] Android Linux kernel

2010-09-19 Thread Prathamesh Salunke
can you please write a bit more. i ll add your comments to my report On Tue, Aug 31, 2010 at 1:35 AM, Greg KH wrote: > On Sun, Aug 29, 2010 at 1:44 AM, Prathamesh Salunke > wrote: > > I am a new Android user.And I am making a report for my college on > > Linux. > > Please tell me how us

Re: [android-kernel] Android Linux kernel

2010-09-19 Thread Anil Babu
Hi, The linux kernel is very usefull, as the android is built n the linux kernel with some features disabled and some features added to the kernel.like for ex power management, logger , boinic libc etc. On 8/31/10, Greg KH wrote: > On Sun, Aug 29, 2010 at 1:44 AM, Prathamesh Salunke > wrote: >>