Commit Graph

142 Commits

Author SHA1 Message Date
Connor Tumbleson
fa2afc3598 Merged in v1.3.4 smali/baksmaili/dexlib. Updated doc to reflect github 2012-08-29 17:24:35 -05:00
Connor Tumbleson
ca0f7ec0bb Mac OS X home dir support. Added <uses-sdk> support, reverted SkipBytes(2) for com.htc.resources as just moved the problem elsewhere.
I matched raw AAPT source directly to configFlags. HTC is using something non-official or old.
2012-08-29 00:19:54 -05:00
Connor Tumbleson
2509e402e7 lots of changes to handling of ARSCDecoder. Needs support to handle something that I don't know yet. Something todo with ResSpecs of dual packages. 2012-08-28 21:26:56 -05:00
Connor Tumbleson
ebb2f6d623 handle the correct use of <array>,<string-array>,<integer-array>. Fixes FC with Contacts,Camera,T9Map with some APKs 2012-08-27 14:39:53 -05:00
Connor Tumbleson
e716c0a972 currently build errors. Trying to fix the <string-array> vs <array> problem. 2012-08-27 07:56:33 -05:00
Connor Tumbleson
036cce8df1 working on force fix for string-array with @string in it 2012-08-26 23:25:08 -05:00
Daehan Kim
67af608286 Added checking if array has string item.
This will resolve Contacts.apk and Camera.apk FC issue.
2012-08-27 12:27:27 +09:00
Connor Tumbleson
cc2e973ba4 mega debug code to watch output of AAPT. Helps debugging. 2012-08-26 16:16:28 -05:00
Connor Tumbleson
df73d477ae cleanup warnings to oraganize things 2012-08-26 14:24:55 -05:00
Connor Tumbleson
db2d839d3a Updating built in framework to SDK API16 2012-08-26 13:29:58 -05:00
Connor Tumbleson
cd845cb212 finally making progress. I've found that were at 42 bytes of configflags from the previous 36. Increasing the value fixes the WARNINGs, but then it errors later on because it doesn't know how to handle that new data. That new data I was planning on using AAPT to read, but APPT won't read these weird HTC Sense APKs. So gonna have to step 1 by 1 via java debugger :( 2012-08-26 10:50:02 -05:00
Connor Tumbleson
5c31f4de8e fixing bad color 2012-08-24 20:03:05 -05:00
Connor Tumbleson
026b394db4 ver bump v1.5.0 2012-08-24 20:01:50 -05:00
Connor Tumbleson
f53a296ded Merge branch 'master' of github.com:iBotPeaches/brut.apktool 2012-08-21 12:17:10 -05:00
MIUI Russia
155b2d099f Fixed MIUI Email.apk decompilaion 2012-08-21 09:21:11 +04:00
Connor Tumbleson
de855cd136 Auto Shutdown - 8/12/2012 2012-08-12 08:22:25 -05:00
Connor Tumbleson
26362dac3b fix callbacks to old methods 2012-08-08 15:14:08 -05:00
Connor Tumbleson
ca1e7a811e working on reverting bad text on manifest 2012-08-08 09:06:14 -05:00
Connor Tumbleson
361fdea59e prepping for changes for &amp; and manifest 2012-07-30 22:04:19 -05:00
Connor Tumbleson
749ce67c4b Treat all manifests as RAW 2012-07-30 21:49:25 -05:00
Connor Tumbleson
acf7b1422c finally fixed buildError 2012-07-25 13:12:33 -05:00
Connor Tumbleson
aed20bd6a3 trying to fix noClassDefNotFound 2012-07-25 12:42:46 -05:00
Connor Tumbleson
bd6bf6ee27 wrong artifact, lang3 2012-07-25 10:47:29 -05:00
Connor Tumbleson
6f9b83d196 working on adding new plurals fix thanks to @miuirussia 2012-07-25 09:57:05 -05:00
Connor Tumbleson
1e78f27dbd adding v1.4.9 and new uimode changes 2012-07-25 08:44:01 -05:00
Connor Tumbleson
bb97bcf383 XXHIGH("xxhdpi", "XX-High Density", 480, 16), //$NON-NLS-1$
as per above, adding new method for xxhigh density as seen in sdktools v20.0.1
2012-07-24 15:56:10 -05:00
Connor Tumbleson
f0c96c6ea5 Re-doing some of the code. Need to learn how to check for already escaped characters without re-writing a whole class. 2012-07-12 10:39:18 -05:00
Connor Tumbleson
97451619b8 Fixing the mess-ups that was apktool v1.4.8 :( 2012-07-08 17:46:02 -05:00
Connor Tumbleson
b5a476bb1b Beta-Release v1.4.8 2012-07-08 11:19:54 -05:00
Connor Tumbleson
6575ec9109 reverted 9patch fix as it causes problems. 2012-07-08 11:10:04 -05:00
Connor Tumbleson
ba345ac6b9 increased v1.4.8, merging more of yyj fixes in hopes to fix this arsc error 2012-07-08 10:58:43 -05:00
Connor Tumbleson
282bdae126 Merged in "yyj" fixes along with a few of my own. 95% yyj work :) 2012-07-08 10:33:49 -05:00
Connor Tumbleson
e9738642b2 finally, fixed bugs. Pushing v1.4.7 public 2012-07-06 09:00:16 -05:00
Connor Tumbleson
82635e9219 Tons of problems :( 2012-07-05 23:13:12 -05:00
Connor Tumbleson
346431a151 I'm going to kill Maven. Seriously, this thing is hell. one bug left 2012-07-05 17:25:52 -05:00
Connor Tumbleson
d9484018ca v1.4.7 push 2012-07-05 11:51:03 -05:00
Connor Tumbleson
9646025bb9 fixing POM 2012-07-05 11:26:53 -05:00
Connor Tumbleson
26941e8f93 New baksmali/smali merged in. Updated MAVEN repos. 2012-07-02 11:52:53 -05:00
Connor Tumbleson
d6b4767ff8 Worked on ResLayout, just put fake 0x0? in. Need to map it out. 2012-06-08 23:42:47 -05:00
Connor Tumbleson
6eb419af7d forgot to re-merge in ConfigFlag fix, as seen here: http://developer.android.com/guide/topics/resources/providing-resources.html -tvdpi is now used instead of the -television para. 2012-06-08 12:31:49 -05:00
Connor Tumbleson
de52fcba8c Added 9patch fix from Charles, worked on com.htc.resources.apk bugs 2012-06-08 12:28:33 -05:00
Connor Tumbleson
ab60071410 Auto Push - Ubuntu Forced Restart 2012-05-21 22:22:43 -05:00
Connor Tumbleson
77870db526 aapt work (not shown in commits) to help figure out the structure of new ICS apks (HTC Sense 4.0), lots of new values structures that apktool is ignoring. 2012-05-17 12:26:59 -05:00
Connor Tumbleson
d82ace7cfe Fixed attrib switched with <item> bug. xlif data w/ more than one fix ongoing. 2012-05-03 22:26:42 -05:00
Connor Tumbleson
df7e469ff4 Increased version to 1.4.6.
Fixed formatted=false error.
2012-05-02 16:15:15 -05:00
Connor Tumbleson
776a3b99c0 POM work ugh 2012-04-18 16:09:06 -05:00
Connor Tumbleson
5e49d31f41 deleting those buggers ~ 2012-04-14 11:13:09 -05:00
Connor Tumbleson
e95b18c815 pushing 1.4.5 2012-04-14 11:06:52 -05:00
peaches
1b0e066e92 2012-03-22 17:26:16 -05:00
peaches
321dcfa91b 2012-03-22 12:22:12 -05:00