yawdapaah
Android Expert
easiest way
with computer
adb push build.prop /sdcard
adb shell
su
mount -o remount,rw -t yaffs2 /dev/mtd/mtdblock4 /system
mv /sdcard/build.prop /system
or terminal emulator
put build.prop on sdcard
open terminal
su
mount -o remount,rw -t yaffs2 /dev/mtd/mtdblock4 /system
mv /sdcard/build.prop /system
That's with root right? And if so, how can we do this without root? Thanks

wow I have been responding to too many threads...sorry about that
).
It tracks dl's.
If there's a newer Froyo it probably just small tweaks at most. This close to release the code is generally frozen and only bugs and small tweaks are allowed. But every little bit helps. Why can't someone leak the encryption key damn it!