• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Custom framework-res solved.

D3c0y

Newbie
Root your phone (super one click is fast)
Have SDKTools and ADB

Copy the framework apk to your computer. Open the archive using winrar. Open the item you want to modify in your editor of choice. When you are done editing, save the file and go back to the archive. It will prompt you to update the archive. Click yes. When your new framework is ready, copy to the root of your sd card.

Run adb, and type the following:

Adb shell
Su
Mount -o, remount,rw /dev/mtdblock4 /system
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk

What you did was allow used files to be overwritten, and replaced the stock apk with your own. After you see adb display the successful transfer, your phone will reboot. You should now be able to see your custom framework in action.
 
Back
Top Bottom