Hi All

 I am trying to add a .apk file in AOSP. APK is using some shared libs .so 
files. I extracted those file using adb and put theme to Android.mk files.
 But now My app is trying to access those files its shows Permission denied 
error. Plz help asp. 

 java.lang.UnsatisfiedLinkError: dlopen failed: can't protect segments for 
"/system/app/TrendMicro/lib/arm/libtmfbeng.so": Permission denied
                                                       at 
java.lang.Runtime.loadLibrary0(Runtime.java:989)
                                                       at 
java.lang.System.loadLibrary(System.java:1562)
                                                       at 
com.trendmicro.virdroid.feedback.FeedbackEngine.<clinit>(Unknown Source)
                                                       at 
com.trendmicro.virdroid.service.SafeMobileService.a(Unknown Source)
                                                       at 
com.trendmicro.virdroid.service.SafeMobileService.onStartCommand(Unknown 
Source)
                                                       at 
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3327)
                                                       at 
android.app.ActivityThread.-w

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
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-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to