Thursday, May 5, 2011

Custom Theme Installation script - Android


Instructions [Root your phone & install busybox]

1) Download adb (if you don't have it), framework-res.apk, and twframework-res.apk. Rename framework-res.apk (v1.71) to framework-res.apk, rename twframework-res.apk (v1.00) to twframework-res.apk.
2) Copy framework-res.apk & twframework-res.apk to the root of your sdcard. (Then Unmount sd card from computer)
3) Extract adb to c:\ and run cmd.
4) Type the commands:
Code:
cd c:\
adb shell
su
stop
mount -o rw,remount /dev/block/stl6 /system
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
cp /sdcard/twframework-res.apk /system/framework/twframework-res.apk
reboot
exit

Easy installing tutorial with root explorer 

Here is a Easy way to install the Theme without adb.
It work's for me (Stock JPM Firmware)... i tested it 2x without any problems!

How to install (Easy way) [Tested by my self without problems!]
  1. Root you phone
  2. Install BusyBox
  3. Copy the framework-res.apk & twframework-res.apk to you SD Card
  4. With Root Explorer delete some Apps that u dont use from system/apps to make more free space on your phone. 

No comments:

Post a Comment