[android-developers] Re: JAD - Java Application Descriptor like

2008-05-18 Thread Shane Isbell
On Sun, May 18, 2008 at 3:19 AM, Raja Nagendra Kumar < [EMAIL PROTECTED]> wrote: > > Hi Shane, > > What you are saying seems to different than what David is saying. Your > approach seems to be based on your own client which is may not be same > as normal android applications. Is this correct.. Da

[android-developers] Re: JAD - Java Application Descriptor like

2008-05-18 Thread Raja Nagendra Kumar
Hi Shane, What you are saying seems to different than what David is saying. Your approach seems to be based on your own client which is may not be same as normal android applications. Is this correct.. I am looking for JAD kind support on normal application which does run though slideme etc. Do

[android-developers] Re: JAD - Java Application Descriptor like

2008-04-10 Thread Shane Isbell
Hi Raj, You can check out JVending: http://code.google.com/p/jvending . It's using OMA OTA for Android delivery so it includes a descriptor (of which JAD is a subset). The client is located here: http://code.google.com/p/slideme . There is nothing built into the client for making the dd2 availabl

[android-developers] Re: JAD - Java Application Descriptor like

2008-04-10 Thread Raja Nagendra Kumar
David, I understand that apk file genereted is jar format file with .apk extention. However I don't see manifest file beeing placed. Could you let me have any example application if any thing exists on the net pl. Also, I was hoping that like jad the similar functionality would be available as n

[android-developers] Re: JAD - Java Application Descriptor like

2008-04-04 Thread David Given
Raja Nagendra Kumar wrote: [...] > Once the application is compiled and packed, is there a way provide > external properties to the andorid application. Similar to JAD file in > j2me. Yes; you can attach metadata to activities by putting it in your manifest.xml file. You can then read it by look