Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a possible to readout %prozessor% ? #89

Open
blackcrack opened this issue Nov 12, 2019 · 4 comments
Open

Is there a possible to readout %prozessor% ? #89

blackcrack opened this issue Nov 12, 2019 · 4 comments

Comments

@blackcrack
Copy link

Hi,

there is a possible to add rename %os% for diffrent Ordering Systems, is there also a possible for read out different %prozessor% -compatibilitys like v7a or v8a and so on ?

best regards
Blacky

@kkguo
Copy link
Owner

kkguo commented Nov 12, 2019

if you know the location in manifest, use the general one:
%Attr(TagPath,Attribute)%

@blackcrack
Copy link
Author

blackcrack commented Nov 13, 2019

which location test.zip//MANIFEST/ ? there be a couple files and a MANIFEST .. hmm..
this is not my land, i need your nice tool for let show me where i can use this file and on what's for Cores / OS .. and have no clue about the inner rows if i slaughter this apk-pig *bg*
I want know, if need minimum Andr4.0 or Andr6.0, ARMV7, ARMV8 or maybe x86/x64, yes, today exist also some packets for x86 and x64 Windows Phone or something.. like i have become with,
therefore it's need to have this variables too.. for me, lack of informations about the culurgiones/interiors of apk's and want also not learn.. because, i have told it.. it's not my land..
and i be not a apk-packet builder .. 😃
could you add this couple Variables in your proggy for rename the files in right way ?

best regards
Blacky

@kkguo
Copy link
Owner

kkguo commented Nov 13, 2019

The thing is I don't know where to get the info either, so the general variable %Attr(TagPath,Attribute)% will extract certain info from manifest.xml, use the "dump" menu to get the XML, if you see what you want, replace TapPath and attribute accordingly, you will get what you want

@cloggednose
Copy link

The answer is in the /lib/* directory inside the apk (you may rename the *.apk to *.zip for getting a quick look using 7Zip/WinZip or WinRAR)

For more details, please go through the reply by "gregko" on THIS THREAD

I hope you will be able to incorporate the function in your next release.
Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4

Sample APK files for inspection: SAMPLE APKs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@kkguo @blackcrack @cloggednose and others