[android-developers] Re: Regarding .apk files

2008-12-24 Thread Ralf
There is no converter from dex to java. Feel free to write one. R/ On Wed, Dec 24, 2008 at 5:11 AM, Naina K wrote: > > Hello, > > If I have an .apk file for android application, I would like to know > how can I convert this .apk file to .java file so that I can see the > code in that applicati

[android-developers] Re: Regarding .apk files

2008-12-24 Thread Naina K
Hello, If I have an .apk file for android application, I would like to know how can I convert this .apk file to .java file so that I can see the code in that application. I have tried using dexdump to get the .dex file, but I am not getting the proper results. Please let me know if anybody has wo

[android-developers] Re: Regarding .apk files

2008-12-11 Thread Naina
No. we are not writing any antivirus or anti-spy applications. Requirement is given a set of tasks application is suppose to do we need to ensure the application is doing same and not beyond that. We will be using package file for the verification( something like sysinternals for win APIs ) Hope

[android-developers] Re: Regarding .apk files

2008-12-11 Thread Al Sutton
Naina, I'd see any attempt to by one application to monitor the calls made by another application outside of a debug environment as a security concern because those calls may contain sensitive information which I only want the specified application to use (e.g. passwords for accounts which get

[android-developers] Re: Regarding .apk files

2008-12-10 Thread Naina K
Hello, Thanks for the quick reply . Is there a way to register ( suppose our application ) ourselves and get the information about the apis called from another application ( using apks ). The intention is to find out that the application is not doing any malicious calls which it is not suppose

[android-developers] Re: Regarding .apk files

2008-12-10 Thread fadden
On Dec 10, 5:08 am, Naina <[EMAIL PROTECTED]> wrote: > I would like to know, if i have only .apk file with me, how to get the > APIs and Classes that are present in the .apk file. Please let me know > if anybody has any idea. There are two utility programs built in the open-source tree, "dexlist"