I also got same problem. The .so in /system/lib cannot update due to permission issue.
Any solution for store pre-built .so in /data/data/xxx ? 2010/12/17 arun joseph <[email protected]>: > Modify the apk source to load the .so from /system/lib > Regards, > Arun > > On Thu, Dec 16, 2010 at 3:14 PM, laloka <[email protected]> wrote: >> >> Dear all, >> >> I have a prebuild apk from third party, and there is a .so file in the >> apk. >> >> I extract the .so from apk and put it in /system/lib >> >> But where is a problem. >> >> If third party update this apk by adb install, the new .so file will >> be put in local side /data/data/ >> >> But apk will try to load the old lib file in /system/lib instead of >> the new one. >> >> Does anyone have good idea to fix this problem? >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-porting > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
