device-added/device-removed triggers not working after update to JB
36 views
Skip to first unread message
celavek
unread,
Nov 6, 2012, 11:13:14 AM11/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
I had some custom triggers in the init.rc file for the ICS like below:
on device-added-/dev/video1 chmod 0666 /dev/video1
on device-added-/dev/video2 chmod 0666 /dev/video2
Now after i updated my development environment to JB those triggers ceased to work. I've not been able to find any mention of these type of triggers deprecation.
Could anybody provide some hints on why would these fail on JB? Have they been replaced by something else?