Ive uploaded my framework and apps for Droid Razr (CDMA) if anyone wants them
DLNA, SocialShare and FriendsFeed I couldnt deodex but I left the odex files for them and it seems the system is working fine [:
Doird Razr Deoxed Framework and Apps.7z
put both folders on root of sd card and excute commands below and i also cleared cache and dalvik (from recovery) but not sure if thats nesscary
Code:adb shell su stop mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system rm /system/app/*.odex rm /system/framework/*.odex cp /sdcard/done_app/* /system/app/ cp /sdcard/done_frame/* /system/framework/ mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system reboot

12Likes
LinkBack URL
About LinkBacks
Reply With Quote
