| The Following User Says Thank You to andrewfblack For This Useful Post: | ||
| The Following User Says Thank You to mornage For This Useful Post: | ||
ADB Method: adb remount adb shell rm /system/build.prop adb push froyo.prop /system/build.prop adb shell reboot
su mount -o remount,rw /system cd /system mv build.prop new.build.prop unzip /sdcard/froyo.zip mv froyo.prop build.prop rm /sdcard/froyo.zip