Closed GoogleCodeExporter closed 9 years ago
Thanks!
I will see if there is anyway I can add a unit-test for this, or if the change
is only apparent once loaded on device.
Original comment by connor.tumbleson
on 30 Jun 2014 at 12:46
I found it using aapt d xmltree <apk> <xml file>
Original comment by ajdob...@mtu.edu
on 30 Jun 2014 at 10:16
Test app (Original)
$ aapt d xmltree app-debug-unaligned.apk res/menu/my.xml
A: android:id(0x010100d0)=@0x7f090000
A: android:orderInCategory(0x010101df)=(type 0x10)0x64
A: android:title(0x010101e1)=@0x7f060000
A: android:showAsAction(0x010102d9)=@0x7f050000
Original decoded then rebuilt (without patch)
$ aapt d xmltree app-debug-unaligned.apk res/menu/my.xml
A: android:id(0x010100d0)=@0x7f090000
A: android:orderInCategory(0x010101df)=(type 0x10)0x64
A: android:title(0x010101e1)=@0x7f060000
A: android:showAsAction(0x010102d9)=@0x7f050000
Original decoded then rebuilt (with patch enclosed)
$ aapt d xmltree app-debug-unaligned.apk res/menu/my.xml
A: android:id(0x010100d0)=@0x7f090000
A: android:orderInCategory(0x010101df)=(type 0x10)0x64
A: android:title(0x010101e1)=@0x7f060000
A: android:showAsAction(0x010102d9)=@0x7f050000
Sooo, is this already fixed in 2.x? Or did I miss something?
Original comment by connor.tumbleson
on 7 Jul 2014 at 12:43
Attachments:
I had issues getting 2.0 to work (java 7 scares me since I build from AOSP and
that requires Java 6 on KitKat). I think I was using it on one of my other
machines and it still didn't work. When I get some time, I'll try 2.0 again.
Original comment by ajdob...@mtu.edu
on 9 Jul 2014 at 3:21
Any updates? Just going through old issues.
Original comment by connor.tumbleson
on 24 Sep 2014 at 12:29
I haven't been able to look at 2.0. If it worked for you, I'm good with it.
Thanks
Original comment by ajdob...@mtu.edu
on 24 Sep 2014 at 9:23
Original comment by connor.tumbleson
on 24 Sep 2014 at 9:24
Original issue reported on code.google.com by
ajdob...@mtu.edu
on 24 Jun 2014 at 7:43Attachments: