-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
apktool 2.4.1 error in resource packing #2278
Comments
You know its open source and free right? You are welcome to contribute. |
Yes I know but can you tell me why this issue is occurring?? |
I tried your file, installing AOSP framework-res.apk, and using aapt2 to get this:
This issue with the dollar character in the filename is due to aapt2 and can be fixed but I can recompile without using aapt2 instead, giving me this:
The file was recompiled without any problem. |
How you installed framework-res.apk I can see in command that You used the same apk as a framework it it true?
|
I installed framework-res.apk from Android 10 AOSP. |
can you please tell me in detail that how you installed framework-res.apk from android 10 AOSP. Like you used apktool command to install framework-res.apk but I want to know that how did you get the framework-res.apk.? |
I got it from a build of stock AOSP that was shared on xda a little while ago. And I've attached it to this post for you. |
Thanks a lot for solving my issue. |
That's not a problem at all. :) |
Hi @Ticklefish I want to ask one more query regarding reverse engineering that I want to inject my own app activity in es file explorer but unable to do that. |
What sort of activity are you trying to inject? |
I actually injection metasploit payload.
…On Fri, 17 Jan 2020, 12:03 am Ticklefish, ***@***.***> wrote:
What sort of activity are you trying to inject?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2278?email_source=notifications&email_token=AISTJLQDTBQBIW6Y5XLT35LQ6CR6LA5CNFSM4KGUONDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJFCMYA#issuecomment-575284832>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISTJLUKJ27NS4UMYYBGYELQ6CR6LANCNFSM4KGUONDA>
.
|
Cool. What's that for? |
Can you add Toast messages es file explorer I mean user should get a toast
message when he will open es file explorer.
…On Fri, 17 Jan 2020, 5:42 pm Ticklefish, ***@***.***> wrote:
Cool. What's that for?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2278?email_source=notifications&email_token=AISTJLUB4Z65WEZIWOKRGILQ6GODDA5CNFSM4KGUONDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJHP5II#issuecomment-575602337>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISTJLQK6JWDCUUEPI73MM3Q6GODDANCNFSM4KGUONDA>
.
|
Intriguing. I can't help with that, sorry. It's not something I know much about. Best of luck! |
Hi @Ticklefish and @iBotPeaches ,
could you please tell me why I can't able to decompile this app using apktool https://apkpure.com/helo-discover-share-communicate/app.buzz.share |
This appears to be a different issue to the one at the top of this thread.. The APK can't be decompiled because of the way it's constructed - there is a chunk type that isn't what it should be. To decompile this, you'll need to speak to the developer and ask for their advice. |
Hey people, The issue is not reproduced with the steps in the description.
See my log:
This open issue really misled me cause I wasted a lot time with a bit older Best Regards |
Not replicating the issue here, maybe it was the newer version of ES File Explorer. Closing. |
Information
apktool -version
) - 2.4.1Stacktrace/Logcat
Steps to Reproduce
apktool d esfile.apk
apktool b esfile.apk
Questions to ask before submission
apktool d
,apktool b
without changing anything? YesThe text was updated successfully, but these errors were encountered: