Connor Tumbleson

Results 630 comments of Connor Tumbleson

This is a duplicate of #1314 , but I closed that one for being a Windows problem. There is no short term fix for this. The work required to create...

Can you take a look through https://github.com/iBotPeaches/Apktool/issues/1626 and see if that resolves your issue?

Can you confirm what I'm rephrasing is correct? You have a working bootable modified application when you apktool d/b without -r. However, when you introduce -r and do apktool b/d...

Quite a lot of information here, but I would urge you to push up a PR if you feel you've encountered something that can be resolved. Have not had time...

Do you happen to have an `adb logcat` of the exact failure during installation? It has some extra info

> @icypeach > replace the original aapt's in apktool with these to work with framework-res.apk: > [redacted] > > ``` > # java -jar apktool_2.5.0.jar b framework-res --use-aapt2 > I:...

> I cannot check your aapt's, they do not work on my old computer, I informed you about this earlier; Could you put forward a patch? Its hard for me...

> But another problem comes after I replaced the original framework-res.apk, which is my phone stucked on black screen after reboot (It passes the bootanimation). Basically now it's on bootloop(and...

> I'm thinking is it possible to add meta with plan string in manifest so it doesn't need to modify the resources. Since for this case we dont need to...