Dear All, I am trying to modify the package installer which is part of the Android framework.
When I open network socket at the java security libs, it does get opened and after a "write" on socket it hangs. On further inspection, I found that the socket was never closing(although I explicitly close the socket) and after the "write", I get an IO Exception with: io.SocketException: Bad File number. Could this be because of limited permissions at the framework level? Should I alter the AndroidManifest.xml of the framework( under /framework/base/core/res)?? Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.
