Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
kamikaze_in
Old
#1801  
Member
Thanks Meter 15
Posts: 93
Join Date: Aug 2011
Quote:
Originally Posted by kamikaze_in View Post
Hey all facing a issue with Apktool

i cant seem to decompile SystemUI.apk kindly advice what to do

following are the screenshots

framework and systemUI installed
Attachment 1137541

directory where apktool is installed
Attachment 1137542

command execution which gets stuck at baksmaling for hours
Attachment 1137543
anyone?
 
djdarkknight96
Old
#1802  
djdarkknight96's Avatar
Recognized Themer
Thanks Meter 2669
Posts: 6,606
Join Date: Nov 2009
Location: Springfield

 
DONATE TO ME
Quote:
Originally Posted by kamikaze_in View Post
anyone?
Can you decompile the framework without errors?

Sent from my DarkICE Skanky CM9 Gnex using the app!
GALAXY NEXUS:
ROM: JellyBro With DarkJelly goodness



More from me:
DarkIce keyboard skins-Android Pro Widget skins - Handcent Skins
 
he_stheone64
Old
#1803  
he_stheone64's Avatar
Recognized Themer
Thanks Meter 9112
Posts: 4,713
Join Date: Aug 2008
Location: Vienna & Düsseldorf
Quote:
Originally Posted by kamikaze_in View Post
anyone?
Try to decompile with my apkmanager setup from this thread and set "max memory size" to 512MB before you start.

http://forum.xda-developers.com/show....php?t=1642224
The Following User Says Thank You to he_stheone64 For This Useful Post: [ Click to Expand ]
 
iBotPeaches
Old
#1804  
iBotPeaches's Avatar
Senior Member
Thanks Meter 1713
Posts: 597
Join Date: Apr 2011
Location: KCK

 
DONATE TO ME
apktool doesn't resign files.

Your best bet is to resign the APK. Or re-inject the classes.dex / resources.arsc (and any images) back into the original APK using 7za or zip.

This will retain the signature but allow the changes via apktool to take place.
 
kamikaze_in
Old
(Last edited by kamikaze_in; 19th June 2012 at 05:10 PM.)
#1805  
Member
Thanks Meter 15
Posts: 93
Join Date: Aug 2011
Quote:
Originally Posted by he_stheone64 View Post
Try to decompile with my apkmanager setup from this thread and set "max memory size" to 512MB before you start.

http://forum.xda-developers.com/show....php?t=1642224
Downloading it right now, will let you know

Quote:
Originally Posted by iBotPeaches View Post
apktool doesn't resign files.

Your best bet is to resign the APK. Or re-inject the classes.dex / resources.arsc (and any images) back into the original APK using 7za or zip.

This will retain the signature but allow the changes via apktool to take place.
erm.. was that for me? cause i didn't get what ur saying

Quote:
Originally Posted by djdarkknight96 View Post
Can you decompile the framework without errors?

Sent from my DarkICE Skanky CM9 Gnex using the app!
Sry for not mentioning that, yes i have decompiled framework-res.apk

Btw

My phone is SGS i9000
ROM: Slim ICS 4.0
Kernel: Semaphore 1.2.2s
Modem: XXJVU
 
rtfpessoa
Old
#1806  
rtfpessoa's Avatar
Senior Member
Thanks Meter 401
Posts: 438
Join Date: Dec 2010
Location: Lisbon

 
DONATE TO ME
Quote:
Originally Posted by iBotPeaches
.
Any news about the apktool?
Phone: Samsung Galaxy Nexus
Tablet: Asus Transformet TF700T
 
iBotPeaches
Old
#1807  
iBotPeaches's Avatar
Senior Member
Thanks Meter 1713
Posts: 597
Join Date: Apr 2011
Location: KCK

 
DONATE TO ME
Quote:
Originally Posted by rtfpessoa View Post
Any news about the apktool?
Gonna rebuild apktool v1.4.7 with the new smali/baksmali v1.3.3 and then release v1.4.7.

Couldn't track down the HTC bug. Even aapt crashes when using some HTC apps. I can't figure it out. It must be some method HTC has to build its apks.
The Following User Says Thank You to iBotPeaches For This Useful Post: [ Click to Expand ]
 
raziel23x
Old
#1808  
raziel23x's Avatar
Senior Member
Thanks Meter 686
Posts: 887
Join Date: Sep 2010
Location: Novi

 
DONATE TO ME
Quote:
Originally Posted by iBotPeaches View Post
Gonna rebuild apktool v1.4.7 with the new smali/baksmali v1.3.3 and then release v1.4.7.

Couldn't track down the HTC bug. Even aapt crashes when using some HTC apps. I can't figure it out. It must be some method HTC has to build its apks.
when will you release the source code I haven't seen a sinvle git commit in a long time

Sent from my DROID RAZR using Tapatalk 2
APK Multi-Tools
Your one stop APK Multi-Tool Editor for both LINUX and WINDOWS OS
|WINDOWS OS] | LINUX OS|
Donations Are Welcome
Motorola Droid RAZR CDMA XT912
Main System: Rooted Stock

If you want to help with increasing my dropbox size Click here to signup for dropbox
 
Renan Lazarotto
Old
#1809  
Renan Lazarotto's Avatar
Senior Member
Thanks Meter 168
Posts: 586
Join Date: Sep 2011
Location: Curitiba
Code:
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Users\Renan\apktool\framework\1.apk
Exception in thread "main" brut.androlib.err.UndefinedResObject: resource spec: 0x010102dd
	at brut.androlib.res.data.ResPackage.getResSpec(Unknown Source)
	at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
	at brut.androlib.res.data.ResTable.getResSpec(Unknown Source)
	at brut.androlib.res.data.value.ResReferenceValue.getReferent(Unknown Source)
	at brut.androlib.res.data.value.ResStyleValue.serializeToXml(Unknown Source)
	at brut.androlib.res.AndrolibResources.generateValuesFile(Unknown Source)
	at brut.androlib.res.AndrolibResources.decode(Unknown Source)
	at brut.androlib.Androlib.decodeResourcesFull(Unknown Source)
	at brut.androlib.ApkDecoder.decode(Unknown Source)
	at brut.apktool.Main.cmdDecode(Unknown Source)
	at brut.apktool.Main.main(Unknown Source)
This is giving me nightmares. The APK that I'm trying to decompile has already been sucessfuly decompiled by another guy that I didn't remember the name on Galaxy Ace forums. What I am doing wrong?

Thanks!
 
iBotPeaches
Old
#1810  
iBotPeaches's Avatar
Senior Member
Thanks Meter 1713
Posts: 597
Join Date: Apr 2011
Location: KCK

 
DONATE TO ME
Quote:
Originally Posted by raziel23x View Post
when will you release the source code I haven't seen a sinvle git commit in a long time

Sent from my DROID RAZR using Tapatalk 2
A big push right before release probably.

The Following User Says Thank You to iBotPeaches For This Useful Post: [ Click to Expand ]
THREAD CLOSED
Tags
apk, apktool, reengineering, resources, xml
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...