Best Regards,
Arun Kumar Singh
Please help
Thanks
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
Best
Regards,
Arun Kumar Singh
How I have done is:
in init.rc --->
---------------------------
service module_name /system/bin/module_name/rc.module
oneshot
---------------------------
where /system/bin/module_name/rc.module is --->
---------------------------
#!/system/bin/sh
insmod /system/bin/module/module.ko
---------------------------
don't forget to add execute permissions to /system/bin/module_name/rc.module
Regards,
Amit Pundir