Re: [android-developers] Re: APK file package name

2010-12-04 Thread Dianne Hackborn
I would be happy to accept a patch to aapt to have it output those as XML. The reason it isn't there is that it isn't as easy to do as what is there now. Parsing .dex files is well outside the domain of aapt, though. On Wed, Dec 1, 2010 at 5:06 AM, Bob Kerns wrote: > Ah, you beat me to the ans

[android-developers] Re: APK file package name

2010-12-03 Thread joebowbeer
If you need more information than aapt currently provides, check out Google Code projects android-apktool and dedexer and/or dex2jar. On Dec 1, 5:06 am, Bob Kerns wrote: > Ah, you beat me to the answer, excellent. > > But when checking my answer, I realized that there's no way that I can > see to

[android-developers] Re: APK file package name

2010-12-01 Thread Bob Kerns
Ah, you beat me to the answer, excellent. But when checking my answer, I realized that there's no way that I can see to extract the original XML. 'xmltree' is a pain to decode, though I'm sure it's of great help to that one guy who maintains the XML encoding/decoding code! It would be easy to out

[android-developers] Re: APK file package name

2010-11-29 Thread Chris Stratton
On Nov 30, 1:15 am, umakantpatil wrote: > I have an APK file. I just want to read its package name. How can i do > that ? The most obvious way is probably to install it on an android emulator while watching the logcat. (You could install it on a device, but that could be more of a security risk