View Single Post
  #1624 (permalink)  
Old 05-13-2011, 01:02 PM
ro_bro's Avatar
ro_bro
N00b
Offline
 
Join Date: Apr 2011
Posts: 31
Reputation: 5
ro_bro is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [5-5-11][ROM] gingerbread-evo-deck [1.1][Release]

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
Attached Files
File Type: zip car_home.zip (495.1 KB, 3 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.