Hi Greg,
Thanks for your response. I know udev is not there in Android rather init is
taking care of handling uevent. Actually on my system the init was stucking
in forever loop. When I checked the process status flash_recovery and
netstart were going in Z state.

After commenting following 2 services in init.rc the hotplug is working
fine.

#service flash_recovery /system/bin/flash_image recovery
/system/recovery.img
#    oneshot
#service netstart /system/bin/netcfg eth0 dhcp
#    user root
#    oneshot

But still the system is not stable. Like when I try to play music/video it
gives an error "Application not responding" and init again goes in forever
loop. The process status of "app_process" goes to Z state.

Regards,
Manish





On 3/10/09, Greg KH <[email protected]> wrote:
>
>
> On Thu, Mar 5, 2009 at 5:54 AM, Manish <[email protected]> wrote:
> >
> > Hi All,
> >
> > I have another issue but related to udev/uevent.
> > I am using 2.6.25 kernel with android patch on my board. When I insert
> > the sdmmc card the "/dev/block/mmcblk0" is not getting created. After
> > debugging I found that uevent is coming not init process.
> > Where can I check to get the statistics of uevent?
>
> udev is not on the android system image, so unless you added it, nothing
> is catching the uevents.
>
> thanks,
>
> greg k-h
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---

Reply via email to