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

2010-09-19 Thread riccati
Sep 20, 2:18 pm, Vishnu Pratap Singh wrote: > 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 > > > >

[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] 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] 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