Connor Tumbleson

Results 630 comments of Connor Tumbleson

``` ➜ 2514 aapt d resources Twitter.apk | grep 'Package Group' -C 10 Package Groups (2) Package Group 0 id=0x7f packageCount=1 name=com.twitter.android Package 0 id=0x7f name=com.twitter.android type 0 configCount=1 entryCount=117...

This works perfectly for Twitter, given the following patch above. 1. Use this patch. 2. Install the application itself as a package (rename to 126 - `0x7e`) 3. Decode application...

@Nogias9x - I don't see this as something to prioritize, but you are welcome to continue from the research I have to come to a solution. I believe the Android...

> > @Nogias9x - I don't see this as something to prioritize, but you are welcome to continue from the research I have to come to a solution. I believe...

Since no apk. Is the extent of this test I add a new `locales_config.xml` file to `res/xml` with ```xml .... ``` ?

Sorry folks, still not replicating this. ``` ➜ 2756 apktool d 2756.apk I: Using Apktool 2.6.1 on 2756.apk I: Loading resource table... I: Decoding AndroidManifest.xml with resources... I: Loading resource...

Okay thanks, now I replicate. ``` I: Building resources... W: /home/ibotpeaches/Downloads/Apktool/2756/base/res/xml/locales_config.xml:3: error: Error parsing XML: unbound prefix W: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/tmp/brut_util_Jar_27112266611582560847934334344813836868.tmp, p, --forced-package-id,...

Okay thanks @wortel-za - might see if I can add a test case for this. Otherwise closing.

All the logs above look like warnings, but I see the PackageInstaller parse error. Am I missing the true error line? Not seeing anything to go on.

Sorry for delay @ibratabian17. I don't see anything to work from in these logs.