Jump to content


Photo

Moving Framework-Res.apk


  • Please log in to reply
9 replies to this topic

#1 HouseMD

HouseMD

    Vicodin Addict

  • Superuser
  • 294 posts
  • Twitter:DSLRVideoGuy
  • LocationCharlotte, NC

Posted 06 June 2012 - 03:02 PM

Please delete. I posted this in CDMA dev thread.


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

Posted Image

If you feel the need to buy me a beer, or help pay my bills, here's the link:http://bit.ly/O4ZnLW


#2 snives

snives

    Droid Master

  • Members
  • PipPipPip
  • 947 posts

Posted 06 June 2012 - 03:05 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.

#3 HouseMD

HouseMD

    Vicodin Addict

  • Superuser
  • 294 posts
  • Twitter:DSLRVideoGuy
  • LocationCharlotte, NC

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?

Posted Image

If you feel the need to buy me a beer, or help pay my bills, here's the link:http://bit.ly/O4ZnLW


#4 snives

snives

    Droid Master

  • Members
  • PipPipPip
  • 947 posts

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

Please Login or Register to see this Hidden Content



or

GUI method

Please Login or Register to see this Hidden Content



Just be careful, and don't be afraid to ask a dev to verify your work before flashing.

#5 HouseMD

HouseMD

    Vicodin Addict

  • Superuser
  • 294 posts
  • Twitter:DSLRVideoGuy
  • LocationCharlotte, NC

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

Please Login or Register to see this Hidden Content



or

GUI method

Please Login or Register to see this Hidden Content



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.

Posted Image

If you feel the need to buy me a beer, or help pay my bills, here's the link:http://bit.ly/O4ZnLW


#6 tuarmeN

tuarmeN

    Member

  • Members
  • PipPip
  • 103 posts

Posted 28 June 2012 - 07:34 AM

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

#7 disturbed58

disturbed58

    Member

  • Members
  • PipPip
  • 55 posts
  • LocationLancaster, PA

Posted 06 August 2012 - 06:35 PM

Has anyone had any luck updating the framework.res apk?

#8 DSGMach1

DSGMach1

    Themer

  • Superuser
  • 264 posts
  • LocationGriffin, GA

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.


Please Login or Register to see this Hidden Content



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 EmericanX

EmericanX

    Developer

  • Developer
  • 1,027 posts
  • Twitter:@EmericanX
  • LocationPrince George, VA

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 disturbed58

disturbed58

    Member

  • Members
  • PipPip
  • 55 posts
  • LocationLancaster, PA

Posted 08 August 2012 - 11:01 AM

Please Login or Register to see this Hidden Content



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.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users