Moving Framework-Res.apk
#1
Posted 06 June 2012 - 03:02 PM
So, I'm trying to find out how to push my new framework-res.apk file into /system/framework.
when I try adb, i get permission denied
when i try adb shell, moving the file from sdcard to /system/framework, cross-device error
es file explorer - moved framework-res.apk to proper folder. it goes back into boot animation, and the file disappears from sdcard, but no change
how can i push the file to /system/framework properly? I changed 10 png files, and no differences are showing all the file names are exactly the same as they should be: sym_keyboard_0.png
I've also looked in moto-res.apk and blu-res.apk
If you feel the need to buy me a beer, or help pay my bills, here's the link:http://bit.ly/O4ZnLW
#2
Posted 06 June 2012 - 03:05 PM
#3
Posted 06 June 2012 - 03:06 PM
Best bet is preparing a flashable .zip to use in safestrap/bootstrap. Likely the OS is blocking you while it is alive as a safety mechanism.
how easy is it to prep a flashable zip?
If you feel the need to buy me a beer, or help pay my bills, here's the link:http://bit.ly/O4ZnLW
#4
Posted 06 June 2012 - 03:12 PM
how easy is it to prep a flashable zip?
Fairly simple
Open the .zip from a theme and look around/modify, or follow a guide like this... (building your own is the right way to do it)
Manual method
or
GUI method
Just be careful, and don't be afraid to ask a dev to verify your work before flashing.
#5
Posted 06 June 2012 - 03:34 PM
Fairly simple
Open the .zip from a theme and look around/modify, or follow a guide like this... (building your own is the right way to do it)
Manual method
or
GUI method
Just be careful, and don't be afraid to ask a dev to verify your work before flashing.
thanks snives. I tried the manual way but it didn't work. Im looking over the process again to make sure my files are correct.
If you feel the need to buy me a beer, or help pay my bills, here's the link:http://bit.ly/O4ZnLW
#6
Posted 28 June 2012 - 07:34 AM
1 adb devices
2 adb pull /system/framework/framework-res.apk framework-res.apk
(make a backup copy of this file)
3 open the apk file with winrar
4 make changes
5 adb remount
6 adb push framework-res.apk /system/framework/
7 adb reboot
#7
Posted 06 August 2012 - 06:35 PM
#8
Posted 06 August 2012 - 09:20 PM
thanks snives. I tried the manual way but it didn't work. Im looking over the process again to make sure my files are correct.
Look in post 1. Mopar57 posted a link to a zip where all the work is done. All you have to do is move the apk in to the proper folder in the zip. It is what I based my zip's off of.
#9
Posted 07 August 2012 - 12:41 PM
let me know if you figure this out. I want to be able to change a few things in framework-res as well. This how I always thought it worked but haven't tried yet:
1 adb devices
2 adb pull /system/framework/framework-res.apk framework-res.apk
(make a backup copy of this file)
3 open the apk file with winrar
4 make changes
5 adb remount
6 adb push framework-res.apk /system/framework/
7 adb reboot
+1... you'll see a bunch of stuff fc but it'll straighten out after reboot unless something has gone wrong within the apk...
Sent from my DROID RAZR using Tapatalk 2
#10
Posted 08 August 2012 - 11:01 AM
Look in post 1. Mopar57 posted a link to a zip where all the work is done. All you have to do is move the apk in to the proper folder in the zip. It is what I based my zip's off of.
The zip in the link works great. Thanks for the info.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users