Connor Tumbleson
Connor Tumbleson
Welcome to patchrom :) Took me over 60 builds to get my DHD working. Run a logcat. Figure out the error. DIFF regular android smali VS your smali in the...
Run cd /home/jr/stspatchrom/ apktool if com.htc.resources.apk source build/envsetup.sh cd aosp (or name of folder where your doing it) make reallyclean make fullota Run those in order from top to bottom....
@nikzdevz - I've removed that link. If you want to share a build, please share the code changes for the build and the user can build. I don't want to...
> @iBotPeaches ok. where to suggest the code changes ? Pull Request to this repo is preferred.
Not sure of any solution myself, but if thats what Gradle does - https://github.com/iBotPeaches/Apktool/blob/master/gradlew.bat#L74 That works for me. If you'd like to PR that - I'd accept it. Otherwise I'll...
Confirmed. Marking as bug. Must be a new iteration of sparse resources or a new type.
Confirmed. Marking as bug.
> Believe it or not , if i decompile an apk and try to recompile it again without any changes in code it fails . I would believe it, you...
Okay, this is a bug with our handling of multiple package apks. We always assumed manifest resources were on 7F, but these are on 7E. However, we don't properly load...
Yeah no way I see easily to resolve this without major research. Multiple packages in one resources.arsc. If we store them differently, they have the same resources. So we'd need...