
Originally Posted by
acidcore
I have my phone rooted, I have pulled off the framework-res.apk file and changed a few images maybe like 12 total. I rezip the apk and then I change it back to framework-res.apk then I use the autosign.bat tool i downloaded to resign the app. I then use adb to try and push the framework back onto my phone into /system/framework/ and I get permission denied. am I doing something wrong? I also have tried an install with adb install framework-res.apk and i get this..
C:\androidsdk\tools>adb install C:/androidsdk/pulledapps/framework-res/framework-res.apk
1931 KB/s (2348096 bytes in 1.187s)
pkg: /data/local/tmp/framework-res.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\androidsdk\tools>
I have been trying for a couple days all kinds of things to get my framework file altered and I just can't figure it out. Any help would be greatly appreciated.