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