View Single Post
  #1627 (permalink)  
Old 05-13-2011, 06:24 PM
Mac-Evo542's Avatar
Mac-Evo542
N00b
Offline
Location: Pittsburgh, PA
 
Join Date: Apr 2011
Posts: 48
Reputation: 45
Mac-Evo542 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [5-5-11][ROM] gingerbread-evo-deck [1.1][Release]

Quote:
Originally Posted by ro_bro View Post
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
Thanks a lot man...I appreciate it!
Reply With Quote