*********** Greek35T updated release ***********
md5: dffcfb8bcda72063566fe91bb910bb5e
Link: RapidShare: 1-CLICK Web hosting - Easy Filehosting
Ver. 2.1 Rev 0.0.2
Make sure to:
********************************************Code:format DATA: format SYSTEM: format CACHE:
SO people dont have to hunt through the 30+ pages here are the "fixes" so far that have been made for the 2.1 Rev 0.0.1 Rom.
All instructions are on the assumption that you are placing the files on the ROOT of the SDCARD and you have a folder already created on the root of the SD called Backup.
T-CDMA 64 Fix
- Verizon Wireless eri RapidShare: 1-CLICK Web hosting - Easy Filehosting
- No Carrier eri RapidShare: 1-CLICK Web hosting - Easy Filehosting
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
dd if=/system/framework/framework-res.apk of=/sdcard/Backup/framework_res.apk.bak
dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk
chmod 644 /system/framework/framework-res.apk
mount -o remount,r -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Add Corporate Calendar Back
- Corp Cal apk RapidShare: 1-CLICK Web hosting - Easy Filehosting
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
dd if=/sdcard/CorpCal.apk of=/system/app/CorpCal.apk
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Add Animated Wallpapers
- Wallpapers RapidShare: 1-CLICK Web hosting - Easy Filehosting
- lib files RapidShare: 1-CLICK Web hosting - Easy Filehosting (updated, Thanks 2bit)
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
dd if=/system/lib/libRS.so of=/sdcard/Backup/libRS.so.bak
dd if=/system/lib/librs_jni.so of=/sdcard/Backup/librs_jni.so.bak
dd if=/sdcard/libRS.so of=/system/lib/libRS.so
dd if=/sdcard/librs_jni.so of=/system/lib/librs_jni.so
chmod 644 /system/lib/libRS.so
chmod 644 /system/lib/librs_jni.so
dd if=/sdcard/LiveWallpapers.apk of=/system/app/LiveWallpapers.apk
dd if=/sdcard/LiveWallpapers.odex of=/system/app/LiveWallpapers.odex
dd if=/sdcard/LiveWallpapersPicker.apk of=/system/app/LiveWallpapersPicker.apk
dd if=/sdcard/LiveWallpapersPicker.odex of=/system/app/LiveWallpapersPicker.odex
mount -o remount,r -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Enable Programming Menu
- Replacement Phone Apps RapidShare: 1-CLICK Web hosting - Easy Filehosting
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
dd if=/system/app/Phone.apk of=/sdcard/Backup/Phone.apk.bak
dd if=/system/app/PhoneConfig.apk of=/sdcard/Backup/PhoneConfig.apk.bak
dd if=/system/app/ProgramMenu.apk of=/sdcard/Backup/ProgramMenu.apk.bak
dd if=/sdcard/Phone.apk of=/system/app/Phone.apk
dd if=/sdcard/PhoneConfig.apk of=/system/app/PhoneConfig.apk
dd if=/sdcard/ProgramMenu.apk of=/system/app/ProgramMenu.apk
chmod 644 /system/app/Phone.apk
chmod 644 /system/app/PhoneConfig.apk
chmod 644 /system/app/ProgramMenu.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Missing apps on Market Fix
- build.prop file RapidShare: 1-CLICK Web hosting - Easy Filehosting
Thanks goes out to the people that have fixed these thingssu
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
dd if=/system/build.prop of=/sdcard/Backup/build.prop.bak
dd if=/sdcard/build.prop of=/system/build.prop
chmod 644 /system/build.prop
mount -o remount,r -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
Please let me know if I missed anyone and I will try to keep this up to date!


LinkBack URL
About LinkBacks
Reply With Quote
