Re: [android-porting] Re: Android application with JNI Libs build into system.img ?

2010-10-29 Thread dipti seni
*www.ksrista.com* http://www.ksrista.com/ *search your life partner* -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Android application with JNI Libs build into system.img ?

2010-10-29 Thread Deva R
Keep vendor.apk in /system/app (notee that it wont work at /system/ level), so it will be automatically installed by package manager on first boot, and extract the associated libraries to /data/data/vendor-apk/lib folder . This shou;d've worked good. but, if you expect vendor.so to go with rest

[android-porting] Re: Android application with JNI Libs build into system.img ?

2010-10-28 Thread fadden
On Oct 28, 4:19 am, Eric sen...@gmail.com wrote: But if I use adb install vendor.apk afterward, the package manager will unpack vendor.so correctly, that means the vendor.apk is working fine. So is it not appropriate to pack Android App with JNI libs inside system applications? No. The