Hi,

I already modified the platform.xml as below:


  <!-- This is a list of all the libraries available for application
       code to link against. -->

  <library name="android.test.runner"
          file="/system/framework/android.test.runner.jar" />
  <library name="javax.obex"
          file="/system/framework/javax.obex.jar"/>
  <library name="androidtoast"
          file="/system/framework/androidtoast.jar"/>
  <library name="toastcounter"
          file="/system/framework/toastcounter.jar"/>


androidtoast and toastcounter are my shared jars.  I pulled from emulator 
using adb and then push back.  Do I still need to do some thing related to 
img file ?

Please give bit more detailed steps on it if possible though it sounds like 
bit hard to believe that for configuring things we need to work with img 
file.

Any ways if I just push the shared files to devices and try to upload the 
apk to google play and then download apk to devices will the steps already 
taken by me so far work ?
1) add shared jars to platform.xml and push to device
2) push shared jars to devices
3) upload apk to google play store
4) install using google play store the apk

Regards,

msm.


On Friday, 22 March 2013 18:34:09 UTC+5:30, skink wrote:
>
>
>
> miten wrote: 
> > Hi, 
> > 
> > It seems that this is google play store filter.  If I try to deploy to 
> > emulator by first pushing shared framework and then the using apk it 
> > complains on missing shared library. 
> > 
> > could you also confirm ? 
> > 
> > Regards, 
> > 
> > msm. 
> > 
>
>
> you have to modify /system/etc/permissions/platform.xml 
>
> i did it by using two tools (i dont remember their names): one for 
> unpaking system.img and the other one for creating modified system.img 
> again 
>
> pskink 
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to