If you want CarHome app back into 1.1, do this:
THIS IS NOT A FLASHABLE ZIP. I just pulled these 2 files from a previous gapps. If you have root explorer, you know what to do.
If you don't, ust unzip somewhere on to your desktop like c:\temp, and adb push these 2 files into the /system/app folder.
assuming you're using XP:
Plug in your phone
open your command window by typing in 'cmd' in your RUN box in Start Menu
go to your c:\temp folder
then type the following:
Code:
adb remount
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblk3 /system
exit
exit
this will put you back into c:\temp
type
Code:
adb push CarHomeGoogle.apk /system/app
adb push CarHomeLauncher.apk /system/app